Sdílet prostřednictvím


Fixing BizTalk ENTSSO Failure on Windows 7, Vista or Server 2008 after VS 2010 Beta Installation

I've been running BizTalk 2009 on my Windows 7 machine, and after installing VS 2010 beta 2, the Enterprise Single Sign-On Service stopped working.

It failed with the following error:

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 file is located at C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll

Run Visual Studio Commmand prompt as Administrator and run 'regasm "C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll"'.

Comments

  • Anonymous
    December 07, 2010
    Thank you so much! Worked like a charm :D
  • Anonymous
    October 19, 2011
    Thanks man, it helped fixed the problem:Could not retrieve transport type data for Receive Location from config store. Primary SSO Server failed Could not contact the SSO server Check that SSO is configured and that the SSO service is running on that server