Summary
Server publishing tools can be corrupted due to unknown reasons, and therefore must be recreated for the server to continue working as intended. Using an administrator account, the publishing tools service can be recreated through the ArcGIS Server Administrator Directory by copying the existing JSON script of the current publishing tool. This article provides the workflow.
Procedure
- Log in to the ArcGIS Server Administrator Directory with an administrator account and click services.
- In the ArcGIS Server Administrative Directory window, under Folders, click System.
- On the Folder - System page, under Services, click PublishingTools (GPServer).
- On the Service - PublishingTools (GPServer) page, under Supported Operations, click edit.
- On the Edit GPServer page, in the Service (in JSON format) text box, copy the JSON script and paste it in a text editor, for example, Notepad.
- Search for the isDefault parameter. Change the value to false. Click Save.
- Return to the Service - PublishingTools (GPServer) page, under Supported Operations, click delete.
- Return to the Folder - System page, under Supported Operations, click createService.
- On the Create Service page, paste the JSON script copied in Step 5 into the Service (in JSON format) text box. Click Create.
- Restart the ArcGIS Server services. Refer to ArcGIS Server: Start and stop services for instructions.