Freight-Brian
MIS
Hello all,
We have an Avaya phone system with Datel Call Sweet. We have had a persistent issue in which Call Sweet will simply stop tracking calls in the middle of the day. We have determined it is likely due to the 4GB limit per database on the SQL Server 2005 engine it is running on as I see the following errors all throughout the event viewer:
Before you suggest that we migrate to a new SQL Server engine, I should say that we attempted to migrate to 2008R2 with a 10GB limit, but it did not appear to track any new calls so we rolled back. Also, we intend to migrate to a new phone system shortly anyway. Ideally within a few months we will not be using this system anymore.
Ideally what I need is this: some way to reduce the overall database size so that Call Sweet actually becomes usable. Is there a setting somewhere I can use to change the number of days worth of data that it retains? Thank you
We have an Avaya phone system with Datel Call Sweet. We have had a persistent issue in which Call Sweet will simply stop tracking calls in the middle of the day. We have determined it is likely due to the 4GB limit per database on the SQL Server 2005 engine it is running on as I see the following errors all throughout the event viewer:
Code:
CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 4096 MB per database.
Code:
Could not allocate space for object 'dbo.ErrorLog'.'PK_ErrorLog' in database 'SWEET_LOGGING' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Before you suggest that we migrate to a new SQL Server engine, I should say that we attempted to migrate to 2008R2 with a 10GB limit, but it did not appear to track any new calls so we rolled back. Also, we intend to migrate to a new phone system shortly anyway. Ideally within a few months we will not be using this system anymore.
Ideally what I need is this: some way to reduce the overall database size so that Call Sweet actually becomes usable. Is there a setting somewhere I can use to change the number of days worth of data that it retains? Thank you