Unable to restore a non-local copy - see link
KEECIT
Posts: 5 New member
in SQL Backup
https://documentation.red-gate.com/display/SBU7/Backing+up+and+restoring+on+a+network+share
This document states the exact issue I'm having:
I know what account the SQL Backup Agent uses, and it should have full rights to the other server / share. I've explicitly set permissions and still nothing.
I'm not sure where to go from here.
This document states the exact issue I'm having:
If the backup file you want to restore is incorrectly labelled "Missing", this is because the startup account for the SQL Backup Agent service does not have the correct permissions for the folder or network location it is stored in. To resolve this, grant the SQL Backup Agent service startup account read/write access to the folder or network location.
I know what account the SQL Backup Agent uses, and it should have full rights to the other server / share. I've explicitly set permissions and still nothing.
I'm not sure where to go from here.
Tagged:
Answers
If you run the following query against the SQL instance you are trying to restore to what result does it give you?
Where you replace <network location> with the UNC path to the network share (e.g. \\serverName\sharedFolder).
Kind regards,
Alex
Have you visited our Help Center?
Any update here..?
Apologies for the delay!
The result of 1 there confirms that the Agent user does have the appropriate permissions. The next thing to check is the registry on the server where this instance is located for the key: Look for the value BrowsingUserList (or create it if it doesn't exist) and add the user you are running the GUI as in the form domain\username
Also, what version of SQL Backup are you using?
Kind regards,
Alex
Have you visited our Help Center?