Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Error "Data truncation: Data too long for column"
The issue arises when the value received from REDCap or OpenClinica exceeds the character limit of the corresponding field created in OpenSpecimen.
For example:
If the field BX_RESULT is defined as a Text Box in REDCap/OpenClinica, the corresponding field in OpenSpecimen is created as VARCHAR2(255). When the value for BX_RESULT exceeds 255 characters, the OpenSpecimen sync fails.
Solution 1: Change field type in REDCap
Solution 2: Change the column size in OpenSpecimen database
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com