Hi all,
I'm trying to save and restore MySQL data using IBMDB2i engine from my server to its backup.
I want to use some standard IBMi tools like SAVRSTxxx, but when I try to access my data on the backup server I get the following error:
"ERROR 1296 (HY000): Got error 2102 'The file has changed and might not be compatible with the MySQL table definition' from IBMDB2I".
Here is the command I used:
SAVRSTOBJ OBJ("mylib")
LIB("mytable")
RMTLOCNAME(BKPSRV)
ACCPTH(*YES)
PVTAUT(*YES)
I checked the owner of the restored PF ("mysql" on both servers), I tried to backup the entire library but nothing helps.
Does anyone know how to figure it out?
Thanks.

