Dear nvk
Thanks for help and I appreciate it.
I try this generated scriopt and modify it but same problem still exist
iwmbuat:/var/mqsi/iwmbuat>
db2 restore db IEABDB2U TAKEN AT 20100727100526 into test_db redirect
SQL1205N The code page "819" and/or territory code "785" that has been
specified is not valid.
check this link for clone db :
DB2 Basics: Cloning DB2 Databases Using Redirected Restore
"A database restore operation uses a database backup image to recreate a database. If you want to clone a database from one machine to another, the simplest way is to restore the database from a backup image. The file system paths used by the database are also contained within the backup image. Therefore,
unless the file systems and the physical devices that are referenced by the database on the source system are set up exactly the same way on the target system, you will need to perform a redirected restore operation"
Note: i to do same restore db on development server and it's work fine as foolowing :
wmbint:/var/mqsi/wmbint>
db2 restore db IEABDB5U from /var/mqsi/wmbintt/backup into test_db without prompting
DB20000I The RESTORE DATABASE command completed successfully.
I don't know what's wrong "code page" with iwmuat instance in test server.
Regards,
Nasser