Unable to run new dsjob command

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

Unable to run new dsjob command

Post 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.
ETL
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post 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.
Regards,
S. Kirtikumar.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

Post 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.
ETL
Post Reply