These pages cover SQL Backup Pro 8.0. Help for older versions is also available.
If you are using Windows authentication to connect to a SQL Server through the SQL Backup Pro graphical user interface and try to access a network share through the Folder Browser or File Browser, you may encounter the following error:
This is caused by Windows security restrictions that prevent a "double hop" of credentials from one server to another, using an intermediate server. There are two possible solutions to this problem:
This solution is only available if the SQL Backup Agent service startup account (the account the service logs on as) is a domain account with access to the network resources.
The SQL Backup Agent service is created for each SQL Server instance when you install the SQL Backup Pro server components. The name of the service is in the format: SQL Backup Agent-<instance name> You can change the account the service uses to log on from the Windows Services panel.
To allow a user to browse a network share using the SQL Backup Agent service startup account:
This solution is only available if you have domain administrator privileges and access to the Active Directory Users and Computers applet on the Windows Active Directory server containing the computer account.
To change the Windows authentication method from NTLM to Kerberos you need to register a Service Principal Name for the SQL Server Service, then use Active Directory to trust the computer and any accounts for delegation.
To register a Service Principal name for the SQL Server service:
Ensure the server has a fully-qualified DNS entry, by pinging the IP address of the machine. (You can use ipconfig to get the IP address.)
ping -a <IP address>
The ping should return a full-qualified domain name for the server. If it does not, contact your network administrator to get the server added to your network's Domain Name Server.
For Windows Server 2003, install the SetSPN utility on the SQL Server.
For Windows 2008, SetSPN is a built-in command line tool, available if you have the Active Directory Domain Services server role installed. For more information, see Microsoft Technet.
Open an elevated command prompt and change directory to the folder where the utility is installed, then run this command:
SetSPN -S MSSQLSvc/server.domain.local:1433 SERVER
where: server.domain.local is the fully-qualified domain name of the server, and SERVER is the NETBIOS name of the server.
To trust the computer and any accounts for delegation you must have domain administrator privileges and access to the Active Directory Users and Computers applet on the Windows Active Directory server containing the computer account.
To trust the computer for delegation:
To trust the domain account for delegation: