Kbase P98794: Creating new database with PROSTRCT create command and getting error 9099.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/15/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Creating new database using PROSTRCT create command.
Getting error 9099.
The maximum area size has been reached for a specific area.
Maximum Application Data Storage Area Size does not exceed Progress limits.
CAUSE:
command line syntax used was: prostrct create <dbname> -blocksize <block-size> <file-name>.st
This is not correct, as the blocksize should be at the end of the command.
FIX:
Use the proper syntax for a prostrct create command:
prostrct create <db-name> <file-name>.st -blocksize <block-size>