Getting error "SSO Error Code: 0×80131700"
Hi,
Lately I met a problem: BTS service stopped, and also did SSO. When I tried to start SSO - I've got an error "Could not create SSOSQL. To fix the problem, reinstall SSO or try ‘regasm SSOSQL.dll’ from a Visual Studio command prompt. Error Code: 0×80131700"
After googling a bit, found a solution: run next command from command line of Visual Studio
regasm c:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll
This action re-registers SSO Dll.
Have a nice week :)