Versions / Builds Affected
All versionsStatus
ResolvedProblem Summary
Certain mimetypes are causing exceptions on the SQL server. Data cannot be transferred.TT / JIRAID
1248How to Identify
Windows Events Application is full of events 0
Error occurred during bulk inserted data processing. System.Data.SqlClient.SqlException (0x80131904): Arithmetic overflow error converting IDENTITY to data type smallint.
Dashboard is not showing any recent data
Report are blank for recent cut of date
Open SQL management studio and run the following query:
USE [DatabaseName]
Select count(*)
FROM [ActivityBulkData]
if the result is greater than 0 and increasing after some attempts, it is clear that the client is affected by this issueWorkaround / Fix Details
Upgrade to 2015 or aboveRequired Actions
attach the article and upgrade