The drive where the Job output is written is running out of space. How to change the location of the Job Output Folder to a new drive?
CA Client Automation
The command to check the current location of the 'Output' folder is:
ccnfcmda -cmd getparametervalue -ps itrm/usd/shared -pn outgoing
The command to change the location is:
ccnfcmda -cmd setparametervalue -ps itrm/usd/shared -pn outgoing -v "<Folder>"
EG: ccnfcmda -cmd setparametervalue -ps itrm/usd/shared -pn outgoing -v "G:\Out"