Listing projects using 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
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Listing projects using dsjob command

Post by videsh77 »

I have some DataStage projects set to server myserver:9999. I can login with designer & work with them.

Problem is, I cannot list projects under this server. I have tried following command for this.

dsjob -server myserver:9999 -lprojects

I am getting an error code as - 80011

Can anyone suggest me correct way to list projects by dsjob?
Thanks with regards,
videsh.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

80011 is an invalid user/password. I tried it on my system and it connected and listed the projects without a problem. We also have a system with multiple installations and they listed correctly. You need to specify the full command dsjob -server myserver:31538 -user me -password secret -lprojects
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Post by videsh77 »

Thanks, I gave userid & password it worked.
Thanks with regards,
videsh.
Post Reply