EntSSO stopped working

Posted by blomqvist on Geeks with Blogs See other posts from Geeks with Blogs or by blomqvist
Published on Fri, 19 Mar 2010 08:20:07 GMT Indexed on 2010/03/19 9:41 UTC
Read the original article Hit count: 287

Filed under:

My EntSSO (Enterprise Single Sign-On Server, part of BizTalk) did not start today, with the message:

The SSO service failed to start.
Error Code: 0x80131700

Could not create SSOSQL. To fix the problem, reinstall SSO or try 'regasm SSOSQL.dll' from a Visual Studio command prompt.
Error Code: 0x80131700

 

The only reason for this that I can think of is that I have just installed the .net framework 4.0 RC but I have not verified this. The solution suggest in the error message works like a charm!

Open a Visual Studio command prompt and run this command:
regasm  ‘C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll’

Problem solved!

© Geeks with Blogs or respective owner