Premature EOF on node XXX Socket operation on non-socket

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
vgupta88
Participant
Posts: 32
Joined: Thu Aug 01, 2013 12:26 am
Location: Mumbai

Premature EOF on node XXX Socket operation on non-socket

Post by vgupta88 »

Hi All,

I searched in the forums for my below error but no luck with the solution. Please help asap.

I have a below job design where I am doing a range lookup on date columns with below logic:


Code: Select all

                   Reference (Effective Start and Effective End dates are pulled)
		                        |
		                        |
		                        |
		                        V
			
src (Date)----> LookUp Stg (LookUp Failure Condition  ----> Oracle Stage (Table A is Updated)
                                           set as 'Reject') 
		                        |
		                        | (RejectLink)
		                        |
		                        V
                         	Oracle Stage
                             (Table B is Updated)


Input and Reference links are partitioned as Hash. Perform Sort is enabled for both Src and Reference links.
Sorting is done on reference link on Effective Start and Effective End dates.


When I run the above job, below is the error that I get:

Code: Select all

Lookup_18,0: Failure during execution of operator logic.
Lookup_18,0: Fatal Error: Updatable lookup requires sorted keys.
Lookup_18,1: Fatal Error: waitForWriteSignal(): Premature EOF on node <Node_name> Socket operation on non-socket
Player 4 terminated unexpectedly.
main_program: APT_PMsectionLeader(1, npm_node1), player 4 - Unexpected exit status 1.
Lookup_18,0: Failure during execution of operator logic.
Can someone please help me with this.

Thanks!
Vaibhav
Vaibhav
vgupta88
Participant
Posts: 32
Joined: Thu Aug 01, 2013 12:26 am
Location: Mumbai

Post by vgupta88 »

Got the solution in the below link:

viewtopic.php?p=420128


Thanks!
Vaibhav
Vaibhav
Post Reply