Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

PRB: Errors Occur When You Run the Learn BizTalk Tutorial Setup.vbs File


View products that this article applies to.

This article was previously published under Q322682

↑ Back to the top


Symptoms

To set up the environment that is required to go through the Learn BizTalk Tutorial, you must run the Setup.vbs script file that is located in the C:\Learnbiztalk\Scripts folder. However, you may receive one or more of the following error messages when you run this script:
[FAIL]ServerName:AddFileToWebDAVURL(C:\LearnBizTalk\Dcouments\NorthwindReg.xml, http://ServerName/BizTalkServerRepository/DocSpecs/NorthwindReq.xml Error: xE78 Description: Operation is not allowed when the object is closed. Source: ADODB.Stream
-or-
[FAIL]ServerName:AddFileToWebDAVURL(C:\LearnBizTalk\Dcouments\NorthwindReg.xml, http://ServerName/BizTalkServerRepository/DocSpecs/NorthwindReq.xml Error: x80040E96 Description:
-or-
[FAIL]ServerName:Modify Cache Refresh Error: x1A8 Description: Object required Source: Microsoft VBScript runtime error.
where ServerName is the name of your BizTalk Server.

↑ Back to the top


Cause

First Two Error Messages

The Setup.vbs script tries to copy the NorthwindReq.xml file to the BizTalkServerRepository virtual directory. You may receive the first two error messages under the following circumstances:
The BizTalkServerRepository virtual directory does not exist. -or-

Microsoft Internet Information Server is not running. -or-

There are problems with WebDAV.

Third Error Message

You may receive the third error message under the following circumstances:
Your BizTalk Server Group name is not "BizTalk Server Group." The Setup.vbs script assumes that the name of your BizTalk Server group is "BizTalk Server Group." -or-

You run the C:\Learnbiztalk\Scripts\CleanUp.vbs script file to remove the environment that the Setup.vbs script installs.

↑ Back to the top


Resolution

First Two Error Messages

To resolve the first two error messages, start the Internet Information Server snap-in, and then make sure that the BizTalkServerRepository virtual directory exists and is configured to allow Write access. If the virtual directory does not exist, reinstall BizTalk Server.

For additional information about how to troubleshoot WebDAV problems, click the article numbers below to view the articles in the Microsoft Knowledge Base:
281942 PRB: Error Message: No BizTalk Server Repository Was Found on http://localhost/BizTalkServerRepository/DocSpecs
321546 PRB: The BizTalk Messaging Manager Error "The Download of the Specified Resource Has Failed" Occurs

Third Error Message

To resolve the third error message, change the group name reference in Setup.vbs or CleanUp.vbs. To do this, open Setup.vbs in Notepad, and then change the name of the BizTalk Server group in line 29 from "BizTalk Server Group" to the name of your BizTalk Server group. If the clean up script causes the error message, open CleanUp.vbs in Notepad, and then change the group name in line 102.

↑ Back to the top


More information

To download the Learn BizTalk Tutorial code, visit the following Microsoft Web site:

↑ Back to the top


Keywords: KB322682, kbprb

↑ Back to the top

Article Info
Article ID : 322682
Revision : 3
Created on : 6/4/2003
Published on : 6/4/2003
Exists online : False
Views : 370