Select to view content in your preferred language

WebGISdr fails to backup datastore sleep interrupted.

741
6
Jump to solution
02-01-2024 01:06 PM
Todd_Payne
New Contributor II

I am trying to use the WebGISdr utility to create a backup of our portal site.  But the tool keeps failing to backup the relational datastore for our hosting server.  Here is the output from the tool (names have been changed to protect the innocent.


Failed to back up the Relational ArcGIS Data Store:
Url: https://someportal.someorganization.org:2443/arcgis.
sleep interrupted

Cannot access the file D:\WebGISDR\Backup\WebGISSite1706821061094\server\nktyjr4dyadk1pzx\20240201-120255-PST.agssite.

Exiting the WebGIS DR utility.

Has anyone else experienced or have any idea about how to resolve this issue?  If I can't get anywhere here it is off to ESRI support.

Thanks in advance.

0 Kudos
1 Solution

Accepted Solutions
Scott_Tansley
MVP Regular Contributor

That may make it easier.  It sounds like you've used the config tool to reference:

    D:\WebGISDR\Backup\

The federated server won't be able to communicate with this because it's not a UNC path.  It needs to be shared for all servers to read/write to and then configured to use \\basedep.domain.com\webgisdr

Do the various software components share a common service account?  Are they AD or Local?  Do all in-use service accounts have read-write access to the folder you're trying to write to?

 

Scott Tansley
https://www.linkedin.com/in/scotttansley/

View solution in original post

6 Replies
Scott_Tansley
MVP Regular Contributor

The community probably needs more information to be able to help you.  There are lots of variables.  So, as a starter:

  • Has it ever worked?  If so, when did it stop working and what changed?
  • Is your base deployment on one machine or multiple machines?
  • Is it configured for HA?
  • Are you using local/service accounts for each component?

On the instructions it looks simple to setup and get working.  It should be, but the network paths and comms/privileges have tripped people up in the past.

Scott Tansley
https://www.linkedin.com/in/scotttansley/
Todd_Payne
New Contributor II

Thanks for the guidance.  I do not think it has ever worked before.  I have inherited the system and I am still getting to know it.  The Portal, Hosting server and relational datastore as well as the web adaptors are all on the same machine.  It is not confirgured for HA.  There is one additional federated ArcGIS server we use for the Utility Network.   I have looked at the logs for the hosting server and see nothing that indicates the datastore is missconfigured.  We are running 10.9.1 on Windows server 2022.  Hoping to get a backup before attempting to bring the system up to 11.1.

0 Kudos
Scott_Tansley
MVP Regular Contributor

That may make it easier.  It sounds like you've used the config tool to reference:

    D:\WebGISDR\Backup\

The federated server won't be able to communicate with this because it's not a UNC path.  It needs to be shared for all servers to read/write to and then configured to use \\basedep.domain.com\webgisdr

Do the various software components share a common service account?  Are they AD or Local?  Do all in-use service accounts have read-write access to the folder you're trying to write to?

 

Scott Tansley
https://www.linkedin.com/in/scotttansley/
Todd_Payne
New Contributor II

They share the same  Active Directory Service Account.  I will set up a fileshare with a UNC Path that the service account can access.  Thanks for the tip.  

Todd_Payne
New Contributor II

That was the issue.  Thanks so much for taking the time to look into my issue!!

Scott_Tansley
MVP Regular Contributor

Glad it was an easy one. 

Scott Tansley
https://www.linkedin.com/in/scotttansley/
0 Kudos