Skip to main content
16-Pearl
September 21, 2022
Solved

License information page access

  • September 21, 2022
  • 4 replies
  • 2736 views

License management is done at the site level, but is there anyway to give someone access to the license information page without being a site admin? Their goal is to be able to see how many licenses there are and how many are available. Won't need access to load license file.

 

Best answer by MarcoTosin

If you enable Windchill Performance Advisor, in the relevant dashboard you can see allocated licenses versus available licenses 

 

Marco_Tosin_0-1665065540598.png

 

4 replies

16-Pearl
September 21, 2022

Yeah, I can see why the limitation is there, but I guess what I'm looking for is a report of license usage at the org level.

 

16-Pearl
February 24, 2023

As of 11.2, you can allow license management utility at the organization level by enabling the preference at site level.

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

16-Pearl
September 22, 2022

There's a REST service, PTC.PrincipalMgmt, where you can query the license groups and principals, you could count how many users are in the license group with a REST url perhaps

16-Pearl
October 6, 2022

I'm looking for something that a user can utilize, so something in the Windchill UI ideally. 

MarcoTosin
21-Topaz I
21-Topaz I
October 6, 2022

If you enable Windchill Performance Advisor, in the relevant dashboard you can see allocated licenses versus available licenses 

 

Marco_Tosin_0-1665065540598.png

 

Marco
joe_morton
18-Opal
18-Opal
October 12, 2022

You can probably use a query builder report with the option "Bypass Access Control" to get current license counts that are assigned, but I don't know if the count of licenses available are stored in any database tables anywhere. 

MarcoTosin
21-Topaz I
21-Topaz I
October 13, 2022

I have no idea if there is a table in the Windchill DB where real-time accesses are saved, so that we can check the users logged in at a specific time, however there are a couple of other reports that might be useful to check which licenses are assigned to a user and how frequently he uses them (every first daily access is reported).

 

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

 

With the second one you can check what actions are available to users depending on the Windchill license profile

 

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

 

Marco