James,The error indicates you are running the python script out of process. Could you try checking on the property of the script tool to run the Python script in process. I don't see anything that stands out for why it would fail out of process but this would be worth a try.
output = arcpy.GetParameterAsTest(1)
output = arcpy.GetParameterAsText(1)
env.workspace = "I:\GIS"
env.workspace = "I:/GIS"
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.