Consultor Eletrônico



Kbase P5683: Error 613 when loading binary files
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/05/2005
Status: Verified

SYMPTOM(s):

Error when loading binary files

<file-name> is a void multi-volume database. (613)

Database created with PROSTRCT CREATE command.

CAUSE:

The newly created database contains no meta-schema. The error is indicating that PROGRESS tried to open the database, but it contains no schema or data. Rather, it is a void multi-volume database that has just been built with the prostrct utility.

FIX:

Copy the appropriate empty database located in DLC with PROCOPY into the newly database. Then begin loading table definitions and data .

For example:
procopy empty <new database>