I have a problem after I turned user exit to "on" and put the user exit program to a correct directory.
OS: AIX 4.3.3
DB2: 7.1 EE
Problem description:
1. Insert data into a database "bktest", commit.
2. Online backup. (backup image and offline archive logs are not under the current database directory)
3. Drop off the database "bktest".
4. Restore the database "bktest" from the last online backup.
5. Command "restore" is OK.
6. Command "rollforward" failed because of log missing.
===========================================================
Does there anybody have the similiar problem? User exit program has moved all fulled online archive logs to off line archive logs. But when I did the online backup, it could not take the last online backup to the off line directory. Of course I alway lost the last archive log after the online backup.
User exit program source code: /usr/lpp/db2_07_01/samples/c/db2uexit2.disk
OS: AIX 4.3.3
DB2: 7.1 EE
Problem description:
1. Insert data into a database "bktest", commit.
2. Online backup. (backup image and offline archive logs are not under the current database directory)
3. Drop off the database "bktest".
4. Restore the database "bktest" from the last online backup.
5. Command "restore" is OK.
6. Command "rollforward" failed because of log missing.
===========================================================
Does there anybody have the similiar problem? User exit program has moved all fulled online archive logs to off line archive logs. But when I did the online backup, it could not take the last online backup to the off line directory. Of course I alway lost the last archive log after the online backup.
User exit program source code: /usr/lpp/db2_07_01/samples/c/db2uexit2.disk