Hello everyone,
I am just trying to migrate almost all items(products) from Axapta 3.0 to Ax2012R3 using DIXF.
For many of the items everything goes perfect. but when I am trying to migrate the 100% of the items an error msg prompt with : "
DMF – Error occured while doing bulkcopy from temp table to entity table
"
then inside I notice that index ID are duplicated and it cannot be imported, also I notice that the DIXF is truncating the item number to 20 chars length so an item that has:
1250x1750x1,25mm_AISI316
1250x1750x1,25mm_AISI304
.will be duplicated at: "1250x1750x1,25mm_AIS"
I have tried already changing the item number length using the Data Modify types to 25 and also to 30. but error is still the same.

SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The object 'I_174ITEMDIMIDX' is dependent on column 'ITEMID'.
SQL statement: ALTER TABLE "DBO".INVENTSUM ALTER COLUMN ITEMID nvarchar(25) NOT NULL
SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The object 'I_175ITEMIDX' is dependent on column 'ITEMID'.
SQL error description: [Microsoft][SQL Server Native Client 11.0][SQL Server]The object 'I_176ITEMMODULEIDX' is dependent on column 'ITEMID'.
Hope you guys give me a hand with this, any help is highly appreciated,
thanks a lot for your time