XCON: Asserts Problem When Downloading Messages

Last reviewed: February 12, 1998
Article ID: Q178659
The information in this article applies to:
  • Microsoft Exchange Server, versions 5.0 and 5.5

SYMPTOMS

When you compose a MAPI Double-byte Character Set (DBCS) message in Exchange Client, type some text in the message body, change the font to Arial (Western) at some point after several DBCS characters, and send the message through outbound Internet mail (IMAIL), the received message will be corrupted. The DBCS text that is reformatted as Western typically contains a number of invalid characters that will cause the problem of asserts when the message is downloaded.

The problem may also appear in outbound messages composed as text and HTML. Only messages composed as Rich Text Format (RTF) are not affected by this problem.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.0.

This problem has been corrected in the latest U.S. Service Pack for Microsoft Exchange Server version 5.0. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

   S E R V P A C K

Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.5. A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information.

MORE INFORMATION

This problem is related to code-page translation for outbound HTML and text, especially in cases when the outbound code-page is DBCS. The problem is caused by Windows NT translation functions converting undefined characters from range 0x80 - 0x9F into invalid Unicode range0x80 - 0x9F, and then into control range 0x00 - 0x1F. Emitting of unexpected control characters may cause various unpredictable problems. Assert in the debug build is caused by an outbound carriage return (CR) without a following linefeed (LF).

All characters that would get mapped into control region 0x00 - 0x1F are replaced with a question mark. Characters mapped into undefined region 0x80 - 0x9F are left alone (due to a possibility of character set mislabeling).


Additional query words: Messaging Application Programming Interface
Keywords : kbbug5.00 kbfix5.00.sp2 XCON kbbug5.50
Version : WinNT:5.0,5.5
Platform : WINDOWS
Issue type : kbbug
Solution Type : kbfix kbpatch


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 12, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.