versión 2004.4 (Modificado)
La siguiente tabla lista los códigos de error específicos generados por el módulo de backup y de restitución de 4D.
Puede interceptar estos errores utilizando un método instalado vía el comando ON ERR CALL.
| Código | Descripción |
| 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 comando 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. |
Los errores 1408 y 1409 provienen generalmente de un error de lectura de los archivos a los cuales se les va a realizar una copia de seguridad o a un error de escritura con los archivos a los que se les está haciendo backup.
Los errores 1411 y 1413 se presentan durante la verificación de los archivos.
Cuando se presentan estos errores, es prudente verificar primero el espacio disponible en el disco y los privilegios de acceso de lectura-escritura.
Ver también