Focal Point
[CLOSED] Communication link failure Error

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7327029396

July 16, 2020, 07:29 AM
Maran
[CLOSED] Communication link failure Error
Hi,

We are using iWay DataMigrator version 8205.
We have a Main flow that runs other flows and sub-flows and this flow will run on every night.
In one of the Data flow, we are joining(inner) multiple source tables as below.

((SELECT Columns FROM T5 ) T7
INNER JOIN
(SELECT Columns FROM
((( T1 INNER JOIN T2 ON T1.Column = T2.Column)
INNER JOIN T3 ON T1.Column = T3.Column )
INNER JOIN T4 ON T1.Column = T4.Column )
) T6
ON T7.Column = T6.Column
)


In the night process, We are getting the below error in one of the Data flow. Previously it worked fine. But now we got this error in both Stating and Production loads. If I run that data flow separately, I'm not getting the error and the data loaded correctly.

Even I tried to run only this data flow from the main flow, I'm not getting the error. And I'm unable to reproduce the below error.

Can anyone please help me resolve this error.
I think we are getting error in the second table group T6. for first table T7, we are getting 134239 records which is correct.

07/16/2020 02:13:32   (ICM18429) Issuing PREPARE 
07/16/2020 02:13:32   (ICM18440) Request will process data via NON-Pass Through (NON-APT) 
07/16/2020 02:13:32   (ICM18451) HOLD file will be created for output file named: SQLIN. 
07/16/2020 02:13:33 _EDATEMP/sqlhld01 HELD AS DATREC FILE
07/16/2020 02:13:33 1 
07/16/2020 02:13:33 0 NUMBER OF RECORDS IN TABLE=   134239  LINES= 134239
07/16/2020 02:13:33 0 
07/16/2020 02:13:33  (FOC1400) SQLCODE IS 10054 (HEX: 00002746) XOPEN: 08S01
07/16/2020 02:13:33  (FOC1500)  :  [08S01] [Microsoft][ODBC Driver 11 for SQL Server]TCP Provider: An 
07/16/2020 02:13:33  (FOC1500)  :  existing connection was forcibly closed by the remote host.
07/16/2020 02:13:33  (FOC1500)  :  [08S01] [Microsoft][ODBC Driver 11 for SQL Server]Communication link 
07/16/2020 02:13:33  (FOC1500)  :  failure
07/16/2020 02:13:33  (FOC1406) SQL OPEN CURSOR ERROR.  : <table_name>
07/16/2020 02:13:33   (ICM18020) Return Code = 18708 
07/16/2020 02:13:33  (FOC1400) SQLCODE IS 10054 (HEX: 00002746) XOPEN: 08S02
07/16/2020 02:13:33  (FOC1500)  :  [08S02] [Microsoft][ODBC Driver 11 for SQL Server]TCP Provider: An 
07/16/2020 02:13:33  (FOC1500)  :  existing connection was forcibly closed by the remote host.
07/16/2020 02:13:33  (FOC1500)  :  [08S02] [Microsoft][ODBC Driver 11 for SQL Server]Unable to open a 
07/16/2020 02:13:33  (FOC1500)  :  logical session
07/16/2020 02:13:33  (FOC1414) EXECUTE IMMEDIATE ERROR. 
07/16/2020 02:13:33   (ICM18076) Request: <flow Name> - finished processing 
07/16/2020 02:13:33   (ICM18007) CPU Time : 797 
07/16/2020 02:13:33   (ICM18039) DEP_10 <flow Name> Return Code = 18708   

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8201m
Windows,AppStudio, DevStudio,All Outputs
July 16, 2020, 10:55 AM
FP Mod Chuck
Maran

I think you are going to have to open a case with techsupport. They will need traces to debug this. Since it works when run by itself I suspect that multiple threads are in play when it runs as part of a larger flow and something is getting messed up.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats