change revision label maximum value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
change revision label maximum value
I use Windchill 10.2. I'm an untrained Windchill admin for my company. For the first time we have a .prt and .drw that need to be revised to 21, our system seems to have the maximum numerical value set to 20. See the message from Event Manager below.
Either new revision value "21" is not valid, or it is not greater than the existing revision value "20". Specify an appropriate value for the new revision.
Where in the Windchill Utilities do I find the place to change the max value?
Solved! Go to Solution.
- Labels:
-
CAD Data Mgmt
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There is a versioning file in Windchill that controls your versions.
My steps for setting up versioning rules:
- Change versioning Rules
- Get copy of existing versioning rules
- java wt.series.LoadFileBasedSeries <filename.xml> -read
- Modify XML rule file for versioning sequence desired
- Edit in an XML editor
- Be sure it is UTF-8 encoded
- The read copy file may not be.
- Import XML Versioning file into Windchill from folder with file
- java wt.series.LoadFileBasedSeries <filename.xml> -load
- Build Resource info files with new rules
- Run enumCustomize in command prompt
- Load SeriesRangeSelectorRB.RB.ser from <Windchill_Load>/codebase/wt/series
- Add new series if needed
- The Key must match the name of the seed
- Exit to rebuild the jar file
- Add new series if needed
- Add rebuilt jar to Windchill code
- Set directory to <Windchill_Load>/codebase
- Ant -f MakeJar.xml custUpdate
- Load SeriesRangeSelectorRB.RB.ser from <Windchill_Load>/codebase/wt/series
- Run enumCustomize in command prompt
- Get copy of existing versioning rules
Hope this helps. Ask if you need more help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There is a versioning file in Windchill that controls your versions.
My steps for setting up versioning rules:
- Change versioning Rules
- Get copy of existing versioning rules
- java wt.series.LoadFileBasedSeries <filename.xml> -read
- Modify XML rule file for versioning sequence desired
- Edit in an XML editor
- Be sure it is UTF-8 encoded
- The read copy file may not be.
- Import XML Versioning file into Windchill from folder with file
- java wt.series.LoadFileBasedSeries <filename.xml> -load
- Build Resource info files with new rules
- Run enumCustomize in command prompt
- Load SeriesRangeSelectorRB.RB.ser from <Windchill_Load>/codebase/wt/series
- Add new series if needed
- The Key must match the name of the seed
- Exit to rebuild the jar file
- Add new series if needed
- Add rebuilt jar to Windchill code
- Set directory to <Windchill_Load>/codebase
- Ant -f MakeJar.xml custUpdate
- Load SeriesRangeSelectorRB.RB.ser from <Windchill_Load>/codebase/wt/series
- Run enumCustomize in command prompt
- Get copy of existing versioning rules
Hope this helps. Ask if you need more help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I've never done any XML work. To perform what you describe do I have to be logged into the Windchill server? I'm only familiar with some actions that can be accessed via a browser when logged in as orgadmin or wcadmin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is a video of it from PTC's site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There's a lot there. As mentioned in my reply to BenLoosli, It sounds like server-side operations. I'll try to digest the support article you linked and then I'll have to team up with our IT, which are not Windchill admins either, but they have access to the servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My steps are basically the same as the video shows. I took them from the video when I wrote out my Windchill installation guide.
You will need access to the Windchill server and the administrator account to perform the version change task.
