The following table lists the specific error codes generated by the backup and restore module of 4D.
You can retrieve these errors using a method installed via the ON ERR CALL command.
Code | Description |
|
1401 | The maximum number of backup attempts has been reached; automatic backup is temporarily disabled. |
1403 | No log file. |
1404 | A transaction is opened in this process. |
1405 | The maximum timeout for transactions to end in a concurrent process has been reached. |
1406 | Backup canceled by user. |
1407 | Destination folder is not valid. |
1408 | Error during log file backup. |
1409 | Error during backup. |
1410 | Cannot find the backup file to be checked. |
1411 | Error during backup file check. |
1412 | Cannot find the log backup file to be checked. |
1413 | Error during log backup file check. |
1414 | This command can only be executed on 4D Server. |
1415 | Cannot back up log file; a critical operation is in progress. |
1416 | This log file does not correspond to the database opened. |
1417 | A log integration operation is already running. The backup cannot be launched. |
1420 | Integration aborted due to detection of locked records. |
1421 | This command cannot be used in a client/server environment. |
- Errors 1408 and 1409 generally come from a read error for files to be backed up or a write error during file backup.
- Errors 1411 and 1413 occur during checking of archives.
When these errors occur, it may be prudent to first check the space remaining on the disk and the read-write access privileges.