Easysoft JDBC-ODBC BridgeWhy do I get [JOB] RPC Exception: null when trying to connect from a RedHat 9 client? |
|
This is because the Unicode conversion interferes with the RPC protocol used by the client.
To solve this error simply set the LANG environment variable so it does not use UTF8 e.g.
export LANG=C