Quarantined Queries: Data too long

There are currently 25 quarantined queries, see the error message below.

Retrying doesn’t seem to help, is there any way we can figure out what queries are being quarantined?

[attachment=0]quarantined.JPG[/attachment]

Turn on query logging in your database. I vaguely recall seeing this and IA changed the column width in newer versions.
If you aren’t on the latest version of Ignition you might just want to alter that column width manually.

Sanderd17, looking at the screenshot, you have a string value being inserted into the alarm_event_data table’ strval’ that is longer than the column size allows. This can happen for example if there is an expression binding on one of the properties of an alarm with a fairly long expression. The fix is to change the size of the strvalue column to accommodate expression sizes (or to write shorter expressions :slight_smile: )

[attachment=0]img.png[/attachment]