dsjob parameters

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
SonShe
Premium Member
Premium Member
Posts: 65
Joined: Mon Aug 09, 2004 1:48 pm

dsjob parameters

Post by SonShe »

I have a shell script that calls a sequencer using dsjob command. In the development server I do not have to procide the server connection values like userid, password. However, in the QA datastage server I need to provide the userid and password as parameters to dsjob command. Without these, I got 255 return code.

I know the manual says we don't have to provide the connection values and dsjob uses default login id and password in the local server. This is exactly what is happening in both the environments. Yet I need to provide the userid/password in QA where as in develpoment i don't.

I will appreciate if anyone can tell me what is missing in QA that demands the exclusive use of userid/password.

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

Post by ArndW »

This will happen if you have more than one instance of DataStage installed on your QA server.
SonShe
Premium Member
Premium Member
Posts: 65
Joined: Mon Aug 09, 2004 1:48 pm

Post by SonShe »

Thanks ArnDw.
Post Reply