The Routing Media Service detects that the CCMRouting database is reaching its capacity. When the database reaches its limit the Router stops writing tracking records into the CCMRouting database.
Medium
The Router is prevented from writing new tracking records into the database. The Router might have tried to purge old records from the database, but was unable to clear enough space.
To troubleshoot this problem, please do the following:
You can run the stored procedure proc_DatabaseUsageMonitor. Look at the UnallocatedPercentage and UnusedPercentage columns. If these both return low values, you may need to increase the maximum size of your database.
If necessary, you can manually remove rows in the table EventTrackingRecords.
NOTE: You must not manually remove records from the RouterStateRecords table.
7.0