Skip to content

DB2 DDL error... #630

Locked Answered by titou10titou10
undertherainITA asked this question in Q&A
Discussion options

You must be logged in to vote

After investigation (and your help!), it appears that the problem is caused by some UTF-8 characters held in the database that the DB2 JDBC driver can not decode, and not from DBeaver itself. The problem will arise with any java program that will access those charcaters via the jdbc driver.

This is explained in those IBM technotes:

To solve the problem:

  • edit the dbeaver.ini file (in the directory where you installed DBeaver)
  • at the very end of the file add the 2 following lines (exactly as written):

-vmargs
-Ddb2.jcc.charsetDecoderEncoder=3

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kseniiaguzeeva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #630 on December 28, 2020 09:47.