getting error

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
hargun
Participant
Posts: 188
Joined: Mon May 16, 2011 7:41 pm
Location: United States

getting error

Post by hargun »

hi,

i am extarcting the date from comma delimiter file and using the XML output stage to create the XML but i am getting the following errors.

xmlo_Generate_Request,0: Caught unknown exception from runLocally().
xmlo_Generate_Request,0: The runLocally() of the operator failed.
xmlo_Generate_Request,0: Operator terminated abnormally: runLocally() did not return APT_StatusOk
xmlo_Generate_Request,1: Caught unknown exception from runLocally().

main_program: APT_PMsectionLeader(1, node1), player 3 - Unexpected termination by Unix signal 9(SIGKILL)..
Peek: Fatal Error: waitForWriteSignal(): Premature EOF on node tsadsen Socket operation on non-socket

My job design.

Code: Select all

file.................tranformer........XML outputstage............peek.
i tried a lot by looking the column defintion and properties of XML output stage also but not getting the solution.can someone please help me on this.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

SIGKILL usually means that someone has killed one or more of the job processes on the engine machine, or perhaps that a Stop request has been issued from dsjob or Designer or Director client.
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