I just TS'd to my db and tried disconnecting and reconnecting and the unload fails... Now what?
> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak > Memon > Sent: Monday, February 14, 2005 8:01 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Re: Unload failing > > > 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.
