You installed BizTalk Server
You want to config BAM Portal see this error:
Failed to validate BAM Portal Web site (BAMPortal)
Additional information:
The BAM Portal website Default Web Site is not valid.
(Microsoft.Biztalk.Bam.CfgExtHelper.PortalHelper)
Exception from HRESULT : 0x80005008(System.DirectoryServives)
Basically its not allowing you to select the default website, its giving a red cross.
Simple Solution:
- Open the Server Manager MMC snap-in (right-click on Computer and select the Manage option).
- Expand the features node.
- Select the Web Server node.
- Look through the role services. Check for IIS 6 Management Compatibility and see if it says it is installed.
- If not installed, click Add Role Services on right of screen. Select the IIS 6 Management Compatibility and install.
- Go back to BizTalk configuration, the BAM Portal feature should now install without any issues.