An attempt was made to parse data in a multibyte code page for which there is no support for examining each character one at a time. This error is typically generated when doing a DTLDescribe request with escape and wild card processing, or accessing metadata.
Processing aborts.
Verify the SQL page in the configuration file. It is possible to parse all fixed width code pages, EBCDIC mixed width code pages containing 0E/0F shift bytes, ASCII mixed width code pages prefixed by starter bytes and UTF-8. It is not possible to parse code pages such as ISCII, ISO-2022, compression and email code pages. If a multibyte SQL code page is needed, then UTF-8 should be used on ASCII platforms and an appropriate EBCDIC mixed width code page on EBCDIC platforms.