Severe ArcGIS Server Warnings after service deleted

938
1
09-05-2018 02:31 PM
ClintonBallandis1
Occasional Contributor

Hi all,

We are running ArcGIS Server 10.3.1 and I'm trying to do a bit of admin to reduce the number of severe server warning that are being returned.

The bulk of the warnings we are getting seem to relate to services that no longer exist. It seems to me that there may be application that are still trying to connect to the service ?

For example:

SEVERE 9003 Rest  Unable to process request. Service sap/FeatureServiceTEST/MapServer not found

SEVERE 9003 Rest  Unable to process request. Service sap/Cycling/MapServer not found

Is there a way to track down what apps are still trying to connect to a service even though that service no longer exists?

Thanks,

Clinton

0 Kudos
1 Reply
JonathanQuinn
Esri Notable Contributor

If you're using the Web Adaptor, the IIS logs will have the IP address of where the request originated from. If the IP address is external to your network, you may just have to block it. If it's internal, you can run the nslookup command to get the machine name associated with the IP address.

0 Kudos