Consultor Eletrônico



Kbase P53208: Error 8225 trying to add a bi extent reaching 2GB
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/15/2005
Status: Unverified

SYMPTOM(s):

Error 8225 trying to add a bi extent reaching 2GB

You must remove the variable length BI extent before adding additional BI extent(s). (8225)

CAUSE:

Before Image file has reached 2 gig file size limit

FIX:

Execute the following steps:
1) Truncate bi using
proutil db-name -C truncate bi -F
(Please, see Solution P24330, Consequences of using the -F startup option )
2) Run a prostrct remove
prostrct remove db-name extent-type-token [area -name]
3) Create a new st file that contains only information about the areas you want to add.
4) Add fixed bi extents to st file using
prostrct add db-name incremental-description file.
5) Run a prostrct list to update the st file with the added extents
prostrct list db-name