Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Can someone please help me find the Windchill version ID, I was trying to apply this solution https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS244368
The solution mentions : Note: To get the Current ID, refer to the article CS20491 for more details but this article is offline.
Solved! Go to Solution.
If you are in SQL, you can go the table through SQL Server Management Studio and select the top 1000 from the WtUpgInst_Installation table, and it will be the ID# that is the last one in the list.
If you are in SQL, you can go the table through SQL Server Management Studio and select the top 1000 from the WtUpgInst_Installation table, and it will be the ID# that is the last one in the list.
Thanks