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.
Why are we getting the ICM18174 error in DataMigrator?
We have the commit set to 10000 and get this after processing 160000 of the 169000 rows. Is it that it's actually not an error, just that it hasn't made it to the next commit which should happen at 170000?
The "? 18174" command show the following:
? 18174
(ICM18174) Agent has been forced to terminate
Agent is crashed, hard killed or terminated by other unexpected event.
Thanks Again, DougThis message has been edited. Last edited by: FP Mod Chuck,
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
More Info, step by step: Assumptions: A) This is based on 169123 rows in the source. B) The proc is set to update/add. C) On Match Update. D) On NOMATCH Include.
1) Start with a new or truncated destination table. * Run the DM proc. * All 169123 rows. * No error message. * Stats show that 169123 inserted. 2) Deleted 10 rows from the destination. * Rerun the DM proc. * The destination still has 169113 rows. * Ends in ICM18174 error, agent crashed. * Does not show any stats after the crash. 3) Expected Results of step 2: * Rerun the DM proc. * The destination should haves 169123 rows. * Does not end with an error. * Stats show that 169113 rows were updated. And 10 rows were inserted / included.
So, what's missing?
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005