TimesTen Error Messages

TT-16041

Failed to compute a new replication hold LSN in function_name()


Additional Information

The replication agent was unable to set the HOLD log sequence number. The hold log is the oldest record held in the log for possible transmission to a subscriber.

This error usually occurs due to a locking issue that is caused by either a long commit on the receiving side or an application blocking the replication agent.

When this error is encountered, TimesTen will retry in 10 seconds.

Check to ensure that you do not directly access the TTREP tables especially if you are using serializable isolation. Also, ensure that your transactions are not too large.