graybeardtx - Sunday, January 29, 2012 8:20 PM:
I am trying to use the dataloader to upload CAD Items to the database. I used the loadall.bat file to successfully upload all ot the items in the 02_loading directory.
I downloaded an Excel spreadsheet of all the CAD items in the Sample930 database, used the Dataloader wizard to specify the rules for loading. The column that contains the classification property has a value of "Mechanical/Part". The load fails saying that the classification "Mechanical /Part" is an invalid classification. But classification is simply a string with no other definition in the ItemType definition - at least not one I have found yet.
Ideas?
Yoann Maingon - Monday, January 30, 2012 7:50 AM:
Hi,
I think there's a Core Method run onAdd and onEdit, making sure the value entered complies with the Itemtype classification definition. So you need to define your classification structure before adding a Part with a classification label which has not been added to the ItemType definition yet.
Best,
Yoann