Skip to main content
1-Visitor
July 30, 2014
Question

Retrieving the latest Iteration of a part which is newly created, I am getting NonLatestCheckoutException

  • July 30, 2014
  • 1 reply
  • 1479 views

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.

1 reply

23-Emerald II
July 30, 2014

Hi Vineeth,

A snippet of your code where the checkout is performed would be helpful.

Thanks,
Lori

1-Visitor
September 10, 2014

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.