PRB: Decimal Separators May Cause Parsing Errors in BizTalk Server 2000 (292514)
The information in this article applies to:
- Microsoft BizTalk Server 2000
This article was previously published under Q292514 SYMPTOMS
Many locales use a decimal separator other than a period (.). For example, five and three quarters may be represented as 5,75. When you attempt to use this format in BizTalk Server 2000, a document validation error may occur.
CAUSE
BizTalk Server converts data to XML for internal processing. XML only allows a period as a decimal separator. BizTalk Server does not automatically convert numeric fields to the required XML format.
RESOLUTION
To work around this behavior, specify the incoming field as a string, and then use a functoid in the BizTalk Mapper to convert this to a numeric format.
For details on how to implement this scenario, see the example in the "More Information" section of this article.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 8/5/2004 |
---|
Keywords: | kbdownload kbdownload kbgraphxlinkcritical kbprb KB292514 |
---|
|