dsjob error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mmanes
Participant
Posts: 91
Joined: Tue Mar 16, 2004 10:20 am
Location: Rome

dsjob error

Post by mmanes »

I've an error in this case...
dsjob -server <srv name> -lparams <prj> <job name>

ERROR: Failed to open job

Status code = -1004

in this case, no errors...

dsjob -lparams <prj> <job name>

the command works properly

can you help me?

Thank you
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

When you tell dsjob to use another server I think it wants you to also specify a userid and password.
mmanes
Participant
Posts: 91
Joined: Tue Mar 16, 2004 10:20 am
Location: Rome

Post by mmanes »

It's the same server
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

mmanes, in that case I'll rephrase my previous comment:

When you use the "-server" option I think that dsjob assumes you are going to another machine so it probably wants you to also specify a userid and password. Have you tried that?
mmanes
Participant
Posts: 91
Joined: Tue Mar 16, 2004 10:20 am
Location: Rome

Post by mmanes »

Yes ArndW,
now it works

Thank you
Post Reply