Error message interpretation

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
frank
Charter Member
Charter Member
Posts: 9
Joined: Thu Oct 02, 2003 9:27 am
Location: Canada

Error message interpretation

Post by frank »

Hi

Can you please tell me how to breakdown and/or interpret a message such as the following? Is there somewhere to look up the meaning of error messages? This is my current problem; the program fails of the 255th record (of 35K)
With
node_node1: Player 1 terminated unexpectedly.
main_program: Unexpected exit status 1

After
SplitIntoColumns,0: Internal Error: (memcmp(buffer, extDelimString_.data(), delimLen) == 0): impexp\group_comp.C: 5877

My guess would be that it is having some problem finding the delimiter where expected - but that is just a wild guess. :roll:

Thanks for the help
ajith
Participant
Posts: 86
Joined: Thu Nov 10, 2005 11:10 pm

Post by ajith »

Just see in which stage are you getting this error message

I think that would give you more information


If that is on the sequential file stage, yeah it must be because of the delimiter problem as you would have guessed.
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

You can interpret most of the times from the log message from director.
Check if Orchestrate Operators Reference guide pdf might help.
Nageshsunkoji
Participant
Posts: 222
Joined: Tue Aug 30, 2005 2:07 am
Location: pune
Contact:

Post by Nageshsunkoji »

Hi,

No document will give you the details of full error messages and warnings. You have to analyse the error message and warnings from the director logs. DSXchange will be helpful to identify, different type of errors, warnings and their solutions.
NageshSunkoji

If you know anything SHARE it.............
If you Don't know anything LEARN it...............
Post Reply