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) STATUSMicrosoft has confirmed that this is a problem in BizTalk Server 2000.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | kbbug kbpending KB288171 |
---|
|