Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Mac development questions
Sun, Sep 15 2019 6:23 PMPermanent Link

Mic Thurber

Software for Ministry

Hi community,

I'm trying to port an app called "Jots" to Mac in Delphi 10.3.2 using FMX. I have most things working, but I ran into a bit of a snag with backup/restore data operations. When I try to perform a backup (using EDB's backup functions) I get an error message that says:

ElevateDB Error #600 File manager error (Cannot rename the file /Users/Shared/Jots/JotsBackup/JotsDataBackup.Tmp to /Users/Shared/Jots/JotsBackup/JotsDataBackup.EdbBkp (OS Error: Result too large))

Just for testing I placed the backups folder under the Jots folder (where the config file is located) and under the Jots folder is a JotsData folder where all the actual data files are located. Disk space is not an issue (a new MacBook Pro and the data files I'm backing up amount to maybe a few K), so I know that space is not an issue. I've also checked the permissions for the folder and the files and there is full Read & Write permissions.

Even with the errors, I do get a resulting .EDBBkp file with enough bytes in it that it could indeed be the files I wanted to back up, though I can't tell what's actually in the .EDBBkp file. Size-wise, it seems appropriate.

I also get the Error #600 when I attempt to restore.

Anyone with any wisdom/counsel on handling this? Thanks.

Mic
Thu, Oct 10 2019 3:16 AMPermanent Link

codealfa

We have the same problem with a Windows VCL app connected with a linux edb server.

We use the backup database command:
BACKUP DATABASE cbolt_trafik_2018 AS cbolt_trafik_2018 TO STORE "konvertal" INCLUDE CATALOG

"ElevateDB Error #600 File manager error (Cannot rename the file /opt/ContoDB/Stores/konvertal/cbolt_trafik_2018.Tmp to /opt/ContoDB/Stores/konvertal/cbolt_trafik_2018.EDBBkp (OS Error: MÚ0))."
Image