We are having a problem with ArcGIS Enterprise not fully coming back online after a full server restart, forcing us to having to manually restart the ArcGIS Server service to bring it fully back online.
To explain, we have a four machine deployment. One Portal, two Server, and one Data Store. Those machines periodically get restarted for non-Esri patching (Windows, anti-virus, etc.).
After those machines get restarted, everything appears to be operational, with the exception of being able to submit S123 forms. We get an error message in S123 saying it can't find the hosted feature service (or some variation of that error message).
Manually restarting the two ArcGIS Server services fixes the issue.
However, we'd like to not have to manually restart the services every time the servers get restarted. Is there a reason why ArcGIS Enterprise doesn't come fully online after a server restart? Or is there anything we can do to ensure it comes fully back online so we don't have to manually restart it afterwards?
Solved! Go to Solution.
Hi @RyanUthoff ,
I ran into a similar issue with my ArcGIS Server instance. To fix the issue, I created a .bat file with the following line:
net start "arcgis server"
I then configured a Group Policy to execute this BAT file upon startup:
1. On the ArcGIS Server machine, open Local Group Policy Editor by going to Start > Run > gpedit.msc
2. Navigate to Computer Configuration > Windows Settings > Scripts (Startup/Shutdown)
3. Double-click Startup
4. Under the Scripts tab click Add
5. For Script Name browse to the .bat file created previously
Hi @RyanUthoff ,
I ran into a similar issue with my ArcGIS Server instance. To fix the issue, I created a .bat file with the following line:
net start "arcgis server"
I then configured a Group Policy to execute this BAT file upon startup:
1. On the ArcGIS Server machine, open Local Group Policy Editor by going to Start > Run > gpedit.msc
2. Navigate to Computer Configuration > Windows Settings > Scripts (Startup/Shutdown)
3. Double-click Startup
4. Under the Scripts tab click Add
5. For Script Name browse to the .bat file created previously
Awesome, I think that will work. Thank you!
Hello,
This is a bug: https://support.esri.com/en-us/bug/upgrading-a-base-arcgis-enterprise-deployment-causes-th-bug-00014...
Last week the status was changed to "Fixed" but I haven't found a patch that includes this bug in the issues addressed.
Hello,
I have two suggestions:
Best regards,
Bernie.
Thank you for your reply. The settings are already configured for a delay start up of the service. As far as restarting the services, it appears to be affecting all of them. We have 100+ hosted feature services so I'm not going to check them all, but all the ones I tried (along with reports from our end users) were not working. So it would be much simpler to restart the entire service instead of the individual services.