That worked for me too! Not sure why, but it did. Thanks Tyler!
I had the same problem with the Near Analysis tool, but in Python.
Long story short, my working gdb path was set to raw string instead of unicode:
#does not work Working_gdb = r"E:\Data\Projects\Temp\WorkspacePy\Working.gdb\\" #works! Working_gdb = u"E:\Data\Projects\Temp\WorkspacePy\Working.gdb\\"
Assigning UNC Path to arcpy.env.workspace - Geographic Information Systems Stack Exchange
Tyler,Awesome- worked great!! Thanks for your help!!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.