Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
When I am creating a part through Api and making it persistent and immediately I am doing Iteraton on that part and trying to retrieve
the latest Iteration of that part I am getting this Exception( wt.vc.wip.NonLatestCheckoutException). can you help me out from this.
wt.vc.wip.NonLatestCheckoutException:
Part - VV12, VV12, can not be checked out because it is not the latest iteration.
Hi Vineeth,
A snippet of your code where the checkout is performed would be helpful.
Thanks,
Lori
Hi Lori,
the code is difficult to understand for people,so I will give my requirement.
-->create a Parent part and immediately add a existing part as child part.
what I have done for above problem
I have created the Parent part and after creation I have retrieved it, and added the existing part as child part..
but i dont want retrieving the Parent part, I want to add dirtectly the child part with out rretrieving the parent part after creation.