Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Create Services in a Folder

$
0
0
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

Viewing all articles
Browse latest Browse all 2485

Trending Articles