Failed to create the master secret file…Why do these things always happen to me?
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:
- Unconfigure BizTalk and delete the SSODB and BusinessRulesDB. The wizard does not delete them.
- Now create the SSO Administrators group manually and add the install account and the BizTalk Service Account to it.
- 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.