Page 1 of 1

39202 error on Windows but ONLY from dsjob??

Posted: Tue Sep 03, 2013 10:58 am
by RodBarnes
I recently built a new server and installed DataStage 7.5. But I've run into a very odd instance of the 39202 error: It is only reported when I execute dsjob at the command line.

The engine and projects folders all have the right permissions.
I am logged in as an administrator.
I can run the clients without problem.
I can telnet into a project and list file contents and execute programs.
I can execute UVSH and interact, including logto the project.

But when I run dsjob (e.g., dsjob -run -mode NORMAL -wait TS_dev ORBIT_UsageTrack) it reports "39202 Failed to open project".

Does anyone have any ideas? I've searched through the posts for anything similar but all the 39202 posts appear to affect all connections, not just dsjob.

I know that 7.5 is no longer supported but we are trying a temporary step of running 7.5 on Windows 2008. [Yeah, I know, I know...] The thing I find very, very odd is that uvsh executes fine but dsjob fails. That makes no sense to me.

Posted: Tue Sep 03, 2013 11:25 am
by chulett
Have you tried including your credentials on the command line - userid and password?

Posted: Tue Sep 03, 2013 12:11 pm
by RodBarnes
That seems to have worked. I wonder why dsjob requires this but the others do not? It isn't required on my other server. Could be related to Windows 2008, I guess...

Thanks. I hadn't seen the options of -user and -password as they were scrolling off the screen when I ran dsjob to view parameters. :oops:

Posted: Tue Sep 03, 2013 1:11 pm
by chulett
Glad that worked. I've seen instances where it works fine without them but many more times where it fails without them so I would include them. Never being sure what the exact rules were, I always erred on the side of caution. :wink: