Consultor Eletrônico



Kbase P10900: error (1422) occured when running a program.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/01/2003
Status: Unverified

SYMPTOM(s):

Running a process hangs when encountering a (1422) error message.

Process hangs.

SYSTEM ERROR: Index in for recid could not be deleted. (1422)

Issuing a for each against the record id specified in the (1422) error displays the recid. The record itself is ok.

CAUSE:

Index corruption. The index pointing to the specific record has become corrupt.

FIX:

Run idxfix against the database to resolve the index corruption.

Idxfix can be run online in version 9.1C and later.
Syntax: proutil dbname -C idxfix
Choose option 3. Option three scans records for missing index entries and scan indexes for invalid index entries.
Select to preform the idxfix against a specified Index(es) or All indices.
Ensure to enter Yes when prompted to fix indecies during the scan.