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

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -