Server Shared Container in a Parallel job

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
Ananda
Participant
Posts: 29
Joined: Mon Sep 20, 2004 12:05 am

Server Shared Container in a Parallel job

Post by Ananda »

Hi,
I have been trying to use a Server Shared Container in a Parallel job, but I am getting the following error.

TDTTStandardtcC24,0: Operator terminated abnormally: received signal SIGSEGV [processmgr/rtpexecutil.C:161]

Within the shared container in my sample job, I am trying to move data to a sequential file.

Though I understand that "SIGSEGV" error can occur for many reasons, please let me know if there is any pointer to this issue.

Please let me know if additional information is required.

Thanks in advance.
regards
Anand
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

At the end of Chapter 2 in Parallel Job Developer's Guide there is a discussion on the restrictions on using server job shared containers in parallel jobs. Read that, and see whether you've violated any of them.
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