If only one distance is specified for the multiple ring buffer tool at the ArcView and ArcEditor license levels then the tool will crash ArcCatalog/Map
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM002885
Submitted
June 12, 2006
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.1
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Description
If an ArcView or ArcEditor license user tries to use the Multiple Ring Buffer tool with only one specified buffer distance, the tool fails.
Cause
In the Python Script for this tool the lines 145 - 186 are only executed when not working with an ArcInfo license. The error occurs when the script tries to complete Line 153, which defines the second input variable. When there is only one value the script tries to take x+1, which equals nothing, so the script breaks with an error.
Workaround
Use the buffer tool located in ArcToolBox > Proximity > Buffer to buffer a single input. Only use the Multiple Ring Buffer if multiple inputs are to be used.