<?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: Pivot Tables and 000210 error in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355301#M12327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A shot in the dark here -- do your input field values have &amp;lt;Null&amp;gt; values, empty text strings, or text strings with illegal characters?&amp;nbsp; It could be Pivot Table is trying to create a field name on the output table using these nonsensical values.&amp;nbsp; Typically, this case yields another error (99999 I think), but it might also yield 210.&amp;nbsp; This is something we've fixed in 10.0 Service Pack 1 (made it more informative anyway), due out any day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 22:54:54 GMT</pubDate>
    <dc:creator>DaleHoneycutt</dc:creator>
    <dc:date>2010-11-04T22:54:54Z</dc:date>
    <item>
      <title>Pivot Tables and 000210 error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355298#M12324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried using the Pivot table tool and it keeps returning a 000210 error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I searched for what that meant and it implies a schema lock or conflicting use, or no permissions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I shut down all ArcMap sessions, I tried rebooting, the folders in question were all created by me. So I don't know why I'd be getting that error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else come across this and successfully figured out how to get around that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 21:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355298#M12324</guid>
      <dc:creator>JoshuaChan</dc:creator>
      <dc:date>2010-05-18T21:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Tables and 000210 error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355299#M12325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using 9.3.1 and a 9900 record input, I have tried:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input from SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input from Personal GDB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input from dbf table&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Output to table (dbf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output to Personal GDB table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output to SDE table&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I have tried using different input and pivot fields, though of course, this is rather pointless as I need to use certain ones. I always got the 210 error, except once (I believe one PGDB to PGDB try) when I got no error but no file.:p&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I also recently discovered that my license was set to ArcView rather than ArcInfo by mistake. With ArcInfo, or maybe just because it's Thursday, it worked today on my second try...just as I was about to agree with you that it never ever works. I still don't believe this should be this difficult. I wanted to avoid using Excel to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 15:36:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355299#M12325</guid>
      <dc:creator>DanaNolan</dc:creator>
      <dc:date>2010-11-04T15:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Tables and 000210 error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355300#M12326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pivot Tables requires an ArcInfo license to run.&amp;nbsp; ArcView won't cut it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 21:52:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355300#M12326</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2010-11-04T21:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Tables and 000210 error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355301#M12327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A shot in the dark here -- do your input field values have &amp;lt;Null&amp;gt; values, empty text strings, or text strings with illegal characters?&amp;nbsp; It could be Pivot Table is trying to create a field name on the output table using these nonsensical values.&amp;nbsp; Typically, this case yields another error (99999 I think), but it might also yield 210.&amp;nbsp; This is something we've fixed in 10.0 Service Pack 1 (made it more informative anyway), due out any day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 22:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355301#M12327</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2010-11-04T22:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Tables and 000210 error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355302#M12328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Every so often I forget that you can't create field names that are numeric. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have an Esri question though, does &amp;lt;Null&amp;gt; values go to 0 in a Pivot for GDB?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 20:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355302#M12328</guid>
      <dc:creator>DanielSheehan</dc:creator>
      <dc:date>2011-04-25T20:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Tables and 000210 error</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355303#M12329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem:&amp;nbsp; I also received the 000210 error when using a shapefile and trying to write the pivot table to a folder location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fix:&amp;nbsp; By performing all the steps in a file geodatabase, the error went away.&amp;nbsp; I used a feature class as the "Input Table" and wrote the "Output Table" to the geodatabase.&amp;nbsp; And, even though one of my Pivot Field values had spaces in it, the new attribute name in my pivot table was created successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; When using the shapefile and folder method, I removed the spaces in the Pivot Field value and shortened the value to ten characters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 19:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pivot-tables-and-000210-error/m-p/355303#M12329</guid>
      <dc:creator>LoriEmerson_McCormack</dc:creator>
      <dc:date>2011-08-10T19:56:25Z</dc:date>
    </item>
  </channel>
</rss>

