When you restart the indexing utility, you can either reprocess the last file that was processed, or start from scratch with a new file.
The indexing utility generates these files:
<AppName>.dirstat – keeps a list of all the files that have been processed.
<AppName>.dirstat.bak – a copy of <AppName>.dirstat before the last file was processed.
<QueueFile>.pos – records the current position in the queue of files to be processed.
<QueueFile>.pos.bak – a copy of <QueueFile>.pos before the last file was processed.
Reprocessing the most recent file
Replace the contents of <AppName>.dirstat with the contents of <AppName>.dirstat.bak.
Replace the contents of <QueueFile>.pos with the contents of <QueueFile>.pos.bak.
Starting from scratch
Delete these files from the PortalSearch/autoindexer subdirectory of your EP installation:
<AppName>.dirstat
<AppName>.dirstat.bak
<QueueFile>.pos
<QueueFile>.pos.bak
Restarting the automatic indexing utility on UNIX
Run the script $SYBASE/PortalSearch/autoindexer/PortalSearchAutoindexer.
Restarting the automatic indexing utility on Windows 2000
Select Start | Settings | Control Panel | Administrative Tools.
Select Services.
When the Services dialog box displays, scroll down the list, right-click Sybase Portal Search – Auto Indexer to select that service, then click Start.
When the Status reads “Started,” click the close box to exit the window.