TimesTen Error Messages

TT-08087

You cannot use ttXlaGetCommitTS if commit timestamps have not been enabled with call ttDbConfig('XlaCommitTSEnable', 1)


Cause

Commit timestamps are not enabled.


Action

Enable commit timestamps with ttDbConfig('XlaCommitTSEnable', 1), so they are availabe for ttXlaGetCommitTS.


Additional Information

TimesTen cannot perform the XLA operation.