05-23-2018 05:30 AM
Hi everyone,
we are trying to import a PLMXML from a TC 10.1.5 installation to a TC 11.2.1; this PLMXML is an export of a CC from MPP containg a BOP, a BOM and a Plant.
Unfotunately, most of the items in the exported CC have the same IDs of other items already existing in the target machine and when we import the PLMXML using "ConfigureDataImpotDefault" or "incremental impor" transfer modes, TC does not import them.
I know we can force the transfer mode to override existing objects but this is not what we need.
Is there any way to let the import autogerate new IDs ?
Thanks !
Solved! Go to Solution.
05-30-2018 09:44 AM
From memory, you would have to nullify the UID, this would force it create a new one. If you also remove the item id and your naming rule is set to generate an ID this might work? Else you would have to replace all the item ids with some VB or other code in the xml file prior to upload.
Richard
08-01-2018 03:59 AM
Thanks Richard and sorry for the late replay.
Following your suggestion, we did a simple c# app that replaces all the item ids and than invoke the TC import.
Thanks,
Davide