Hello, I manage a Trellix EPO server here at work which records data to SQL Server and when I try to upgrade to the latest EPOI software, I get the following error below. Can somebody kindly give me step by step instructions on how to fix this? I am a SQL beginner and have never encountered this error before.
Error: Failed to execute sql –update the existing records in the table.update pp set verproductversion=cast(convert(varchar,verproductmajor),3) +right (‘000000’ +convert (varchar, verproductrevision), 6) +right(‘000000’ +convert varchar, verproductbuild),6) as bigint) from EPOProductpropertiesmt ppjoin epoproductversionsmt as v on v.parentid = pp.autoid execution failed with error : requesterror: arithmetic overflow error converting expression to data type bigint