Hi,
Need advice to transfer my sophosDB in a central console to remote server.
Running SEC 4.7
updrage to SEC 5.1
what is the steps to do this?
Regards,
tedz
This thread was automatically locked due to age.
If you add SophosManagement to the local administrators group on SQLSERVER, does the command work and the management service start? It shouldn't need all those rights but it would at least get you running for the short term while we work out what's wrong.
Otherwise, the contents of C:\SQLLogins.txt after running
sqlcmd -E -S .\sophos -Q "EXEC sp_helplogins @LoginNamePattern ='SQLSERVER\Sophos DB Admins'" > C:\SQLLogins.txt
would be interesting to see.
Regards,
Jak
If you add SophosManagement to the local administrators group on SQLSERVER, does the command work and the management service start? It shouldn't need all those rights but it would at least get you running for the short term while we work out what's wrong.
Otherwise, the contents of C:\SQLLogins.txt after running
sqlcmd -E -S .\sophos -Q "EXEC sp_helplogins @LoginNamePattern ='SQLSERVER\Sophos DB Admins'" > C:\SQLLogins.txt
would be interesting to see.
Regards,
Jak