Consultor Eletrônico



Kbase P26764: Getting error 132 when doing the BUFFER-COPY
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/06/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Getting error 132 when doing the BUFFER-COPY

** <file-name> already exists with <field/value...>. (132)

CAUSE:

Corruption in the index for the particular table.

FIX:

Check the possible index corruption running the:
proutil db-name -C idxcheck
and if there are errors reported, then rebuild the index using
proutil db-name -C idxbuild
It is possible to specify specific table and index name in order
to avoid checking and rebuilding the indices for the entire database.