Re-indexing the SQLite database
If instructed by PathSolutions support, you may be requested to reindex your SQLite database. This is the procedure to do that:
- Stop the TotalView service
- Open a CMD line
- Change directory to the C:\Program Files (x86)\PathSolutions\TotalView\Data directory
- Run: sqlite3 SwMonitor.db
- At the “sqlite>” prompt, enter: REINDEX;
- This reindex may take up to 20 minutes based on the size of the database
- At the “sqlite>” prompt, enter: .quit
- Start the TotalView service