FIX: xp_readmail Fails on MIPS Computers

Last reviewed: April 8, 1997
Article ID: Q153141
The information in this article applies to:
  • Microsoft SQL Server version 6.5

SYMPTOMS

When you use Windows NT 3.51 (Build 1057) and Microsoft Mail installed on a MIPS computer with SQL 6.0 or SQL 6.5 with xp_readmail, xp_readmail will fail with an Exception: illegal instruction (0xc00001d), address: 0x7ffff000.:

   xp_startmail
   go
   xp_sendmail 'testuser', @message='select * from authors', @dbuse='pubs'
   go
   exec xp_readmail
   go

WORKAROUND

  1. Set up sp_processmail as a scheduled task running recurring every minute as the following:

sp_processmail @subject='SQL', @filetype='TXT', @separator=' ', @dbuse='pubs'

  1. Send mail to testuser (the account that SQL Server is running under and the account that was setup to start mail) with the subject
       'SQL' and in the message 'select * from authors'.
    
    

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 6.5. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.


Additional query words: server sp_processmail MIPS
Keywords : kbbug6.50 kbfix6.50.sp1
Version : 6.5
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: April 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.