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. Failed to execute (Append).]Thank you for reporting this issue!
>>> import arcpy >>> arcpy.env.overwriteOutput = True >>> listTable1 = "\\\\mcflight01\\MCFlightData\\HGIS\\Data\\WCH.gdb\\WasteSites\WasteSitesLine" >>> distances = [100,300] >>> bufferunit = "Feet" >>> arcpy.MultipleRingBuffer_analysis(listTable1,"C:/Users/rkzufelt/Documents/ArcGIS/Default.gdb/WasteSitesLine_MultipleRingB",distances,bufferunit,"distance","NONE") <Result 'C:\\Users\\rkzufelt\\Documents\\ArcGIS\\Default.gdb\\WasteSitesLine_MultipleRingB'> >>>
code example: distances[0] = 100 distances[1] = 300 bufferUnit = "feet" arcpy.MultipleRingBuffer_analysis(inFeatures, outFeatureClass, distances, bufferUnit,"","NONE")
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.