Preventing WDS (Windows Desktop Search) from indexing Outlook PST files programmatically

Answered Preventing WDS (Windows Desktop Search) from indexing Outlook PST files programmatically

  • miércoles, 30 de mayo de 2012 10:04
     
     

    Hello,

    We are making a software that offers PST file backup. We are creating a copy of PST file on the backup location (usually network), and are working directly with items inside PST file to find the differences from previous backup. In some scenarios (we don't know exactly when) when we are working with PST file on the backup location, Windows Search Indexer starts indexing that file, and that leads to significant performance decrease of the whole process, and in some cases - even PST file locking issues that causes errors in our code.

    We are not able to disable the indexing for PST files, as there's no way to determine programmatically the MAPI path to that file to make an exception. Stopping the Indexing service during the backup cannot be done either, as service restarts itself after a few seconds. See the details here: http://social.microsoft.com/Forums/en-US/partnerdevvs/thread/0ef1d0ad-f288-4829-8c9e-25d2f9205879/

    Any advice would be highly appreciated. Thank you!

    Denis

Todas las respuestas