Page 1 of 1

Phantom error 10819

Posted: Thu Jun 23, 2005 12:13 am
by Prakashs
Any idea what the folowing phantom error is ? I am using Datastage 7.5 EE on Linux.

Contents of phantom output file =>
DataStage Job 298 Phantom 10819
writeSocket() returned 39
Program "DSD.OshMonitor": Line 322, Variable "finished" previously undefined. Zero used.
writeSocket() returned 16
DataStage Phantom Finished.

Posted: Thu Jun 23, 2005 3:03 am
by roy
Hi,
10819 is not an error code!
this is what's wrong:
writeSocket() returned 39
Program "DSD.OshMonitor": Line 322, Variable "finished" previously undefined. Zero used.
writeSocket() returned 16
it really sound like a support call to me.
you might also need some patch/es regarding your job monitor so check that as well.
(I know solaris needs the patch)

IHTH,

Posted: Thu Jun 23, 2005 5:19 am
by Eric
Is the Job Monitor working?
(You will see a message like this if the JobMonApp is not running)

Search the forums ...

Posted: Thu Jun 23, 2005 7:21 pm
by Prakashs
Checked the Job Monitor log but there are no recent entries in the log.

There are no messages to state JobMonApp is not running.

Posted: Fri Jun 24, 2005 12:15 am
by ray.wurlod
"phantom" is DataStage's term for "background process". 10819 is the process ID (user number) of the process reporting the error. The actual error message suggests what the problem is and a possible underlying reason that writeSocket() failed is that the listener on the other end of the socket (JobMonApp) was not running. Solution seems to be to check whether JobMonApp is running and start it if it isn't.

Posted: Mon Jun 27, 2005 6:21 pm
by ray.wurlod
That would seem to be a logical conclusion. Currently I have no way to verify it. Get in touch with your support provider, who may be able to source the 9.1 adapter for you.