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

We are happy to announce the new Windchill Customization board! Learn more.

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

ptc-6328570
1-Newbie

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

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.

2 REPLIES 2
LoriSood
22-Sapphire II
(To:ptc-6328570)

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.

Top Tags