The Basic configuration was failing with an SSO issue:
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.
After much head scratching and searching it appears to be a similar issue to that reported with Microsoft Virtual PC.
The work around to get the Basic Configuration applying correctly is pretty simple.
- Un-configure the BizTalk installation using the option on the Wizard.
- Delete the Databases that the un-configure didn't remove (SSODB + BusinessRulesdB) otherwise the config will fail again next time you try.
- Create the SSO Administrators security group manually.
- Add the installing user's account and the BizTalk Service account to this new group.
- Reboot the VM
- Re-run BizTalk Configuration and this time it should all work swimmingly.
2 comments:
I am getting the same issue on VMWare 6. I have installed BizTalk before on a VM and never had these issues.
I have attempted your work around but still no luck.
Any other thoughts?
Not only create this group
create 6 groups manually
Biztalk user
BizTalk admin
along wiht the 2 groups of sso
that will do i hope
Post a Comment