Danis Lam
Danis Lam

Reputation: 21

How to fix unicode data error in SymmetricDS

I have a postgresql data have some unicode tables. I have already setup successful for replication but can not send origin unicode data to SQL server. I have already tried: mssql.use.ntypes.for.sync=true but still have error. Could someone help me ? Thanks

Upvotes: 1

Views: 131

Answers (1)

Danis Lam
Danis Lam

Reputation: 21

Well after make some following changes, it works

Change the connection in property file to:

 sendStringParametersAsUnicode=true
 mssql.use.ntypes.for.sync=true

But i can see that it will make a big pressure on your server performance.

Upvotes: 0

Related Questions