As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
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,
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
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005