WEBGISDR - error - can't access shared location

2772
5
Jump to solution
01-09-2019 11:54 PM
User35488
New Contributor III

Hello There,

While trying to execute webgisdr utility, we are facing below error. Kindly suggest.

I am running this utility on portal deployed server

C:\Program Files\ArcGIS\Portal\tools\webgisdr>webgisdr.bat -e -f arcgisEnterpriseBkp.properties
==================================================

Starting the WebGIS DR utility.
==================================================

Cannot access the location \\Network_Storage_Location.

Exiting the WebGIS DR utility.
C:\Program Files\ArcGIS\Portal\tools\webgisdr>


Environment: Federated

SERVER 1:
Portal 10.6 Server
USER1 running this service

SERVER 2:
ArcGIS Server 10.6
Data Store

USER1 running these services

Network_Storage_Location : Access and Write permission to USER1 on this location

SHARED_LOCATION = \\1.2.3.4\GISStore\EnterpriseBackup\SHARED_LOCATION

BACKUP_LOCATION = \\1.2.3.4\GISStore\EnterpriseBackup\BACKUP_LOCATION

Thanking you all for kind support
-AS

0 Kudos
1 Solution

Accepted Solutions
User35488
New Contributor III

Resolved issue with quite simple fix.

Network Locations need to be with some extra SLASH's in properties file

SHARED_LOCATION = \\\\1.2.3.4\\GISStore\\EnterpriseBackup\\SHARED_LOCATION

BACKUP_LOCATION = \\\\1.2.3.4\\GISStore\\EnterpriseBackup\\BACKUP_LOCATION

With Regards

-AS

View solution in original post

5 Replies
JonathanQuinn
Esri Notable Contributor

Does the user running the DR tool have access to the directories as well?

0 Kudos
User35488
New Contributor III

Yes, Infact i ran the DR tool by USER1(mentioned above)

0 Kudos
User35488
New Contributor III

Resolved issue with quite simple fix.

Network Locations need to be with some extra SLASH's in properties file

SHARED_LOCATION = \\\\1.2.3.4\\GISStore\\EnterpriseBackup\\SHARED_LOCATION

BACKUP_LOCATION = \\\\1.2.3.4\\GISStore\\EnterpriseBackup\\BACKUP_LOCATION

With Regards

-AS

Amarz
by
Occasional Contributor II

UPDATE: Error was due to newly created Files not being shared to ArcGIS Server Account.

@JonathanQuinn I am running into a similar issue. Can you review?

I am attempting to back up my MAP01 portal configuration located on Drive E: (Data) to a different Drive F: (Backup)

webgisdr config:

| MAP01 = Server | Backup = Mapped Drive | tempbackups = folder | backups = folder |

SHARED_LOCATION= \\\\MAP01\\Backup\\tempbackups

BACKUP_LOCATION = \\\\MAP01\\Backup\\backups

The error I am getting is the same. 'Cannot access the location \\MAP01\Backup\backups'

I am logged into my ArcGIS Server Account which has Full Access to both my E: & F:

Thank you for your assistance.

0 Kudos
JonathanQuinn
Esri Notable Contributor

The DR needs to read from the SHARED_LOCATION path, while each component needs write access to the SHARED_LOCATION path. The DR tool needs to write to the BACKUP_LOCATION path. Have you verified that the account running the DR tool can read/write to \\MAP01\Backup\backups?

0 Kudos