We are restoring a V8 database to V9 fp6 under Windows. The source database is a codepage 874 (Thai). The target server is codepage 1252 where the codepage has been reset to 874.
The restore works but follows with a message that the database has not been migrated. After issuing the Db2 migrate command we see;
SQL1006N The code page "11462254I" of the application does not match the code
page "11462255I" of the database.
it doesn't seem to matter the db2codepage is set at, both 874 and 1252 produce the same result (SQL1006).
Any suggestions on how to get the migrate to work?