Skip to main content
17-Peridot
June 11, 2020
Question

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

  • June 11, 2020
  • 1 reply
  • 1340 views

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

8-Gravel
July 27, 2021

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.?