Focal Point
[CLOSED] DataMigrator and the ICM18174 error

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

November 09, 2017, 11:22 AM
Doug
[CLOSED] DataMigrator and the ICM18174 error
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, Doug

This 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
November 09, 2017, 12:58 PM
dhagen
That is a crash. Can you explain your flow in detail?


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
November 09, 2017, 01:16 PM
Doug
Yeppers, It's is a crash Frowner

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?
November 10, 2017, 11:41 AM
dhagen
Does it do the same thing if you reduce the process to say 10k rows?


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
November 13, 2017, 10:42 AM
Doug
quote:
Does it do the same thing if you reduce the process to say 10k rows?

Checking... When I can get to it...