Hi,
I'm using Import-AXModelStore and I receive this error:
ID conflicts were detected and the import operation is aborted.
Question 1 : How can I know which objects are in conflicts ?
I know that axutil importstore with the parameter /conflict push will create a model with my conflict objects, but I was wondering if there was an easier way.
Question 2: is it me or I need to create a temporary schema if I want to import a model store using axutil ?
If I use this command line: axutil importstore /file:C:\AxModelStore\test.axmodelstore /conflict:push
I receive ERROR: The APPLY command line switch is required to run this program.
Can I apply the model store directly to the default schema ? How ?
Question 3 : Does it exist the equivalent of /conflict push with Import-AXModelStore ?
Import-AXModelStore comes with the parameter -IdConflict <String>
Can anyone explain me how to use this parameter ?
Thank you very much