Failed to create the master secret file…Why do these things always happen to me?

Published Thursday, October 01, 2009 8:30 AM

Sometimes I think there is a grand conspiracy on my part. Somewhere deep within the windows core code there is a line like

if ( Instance.RegisteredUser = "Mikael Sand" )
    GenerallyFThingsUp();

And then I just remember that it probably is my own fault.

There is a strange BUG when you install BizTalk in a single server environment on a virtual machine. Strange being the operative word here. You get this error

Failed to generate and backup the master secret to file: C:\Program Files\Common Files\Enterprise Single Sign-On\SSO0FAB.bak (SSO) Additional Information (0x80070005) Access is Denied.

So what happens is that the SSO Administrators group is never created during install (note that all other groups are created). No SSO Admin group = Unsuccessful authentication = Access is Denied.

The solution is simple though:

  1. Unconfigure BizTalk and delete the SSODB and BusinessRulesDB. The wizard does not delete them.
  2. Now create the SSO Administrators group manually and add the install account and the BizTalk Service Account to it.
  3. Log out and log back in. Restart the installation.

I have been battling the ESB Toolkit installation for a while now, hence the lack of posts. However I can see the light at the end of the tunnel. More stuff to follow.

Filed under: ,

Comments

# Martin Bring said on Wednesday, October 28, 2009 8:26 PM

Same thing happend to me yesterday and I am now able to solve it thanks to you.

I also noticed that the SSO Admin group did not get created, but I would never have solved it on my own.

Thank you very much!

# M. Kangas said on Wednesday, February 10, 2010 1:55 PM

Thank you!

Helped my problem also.

Leave a Comment

(required) 
(required) 
(optional)
(required)