The strange thing is that logging in thru RDP and starting the service manually (net start or from Services panel) it starts without any problem.
When starting automatically, it shuts down with error: Access is denied.
The problem has been solved by adding a registry key pointing to the IP of a clustered SSO service name. Follows .reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo]
"ForSSO"="DBMSSOCN,127.0.0.1"
Remember to change 127.0.0.1 for your valid SSO service name IP
Cheers,
Ivan
No comments:
Post a Comment