Well the table was saved in a temporary table (the QCM table) but your new version of source is no longer able to contain the saved data (some overflow occurs during copy) so either
- Adapt again the source (increase field definition) reactivate and adjust database keeping data
- Adjust database removing data, you may be required to execute DB_DROP_TABLE or similar FM to drop the QCM table
Hint: In SE14 display the log for the conversion (Extras, Logs) you should find the exact QCM table name.
Regards,
Raymond