Backup File Location on Network - Unable to drill down
TCLiven
Posts: 4
We have several SQL servers being backed up with Red Gate. All servers but two have the option to drill down to specific network shared folders within the backup file location field. The servers specifically can access the network shared folders via unc and network neighborhood with no problems, so the permissions are OK. It is just Red Gate that will not allow that drill down. Is there anything specific that needs to be config'd to allow this via Red Gate?
I did not setup the other servers, I just built a new SQL server that is having this issue... Any advice is greatly appreciated. Thanks
I did not setup the other servers, I just built a new SQL server that is having this issue... Any advice is greatly appreciated. Thanks
Comments
New to SQL Backup V6, users can create a new registry key and list the user accounts that are able to browse.
The Registry value name is BrowsingUserList. Key type is either REG_SZ (single value) or REG_MULTI_SZ (multiple names) and the value data list the user names or names and must be in the DOMAIN\user format.
Can you please try configuring the above registry on the SQL Server with SQL Backup Server Components installed in the following registry directory:
HKEY_LOCAL_MACHINE\SOFTWARE\Red Gate\SQL Backup\BackupSettingsGlobal\(local) or SQL Instance Name
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Update -> I have confirmed that I can not use this registry hack in SQL Backup 5 since the path's are not there.
Versions 5.3 and lower simply require you to be a member of the computer's local administrator group, then the file browser would use the SQL Server account credentials. It's a bit messy, I'll admit. That's why the "browsinguserlist" registry key came into being.