ProcessEventRules - Arithmetic overflow error converting expression to data type int.
book
Article ID: 368823
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)
Issue/Introduction
To collect logs for the error:
DatabaseConnectionWrapper - Database task SQL exception: ProcessEventRules - Arithmetic overflow error converting expression to data type int.
Environment
- App Control Server: All Supported Versions
- Microsoft SQL Server: All Supported Versions
Resolution
- Start high debug server logging
- Manually execute the task:
- Log into SQL Management Studio as the Service Account
- Navigate to Query > Results To > Grid
- Run the query:
select task_id,task from das.dbo.scheduled_tasks with(nolock) where task = 'ProcessEventRules'
- Note the "Task_id" from the query result
- Run the query:
exec das.dbo.ProcessEventRules @task_id = X
--Replace X with result from step C
- Right click in the "results" pane > Save Results As
- Stop / Capture the high debug server logs
- Provide the server logs and query result to Support.
Additional Information
This error is seen in the parityreporter.log file when high debug logging is enabled.
Feedback
thumb_up
Yes
thumb_down
No