<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190929#M10806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been using zonal statistics a lot in my current project and have found it a fairly temperamental and buggy tool...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My main problem is that the tool will and then cut out at some point, returning me only a partially complete table.&amp;nbsp; Typically the polygons left out are always small ones (I'm trying to catch elevation &amp;amp; slope stats in a cadastre), so my guess is that the tool will give up if it encounters small polygons that may want to 'share' a cell from the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, my work around is an iterative process where I take successful ones and paste them into my 'base' shapefile, then run the tool again on another shapefile that contains the polygons were left over; I repeat this process until I get the "ERROR 010423" and I have to stop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In a nutshell, I think in my case the tool has run into polygons that are too small to process or its running into some other rule that won't let the tool run, or some other bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was happening on 10.0 with all service packs and again on 10.1 with SP1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Mar 2013 03:49:15 GMT</pubDate>
    <dc:creator>GerardBourke</dc:creator>
    <dc:date>2013-03-24T03:49:15Z</dc:date>
    <item>
      <title>ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190921#M10798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using Arc GIS 10 and i have the following problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i start the tool "Reclassify" with a Raster DataSet i get the error massage :"ERROR 010423[...]does not have valid statistics as required by the operation."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So i tried to fix it with "calculat Statistics" for the Raster Dataset. But even after doing this, i got the same Error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Reclassify inside a modell and i know that it worked before i installed Service Pack 1 and 2 so i tried to remove the two servicepacks and now the Reclassify works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think its a bug in SP 1 because i first removed SP2 and tested , with no succes und than i removed SP1 and the failure was gone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 16:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190921#M10798</guid>
      <dc:creator>MartinBernhardt</dc:creator>
      <dc:date>2011-07-24T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190922#M10799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please note, it is not a bug in SP1 or SP2, it was an issue in 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some spatial analysis tools require valid statistics for analyis. Statisitcs are invalid according to these rules.&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Have not been calculated&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Contain a skip factor greater than 1&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Contain an ignore value&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;In 10.0 statistics where being built on the fly which was not ideal because we do not want to modify user input in any way, so instead we opt to return an error. That is why it fails in 10 SP1, 10 SP2 with the error message.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution is to use Calculate Statistics so if that didn�??t work may need to find out why.&amp;nbsp; Try using the Calculate Statisitcs geoprocessing tool, or Copy Raster (specify Raster Analysis environment setting to build statistics).&amp;nbsp; Optionally, output to GRID will force valid statistics.&amp;nbsp; Other formats such as TIF, IMG, FGDB may have invalid statistics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 10.0 service pack 3, changes are planned to avoid the error and, if required, calculate statistics in memory (if they do not exist or are invalid). This way we do not alter any data and the tools should run successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please verify that the Calculate Statisitcs operation is working correctly. Good luck with your workflow. I appologize for any confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan DeBruyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 20:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190922#M10799</guid>
      <dc:creator>RyanDeBruyn</dc:creator>
      <dc:date>2011-07-25T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190923#M10800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was having this same error with both Reclassify and Extract by Attributes on an IMG dataset. I tried the Calculate Statistics tool, but it still came back with the same error message. I realized I was trying to perform the operations outside of a file geodatabase. Once I set up the workspace environment in my new file geodatabase, both tools worked. So I guess my problem was not using the geodatabase workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David Yeany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 14:25:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190923#M10800</guid>
      <dc:creator>DavidYeany_II</dc:creator>
      <dc:date>2011-08-10T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190924#M10801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;i am using Arc GIS 10 and i have the following problem:&lt;BR /&gt;When i start the tool "Reclassify" with a Raster DataSet i get the error massage :"ERROR 010423[...]does not have valid statistics as required by the operation."&lt;BR /&gt;So i tried to fix it with "calculat Statistics" for the Raster Dataset. But even after doing this, i got the same Error&lt;BR /&gt;I use Reclassify inside a modell and i know that it worked before i installed Service Pack 1 and 2 so i tried to remove the two servicepacks and now the Reclassify works. &lt;BR /&gt;I think its a bug in SP 1 because i first removed SP2 and tested , with no succes und than i removed SP1 and the failure was gone.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also receiving the same error messages intemittenetly. There is nothing wrong with the data and my tiff images error when trying to save to a file geodatabas. The only work around I have found is to save, close, reopen and then run the tool. It is also the same with the Extract geoprocessing tool. It works after the save and close without modifing the data. I am finding that I have to do this inbetween every geoprocessing tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it is a bug also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcMap ArcInfo 10 SP 1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 12:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190924#M10801</guid>
      <dc:creator>NAOMIPAUL</dc:creator>
      <dc:date>2012-05-04T12:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset fails at SP 4</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190925#M10802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this issue is also seen with ArcGIS 10 SP 4. Specifically, REclassify, Reclass by Ascii file, Reclass by Table, and Lookup all fail with some data inputs (e.g., TIFF). If you close ArcGIS and restart 25% of the time one of the above tools will work, however no pattern was seen (e.g., Reclass by Ascii File in the 3D toolbox would work but the one in the Spatial Analysit toolbox would not).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds like ESRI is not fully supporting TIFF image, one of the most popular formats for distributing satellite data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for a workaround on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Found that if I created a new file geodatabase and used that as the output location forthe Reclass by Table vs. outputing to a TIF it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 20:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190925#M10802</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2012-06-14T20:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190926#M10803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can assure you we are fully supporting the Tiff format.&amp;nbsp; It is our default output format for any tool in Data Management &amp;gt; Raster, assuming your workspace is set to a folder rather than a geodatabase.&amp;nbsp; It is the format we recommend using if you're serving raster data.&amp;nbsp; It is the format I most often work with and we definitely know how widespread the format usage is.&amp;nbsp; Tiff is kinda like vanilla ice cream in my opinion.&amp;nbsp; We have also added support for BigTiff format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If a tool fails to output Tiff, but works with other formats it is a defect with the tool, and should be reported to Esri Support for further investigation.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 21:39:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190926#M10803</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-06-14T21:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190927#M10804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if I am facing similar problem. I am trying to reclass a FGDBR raster (statistics calculated) with the followig Ascii table :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;0 0.5 : 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0.5 5 : 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 10 : 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10 15 : 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15 20 : 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20 100 : 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was originally using ArcObject but when I couln't figure out why it wouldn't work tried it directly via ArcToolbox an got the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried integer only version , and a version with 1 to one mappings rather than ranges, just incase, but same error message : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Syntax error 010328 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Syntax error 010267&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have managed to reclass the rater using Reclassify in Toolbox but I want to implement in ArcObjects and am not sure how to do this without ASCII/INFO table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Arc 10 with SP 3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 11:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190927#M10804</guid>
      <dc:creator>NeilSang</dc:creator>
      <dc:date>2012-07-12T11:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190928#M10805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem was resolved with SP5 . However, it is worth noting that the ArcObject .Net version requires that the path does not contain any spaces. Perhaps add this to the user guide ESRI?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 09:19:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190928#M10805</guid>
      <dc:creator>NeilSang</dc:creator>
      <dc:date>2012-07-20T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190929#M10806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been using zonal statistics a lot in my current project and have found it a fairly temperamental and buggy tool...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My main problem is that the tool will and then cut out at some point, returning me only a partially complete table.&amp;nbsp; Typically the polygons left out are always small ones (I'm trying to catch elevation &amp;amp; slope stats in a cadastre), so my guess is that the tool will give up if it encounters small polygons that may want to 'share' a cell from the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, my work around is an iterative process where I take successful ones and paste them into my 'base' shapefile, then run the tool again on another shapefile that contains the polygons were left over; I repeat this process until I get the "ERROR 010423" and I have to stop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In a nutshell, I think in my case the tool has run into polygons that are too small to process or its running into some other rule that won't let the tool run, or some other bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was happening on 10.0 with all service packs and again on 10.1 with SP1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 03:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190929#M10806</guid>
      <dc:creator>GerardBourke</dc:creator>
      <dc:date>2013-03-24T03:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190930#M10807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For Zonal Statistics the omitting of the zones can be a problem depending on the size of the zone and the cell size.&amp;nbsp; If you do not have a raster cell that will fit in the rasterized version of the polygon. So based on your testing, I would consider making the raster a finer resolution prior to processing and see if this solves the issue.&amp;nbsp; There is a reference to this in the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000w7000000"&gt;help documentation&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the zone input is a feature dataset with relatively small features, keep in mind that the resolution of the information needs to be appropriate relative to the resolution of the value raster. If the areas of single features are similar to or smaller than the area of single cells in the value raster, in the feature-to-raster conversion some of these zones may not be represented.&lt;BR /&gt;&lt;BR /&gt;To demonstrate this, try converting the feature dataset to a raster with the appropriate feature-to-raster conversion tool and specify the resolution to be that of the Value raster. The result from this conversion will give an indication about what the default output of the zonal operation will be.&lt;BR /&gt;&lt;BR /&gt;If you have fewer results in the output than you may have expected, you need to determine an appropriate raster resolution that will represent the detail of your feature input, and use this resolution as the Cell Size of the Raster Analysis Settings of the Environment.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 12:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190930#M10807</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-03-25T12:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190931#M10808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff, I'll keep that in mind the next time I do this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the 010423 Error though, after I'd read this post and went back to work and I changed up my method.&amp;nbsp; Instead of stopping once I got the error, I split up the remaining polygons and forced them through in multiple batches, processing the largest of the left-overs first and then the smaller ones.. this time with no error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is different from before where if they were too small, the process would carry on and simply not return the results (what you were saying, Jeff).&amp;nbsp; If you encountered the error it wouldn't process at all, but by splitting them up they would all go through eventually with no error.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would it decide that it couldn't calculate the statistics for a group of polygons but it will for multiple smaller groups of the same polygons?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with a 25m cell size (which has been checked and rechecked for missing values) and it is failing on polygons up to ~1700m&lt;SUP&gt;2&lt;/SUP&gt;, where it is working fine on 10,000's of other polygons of the same size and smaller.. so I think there is still something to the process failing if it has to 'share' a cell... will test further&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 23:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190931#M10808</guid>
      <dc:creator>GerardBourke</dc:creator>
      <dc:date>2013-03-25T23:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190932#M10809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever convert your data to a raster and look at where it put the pixels?&amp;nbsp; I would process that and then look at the problematic errors.&amp;nbsp; It should explain what the tool is doing when considering the zones.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 20:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190932#M10809</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-03-26T20:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190933#M10810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I converted my polygon layer into a raster, set the cell sizes to be the same as the raster I want stats from (25m).&amp;nbsp; Then I converted that back into polygons to run zonal stats to see what was going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first run I did when reconverting back to polygons I allowed it to simplify the polygons, thinking I'd get more 'organic' shapes and maybe a but closer to the original.&amp;nbsp; Ran zonal stats and again was coming back with a bunch of empty fields.&amp;nbsp; Typically they were all small, which was expected, some a bit smaller than the raster cell size (because they were simplified).&amp;nbsp; Even so, many of these undersized ones could still be calculated.&amp;nbsp; Flicking through them I noticed that many of the unsuccessful ones were 'sharing' cells and mustn't have had the largest portion compared to their neighbour.&amp;nbsp; However, there were cases where they weren't sharing cells or were even little islands away from other polygons, some just would not calculate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did this again but this time I unchecked the simplify polygon box to see if that made a difference.&amp;nbsp; This essentially halved the failure rate, but still had some left overs, same as before.&amp;nbsp; Only this time, since no polygon could be smaller than a cell, even the smallest polygons had to be over greater portion of a cell (except in cases where it would be perfectly aligned over four cells, but that would be very rare).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I tried to run zonal stats with the left overs (as I had done successfully many times with my orginal shapefiles), it would not run - error 10423.&amp;nbsp; Tried trimming the groups, still nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, why is it breaking?&amp;nbsp; If you have a square over a grid with cells the same size as your square, unless the corners are perfectly aligned with the centres of each cell, you must have a greater portion of one of the cells and the centroid of a cell within the boundary of your square.&amp;nbsp; So how is it deciding which cells to include?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Definately, very small polygons won't work, but I still think cell sharing can explain part of it.&amp;nbsp; Perhaps the order they are done?&amp;nbsp; I can't see one though, failed cases can appear at random; it doesn't matter if the neighbour cells are left, right, up, down or before or after their object ID number.&amp;nbsp; I can't see a pattern.&amp;nbsp; Even so, that doesn't explain the failed cases where there are no neighbours.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I conclude that I can't work it out and am going to get back to work now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 01:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190933#M10810</guid>
      <dc:creator>GerardBourke</dc:creator>
      <dc:date>2013-03-27T01:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190934#M10811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you converted it, did you use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001w0000000m000000"&gt;snap raster&lt;/A&gt;&lt;SPAN&gt; environment setting to align the pixels?&amp;nbsp; Or make it match the extent of the raster via the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001w00000009000000"&gt;Output Extent&lt;/A&gt;&lt;SPAN&gt;?&amp;nbsp; From what it sounds like, pixel registration is causing issues. Since you are choosing to match the cell size, I would complete it and then use the snap raster and processing extent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 20:03:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190934#M10811</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-03-27T20:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 010423 on Reclassify of Raster Dataset only with installed SP1 and SP2</title>
      <link>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190935#M10812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, tried that.&amp;nbsp; Snap to raster isn't working (I've seen your comment one of those troubleshooting forums too, Jeff).&amp;nbsp; Turned off background processing, tried doing it in ArcCatalogue, it just won't snap.&amp;nbsp; Keeps coming out the same... of course that's another problem for another forum... Though apparently that one's been fixed? hmmm...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 23:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-010423-on-reclassify-of-raster-dataset-only/m-p/190935#M10812</guid>
      <dc:creator>GerardBourke</dc:creator>
      <dc:date>2013-03-27T23:53:41Z</dc:date>
    </item>
  </channel>
</rss>

