TT16999: txnTblTruncate <tblid>
906998Dec 22 2011 — edited Dec 29 2011Hi everyone.
We get the following message in the tterrors.log log file:
*12:27:14.14 Err : REP: 5803: DS_TTIUM:transmitter.c(8810): TT16999: txnTblTruncate 718272*
This message appears when we make a truncate operation on a table with id 718272. We understand that this error is written by the replication agent, because the "REP" literal but we have a bidirectional-selective replication and this table isn't included.
Doing the following query, we obtain the name of the table:
Command> select tblid, tblname, sys16 from sys.tables where tblid=718272;
< 718272, AGG_SESSIONS_M , 1 >
1 row found.
The data from the installation:
TimesTen Release 11.2.1.8.0 (64 bit Linux/x86_64)
Any help will be appreciated.
Thank you.
Regards.