SIGPIPE signal was received in APT_JobmonFilter::writeMess

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
singhald07
Participant
Posts: 1
Joined: Wed Feb 13, 2008 3:56 am
Location: Bangalore

SIGPIPE signal was received in APT_JobmonFilter::writeMess

Post by singhald07 »

A SIGPIPE signal was received in APT_JobmonFilter::writeMessagecaused by closing of the socket on port 13400; turning off job
monitoring for the rest of the job.
Regards,

Deepak
singhald
Participant
Posts: 180
Joined: Tue Aug 23, 2005 2:50 am
Location: Bangalore
Contact:

Post by singhald »

I am also facing the same issue. Job is not prcessing any records and issuing the same warning messege.

Please help us to resolve it.

Regards,
Regards,
Deepak Singhal
Everything is okay in the end. If it's not okay, then it's not the end.
Sara
Premium Member
Premium Member
Posts: 3
Joined: Tue Jul 24, 2007 12:36 pm
Location: Ohio

Post by Sara »

I was converting a server job to parallel recently and ran into the same problem. The server job allowed a text file name to contain a special character (&), but the parallel job did not. I changed the name of the text file and the warning disappeared.
Post Reply