Whenever I complete working with a key database, I always run a BACKUP.RMD command to make a copy of the four *.RB? files into a separate directory. (I prefer doing it this way rather than using the backup procedure which rolls all the files into a single one.) This RMD file is run from the "Command Files" section of the "Database Explorer."

Yesterday that command worked properly in R:Base 7.1.80.30228, as it has in all previous versions of R:Base 7.1.

Today, in R:Base 7.1.80.30412, I consistently get the error message "Cannot open source file (2085)" and the backup copying fails.

This is the BACKUP.RMD file, and I have not made any changes in it from yesterday's use to today's:

        -- Backup Database

        DISCONNECT

        PAUSE 2 USING 'Database Backup in Progress' +
                CAPTION 'Database Backup' ICON CONFIRM AT CENT CENT

        COPY <dbname>.rb? C:\RBTI\RBG7\<dbname>Backup\<dbname>.rb?

        CONNECT <dbname> IDENTIFIED BY NONE

        PAUSE 2 USING 'Database Backups Completed!' +
                CAPTION 'Database Backup' ICON INFO AT CENTER CENTER

        RETURN

Has something changed between the two versions of R:Base 7.1 which cause the RMD file not to run?

Thanks for all advice.

Dick Croy

--
Richard S. Croy
[EMAIL PROTECTED]
=========================================
This message has been scanned for viruses
using the most-current Norton Anti-Virus.
=========================================



Reply via email to