Consultor Eletrônico



Kbase P7713: Error 613 after running prostrct create
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/5/2008
Status: Verified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
OpenEdge Category: Database

SYMPTOM(s):

Error 613 connecting to the database after running prostrct create

Error 613 starting a newly created database after running prostrct create

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

CAUSE:

Database is void. It does not have any metaschema.

FIX:

An empty database from the Progress installation directory has to be copied to the void multi-volume database you created. Keep in mind that there are different possible empty databases to copy depending on the blocksize specified on the prostrct create statement. Please the use the corresponding one:

[Progress installation directory]/Empty1 for 1K blocksize
[Progress installation directory]/Empty2 for 2K blocksize
[Progress installation directory]/Empty4 for 4K blocksize
[Progress installation directory]/Empty8 for 8K blocksize
[Progress installation directory]/empty (If you did not specified any -blocksize on the prostrct create statement)

To be able to use the database, run the following command:

procopy emptyn db-name (where n is 1, 2, 4, or 8 as per your blocksize)