I'm doing something similar to this http://blogs.esri.com/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python.... Have the script done and works fine when I run it on ArcMap and as schedule task on Windows 7 Ultimate 64bit. I moved it to our server, a Windows Server 2008 R2 64Bit, and although it the script runs on ArcMAP without a hitch, when I try to run it as a scheduled task, or even through command line, the same error pop's up when staging: "ERROR 001270: Consolidating the data failed. Failed to execute (StageService)."
Thanks for your reply Michael. This is kinda of embarrassing... After a lot of trials and errors, I noticed that in one of the parameters, a file path, I had 2 backslashes... I removed them and now it works! Once again thanks for your help.
Thanks for your reply Michael. This is kinda of embarrassing... After a lot of trials and errors, I noticed that in one of the parameters, a file path, I had 2 backslashes... I removed them and now it works! Once again thanks for your help.