Select to view content in your preferred language

Questions related to ArcGIS Server/Portal down/Outage

132
3
Jump to solution
Monday
GeeteshSingh07
Frequent Contributor

In a federated environment, let's say I have created a web application (WebAppbuilder/ExperienceBuilder). The web app is powered by a map from the portal and map has a service from ArcGIS Server.

  • What will happen on the application if only ArcGIS Server machine is down? What will be the exact error (if any)?
  • What will happen on the application if only ArcGIS Portal machine is down? What will be the exact error (if any)?
  • What will happen if both are down?
  • Is there any document or supporting snapshots available for this?
--
Best Regards,
Geetesh
geetesh486@gmail.com
0 Kudos
1 Solution

Accepted Solutions
RyanUthoff
MVP Regular Contributor

If the ArcGIS Server machine is down, Portal and all applications on Portal (WAB, ExB, etc.) will continue to function, but the underlying services that the apps are consuming will not work. So in your case, your WAB/ExB apps will still open, but there will be no data inside of it (because the underlying feature services the apps are using aren't online because the ArcGIS Server is down). You'll get an error message something along the lines of "layer name failed to load."

If Portal is down, then you won't be able to access WAB/ExB at all. It depends on what exactly is down, but if your web adaptor is online but Portal is offline, then you will get an error message like this.

RyanUthoff_0-1747671816336.png

If Portal and web adaptor are down, then your browser just won't load anything and will eventually time out.

If both Portal and Server are down, then you'll most likely notice something wrong with Portal first because you won't be able to load the Portal site. But that doesn't mean something isn't wrong with ArcGIS Server as well.

I'm not sure what you mean by "supporting snapshots", but as far as documentation, Esri's ArcGIS Enterprise documentation might provide some insight as well as Esri's training courses might help as well.

View solution in original post

3 Replies
BillFox
MVP Frequent Contributor
RyanUthoff
MVP Regular Contributor

If the ArcGIS Server machine is down, Portal and all applications on Portal (WAB, ExB, etc.) will continue to function, but the underlying services that the apps are consuming will not work. So in your case, your WAB/ExB apps will still open, but there will be no data inside of it (because the underlying feature services the apps are using aren't online because the ArcGIS Server is down). You'll get an error message something along the lines of "layer name failed to load."

If Portal is down, then you won't be able to access WAB/ExB at all. It depends on what exactly is down, but if your web adaptor is online but Portal is offline, then you will get an error message like this.

RyanUthoff_0-1747671816336.png

If Portal and web adaptor are down, then your browser just won't load anything and will eventually time out.

If both Portal and Server are down, then you'll most likely notice something wrong with Portal first because you won't be able to load the Portal site. But that doesn't mean something isn't wrong with ArcGIS Server as well.

I'm not sure what you mean by "supporting snapshots", but as far as documentation, Esri's ArcGIS Enterprise documentation might provide some insight as well as Esri's training courses might help as well.

GeeteshSingh07
Frequent Contributor

Thank you so much @RyanUthoff & @BillFox  for the explanation. this helps 🙂

 

 

--
Best Regards,
Geetesh
geetesh486@gmail.com
0 Kudos