I've got 2 databases with the exact same design and I'm receiving an error from SymmetricDS when trying to insert specific records from the Active database to the Passive.
I'm getting the following error: 'Numeric overflow in conversion of value 211 to type Tinyint'. The data has no problem going into the Active database from our application, but the replication to the Passive is raising an error. Also, I'm able to insert the same values in the passive database manually.
Is SymmetricDS doing some type of data conversion during the insert? I'm trying to understand where and why this could be happening.
Thanks, Kaleb