-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi khimba,
I am very pleased you did the job with the Admin Commands. I have to rename a pile of services on our ArcGis server, so I've tested your scripts. They work well, but, CON.renameService operates with services in root folder only!
So I've tested it more bit deeply and I've found the cause and the solution of it - in AdminFunctions.py on line 118, there should be added "folderName" in the parameter: renameStatus = sendAGSReq(self.URL + "/services/" + folderName + "renameService" + self.basicQ, renameService_dict)
instead of renameStatus = sendAGSReq(self.URL + "/services/renameService" + self.basicQ, renameService_dict)
.
Thank you very much for your work again,
surprised-man
Metadata
Metadata
Assignees
Labels
No labels