Windows account and Netbackup SQL Agent account
Hi Guys,
I have a situation. We already have an account 'backupuser' which has got sysadmin rights on SQL databases. Backups are running, I can login through backupuser and configure backups and run restores. However when I use my userid to login into windows server and then use backupuser as userid for SQL server standard and Mixed security. I am unable to open Netbackup GUI for SQL agent. My id has admin rights, I have open the GUI with run as administrator. Windows server is a 2008 and SQL server version is 2012. I am having NBU 7.5.0.6
In the GUI at the top it says Windows account as my userid and I am using backupuser to pass through SQL server.
Is it necessary to use the same id to login into both windows server and Netbackup GUI?
Does my userid needs to be given sysadmin?
What's the logic behind all this? Is it your windows account tied up with SQL server?
Thanks
Sid
Q:Didn't get that clearly, is it specified somewhere to use standard or integrated security?
A: SQL Server uses standard or integrated authentication https://support.microsoft.com/en-us/kb/247931. If you're using a windows account to logon to the DB its called integrated, if you use some account like SA, then its standard.
What do you want to troubleshoot? If you want to logon to the SQL server and look at logs then please do so. If you want to logon to the SQL server and run a test backup, then the user you're logging on with needs SYSDBA privileges so it can open the MS SQL Agent , make a connection to the database, and perform backups/restores.
Once you logon with the user with SYSDBA privilege you can set the database connection properties if its pops up and prompts you. You DO NOT need to enter a password, just press apply.
Clear?