Microsoft Knowledge Base Email Alertz

(838700) - Describes an error message that you may receive when you configure the Business Activity Messaging and SharePoint Portal Server site in the BizTalk Server 2004 Configuration Wizard.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 838700 - Last Review: April 11, 2005 - Revision: 2.1

You receive a "Loading InfoPath templates to BAS SharePoint site failed" error message when you run the BizTalk Server 2004 Configuration Wizard

On This Page

SYMPTOMS

When you run the Microsoft BizTalk Server 2004 Configuration Wizard, and then you configure the Business Activity Messaging and Microsoft SharePoint Portal Server site, you may receive the following error message:
Loading InfoPath templates to BAS SharePoint site failed

CAUSE

This issue may occur if one or more of the following conditions are true:
  • Microsoft Internet Information Services (IIS) is not started.
  • The local computer name cannot be resolved.
  • The tempdb database in Microsoft SQL Server 2000 is set to a compatibility level of 70.
  • The identity of the IIS application pool has not been updated after a password reset.
This issue may also occur if URLScan is configured on the BAS computer and is blocking HTTP PUT requests. URLScan may have been manually installed, or URLScan may have been installed as part of the IIS Lockdown Tool. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
326444  (http://kbalertz.com/Feedback.aspx?kbNumber=326444/ ) How to configure the URLScan tool

RESOLUTION

To resolve the most common causes for this issue, follow these steps, and then run the BizTalk Server 2004 Configuration Wizard.

Start or restart IIS

To start IIS, follow these steps:
  1. Click Start, point to Administrative Tools, and then click Services. The Services dialog box appears.
  2. In the right pane, right-click IIS Admin Service, and then click Start.
If the service has already started, restart IIS. To do this, follow these steps:
  1. Click Start, point to Administrative Tools, and then click Services. The Services dialog box appears.
  2. In the right pane, right-click IIS Admin Service, and then click Restart.

Map the IP address to the computer name

To map the IP address to the computer name, follow these steps:
  1. Click Start, click Run, type the following path, and then click OK:
    %windir%\system32\drivers\etc
  2. Right-click the host file, and then click Open.
  3. In the Open With dialog box, click Notepad, and then click OK.
  4. Make sure that the IP address entry matches the computer name. To edit or to add an entry, see the example that is provided in the text file.

Change the compatibility level of the tempdb database to 80

To change the compatibility level for the tempdb database, follow these steps:
  1. On your computer that is running SQL Server 2000, click Start, point to Microsoft SQL Server, and then click Enterprise Manager.
  2. Expand the server that stores your databases, and then expand Databases.
  3. Right-click tempdb, click Properties, and then click Options.
  4. Under Compatibility, click Database compatibility level 80 in the Level list, and then click OK to save the changes.

Update the identity in the IIS Application Pool

To update the identity in the IIS Application Pool, follow these steps:
  1. Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
  2. Expand YourServerName(local computer), expand Application Pools, right-click DefaultAppPool, and then click Properties.
  3. Click the Identity tab, type the updated password in the Password box, and then click OK.
Note After you update the identity of the IIS Application Pool, you must restart IIS.

If this issue still occurs, you can troubleshoot the issue by opening http://YourServerName in Microsoft Internet Explorer. The browser may provide an error message that includes additional information to help fix the issue.

MORE INFORMATION

For more information about Microsoft BizTalk Server 2004, visit the following Microsoft Web site.
http://www.microsoft.com/biztalk (http://www.microsoft.com/biztalk)

APPLIES TO
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition
Keywords: 
kbprb KB838700
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Tareq Muhammad - biztalkers.blogspot.com Report As Irrelevant  
Written: 9/22/2004 7:15 AM
it helps me, I use the second option (IP address) and it works, I already has an Ip entry but for local host not for the computer name I add new entry with my computer name and it works fine... Thank you for support

Anonymous User Report As Irrelevant  
Written: 3/9/2005 8:21 AM
None of the option help me... i did try each of them, but no success... Someone has something else to suggest?

Anonymous User Report As Irrelevant  
Written: 4/11/2005 2:34 AM
Does this only happen with Windows server 2003 sp1?