Page 1 of 1

dsjob command

Posted: Thu Dec 06, 2012 2:41 pm
by abc123
Went through all posts but no luck.

Trying this:

dsjob -domain DOM1 -user MyID1 -password MyPwd1 -server MySrvr1 MyProj1 MyJob1

DOM1 is the domain name including the port number with :. I get the error:
-9999 DSJE_DSJOB_ERROR

When I do:

dsjob -domain DOM1 -user MyID1 -password MyPwd1 -server MySrvr1 -run MyProj1 MyJob1

I get the error:
ERROR: Failed to open the project
Status code: 80011

Thanks.

Posted: Thu Dec 06, 2012 3:03 pm
by attu
are you giving correct project name?


From DSEngine directory, run this command to check the project name.
bin/dsjob -domain xyz:9080 -server xyz -user abc -password abc1 -lprojects

Posted: Thu Dec 06, 2012 4:42 pm
by abc123
I get the error:

Status code: 80011

I don't get the "Failed to open the project" or a list of projects like I would expect.

Posted: Fri Dec 07, 2012 12:01 pm
by abc123
The domain and server names were incorrect.