Using an iterate file in ModelBuilder with KML to Layer tool causes ArcMap to crash. ArcMap crashes when it attempts to go to the second iteration.
Last Published: August 25, 2014ArcGIS for Desktop
Bug ID Number
NIM066223
Submitted
March 22, 2011
Last Modified
June 5, 2024
Applies to
ArcGIS for Desktop
Version found
10.1
Version Fixed
10.1
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Can workaround the issue by writing a python script:import arcpyoutLocation = "C:/myOutputFolder"for kmz in arcpy.ListFiles('*.KM*'): arcpy.KMLToLayer_conversion(kmz, outLocation)