Skip to main content
Solved

Start and Stop a Geocoding Service in ArcGIS Enterprise

  • June 30, 2023
  • 2 replies
  • 108 views

vxn43
Supporter
Forum|alt.badge.img+18

Can FME be used to start and stop a geocoding service? if this is possible I would like to create a workbench that does this on a schedule eventually using FME Server.

 

Can someone provide me some pointers on where I should start?

Best answer by nielsgerrits

I’m quite sure you can, if you have an account with the correct permissions.

 

You first need to get a token from the tokenservice, then do the right request to stop it.

 

The requests can be done using HTTPCallers.

 

We do this with other types of webservices on ArcGIS Enterprise and can follow up with more details when needed.

Just checked how I did it:

 

You can get a token and go to https://url.com/arcgis/admin, use the token to login, find the service you need and the action you need to do.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • June 30, 2023

I’m quite sure you can, if you have an account with the correct permissions.

 

You first need to get a token from the tokenservice, then do the right request to stop it.

 

The requests can be done using HTTPCallers.

 

We do this with other types of webservices on ArcGIS Enterprise and can follow up with more details when needed.


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • June 30, 2023

I’m quite sure you can, if you have an account with the correct permissions.

 

You first need to get a token from the tokenservice, then do the right request to stop it.

 

The requests can be done using HTTPCallers.

 

We do this with other types of webservices on ArcGIS Enterprise and can follow up with more details when needed.

Just checked how I did it:

 

You can get a token and go to https://url.com/arcgis/admin, use the token to login, find the service you need and the action you need to do.