Microsoft KB Archive/312920

From BetaArchive Wiki
Knowledge Base


CiCatalogFlags Cannot Disable Local NTFS Notifications

Article ID: 312920

Article Last Modified on 10/2/2003



APPLIES TO

  • Microsoft Index Server 2.0
  • Microsoft Index Server 2.0



This article was previously published under Q312920

SYMPTOMS

If you disable notification processing for local paths by setting CiCatalogFlags REG_DWORD to 0x00000002 or 0x00000003, Index Server may ignore this setting for local NTFS paths. Disabling notifications for FAT drives and UNC paths works as expected.

WORKAROUND

If you want to query a catalog, but prevent Index Server from indexing any changes or new files, set the catalog to read-only by pausing it. You do this by performing one of the following:

  • In the Index server Microsoft Management Console (MMC) snap-in, pause the catalog (Microsoft Windows 2000 only).-or-

  • Use the catalog administration API CatAdm.PauseCatalog(). For more information on how to use the catalog administration API, refer the MSDN Library. -or-

  • Issue the following command from Cmd.exe to set all catalogs to read-only:

    net pause cisvc


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Keywords: kbprb KB312920