Table of Contents
- Getting Started
- Agent-Based Management
- Common Tasks
- Data Providers
- Directory Services
- Auditing
- Hosts
- Templates
- Template Properties
- Batch Update Templates
- Assign Templates
- Log Management Templates
- SCAP Compliance Monitor
- Active Directory User Monitor Templates
- File and Directory Monitor Templates
- Windows Monitor Templates
- CPU Monitor Template
- Memory Monitor Template
- Disk Space Monitor Template
- Account Lockout Monitor Template
- Audit Policy Monitor Template
- Logon As Monitor Template
- Logon Monitor Template
- Performance Counter Monitor Template
- PowerShell Template
- Process Monitor Template
- RDP Session Monitor Template
- Registry Value Monitor Template
- Service Monitor Template
- SMART Disk Monitor Template
- System Security Monitor Template
- Windows Update Template
- WMI Query Template
- Task Scheduler Template
- Clock Synchronization Template
- Defragment NTFS Disks Template
- Network and Application Monitor Templates
- SSL Certificate Monitor Templates
- Database Templates
- Email Monitor Templates
- SNMP Monitor Templates
- Windows Accounts Templates
- Monitors
- Reports
- Auto-Configurators
- Filters
- Actions
- Schedules
- Environment Variables
- Options
- SNMP
- SSH Shell
- Syslog
- System Reset
- Shared Views
- Active Directory User and Group Filters
- Assign Actions
- Assign Azure Audit Logs
- Assign Consolidated Logs
- Assign Directories
- Assign Disks
- Assign Event Logs
- Assign Files
- Assign Services
- Assign Shares
- Auto-Config Host Assignment Properties
- Define CSV and W3C Log Entry Columns
- Define Log Entry Columns
- Define Log Entry Columns with Regular Expressions
- Executable Status
- Executable Timeline
- Explicitly Assigned Logs
- File Explorer
- General Executable Properties
- Report Columns
- Report Date/Time Ranges
- Report Security Event Log Filters
- Select Folder or File
- Target Files and Sub-Directories
- Command Line Interface
- Server Configuration
- Agent Configuration
- Troubleshooting
- Terminology
Corner Bowl Server Manager
SIEM, IPS, Server Monitoring, Uptime Monitoring and Compliance Software
Arithmetic Overflow Errors
The Arithmetic overflow error converting IDENTITY to data type int. Arithmetic overflow occurred.error is thrown by SQL Server when the Identity column has reached the maximum size of an integer or 2,147,483,647.
Verify the error:
- Execute the log consolidation template on the host that is throwing the error.
How to resolve:
This error is resolved by reseeding the table which fills in the gaps that were created when removing or archiving old entries during the Log Entry Retention Policy execution.
- From the Explorer View, expand the root Hosts node then navigate through the tree to the target host.
- Expand the target host then right click on the Log Consolidation template throwing the error and select Explore. The Monitor Status View displays.
- From the Monitor Status View, select the Data Properties tab.
- From the Data Properties tab
- Use the Log drop-down to select the errant log, typically, the Windows Security Event Log.
- Click the Reseed
button. The Reseeding View displays then automatically starts to reseed the table.
Important
The reseed function copies all the rows from the errant table to a new temporary table, then the errant table is deleted. Next, the entries in the temporary table are written back to a new table which automatically reseeds the table. Finally, the temporary table is deleted.