PublicInterfaces Sample Incorrectly Parses Remote Server Name (288171)



The information in this article applies to:

  • Microsoft BizTalk Server 2000

This article was previously published under Q288171

SYMPTOMS

When you run the PublicInterfaces sample, Sked.vbs, you may receive the following error:
/<remote server name>

<path to sked.vbs>(156, 5) Microsoft VBScript runtime error: The remote server machine does not exist or is unavailable

CAUSE

The sample script incorrectly parses the computer name using the Mid function.

RESOLUTION

To resolve this problem, change:
    ComputerName = Mid(s, 7)
to:
    ComputerName = Mid(s, 8)

STATUS

Microsoft has confirmed that this is a problem in BizTalk Server 2000.

MORE INFORMATION

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

281173 BUG: Missing Connect Call in PublicInterfaces Sample


Modification Type:MajorLast Reviewed:10/22/2003
Keywords:kbbug kbpending KB288171