Consultor Eletrônico



Kbase P149743: prorest is failing with 5057 error when attempting to restore a database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/07/2009
Status: Unverified

SYMPTOM(s):

prorest is failing with 5057 error when attempting to restore a database

Backup failed due to EOF during next output device request. (5057)

Script is being used to read input from a file as to where the actual backup files reside on disk for the database being restored.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1A
OpenEdge Category: Database

CAUSE:

Wrong input file was being passed into the prorest command. The file being passed into the prorest command did not contain all the backup files associated with the database that was trying to be restored.

FIX:

Validate that the input file being passed into the prorest command contains a complete listing of all the backup files that were created when the original probkup command was issued against the database.

If the input file does not have all the files associated with the backup listed, then modify the file so that it does.

Then re-issue the prorest command with the modified input file.