Hello all,
We have our ArcGIS license manager on a computer where only our colleagues from the system administrator group have administrative privileges.
Whenever we want to view the license usage we have to ask them for help.
I would like to know if there exists a possibility to view the license usage as a non administrator through ArcPY script or view the license usage from another computer which has administrative privileges?
Thanks all,
Bart-Jan Schoenmakers
Statistics Portugal
Solved! Go to Solution.
I solved the problem. You can use the lmutil program which is installed with the license server. Ths don't need any administrative privileges.
You can list the licences with “lmutil lmstat”
You can remove the license with “lmutil lmremove”
The syntax needs some attempts, with the following links you’ll find information how to use these commands:
Bart
I solved the problem. You can use the lmutil program which is installed with the license server. Ths don't need any administrative privileges.
You can list the licences with “lmutil lmstat”
You can remove the license with “lmutil lmremove”
The syntax needs some attempts, with the following links you’ll find information how to use these commands:
Bart