Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Some Files not archived ERROR: Failed to convert parameter value from a Int64 to a Int32
설명
Some (currently 34 Files) will not be archived, they all have the error: System.OverflowException: Failed to convert parameter value from a Int64 to a Int32. ---> System.OverflowException: Value was either too large or too small for an Int32. at System.Convert.ToInt32(Int64 value) at System.Int64.System.IConvertible.ToInt32(IFormatProvider provider) at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) at System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType, Boolean& coercedToDataFeed, Boolean& typeChanged, Boolean allowStreaming) Contact Me By: Email Note: Files from Error Folder
원인
Current SQL table limitation. Large contents do no fit into Int32 type. Message table must be altered to support BIGINT values.
해결 방안
Reach out to support to obtain Database altering script.