I'd like to come back to this problem from November last year.
 
I've spent the last two days playing around to see if I could resolve it and I have!
 
Actually, I resolved it a while ago by creating a playback file with a [Return] in it - but that was not the correct way to do it <g>.
 
The real solution was that the database was connected as read only and as soon as I removed that restriction the problem disappeared.
 
The question now is why "CONNECT db READ" should cause the BACKUP command to fail?
 
Anybody got any ideas, please?? I'm trying to write all my code now so that the database is open in read/write mode only when it is needed to be so.
 
I'm using RBW 6.5++ build: 1.851xRT03.
 
Thanks in advance,
Regards, Alastair.
 
 
----- Original Message -----
From: "Alastair Burr" <[EMAIL PROTECTED]>
To: "R:Base ListServer" <[EMAIL PROTECTED]>
Sent: Friday, November 09, 2001 3:19 PM
Subject: Internal Error on Backup command

> Hello all,
>
> Has anybody got any ideas, please, why I am getting an "-INTERNAL ERROR- Out
> of dynamic space" message as a "Backup All" command completes?
>
> The command works fine from an R:> but I get the error from a command file.
> I can trace the file with no errors to the backup command and the backup
> starts - it takes a minute and goes to a Zip disk so I can see the disk
> operating - then as soon as the backup has finished the error message
> appears. I've pasted the following 3 lines into the R:> and they all work
> properly:
>
>   OUTPUT F:\BACKUP\GENCOPY.BUP
>     BACKUP ALL
>   OUTPUT SCREEN
>
> Elsewhere in the command file all my variables are defined as null before
> being used (I hope).
>
> The command file worked with all my DBs in the Dos version and still does
> with my last Dos DB but with Windows DBs it fails. I've made minor changes
> to the file to ensure the command syntax are correct for the Windows version
> but I cannot find a way to kick this error into touch.
>
> Many thanks in advance for any help or ideas,
> Regards, Alastair.
>
>
>
> ----------------------------------
> A D B Burr,
> St. Albans, UK.
> ----------------------------------
>
[EMAIL PROTECTED]
> ----------------------------------
>

Reply via email to