Page 1 of 1

Please help us figure out this DSR_JOB(Action=5) error!!!

Posted: Fri Apr 16, 2004 11:48 am
by Marley777
Hello, I need help with a strange error I'm getting. I have searched the forum and found several references to (30107) related errors, but I never could find anything specifically related to the DSR_JOB(Action=5). I have paste the actual error below. Any help would be greatly appreciated. Thanks for your time.

:oops:

Error calling subroutine: DSR_JOB (Action=5); check DataStage is set up correctly in project CustomerDatabase
(Subroutine failed to complete successfully (30107))

When we click on okay in the dialog box for the error above, we then are promted with another dialig box displaying the following message.

(40503) A call to an OLE server has failed, or a runtime error occurred within the OLE server itself.

Posted: Fri Apr 16, 2004 3:24 pm
by ray.wurlod
Objects used by DataStage clients to communicate with the server are exposed by an ActiveX control. If an OLE Automation error occurs, it ceases to be possible to use the current connections; you need to open new instances of the clients.

DSR_JOB is one of a number of "helper subroutines" on the server that do the work requested by DataStage clients. Code 30107 simply means "subroutine was unable to complete successfully", which can be for any one of a number of reasons.

Each of the helper subroutines has an "Action" argument. However, what the various (integer) action codes are is not documented in the public domain. You would need to seek this knowledge from Ascential.

Posted: Thu Jun 23, 2005 11:47 am
by newtier
(I realize this is more than a year later!)

On the job that experienced the error, where did the error occur (for instance, during a "view data"?)

What stage were you in, and what database or file type were you referencing?

Re: Please help us figure out this DSR_JOB(Action=5) error!!

Posted: Thu Jun 19, 2008 4:14 am
by DS_FocusGroup
I got the same problem and searched alot for the solution, but there were no solution to it.

After that i save as the job with different name and tried to compile it and it did compile , so save as your job and enjoy your results