Skip to main content
8-Gravel
March 21, 2017
Solved

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

  • March 21, 2017
  • 1 reply
  • 2370 views

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.

Best answer by BrianToussaint

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.

3-21-2017 1-43-08 PM.png

1 reply

19-Tanzanite
March 21, 2017

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.

3-21-2017 1-43-08 PM.png

balbaba8-GravelAuthor
8-Gravel
March 21, 2017

Thanks