![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
But If I take out the "DB2BACKUP_INCLUDE_LOGS ", every thing works fine. Could some one please tell me what I am doing incorrectly. |
#3
| |||
| |||
|
|
chandra.krothapa... (AT) gmail (DOT) com wrote: But If I take out the "DB2BACKUP_INCLUDE_LOGS ", every thing works fine. Could some one please tell me what I am doing incorrectly. Are you backing up a partitioned database (DPF) ? Include logs is not compatible with DPF. |
#4
| |||
| |||
|
|
Hi, I am tring to use db2Backup Api to make backups. If the backup I am doing is ONLINE, as part of backup image I want include required log files. So I used the parameter iOptions as shown below. /* Set minimum options for the backup */ backupStruct.iOptions = DB2BACKUP_ONLINE | DB2BACKUP_DB | DB2BACKUP_INCLUDE_LOGS | DB2BACKUP_COMPRESS; /* Backup the database */ db2Backup(db2Version810, &backupStruct, &sqlca); When I do this I am getting "SQL2032N The "iOptions" parameter is not valid." error messsage. But If I take out the "DB2BACKUP_INCLUDE_LOGS ", every thing works fine. The db2 version I am using is 8.2. DB2 code release "SQL08026" with level identifier "03070106". "DB2 v8.1.0.120", "s060801", "MI00165", and FixPak"13". Could some one please tell me what I am doing incorrectly. Chandra |
![]() |
| Thread Tools | |
| Display Modes | |
| |