Replication Error : Invalid or nonexistant document

Ever since upgrading our two servers from 5.x to 6.0.2CF1 (95% of clients on 6.0.3), on 4 of our staff mail databases, the following occurs when replicating them to our backup server:

Unable to replicate cgbackup/c-g mail\msenkbeil.nsf: Invalid or nonexistent document

Unable to replicate cgbackup/c-g mail\phaynes.nsf: Invalid or nonexistent document

What document is missing or invalid?

How do I fix this? Should I simply stop Domino on both, and do a file system level copy from the primary server to the backup server from scratch, and go from there?

Thanks for the help!

Michael

Subject: Replication Error : Invalid or nonexistant document

I had the same problem.

I fixed it by running compact against the db, as follows:

lo compact xxx.nsf -c -i -d -K

This is a copy style compact, ignoring errors, discarding indexes and setting the ‘Allow more fields in database’ flag.

Simon

Subject: RE: Replication Error : Invalid or nonexistant document

That did it.

Thanks!

Michael