HOW TO

Delete and republish the RasterUtilities service in the ArcGIS Server Administrator Directory

Last Published: May 4, 2023

Summary

The RasterUtilities service is a utility service in ArcGIS Enterprise with tools to enable raster analysis and processing. In some instances, the RasterUtilities service becomes corrupted or needs to be moved to a different folder. The RasterUtilities service must be deleted and republished to ArcGIS Server to continue working as intended. This article provides the workflow to delete and republish the RasterUtilities service in the ArcGIS Server Administrator Directory.

Procedure

  1. Stop the ArcGIS Server services. Refer to ArcGIS Server: Start and stop services for instructions.
  2. Log in to the ArcGIS Server Administrator Directory with an administrator account, and click services.
The service option in the ArcGIS Server Administrator Directory
  1. In the ArcGIS Server Administrative Directory window, under Folders, click Utilities.
The Utilities option in the ArcGIS Server Administrator Directory
  1. On the Folder - Utilities page, under Services, click RasterUtilities (GPServer).
  2. On the Service - RasterUtilities (GPServer) page, under Supported Operations, click edit.
The edit option on the Service - RasterUtilities (GPServer) page
  1. On the Edit GPServer page, in the Service (in JSON format) text box, change the 'isDefault' parameter value to false.
  2. Check the Run asynchronously check box and click Save Edits.
Editing the isDefault parameter value to false and checking the Run asynchronously option and saving the edits in the GPServer page
  1. On the Service - RasterUtilities (GPServer) page, click delete to delete the service.
The delete option in the ArcGIS Server Administrator Directory
  1. Return to the Folder - Utilities page, under Supported operations, click createService.
The createService option in the ArcGIS Server Administrator Directory
  1. On the Create Service page, paste the following JSON script into the Service (in JSON format) text box, and click Create.
{
"serviceName": "RasterUtilities",
"type": "GPServer",
"description": "The RasterUtilities service contains tools that enable raster analysis and processing.",
"capabilities": "null",
"provider": "ArcObjects11",
"clusterName": "default",
"minInstancesPerNode": 0,
"maxInstancesPerNode": 2,
"instancesPerContainer": 1,
"maxWaitTime": 60,
"maxStartupTime": 300,
"maxIdleTime": 1800,
"maxUsageTime": 600,
"loadBalancing": "ROUND_ROBIN",
"isolationLevel": "HIGH",
"configuredState": "STARTED",
"recycleInterval": 24,
"recycleStartTime": "00:00",
"keepAliveInterval": -1,
"private": false,
"isDefault": true,
"maxUploadFileSize": 0,
"allowedUploadFileTypes": "",
"properties": {
  "virtualOutputDir": "/rest/directories/arcgisoutput",
  "maximumRecords": "1000",
  "outputDir": "/arcgis/shared/arcgisserver/arcgisoutput",
  "jobsDirectory": "/arcgis/shared/arcgisserver/arcgisjobs",
  "showMessages": "Warning",
  "executionType": "Asynchronous",
  "toolbox":
"${AGSSERVER}/framework/runtime/ArcGIS/Resources/ArcToolBox/Services/RasterUtilities.tbx",
  "jobsVirtualDirectory": "/rest/directories/arcgisjobs"
},
"portalProperties": {
  "isHosted": false,
  "portalItems": [{
   "itemID": "f76ce947e75a4e7db8616f3ae7ac52e8",
   "type": "GPServer"
  }]
},
"extensions": [],
"frameworkProperties": {},
"datasets": []
}
  1. Start the ArcGIS Server services. Refer to ArcGIS Server: Start and stop services for instructions.

Article ID: 000030166

Software:
  • ArcGIS Server

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options