<?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: MultipleRingBuffer_analysis bug in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297557#M23000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm experiencing the same behavior. Very frustrating.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 15:52:37 GMT</pubDate>
    <dc:creator>NoelPeterson</dc:creator>
    <dc:date>2013-06-11T15:52:37Z</dc:date>
    <item>
      <title>MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297556#M22999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I spent a bunch of time making sure this was reproducible in 10.1 SP1...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I use the NONE option for dissolve option in the arcpy.MultipleRingBuffer_analysis I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExecuteError: ERROR 000466: C:\Documents and Settings\bjpd\Local Settings\Temp\scratch.gdb\buffer20 does not match the schema of target C:/projects/CEE/PerturbationProcessDataset\OHAS_Household_subset_buf2.shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Append).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (MultipleRingBuffer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"""&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I run it with the ALL dissolve option, it works just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;code example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;distances[0] = 100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;distances[1] = 300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bufferUnit = "feet"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.MultipleRingBuffer_analysis(inFeatures, outFeatureClass, distances, bufferUnit,"","NONE")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has a workaround, I will be very appreciative!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 17:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297556#M22999</guid>
      <dc:creator>davidpercy</dc:creator>
      <dc:date>2013-03-26T17:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297557#M23000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm experiencing the same behavior. Very frustrating.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297557#M23000</guid>
      <dc:creator>NoelPeterson</dc:creator>
      <dc:date>2013-06-11T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297558#M23001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to reproduce this as well. I didn't see anything logged in our system for this issue so I have submitted the following bug: [NIM092338 When using arcpy.MultipleRingBuffer_analysis with the dissolve parameter set to "None", it will fail with error ERROR 000466: \Temp\scratch.gdb\buffer0 does not match the schema of target. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Append).]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for reporting this issue!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 19:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297558#M23001</guid>
      <dc:creator>StephanieWendel</dc:creator>
      <dc:date>2013-06-11T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297559#M23002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is working just fine for me.&amp;nbsp; Can not get it to fail with 32 and 64 bit IDE.&amp;nbsp; buffering 6088 line features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&amp;gt;&amp;gt;&amp;gt; import arcpy
&amp;gt;&amp;gt;&amp;gt; arcpy.env.overwriteOutput = True
&amp;gt;&amp;gt;&amp;gt; listTable1 = "\\\\mcflight01\\MCFlightData\\HGIS\\Data\\WCH.gdb\\WasteSites\WasteSitesLine"
&amp;gt;&amp;gt;&amp;gt; distances = [100,300]
&amp;gt;&amp;gt;&amp;gt; bufferunit = "Feet"
&amp;gt;&amp;gt;&amp;gt; arcpy.MultipleRingBuffer_analysis(listTable1,"C:/Users/rkzufelt/Documents/ArcGIS/Default.gdb/WasteSitesLine_MultipleRingB",distances,bufferunit,"distance","NONE")
&amp;lt;Result 'C:\\Users\\rkzufelt\\Documents\\ArcGIS\\Default.gdb\\WasteSitesLine_MultipleRingB'&amp;gt;
&amp;gt;&amp;gt;&amp;gt;&amp;nbsp; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can not get it to work the way you have your distances in&amp;nbsp;&amp;nbsp; Also, if I try to set distances[0]= anything, I get list assignment index out of range error unless you have already assigned the list objects for the two index positions, in which case, no need to re-set them.&amp;nbsp; The only snippet of your code that I can get python to accept without error is the&amp;nbsp; bufferUnit= "feet".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;code example:
distances[0] = 100
distances[1] = 300
bufferUnit = "feet"

arcpy.MultipleRingBuffer_analysis(inFeatures, outFeatureClass, distances, bufferUnit,"","NONE")

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at my code, and see if that works for you (substituting your data of course),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If still not working, other posts about this issue have had "corrupt" data sets.&amp;nbsp; Once they cleaned them up, the errors went away.&amp;nbsp; Might try on a smaller, "clean" data set and see if you can get it working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297559#M23002</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-11T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297560#M23003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to reproduce this as well. I didn't see anything logged in our system for this issue so I have submitted the following bug: [NIM092338 When using arcpy.MultipleRingBuffer_analysis with the dissolve parameter set to "None", it will fail with error ERROR 000466: \Temp\scratch.gdb\buffer0 does not match the schema of target. &lt;BR /&gt;Failed to execute (Append).]&lt;BR /&gt;&lt;BR /&gt;Thank you for reporting this issue!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you actually repeat this when filling out the command properly?&amp;nbsp; i still can't make it happen in 10.1 sp1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 20:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297560#M23003</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-06-11T20:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297561#M23004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to reproduce this as well. I didn't see anything logged in our system for this issue so I have submitted the following bug: [NIM092338 When using arcpy.MultipleRingBuffer_analysis with the dissolve parameter set to "None", it will fail with error ERROR 000466: \Temp\scratch.gdb\buffer0 does not match the schema of target. &lt;BR /&gt;Failed to execute (Append).]&lt;BR /&gt;&lt;BR /&gt;Thank you for reporting this issue!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curious as to what type of data you tried this on.&amp;nbsp; I have tried on a point, line, and polygon FGDB FC in both 32 and 64 py, and no matter what I change, I can not get the error you mention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I seem to be able to get is successful &amp;lt;Result Obj&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 20:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297561#M23004</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-06-11T20:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: MultipleRingBuffer_analysis bug</title>
      <link>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297562#M23005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I performed a simple multiring buffer around two points using the code below. This runs fine as long as the Multiringbuffer is set to "ALL"" When set to "Null" it gets the ERROR 000466 does not match the schema of target as described above. I also notice that if I have the output as a feature in a gdb instead of as a .shp it works fine. Notice that the previous poster also had his output going to a gdb and was unable to reproduce the error. This appears to be a problem associated with output in a shapefile format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CCain&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import sys&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import os&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ptList = [[38.948034, -77.336113],[50.600, 50.081]] # add your data points as pairs in the list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pointlist = []&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dist=[10,20,30]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bufferunit="METERS"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for x,y in ptList:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; point = arcpy.Point(x,y)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pointgeometry = arcpy.PointGeometry(point)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pointlist.append(pointgeometry)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.MultipleRingBuffer_analysis(pointlist, "c:/temp/multbuf1.shp", dist, bufferunit, "","ALL") #create Mutli buffer around point&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:52:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/multipleringbuffer-analysis-bug/m-p/297562#M23005</guid>
      <dc:creator>ccain</dc:creator>
      <dc:date>2014-02-25T15:52:55Z</dc:date>
    </item>
  </channel>
</rss>

