Cannot login to do backup
jlehew
Posts: 6
I setup Red-Gate on our second cluster but cannot get any backups to run because it says it cannot log in. The first cluster is working great. I thought the username and password it uses for backups were stored in the Windows Sql Backup Agent service which started successfully. If you put in an incorrect password into the service it will not start. Here is the output from the backup job:
Thank you,
John
====================
Job 'test atmon' : Step 1, 'Step 1' : Began Executing 2006-05-31 08:47:10
SQL Backup (DLL v4.1.0.207)
Login failed for user 'usapsys\sqladmin'.
SQL error code: 18456
name value
exitcode 0
sqlerrorcode 18456
filename01 G:\LAVSQLSRV\Backup\<AUTO>
Msg 50000, Sev 16: SQL Backup job failed with exitcode: 0 SQL error code: 18456 [SQLSTATE 42000]
Thank you,
John
====================
Job 'test atmon' : Step 1, 'Step 1' : Began Executing 2006-05-31 08:47:10
SQL Backup (DLL v4.1.0.207)
Login failed for user 'usapsys\sqladmin'.
SQL error code: 18456
name value
exitcode 0
sqlerrorcode 18456
filename01 G:\LAVSQLSRV\Backup\<AUTO>
Msg 50000, Sev 16: SQL Backup job failed with exitcode: 0 SQL error code: 18456 [SQLSTATE 42000]
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I think it may have something to do with the install on the cluster. It is somewhat of a manual process.
John
To check, see if there is any data in the following registry value:
HKEY_LOCAL_MACHINE\Software\Red Gate\SQL Backup\InstalledInstances\<instance name>\ServiceLogin
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
John
sp_addextendedproc sqbsetlogin, 'xp_sqlbackup.dll'
exec master..sqbsetlogin '', ''
sp_dropextendedproc sqbsetlogin
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8