This alarm indicates that the Enterprise Server has failed to save a submitted callback request.
Major
The callback request was not saved and will not be processed.
First, set logging to verbose in the IVRInbound Service
The section of the config file should now look like this:
<setting name="LoggingLevel" serializeAs="String">
<value>4</value>
Now inspect the IVRInbound logs for errors noting Callback Request save failures. The issue is likely caused by SQL connection problems and there should be log lines near the alarm log lines that show data for the Insert SQL operations that process the Callback Requests on the Database side.
Copy these Insert statement SQL blocks and test them on the SQL Server install to verify that they run properly.
If the insert operation does not run properly, this means that your SQL configuration does not allow either your server credentials the permissions it needs, or is blocking this type of operation. Please consult with your SQL administrator for assistance with this configuration.
6.0.2