Error Explanation

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
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Error Explanation

Post by ag_ram »

Job getting aborted with the Following error message

main_program: APT_PipeConnection: new connection 1 requests file descriptor -1, which was also requested by connection 0
main_program: Fatal Error: Incompatible connection - operator type = APT_OSL_SubprocOperator


What does these error messages indicate?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

They indicate that you've got buggy software, or an operating system that is having difficulty with file pointers for pipes, perhaps because it is overloaded or you are running out of file descriptors. Contact your support provider. Also ask your Unix system administrator whether anything has appeared in the error logs relating to handling of pipes.
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