Consultor Eletrônico



Kbase 403: Errors trying to set BI Cluster Size: Doc bug
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Errors trying to set BI Cluster Size: Doc bug

901128-gfs01The syntax for the Before-Image Cluster Size option of proutil in
version 6 as documented on page 4-23 of the System Administration II:
General book is incorrect in some early editions
(p. 4-35 in other, later, editions).

The cluster size should appear after the database name and
before the "-C" token.

If you typed: proutil demo -C bi 64
you will get: Could not recognize: -C bi (348)
64 not recognized following -C 64 (417)

Truncate the before-image file separately first:
proutil <dbname> -C truncate bi -G 1

Then use the correct syntax:
proutil database-name -bi n -C truncate bi
where n is a number between 16 and 262128 (16KB - 256MB).

For example, if you enter
proutil demo -bi 64 -C truncate bi
you will get : Before-image cluster size set to 64Kb. (1620)

Progress Software Technical Support Note # 403