Bug-Nummer | NIM059653 |
Erzeugt am | Aug 03, 2010 |
Modified | Jun 11, 2020 |
Schweregrad | Low |
Übernehmen für | ArcGIS for Desktop |
Gefundene Version | 10.0 |
Progr.-Sprache | n. z. |
Server-Plattform | Windows 7 |
Client-Plattform | Windows 7 |
Datenbank | n. z. |
Gebietsschema | n. z. |
Status | Not in Current Product Plan |
Behoben in Version | |
SP Fixed |
Bug NIM059653
Zusammenfassung
The software product radio button is not set in the ArcGIS Desktop administrator if the software is installed via enterprise deployment.
Zusätzliche Informationen
No Public Explanation
Alternative Lösung
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