Creating a AREV 2.11 Dedicated INDEXER (AREV Specific)
At 12 DEC 2007 02:16:15PM Dimitri Mandelis wrote:
Any of you old timers remember how to create a 2.11 Indexer and how to turn it off on the other workstations?
thanks,
Dimitri
At 12 DEC 2007 02:36PM Warren Auyong wrote:
For the users/accounts/application go into the Management -] Environment -] Indexes item and set "Delay Before Indexing" and "Time Between Index Checks" to 0 (zero).
Create a new user in the account/application and have greater than zero values in the same parameters. Log this user on the workstation that will be your dedicated indexing station. Time parameters may have to be tweaked to optimize performance.
The trick is automating logging out or suspending the indexer so you won't have open file errors when performing file backups. You can add a Background Process Post Index Check process that checks the time and logs the indexing user out. A scheduled task in Windows can be setup to start and log in the indexing user.
At 12 DEC 2007 06:10PM Dimitri Mandelis wrote:
Thanks Warren