upgrade 1.2.3 to 1.2.5

Started by suphu, January 31, 2013, 05:22:51 PM

Previous topic - Next topic

suphu

Hi,

I am getting this system error frequently since upgrading to 1.2.5 - any ideas?

SQL query failed (Query = "INSERT INTO alarm_events (alarm_id,event_id,event_code,event_name,severity,source_object_id,event_timestamp,message) VALUES (?,?,?,?,?,?,?,?)"): [Microsoft][SQL Server Native Client 10.0][SQL Server]String or binary data would be truncated.

Victor Kirhenshtein

Hi!

You have some events with long messages, and they are getting truncated when inserted into database. In 1.2.6, limit for message length will be increased to 2000 characters (from current 255 characters), so most likely these errors will go away.

Best regards,
Victor