Bug Number | NIM059653 |
Submitted | Aug 03, 2010 |
Modified | Jun 11, 2020 |
Severity | Low |
Applies To | ArcGIS for Desktop |
Version Found | 10.0 |
Prog Language | N/A |
Server Platform | Windows 7 |
Client Platform | Windows 7 |
Database | N/A |
Locale | N/A |
Status | Not in Current Product Plan |
Version Fixed | |
SP Fixed |
Bug NIM059653
Synopsis
The software product radio button is not set in the ArcGIS Desktop administrator if the software is installed via enterprise deployment.
Additional Information
No Public Explanation
Alternate Solution
OPTION 1:
For ArcView Concurrent Licensing save the following as viewer.reg. and run as a script, batch file, or software push. (Change @YOUR_LICENSE_SERVER_HOSTNAME to your license server host value)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\License10.0]
"SEAT_PREFERENCE"="Float"
"SOFTWARE_CLASS"="Viewer"
"LICENSE_SERVER"="@YOUR_LICENSE_SERVER_HOSTNAME"
For ArcEditor Concurrent Licensing save the following as viewer.reg. and run as a script, batch file, or software push. (Change @YOUR_LICENSE_SERVER_HOSTNAME to your license server host value)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\License10.0]
"SEAT_PREFERENCE"="Float"
"SOFTWARE_CLASS"="Editor"
"LICENSE_SERVER"="@YOUR_LICENSE_SERVER_HOSTNAME"
For ArcInfo Concurrent Licensing save the following as viewer.reg. and run as a script, batch file, or software push. (Change @YOUR_LICENSE_SERVER_HOSTNAME to your license server host value)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\License10.0]
"SEAT_PREFERENCE"="Float"
"SOFTWARE_CLASS"="Professional"
"LICENSE_SERVER"="@YOUR_LICENSE_SERVER_HOSTNAME"
OPTION 2:
Set the ESRI_SOFTWARE_CLASS environment variable as follows:
For ArcView licensing:
ESRI_SOFTWARE_CLASS = Viewer
For ArcEditor licensing:
ESRI_SOFTWARE_CLASS = Editor
For ArcInfo Licensing:
ESRI_SOFTWARE_CLASS = Professional