Phantom 20905

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
jozef
Participant
Posts: 7
Joined: Thu Jun 10, 2004 5:46 am
Contact:

Phantom 20905

Post by jozef »

Hi,

I have done a search and a lot of reading but could not find an answer to my problem.

The message:
Datastage Jb 3334 Phantom 20905
nanosleep: Interrupted system call

Has anybody encountered this error before or have any sugestions?

Thanks

Jozef
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Hello Joszef,

The message itself means that a process received an interrupt signal, and this occurred and was processed from within a system call - normally the interrupt is disabled during system calls but this is not always the case.

In order to find the cause we would need more information. What does the job do, i.e. what stages does it use and is there anything "special" about it?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It might even be one of those one in a million chances (remember that one in a million chances always come up - Terry Pratchett) where the application was executing a NAP (or similar) and was interrupted by its parent sending an "are you there?" (kill 0) signal.
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