Page 1 of 1

dsjob error

Posted: Thu Aug 06, 2009 3:31 am
by deepak.hsbc
I am using dsjob CLI to get the job report but it throws an error for all un-compiled jobs as -

ERROR: Failed to open job

Status code = -1004

Is there any way to hide this msg and skip uncompiled jobs while creating a report.

Posted: Thu Aug 06, 2009 3:41 am
by ArndW
No, not directly. You would need to filter these entries out manually. Perhaps modify your script to get a list of jobs, then loop through each one and drop jobs that generate the -1004 error from the output.