PRB: Errors Occur When You Run the Learn BizTalk Tutorial Setup.vbs File (322682)
The information in this article applies to:
- Microsoft BizTalk Server 2000
- Microsoft BizTalk Server 2002
This article was previously published under Q322682 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
[FAIL]ServerName:AddFileToWebDAVURL(C:\LearnBizTalk\Dcouments\NorthwindReg.xml,
http://ServerName/BizTalkServerRepository/DocSpecs/NorthwindReq.xml Error: x80040E96 Description:
[FAIL]ServerName:Modify Cache Refresh Error: x1A8 Description: Object required Source: Microsoft VBScript runtime error.
where ServerName is the name of your BizTalk Server.
CAUSEFirst 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.
RESOLUTIONFirst 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.
Modification Type: | Major | Last Reviewed: | 6/4/2003 |
---|
Keywords: | kbprb KB322682 |
---|
|