Page 1 of 1

Error message interpretation

Posted: Tue Nov 28, 2006 3:35 pm
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

Posted: Wed Nov 29, 2006 9:58 am
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.

Posted: Wed Nov 29, 2006 1:00 pm
by Raghavendra
You can interpret most of the times from the log message from director.
Check if Orchestrate Operators Reference guide pdf might help.

Posted: Wed Nov 29, 2006 6:18 pm
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.