GLPRDB018E Incoming data cannot be fully translated to DB2 codepage: codepage number.

Explanation

There is no mapping from the client data to the DB2 database codepage. The client data must be UTF-8 encoded when sent. If the database is using a local codepage, it is possible that valid UTF-8 characters cannot be properly translated into the local codepage.

User response

1. Identify and correct the client application that issued the request if the data is not properly encoded in UTF-8. 2. Create the database using UTF-8 database if wider-range character support is desired.