Solved - Alarm Journal Event truncated error

Just throwing this out there for anyone else with this problem. If you see records stuck in your Store/Forward for the Alarm Journal Event saying “String or binary data would be truncated.”, you need to change a database table before retrying.

In the table, alarm_events, change the strvalue field from varchar(255) to varchar(MAX).

After that, you can hit ‘retry’ and it won’t come back.

-MK

2 Likes