Page 1 of 1

Unable to run new dsjob command

Posted: Tue Aug 29, 2006 4:38 pm
by vardhan354
Hi,

i have a jobsequence, it is calling another job

That job is using a dsjobcmd:- dsjob -report , when i run the jobsequence it is finished, but the serverjob in that sequence is aborted.

The log report:-

Fatal error:-
JobControl (fatal error from 1): Error: Unable to run new dsjob command 255.

please help me.

Thanks in advance.

Posted: Tue Aug 29, 2006 11:31 pm
by Kirtikumar
This status is returned when the job is not in running status.

See if the job you are calling from the dsjob command is compiled and is in running state.

Posted: Wed Aug 30, 2006 9:47 am
by ArndW
Could you post your exact command stage command for invoking the job - the message makes it likely that you have a syntax error in that command.

Posted: Wed Aug 30, 2006 12:21 pm
by vardhan354
ArndW wrote:Could you post your exact command stage command for invoking the job - the message makes it likely that you have a syntax error in that command. ...

Exactly, i checked the syntax and now it is working fine.

Thanks.