Micontact Centre Sql known issue V7.1.1.1. Table filling database. Reports empty.

Problem:

All reports show as empty.  SQL DB shows as full

Solution:

There is a known issue in version 7.1.1.1 where one table starts growing very large

 

Showing table of size

 

You can check if yo have this problem by checking the disk usage in sql

how to see disk usage

Disk usage

If you see the Pie chart showing the database file as all purple then check the disk usage by table


disk usage by table

What i then did was read the contents of this table with this SQL command

sql command show contents of table

You can leave off the “Datekey” command. This will show you everything in the table. What  i saw is that one day millions of entries while other days had a few thousand.  I deleted that day and the SQL DB usage dropped by half

sql command to delete table contents

Then re-summarize the data into the SQL DB month by month check the size as you go. If it does go large again repeat the commands and find the offending day/time.

Leave a Reply

Your email address will not be published. Required fields are marked *