Microsoft KB Archive/297628

From BetaArchive Wiki
Knowledge Base


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

Article ID: 297628

Article Last Modified on 10/22/2003



APPLIES TO

  • Microsoft BizTalk Server 2000 Standard Edition



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.

Keywords: kbbug kbfix kbbiztalk2000sp1fix KB297628