Chris Kiehl
9th April 2009, 22:28
Hello,
I've run an Exchange from a flat file into table tiitm012, 'Item Codes by Item Code System'. Not very big... about 300 records.
The problem is that 5 of them kicked out and I can't figure out why. I can add them manually to the table or through the user session with no problem.
The error log reads:

20,3,100

Those numbers precede each of the 5 failed entries in the log.
Any ideas?
Thanks in advance,
-Chris-

dave_23
10th April 2009, 01:35
20,3,100

Man it's been a while.

20 is the step in your exchange script that failed

100 is the error (duplicate row)

I forget what 3 is.. maybe the line number?

Dave