Converting databases on R6 to R5 compatible

Hi All,

I have a database that I am able to open in R6 version. But I am not able to open the same database in R5 version of notes. What needs to be done. Please suggest.

Thanks

Ravi

Subject: Converting databases on R6 to R5 compatible

load compact -R

after compact completes, rename the database file to .NS5 to keep the db in R5 ODS format. If you don’t rename the file the next time compact runs, without the -R switch, the ODS will be upgraded back to ND6 format again.