Skip to main content
6-Contributor
May 23, 2024
Solved

User is unable to change version of a part from V202 to V203.

  • May 23, 2024
  • 1 reply
  • 1833 views

I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS02

User is unable to change version of a part from V202 to V203.

Best answer by HelesicPetr

Hi @WillQi 

The point is, if you add it, you corrupt the sequence and you need to recreate the sequence not just correct it.

That means delete the sequence and recreate it.

 

As I said, never ever change existing HarvardSeries. 

I can suggest to create new HarvardSeries with a correct sequence and values, Use this new series to all objects where you use it. 

 

PetrH

1 reply

23-Emerald III
May 23, 2024

What procedure is the user trying?

A Revise should do it.

What is your versioning file defined as? Does it have entries that go that high? Mine stops at revision 99.

WillQi6-ContributorAuthor
6-Contributor
May 24, 2024

The user is trying to use Revise. They are met with this error message: 

WillQi_0-1716563992577.png

 

HelesicPetr
22-Sapphire II
22-Sapphire II
May 28, 2024

Hi @WillQi 

Go to Windchill shell and get/read the versioning schema

java wt.series.LoadFileBasedSeries outputxmlFile.xml -read 

https://www.ptc.com/en/support/article/CS18605

1. Your revision number is not in the schema

2. Is on wrong position or

3. there could be some corruption. 

4. Someone rewrite the schema with OOTB one. 

5. You move the object to a context where is a different revision schema and now it is not possible to revise. Check the OIR in the context. 

PetrH