Backup and Recovery installation fails
Using Server 2003 SP2 and installing Management Console, Managed node, Storage node my installation fails. I am attempting to install to a remote SQL server and used the same service account I created for all the accounts requested. I also created an SQL login for this account on the SQL server (not sure what rights to give it).
Part of the way through the install it complains lsass.exe is in use REBOOT or CONTINUE. Server is production so I hit continue. Gets further and pulls error:
Code: 08356355
Line tag: 0x5538f731ab694f7
Message:
Suberror
Code: 1
Line tag: 0x60ae23eb1e04dfd7
Message: Query 'SELECT SUBSTRING(physical_name, 1, CHARINDEX(N'master.mdf', LOWER(physical_name)) - 1) FROM master.sys.master_files WHERE database_id=1 AND file_id=1' didn't return any record.
I want to use the SQL server I have and not install SQL Express or another SQL server, it will just turn into something else to maintain. Does it have something to do with database rights? dbo or the like?

- Se connecter pour poster des commentaires