漏洞编号 | NIM059653 |
已提交 | Aug 03, 2010 |
Modified | Jun 11, 2020 |
严重性 | Low |
应用于 | ArcGIS for Desktop |
找到的版本 | 10.0 |
程序语言 | N/A |
服务器平台 | Windows 7 |
客户端平台 | Windows 7 |
数据库 | N/A |
区域设置 | N/A |
状态 | Not in Current Product Plan |
修正版本 | |
SP 修复 |
漏洞 NIM059653
摘要
The software product radio button is not set in the ArcGIS Desktop administrator if the software is installed via enterprise deployment.
附加信息
No Public Explanation
备用解决方案
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