The Multiple Ring Buffer Tool no longer works under and ArcView or ArcEditor license after installing Service Pack 1 on ArcGIS Desktop 9.1.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM000651
已提交
December 27, 2005
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
修正版本
93
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
-To remove Service Pack 1 you must uninstall ArcGIS desktop and reinstall.-Modify the <a href="http://MultiRingBuffer.py" target="_blank">MultiRingBuffer.py</a> script1. Through Windows explorer go to <a href="file:C:/Program" target="_blank">C:\Program</a> Files\ArcGIS\ArcToolbox\Scripts.2. Make a backup of the <a href="http://MultiRingBuffer.py" target="_blank">MultiRingBuffer.py</a> script.3. Right-click the scipt, select properties, uncheck the "Read-only" option.4. Edit the script and change line 171. Add an "s" to "lsDistance". From: GP.CalculateField("xxxxLyrTmp2", fieldName, lsDistance[x+1]) To: GP.CalculateField("xxxxLyrTmp2", fieldName, lsDistances[x+1])5. Save the script.