CAD part created with API facing issue while check in to Windchill via creo in next iteration.
Hi All,
I have created sample.prt cad part by using Windchill API. it's open in Creo as well.
check out and check in operation via browser are working.
but when check ed it out and do some modifications in it using creo, then trying to check in back to Windchill.
this operation was failed, check the event manager and found, it was failing to upload the new data to server,
below is error from event management,
Content category "" for content object "sample.prt" in the document "sample.prt" could not be found on server.


How i can solve this ?
i have used below in my code,
EPMAuthoringAppVersion epmaav = EPMAuthoringAppVersion.newEPMAuthoringAppVersion(EPMAuthoringAppType.toEPMAuthoringAppType("PROE"), 30, "L-03");
my current creo version is creo 3.0M070.
Thanks,
Vivek

