Prior to upgrading a History Database from earlier versions before v8.0.5 and 8.1.2 (but v8.x.x), a consistency check on the HDB returns errors for tables HistoryChain or ProcessInfo about missing column XObjectKey like the below:
"
[810023] Error during execution of statement: select 'HistoryChain' as TableName, 'BasisObjectKey' as ColumnName, ac.BasisObjectKey as InvalidValue
from HistoryChain ac left outer join DialogDeferredOperation p on ac.BasisObjectKey = p.XObjectKey
where ac.BasisObjectKey like 'DialogDeferredOperation
%'
and p.XObjectKey is null
at VI.DB.DataAccess.ReadOnlyDbSession.d__36.MoveNext()
[810143] Database error 207: Invalid column name 'XObjectKey'.
Invalid column name 'XObjectKey'.
"
WORKAROUND
Ignore the errors with "Invalid column name 'XObjectKey'" in HDB Database consistency check.
STATUS
Development has acknowledged a change request under Enhancement ID #32333. A hotfix is available for v8.1.0 from Support. Please contact Support with your version number for more information.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center