dsjob command

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

dsjob command

Post 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.
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post 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
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Post 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.
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Post by abc123 »

The domain and server names were incorrect.
Post Reply