FIX: Visual Basic Version of DistributionList SDK Sample Fails in Japanese Environment (297628)



The information in this article applies to:

  • Microsoft BizTalk Server 2000

This article was previously published under Q297628

SYMPTOMS

If you compile the Microsoft Visual Basic version of the SDK sample DistributionList (located in Program Files\Microsoft BizTalk Server\SDK\Messaging Samples\DistributionList\DistributionList.bas) into an EXE and run it, the program stops executing inside the RemoveDLManagementObjects procedure.

CAUSE

This error occurs because the Description property of the Error object that is used in the RemoveDLManagementObjects procedure is compared to the string constant cstrErrNotFound, which is hard-coded in English. Therefore, comparing the value of this string constant with the error description that is returned in the Japanese environment fails.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

299664 INFO: How to Obtain the Latest BizTalk Server 2000 Service Pack

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in BizTalk Server 2000 Service Pack 1.

Modification Type:MajorLast Reviewed:10/22/2003
Keywords:kbBizTalk2000SP1fix kbbug kbfix KB297628