11.7
I am getting a bprepl/.......trg_w/ CRC error after I converted our 10.2b database to 11.7, I did nothing with the already exsisting repl database. After geting the error, I did a new PRO2 compile of triggers, but still I am getting the CRC error.
How do I fix this ?
As I understand it, you compiled the triggers on the same database (11.7) where the r-code is executed. Right?
You may try to remove the triggers from the database (ReplTrigDel.p), and then add them again (replTrigInsert.p).
Rigth...
I was first thinking of removing all triggers from the directory, to see if they are found anyplace else...
Rigth...
I was first thinking of removing all triggers from the directory, to see if they are found anyplace else...
jees.... they had a autoconnection of the repl db, and when I restored from production, I had forgot to change that... so the repl was connected to wrong db, therefor CRC .... nice :-)