Article ID: 281473 - Last Review: October 17, 2003 - Revision: 3.1 Miscellaneous Errors in BizTalk Server 2000 SDK SamplesThis article was previously published under Q281473 SYMPTOMS
Several SDK samples included with BizTalk Server 2000 contain syntax errors. The files can be modified manually to correct the problems. The following files in the Program Files\Microsoft BizTalk Server\SDK\Messaging Samples directory have a specific computer name:
\BTSAppIntegration\VB\config.vbs
The following files in the Program Files\Microsoft BizTalk Server\Messaging Samples directory contain a misspelling:\BTSAppIntegration\VC\ATL\config.vbs \PipelineComponent\VB\config.vbs \PipelineComponent\VC\ATL\config.vbs
\CustomPreProcessor\CustomPreProcessor.cpp \CustomPreProcessor\CustomPreProcessor.idl \CustomPreProcessor\PreProcessor.cpp \CustomPreProcessor\PreProcessor.h \CustomPreProcessor\readme.txt \CustomPreProcessor\StdAfx.cpp \CustomPreProcessor\StdAfx.h \SampleFunctoid\ConvDateFormat.cls \SampleImporter\CustImport.cls \VBCustPreProcessor\readme.txt \VBCustPreProcessor\VBCustPreProcessor.cls WORKAROUND
The Config.vbs files listed in the "Symptoms" section of this article contain a reference to a specific computer name, CSIPOS2B. This reference should be the actual target WebDav computer. (Localhost does not work). These files are used to set up the configurations for the samples. To use the local server where the script is being executed, replace the following code in each of the Config.vbs files:
The files in the second list contain a misspelling. To resolve this problem, use a text editor to perform a search and replace to change "Micorsoft" to "Microsoft" in each of these files.
| Article Translations
|
Back to the top
