run dsjob.exe and return error code 81015

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
atan003
Participant
Posts: 14
Joined: Mon Nov 13, 2006 12:55 am

run dsjob.exe and return error code 81015

Post by atan003 »

I called dsjob.exe to run a job, and return error code 81015.
what is wrong?
can you help me?

thanks!
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Did you see any error message/warning message in the logs. Did the job even fire ? If you do a search on error code '81015', you will see that it usually means there is a time out from the server. Need more details.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As noted - details, please. An example of your syntax used would be good, plus whatever echo'd to the screen.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

All of the 81xxx codes relate to the RPC mechanism. Using your Administrator client command window, or a telnet connection to DataStage on the server, execute the following command. Note that the error codes must be six digits.

Code: Select all

SELECT * FROM SYS.MESSAGE WHERE @ID = '081015';
Identifiers are case sensitive, must be upper case.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

ray.wurlod wrote:All of the 81xxx codes relate to the RPC mechanism. Using your Administrator client command window, or a telnet connection to DataStage on the server, execute the following command. Note that the error codes must be six digits.

Code: Select all

SELECT * FROM SYS.MESSAGE WHERE @ID = '081015';
Identifiers are case sensitive, must be upper case.
Thanks for the Quality information :D
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply