81002 Error

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
lbegley
Participant
Posts: 15
Joined: Fri Aug 27, 2004 1:17 pm

81002 Error

Post by lbegley »

I have looked thru both DSXchange and DevNet (and also have a case open with Ascential) for an issue regarding 81002 (timeout).


This is the message we get:

Failed to connect to host:FSS00DS2, project: UV
(the connection is broken (81002))

We receive this error approximately every 24 hours.
We can boot the server and all is OK for the next 24 hours.

We set the inavtivity timeout to Do Not Timeout and this has 'resolved' this issue.

I would thing that there should be some value to using the timeout.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

It is used to avoid any process left open overnight to have the lock beyond certain time. i.e. if anybody leave a job opened, the job will be killed after that duration.

Having said that, the DataStage process itself should not be affected by that.

Secondly, it has been observed that the hanging zombie process such left over ate more memory than the connection itself.
Luk
Participant
Posts: 133
Joined: Thu Dec 02, 2004 8:35 am
Location: Poland
Contact:

Post by Luk »

if you use windows 2003 it may be sth like this:

http://www.mail-archive.com/u2-users@li ... 05693.html

>This seems to be common problem on windows 2003. One of the ?>resolutions
>is
> to go to services menu under administration tools. Select the properties
> for universe RPC and under the login tab select to allow this service to
> interact with the desktop.
>
> Under windows 2003 there are a number of security features and I suspect
> that part of this is to close down unrecognised sockets that have not been
> active for a while. I believe there is somewhere where you can keep this
> active, but have not had time to explore.
lbegley
Participant
Posts: 15
Joined: Fri Aug 27, 2004 1:17 pm

Post by lbegley »

Thanks for the reply.

We are Windows 2000 for our servers.
I had seen this (changes service to interact with desktop) but problem still existed after making the change.
winterb1
Participant
Posts: 4
Joined: Tue Mar 16, 2004 2:40 pm

Post by winterb1 »

We have the same environment (DataStage 7.x, Win2k), and have run into the same problem. A reboot has fixed the problem. Has anyone found a good solution to this problem?

--Brian
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Post by ogmios »

Log in via DataStage Administrator and either deactivate the timeout, or put it to a much higher value.

Ogmios
In theory there's no difference between theory and practice. In practice there is.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This problem can occur if defunct processes continue to hold sockets open (even though they're in a state of waiting for timeout).

In some cases, the held sockets prevent the RPC service from starting.

This is why re-booting made the problem go away - removing the operating system also removes any sockets!
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