BizTalk 2009 Fails to Configure SSO if Visual Studio 2010 is installed

16. April 2010

 

Symptom is that you can not connect to your SQL database under SSO configuration.

Solution :

  • Open a VST command promt
  • Navigation to Program Files->Common Files-> Enterprise Single Sign On
  • Run regasm SSOSQL.dll

Rerun configuration and you are now able to configure your SSO database.

64bit systems need to take special caution :

In this case you need to call the 64bit .net regasm explicit :

 

C:\Windows\Microsoft.NET\Framework64\v2.0.50727>regasm "C:\Program Files\Common F

iles\Enterprise Single Sign-On\SSOSQL.dll"

 


Michael Høtoft  

BizTalk Server ,

Comments are closed