badar Posted February 18, 2013 Report Share Posted February 18, 2013 Hi, Tabulate area or Zonal Statistics as Table end with [000000_12301899] error when running from ArcToolBox. Using/calling them in python such as arcpy.sa.TabulateArea.... results in a simple crash. no warning. I've tried all possible workarounds. Changing pixel size, using feature class/shapefile as zone data etc. etc. Sometimes tool runs fine and sometime it gives the error (with exactly the same parameters). Crashes ArcGIS each time when called, in python. Is it the new version's problem??? I am using ArcGIS 10.1 with SP1. Quote Link to comment Share on other sites More sharing options...
yanggis Posted February 19, 2013 Report Share Posted February 19, 2013 Try ArGIS 10 with sp5. Quote Link to comment Share on other sites More sharing options...
badar Posted February 19, 2013 Author Report Share Posted February 19, 2013 Yeah I've checked already. The same script works fine on ArcGIS 10. So this is 10.1's bug afterall??? Quote Link to comment Share on other sites More sharing options...
wheel27 Posted April 22, 2014 Report Share Posted April 22, 2014 (edited) I had the same issue and fixed it by (re)building the attribute table just before tabulating the area in my script: arcpy.BuildRasterAttributeTable_management(ClassData, "Overwrite") TabulateArea(ZoneData, zoneField, ClassData, ClassField, TablePath, processCellSize) Edited April 22, 2014 by wheel27 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.