Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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