Description:
When trying to put a job ON_HOLD or ON_ICE by using the following command:
sendevent -E CHANGE_STATUS -s ON_HOLD -J jobname
sendevent -E CHANGE_STATUS -s ON_ICE -J jobname
The sendevent fails with the following error messages:
CAUAJM_E_60041 Cannot change Status to: ON_HOLD Manually
CAUAJM_E_60041 Cannot change Status to: ON_ICE Manually
Solution:
The solution is to use the following commands to put a job ON_HOLD or ON_ICE:
sendevent -E JOB_ON_ICE -J jobname
sendevent -E JOB_ON_HOLD -J jobname