So the application is arcPy (ArcGIS 10.1). A description of what the scripts aredoing might be useful (especially of you want to pursue this with Tech Support).
Orders = "VPR\\Orders" Routes = "VRP\\Routes" SDE_Routes = "Database Connections\\DATABASE\\account.Routes_v1" #Actual database name and account removed SDE_Orders = "Database Connections\\DATABASE\\account.Orders_v1" #Actual database name and account removed arcpy.Append_management(Routes, SDE_Routes, "NO_TEST") arcpy.Append_management(Routes, SDE_Orders, "NO_TEST")
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.