Err. Msg: The Catalog Directory Can Not Be Found...

Last reviewed: January 20, 1998
Article ID: Q160669

The information in this article applies to:

  • Microsoft Index Server version 1.1

SYMPTOMS

When you query on Index Server, you may get the following error message:

   The catalog directory can not be found in the location
   specified by 'CiCatalog=' in file
   \InetPub\scripts\samples\search\queryhit.idq.

   (0xc0002037) encountered while processing the query "XXXX".

CAUSE

The # sign and <=COMMENTED OUT – Default Registry Value Used are deleted in the Query.idq and Queryhit.idq files.

As a result, five spaces are left before your new catalog directory. When the query engine looks at the CiCatalog parameter, and sees spaces after the last "\", you get the above error message.

The following is the correct line for the Query.idq and Queryhit.idq files:

   # CiCatalog=e:\     <= COMMENTED OUT - default registry value used

WORKAROUND

Remove any trailing spaces after the "\" on the CiCatalog line in your .idq file.

STATUS

Microsoft has confirmed this to be a problem with Microsoft Index Server version 1.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Keywords          : indxconfig kberrmsg
Version           : WINNT:1.1
Platform          : winnt
Hardware          : ALPHA x86
Issue type        : kbbug
Solution Type     : kbworkaround


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


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