Create Services in a Folder

398
2
Jump to solution
01-17-2013 05:58 AM
GreggCountryman
New Contributor
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
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor
Hi Gregg,

Under 'Syntax' take a look at the 'in_folder_type' option here.

View solution in original post

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor
Hi Gregg,

Under 'Syntax' take a look at the 'in_folder_type' option here.
0 Kudos
GreggCountryman
New Contributor
Great. Thanks.
0 Kudos