Hi,I have a problem restoring Lotus Domino 6.0 database., using C API 5.0.3 and/or 6.0. Restore will fail with no evident reason.
Lotus is configured for
Transactional Logging & Archived Logging style
(as described in “Administering the Domino System, Volume 2”)
Backup/restore was done with C API 6.0 sample program (…\ notesapi\samples\admin\backup in package c46h7na.EXE)
Backup was created with command
“dbbackup D:\Lotus\Domino\Data\mail\aipr.nsf aipr.bck” it passed and created backup file aipr.bck
but when I tried to restore this file
“dbrecs restore aipr.bck D:\Lotus\Domino\Data\mail\aipr.nsf”
I got message:
Taking database D:\Lotus\Domino\Data\mail\aipr.nsf offline …
06/13/2003 15:06:20 Recovery Manager: Preserving backups by skipping fixup of logged DB without -j switch, DB=D:\Lotus\Domino\Data\mail\aipr.nsf
Recovery Manager: Preserving backups by skipping fixup of logged DB without -j switch, DB=%p
Error taking D:\Lotus\Domino\Data\mail\aipr.nsf offline
I don’t know where is the problem. This is a simple scenario, mail database shouldn’t be hard to restore so what am I missing ?
Regards,
Tone