Hello,
I have a script that publishes services using these commands:
arcpy.mapping.CreateMapSDDraft
arcpy.StageService_server
arcpy.UploadServiceDefinition_server
The script is working fine, but now I have to publish the services in a folder, instaed of in [root]
I could not find any documentation on this, does anyone know how to do this?
Thanks
I have a script that publishes services using these commands:
arcpy.mapping.CreateMapSDDraft
arcpy.StageService_server
arcpy.UploadServiceDefinition_server
The script is working fine, but now I have to publish the services in a folder, instaed of in [root]
I could not find any documentation on this, does anyone know how to do this?
Thanks