At 08:15 PM 2/14/2005, Claudine Robbins wrote:

Since I upgraded to 79 release this afternoon, I have
been unable to back up my database.  My backup file
fails at the unload all command.  RScope finds nothing
wrong with the database.

Anyone else experience this?

Claudine,

01. Make sure that there are no TEMPORARY tables/views
    defined prior to using the UNLOAD/RELOAD command.

02. Try the following test and see what you get:

    DISCONNECT
    CONNECT dbname
    SET NULL -0-
    OUTPUT MyBackupDB.ALL
    UNLOAD ALL
    OUTPUT SCREEN

03. To automate the backup routine, you may also want
    to take a look at the RBG7Backup.RMD file included
    on your Fall 2004 Conference CD.

    If you need that file, let me know.

Very Best R:egards,

Razzak.



Reply via email to