Index Server Queries Return Not Enough Storage Is Available Err.

Last reviewed: October 30, 1997
Article ID: Q174776

The information in this article applies to:

  • Microsoft Index Server version 1.1

SYMPTOMS

When you do a query using Index Server, the browser may return an error message similar to the following:

   Not enough storage is available to complete this operation
   0x8007000e.

This error message will appear some of the time, but not necessarily all of the time.

CAUSE

If the query is using a POST command (in the HTML file), you can get the above error message. The Index Server is expecting all POST commands to be Null Terminated.

WORKAROUND

Instead of using the POST command, use the GET command in the HTML code, or ensure that the data in the POST command is Null Terminated.

Keywords          : indxconfig kberrmsg kbprb
Version           : 1.1
Platform          : winnt
Hardware          : ALPHA x86


================================================================================


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