Hi,
I am using ABBYY Flexicapture 10 Distributed. I have set an autocleanup of batches and autocleanup of eventlog and report data in Administration and Monitoring Console. As well as I am doing Database cleanup operation weekly. But still Database is getting increased day by day. As SQL Server 2005 express has only 4GB DB limit and my DB is soon going to cross 3.5GB. So if anyone have some tricks for keeping the DB steady in size then please let me know.
After observing table's size in database I found that "EventLog" table is taking 1.5 GB space. Deleting the records from this table would create problem in functioning of the project?
What is the option to delete Error logs and warning logs? as those logs are not getting cleared by autocleanup of event logs.
Thanks.
I am using ABBYY Flexicapture 10 Distributed. I have set an autocleanup of batches and autocleanup of eventlog and report data in Administration and Monitoring Console. As well as I am doing Database cleanup operation weekly. But still Database is getting increased day by day. As SQL Server 2005 express has only 4GB DB limit and my DB is soon going to cross 3.5GB. So if anyone have some tricks for keeping the DB steady in size then please let me know.
After observing table's size in database I found that "EventLog" table is taking 1.5 GB space. Deleting the records from this table would create problem in functioning of the project?
What is the option to delete Error logs and warning logs? as those logs are not getting cleared by autocleanup of event logs.
Thanks.
Comments
2 comments
As you can tell, the DB stores a lot of information. The clean up basic set a flag on the record for deletion but doesn't delete until there is some down time. Are you constantly processing? If so, you might want to stop the processing server for about an hour just so that it can preform the actual deletion in the DB. Also if possible, go ahead and delete the event log record if you want. Check the Admin and Monitoring console and reducing logging if you can. Other than that, make sure you're on the latest release of FC10. If the DB gets too large, you will get performance issue.
IX_EventLog_BatchIdDate
IX_EventLog_TypeUserTask
Please sign in to leave a comment.