cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Server.CheckinObjects does not create the WTPart when checkin a drawing with part in OTK Java

VladiSlav
17-Peridot

Server.CheckinObjects does not create the WTPart when checkin a drawing with part in OTK Java

Hello everyone!


Please tell me why WTPart is not created?
here is my code:

 

CheckinOptions options = pfcServer.CheckinOptions_Create();
server.CheckinObjects(currDrw, options);

 

I did everything as indicated in this link:

https://www.ptc.com/en/support/article/CS272335?&language=en&posno=2&q=CheckinObjects&source=search

but still not working
Thanks in advance.

 

Regards!

1 REPLY 1

Hello, Can you please tell how did you solve this issue. I am also stuck with same problem. Were you able to trigger the auto associate functions during checking.?

Top Tags