Did you happen to have problems when testing the Beta and Early Release Version of MS CRM 3.0 on an SBS environment with ISA 2004? Here are details for understanding and if needed resolution.
SBS 2003 sp1 resolution
Jeff Bakko
Microsoft
Issue:
The following error appears in the Microsoft CRM V3.0 Environment Diagnostic Wizard:
“The Web site for installing SQL Reporting Services was not found. Setup requires the presence of the Web site configured to run at port 80 with an empty Host Header.”
Cause:
There are multiple identities that exist on the Default Web site. This can be the result of installing Microsoft ISA Server on the Windows Small Business Server 2003 computer.
Resolution:
Complete the following steps on the Windows Small Business Server 2003 computer:
- Click Start, point to Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Expand the <server name> node and then expand the Web Sites node.
- Right-click on the Default Web site and select Properties.
- Click the Advanced button on the Web Site tab.
- Select the Identity with 127.0.0.1 as the IP address and then click Remove.
- Select the SSL identity with 127.0.0.1 as the IP address and then click Remove. There should be one identity and one SSL identity remaining.
- Click OK on the Advanced Web Site Configuration dialog box and then click OK on the Default Web site’s Properties dialog box.
Note: If you encounter the error in the V3.0 Environment Diagnostic Wizard before completing these steps, you must close the installation wizard and restart the install.
- Complete the steps in the following Microsoft Knowledge Base article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;896861
After setup installs Microsoft CRM successfully you can add back the loopback identities to the Default Web site by completing the following steps:
- Follow steps 1-4 to open the Advanced Web Site Identification dialog box on the Default Web site.
- Click the Add button under the Multiple identities for this Web site area.
- Enter 127.0.0.1 for the IP address and 80 for the TCP port and then click OK.
- Click the Add button under the Multiple SSL identities for this Web site area.
- Enter 127.0.0.1 for the IP address and 443 for the TCP port and then click OK.
- Click OK on the Advanced Web Site Configuration dialog box and then click OK on the Default Web site’s Properties dialog box.
More Information:
The following error may appear if the installation of ISA Server creates a certificate on the Default Web site named publishing.<your domain>.<your domain suffix>:
“Activating SQL Server Reporting Services failed. Setup failed to validate specified Reporting Services Report Server https://publishing.<your domain>.<your domain suffix>/ReportServer.
Error: The request failed with HTTP status 401: Unauthorized”
Windows Server 2003 SP1 includes a loopback check security feature that is designed to help prevent reflection attacks on your computer. The 401 error occurs because the name of the certificate does not match the name of the local computer. For example: The name of the Windows Small Business Server 2003 computer might be named MySBSServer.domain.local. The certificate created on the Default Web site during the installation of Microsoft ISA Server will be named publishing.domail.local. Following the Knowledge Base article in step 8 will resolve this issue.