would anybody please help us in solving following error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
YENIKOOL
Participant
Posts: 1
Joined: Tue Sep 01, 2009 1:11 am

would anybody please help us in solving following error

Post by YENIKOOL »

would anybody please help us in solving following error

job is failing with DataStage status code is: 81002.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'm sorry but that's not nearly enough information for anyone to be able to help. Post the complete, unedited error message and explain your job design as well.
-craig

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

Post by ray.wurlod »

Welcome aboard.

81002 = connection (between client and DataStage server) is broken.

This might be because an inactivity timeout triggered, because there was a glitch in the network between the two machines, or because of a failure on the server side, particularly in one of the "agent" processes (dscd, dsapi_server or dsapi_slave).

Once an 81002 error has occurred you have no choice but to re-start the client application. The previous incarnation may have the design locked, so your DataStage Administrator may need to go through the process of clearing the lock, perhaps using Cleanup Resources in the Director client, perhaps using the UNLOCK command on the server itself.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply