Page 1 of 1

dsjob parameters

Posted: Wed Sep 19, 2007 1:34 pm
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.

Posted: Wed Sep 19, 2007 4:13 pm
by ArndW
This will happen if you have more than one instance of DataStage installed on your QA server.

Posted: Fri Sep 21, 2007 8:18 am
by SonShe
Thanks ArnDw.