04-27-2010 11:11 AM
04-28-2010 09:53 PM
Lookout 6.0.2 uses SQL Server Desktop Engine which has the limit of 2G, so your alarm/event database has already reached the limit.
After the SQL database is full, the alarm/event will be logged to Citadel database. But this maybe reduces the performance of Citadel, that's why we log alarm/event to SQL Server first. But I'm not sure why the alarm logging is stoppted.
To delete the alarms from SQL Server is not straightforward. One way is to archive it. Follow the steps below.
1. In MAX, create a new database in different folder.
2. Create a Trace View and add the whole old database to the trace view.
3. Right click on the Trace View and select Archive. Archive all to the new database. You don't need to specify the time range.
4. After the achiving, the new database will have all the trace data and no alarm data in it. You can detach the old database.
In Lookout, select File->Modify Process to change the database to the new database. Or you can change the system default database from Option->System. And then the lookout process will use the new database which has no alarm in it.
You can keep the old database files. All the data and alarm/events won't be lost. When you need them, you can attach the database.
04-28-2010 09:56 PM
Of course, you can right click on the database and select Archive. But this way will archive both historical data and the alarm/event. If you choose to delete the data in source database after archiving, both historical data and the alarm/event will be deleted.
If you want all the historical data kept in current database, follow the steps above.