Page 1 of 1

Premature EOF on node XXX Socket operation on non-socket

Posted: Mon Aug 14, 2017 3:27 am
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

Posted: Mon Aug 14, 2017 6:23 am
by vgupta88
Got the solution in the below link:

viewtopic.php?p=420128


Thanks!
Vaibhav