DSJob command giving error

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
Titto
Participant
Posts: 148
Joined: Tue Jun 21, 2005 7:49 am

DSJob command giving error

Post by Titto »

Hi
When i run following Dsjob command it is giving follwoing error

Code: Select all

dsjob -run -warn 10 ABC Myjob
ERROR: Failed to open project

Status code = -1002

I am running this command from Unix command line in DataStage/DSEngine/bin path.

Any help is appreciated!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is "ABC" (all upper case) a project name? Does it show up in dsjob -lprojects?

Try using the authentication options -host, -user and -password.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Titto
Participant
Posts: 148
Joined: Tue Jun 21, 2005 7:49 am

Post by Titto »

Thanks Ray!
it was my fault!!! project name is in "abc" (Lower case).
Post Reply