Configure utility services

As an administrator of your organization, you can configure the portal to use different services to perform the following tasks: printing, geocoding, geometric calculations for spatial analysis, and routing. These are referred to as utility services. To learn more about these services, see About utility services.

The way that you configure utility services for your portal depends on where the service originates:

Steps:
  1. Log in to the portal website as an administrator and click Edit Settings > Utility Services.
  2. Paste the URL of the service you want to use into the appropriate utility service field:
  3. Type

    Configuration notes and URL examples

    Print service

    You must specify the Export Web Map Task REST URL of the print service. ArcGIS Server's preconfigured print service is stopped by default. You must explicitly start the service before you can access its URL.

    ArcGIS Server's preconfigured print service: http://webadaptor.domain.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task

    A custom ArcGIS Server print service: http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GPServer/TaskName

    Geocode service

    Specify the REST URL of the geocode service, for example, http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GeocodeServer.

    Geometry service

    Specify the REST URL of the geometry service. ArcGIS Server's preconfigured geometry service is stopped by default. You must explicitly start the service before you can access its URL.

    ArcGIS Server's preconfigured geometry service: http://webadaptor.domain.com/arcgis/rest/services/Utilities/Geometry/GeometryServer

    A custom ArcGIS Server geometry service: http://gisserver:6080/arcgis/rest/services/folder/servicename/GeometryServer

    Route service

    You must specify the Route Task REST URL of the network analysis service, for example, http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/NAServer/Route.

  4. Click Save.
  5. Repeat these steps as necessary to configure other services as your utility services.

If the service is from a federated server

Steps:
  1. On the server that you have federated with your portal, start the services that you would like to configure as utility services. You can do this by logging in to ArcGIS Server Manager with a portal member account with administrator privileges. Manager is typically available through a URL such as https://gisserver.domain.com:6443/arcgis/manager. ArcGIS Server's preconfigured print and geometry services are stopped by default.
  2. Import the services from your federated server. For full instructions, see Importing services from a federated server. If you've already done this, skip this step.
  3. Log in to the portal website as an administrator and click My Content.
  4. Click the name of the service that you want to configure as a utility service.
  5. Click the Share button and specify how the item will be shared with the portal. You'll need to share the service with any member or group that needs access to printing, geocoding, geometry, or routing functionality.

    You might share different services with different groups. For example, if you want anyone who connects to the portal to see thumbnails and print maps, share the print service with Everyone. If you want to allow your portal members to geocode locations, but you don't want anonymous users to do this, share the geocode service with the Organization. If your route service uses an ArcGIS Online organizational account service that will use credits when used, you might share the route service with only one group that contains those members who need to perform routing.

  6. Click OK to apply the Share settings.
  7. Copy the ArcGIS Web API REST Connection URL.
  8. Click the My Organization link on the top menu. Your organization page opens.
  9. Click Edit Settings > Utility Services.
  10. Paste the URL of the service you want to use into the appropriate utility service field. If you're configuring a print or route service, you'll need to append the following tasks to the URL:
    • For the print service, append the Export Web Map Task to the URL, for example, /Export%20Web%20Map%20Task. The URL will look similar to the following:
      • ArcGIS Server's preconfigured print service: https://webadaptor.domain.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task
      • A custom ArcGIS Server print service: https://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GPServer/TaskName
    • For the route service, append the Route task to the URL, for example, /Route. The URL will look similar to https://webadaptor.domain.com/arcgis/rest/services/folder/servicename/NAServer/Route.
  11. Click Save.
  12. Repeat these steps as necessary to configure other services as your utility services.

If the service is not from a federated server and requires credentials

Steps:
  1. Log in to the portal website as an administrator and click My Content.
  2. Click the Add Item button.
  3. On the Add Item dialog box, click The item is drop-down menu and select On the web.
  4. Select the ArcGIS Server web service option and specify the URL to the service:
  5. Type

    Configuration notes and URL examples

    Print service

    You must specify the Export Web Map Task REST URL of the print service. ArcGIS Server's preconfigured print service is stopped by default. You must explicitly start the service before you can access its URL.

    ArcGIS Server's preconfigured print service: http://webadaptor.domain.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task

    A custom ArcGIS Server print service: http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GPServer/TaskName

    Geocode service

    Specify the REST URL of the geocode service, for example, http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GeocodeServer.

    Geometry service

    Specify the REST URL of the geometry service. ArcGIS Server's preconfigured geometry service is stopped by default. You must explicitly start the service before you can access its URL.

    ArcGIS Server's preconfigured geometry service: http://webadaptor.domain.com/arcgis/rest/services/Utilities/Geometry/GeometryServer

    A custom ArcGIS Server geometry service: http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GeometryServer

    Route service

    You must specify the Route Task REST URL of the network analysis service, for example, http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/NAServer/Route.

  6. Specify the credentials to your service and select Store credentials with service item. Do not prompt for authentication.
  7. Enter a title and tags for your service and click Add Item.
  8. Click Share and specify how the item will be shared with the portal. You'll need to share the service with any member or group that needs access to printing, geocoding, geometry, or routing functionality. Click OK.
  9. Copy the ArcGIS Web API REST Connection URL.
  10. Click the My Organization link on the top menu. Your organization page opens.
  11. Click Edit Settings > Utility Services.
  12. Paste the URL of the service you want to use into the appropriate utility service field.
    • For a custom print service, append the task name to the URL; for example, add /Export%20Web%20Map%20Task.
    • For the route service, append the route layer name to the URL; for example, add /Route_World.
  13. Click Save.
  14. Repeat these steps as necessary to configure other services as your utility services.

If the service is not from a federated server and does not require credentials

NoteNote:

If your utility service will be accessed over HTTPS and uses a certificate that is either self-signed or issued by an internal Certificate Authority, you must configure Portal to trust that certificate. For instructions on how to do this, see Configuring the portal to trust certificates from your certifying authority.

Steps:
  1. Log in to the portal website as an administrator and click Edit Settings > Utility Services.
  2. Paste the URL of the service you want to use into the appropriate utility service field:
  3. Type

    Configuration notes and URL examples

    Print service

    You must specify the Export Web Map Task REST URL of the print service. ArcGIS Server's preconfigured print service is stopped by default. You must explicitly start the service before you can access its URL.

    ArcGIS Server's preconfigured print service: http://webadaptor.domain.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task

    A custom ArcGIS Server print service: http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GPServer/TaskName

    Geocode service

    Specify the REST URL of the geocode service, for example, http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/GeocodeServer.

    Geometry service

    Specify the REST URL of the geometry service. ArcGIS Server's preconfigured geometry service is stopped by default. You must explicitly start the service before you can access its URL.

    ArcGIS Server's preconfigured geometry service: http://webadaptor.domain.com/arcgis/rest/services/Utilities/Geometry/GeometryServer

    A custom ArcGIS Server geometry service: http://gisserver:6080/arcgis/rest/services/folder/servicename/GeometryServer

    Route service

    You must specify the Route Task REST URL of the network analysis service, for example, http://webadaptor.domain.com/arcgis/rest/services/folder/servicename/NAServer/Route.

  4. Click Save.
  5. Repeat these steps as necessary to configure other services as your utility services.
TipTip:

To reset the utility services back to their default URLs, delete the URL for each utility service you have configured and click Save. When you return to the Utility Services page, the URLs will be reset to their defaults.

5/5/2015