IMS: ABOOK: Address "abc@domain" Causes SQL Messages

Last reviewed: February 3, 1998
Article ID: Q160151
The information in this article applies to:
  • Microsoft Commercial Internet System, version 1.0

SYMPTOMS

A quoted string is treated as a single entity. Abook should parse it as:

   "abc@domain"
   @
   local.domain

However, Abook tries to parse "abc@domain"@local.domain as

   "abc
   @
   domain"@local.domain


STATUS

Microsoft has confirmed this to be a problem in Microsoft Commercial Internet System (MCIS) version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

In the Event Viewer, two events messages are generated:

   Description: The service causes the following SQL Server message:
        Message ID 170, State 1, Severity 15: Line 1: Incorrect syntax near
        '@acme.com'. Server: SERVERA

   Description: The service causes the following SQL Server message:
        Message ID 105, State 1, Severity 15: Unclosed quote before the
        character string ' '. Server: SERVERA


Additional query words: 1.00
Keywords : kbbug1.00 kbusage
Version : 1.00
Platform : WINDOWS


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 3, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.