Page 1 of 1

DSJob command giving error

Posted: Fri Nov 11, 2005 4:00 pm
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!

Posted: Fri Nov 11, 2005 9:10 pm
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.

Posted: Mon Nov 14, 2005 9:49 am
by Titto
Thanks Ray!
it was my fault!!! project name is in "abc" (Lower case).