Consultor Eletrônico



Kbase 20831: Error 5866 when creating a multi-volume Progress database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/3/2008
Status: Verified

FACT(s) (Environment):

Progress 8.2x
Progress 8.3x

SYMPTOM(s):

Error message when running PROSTRCT CREATE with the -blocksize option.

This version of PROGRESS does not support variable sizes for database blocks (-blocksize). (5866)

The database is still created, but with the default database block size.

CAUSE:

The message means that the installed Progress license does not allow the use of PROSTRCT CREATE with -blocksize parameter. The Workgroup Database only allows PROSTRCT CREATE to create a databases with the default block size.

FIX:

Only the Enterprise Database Server license allows this feature.

However, it does not prevent the creation of a single-volume databases with different block sizes, as Progress provides the empty databases for each blocksize we support (empty1, empty2, empty4, empty8).

Also, it is possible to convert a single-volume database with a different block size to multi-volume.

The restriction is only for the -blocksize parameter.