Unsolved
This post is more than 5 years old
1 Message
0
589
August 11th, 2009 15:00
SQL backup failing with some type of login message.
I'm getting the following message in my backup. The backup is failing with this message: nsrsqlsv 32 \nCannot login to SQL Server %s.
Any thoughts?
This is a cluster.
Any thoughts?
This is a cluster.
No Events found!


Umraan
96 Posts
0
August 14th, 2009 00:00
nsoto
16 Posts
0
August 14th, 2009 13:00
1. You are trying to open the SQL User GUI from the Physical node that does not own the cluster.
2. You are backing up your SQL server using the Physical node instance name instead of the virtual node instance name.
3. You are using an account that doesn't have MSSQL System Administrator credentials.
The easiest way to find what is your problem, will be to find out if you can open the NetWorker SQL User GUI from the Physical Node that owns the cluster. Then run a backup, and if the backup succeeds, in the REMOTE USER and PASSWORD fields on your SQL client resource, try using the same user you logged in the SQL server when you ran a succesful backup (don't forget the domain name, as DOMAN\user).