Adding an ArcIMS service to ArcMap by clicking a GND file on a web page does not work consistently if ArcMap is not already open. If ArcMap is not open, clicking a GND file should always launch ArcMap and add the service. This is affecting many portal and clearinghouse websites where ArcIMS services are accessed by clicking on GND files
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM004769
已提交
October 11, 2006
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
You can start ArcMap first before clicking on any link in a web page that says 'Add To ArcMap' or similar.Alternately, if you are comfortable editing the windows registry, you can change the following reg key:HKEY_CLASSES_ROOT\GeographyNetwork.Document\shell\open\command from this: <a href="file:C:/arcgis/Bin/ArcMap.exe" target="_blank">C:\arcgis\Bin\ArcMap.exe</a> /dde(where <a href="file:C:/arcgis/Bin/ArcMap.exe" target="_blank">C:\arcgis\Bin\ArcMap.exe</a> is the path to the location of your ArcMap.exe)to this:<a href="file:C:/arcgis/Bin/ArcMap.exe" target="_blank">C:\arcgis\Bin\ArcMap.exe</a> /dde Open("%1") by adding Open("%1") to the end