Select to view content in your preferred language

SSL Certificates Update

674
4
09-20-2024 12:50 PM
AmilMak
New Contributor

I was trying to edit the server machine properties under ArcGIS Server Administrator Directory then this error popped up:  Server machine '' is currently being configured by another administrative operation. Please try again later.

What could be causing this ? and what is the resolution?

Tags (1)
0 Kudos
4 Replies
CodyPatterson
MVP Regular Contributor

Hey @AmilMak 

Here's an article about the specific issue: https://support.esri.com/en-us/knowledge-base/error-service-is-currently-being-configured-by-another...

Could you also post a screenshot of where you're experiencing the issue?

Cody

AmilMak
New Contributor

It was in ArcGIS Server Administrator Directory > Machines > Server Machine Properties

 

0 Kudos
JoshuaBixby
MVP Esteemed Contributor

This error message means exactly what is says, i.e., there is/was another administrative process running, and you cannot have more than one administrative process executing at the same time.  That said, orphaned lock files can cause ArcGIS Server to think an administrative process is still happening when it isn't.  Check the locks folder (if you have access to the arcgissystem folder), or you could also try restarting the machine.

GraceSmith99
Emerging Contributor

It looks like another administrative operation is currently modifying the ArcGIS Server machine settings, which is preventing you from making changes. This can happen due to:

Concurrent Admin Tasks – Another user or process might be updating the server settings at the same time.

Pending Configuration Updates – A previous administrative operation (like adding/removing a machine or updating properties) may not have completed properly.

Server Machine in Transition State – If the ArcGIS Server machine is restarting or in a transitional state, it might temporarily lock configurations.

Resolution Steps
Wait and Retry – Give it a few minutes and try again. The process may complete on its own.

Check Active Users – Ensure no one else is modifying the settings simultaneously.

Restart ArcGIS Server Service – Restart the ArcGIS Server service from Windows Services or using the services.msc command.

Check Logs – Look at the ArcGIS Server logs (Administrator Directory to Logs) to see if any errors or warnings provide more details.

Restart the Machine – If the issue persists, restarting the server machine may release any locked processes.

Verify Configuration Status – If a machine was recently added or removed, ensure it is properly registered in the ArcGIS Server Site.

If none of these work, you may need to check for stuck administrative operations using the ArcGIS Server REST API or reach out to Esri support for further troubleshooting.

0 Kudos