NetXMS Support Forum

English Support => General Support => Topic started by: suphu on January 31, 2013, 05:22:51 PM

Title: upgrade 1.2.3 to 1.2.5
Post by: suphu on January 31, 2013, 05:22:51 PM
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.
Title: Re: upgrade 1.2.3 to 1.2.5
Post by: Victor Kirhenshtein on January 31, 2013, 06:05:09 PM
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