Hello
I have a problem migrating db2 database from Windows platform to Linux Redhat.
I use db2move to export database from Windows and then use db2look command to generate DDL
statement.
After that I transfer .ixf files, db2move.lst, and db2look.sql to Linux.
In Linux platform, I type the command as the following
db2 create dbname
db2 -tvf db2look.sql
db2move dbname load
I got error message from the last command as show below
Application code page not determined, using ANSI codepage 1208
Error opening report file. Terminating...
**Error occured while opening a file.
on Windows I use DB2 Version 9.1.0.365
on Linux I use DB2 Version 9.1.0
Do you have any suggestion to fix this problem or any other technique to migrate DB2 database from Windows to Linux.
Thanks.