Kbase P16716: Cannot access the database after creating a void database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/6/2008 |
|
Status: Verified
SYMPTOM(s):
Cannot access the database after creating a void database
Cannot connect to the database in single-user mode
Cannot start the database
<file-name> is a void multi-volume database. (613)
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
CAUSE:
The void database, which results from a prostrct create, is missing schema.
FIX:
Copy one of the empty databases in the DLC directory, depending on the desired blocksize, to the database using procopy. For example:
UNIX
procopy $DLC/empty8 db-name
Windows
procopy Progress Install Directory\empty8 db-name
This gives an 8K blocksize.