Kbase P15516: Error -21990, Internal error -16, function rcUpgradeRecord
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Error -219901 Internal error -16 from SQL92 statement
Error -219901: HY00: java.sql.sqlexception . Internal error -16 (general record services failure) in SQL from subsystem RECORD SERVICES function rcUpgradeRecord called from stub_tpl_hdl_t::get_record on <schema.table> for . Save log for Progress technical support.
Hit end of record indicator before finding newly added field
CAUSE:
Record or index corruption in <schema.table>
FIX:
Dump <schema.table> to determine which record is corrupted.
For deleting the corrupted record, run
proutil <db> -C idxfix
choose
option 6. Delete one record and it's index entries.
If no record is founded corrupted on the dump (using primary index by default), then run idxbuild or idxfix for all other indexes of the table.