SymmetricDS: No enum constant org.jumpmind.symmetric.io.data.transform.ColumnPolicy.specified -
i'm doing multi-homing symmetricds 2 nodes (server , client) , single mysql database, , transformation table , column, @ client node appear error "java.lang.illegalargumentexception: no enum constant org.jumpmind.symmetric.io.data.transform.columnpolicy.specified".
i (un)delete column_policy sym_transform_table , nothing happened. what's wrong?
this going fix problem:
update sym_transform_table set column_policy = 'specified' column_policy = 'specified'; commit;
Comments
Post a Comment