V
Valeriy Bashkatov
Guest
Maybe the GenQRec flag cleared for tables in the replication map? Check in the database "repl" for specific table: FIND FIRST ReplTableXRef WHERE ReplTableXRef.SrcDB = AND ReplTableXRef.SrcTable = NO-LOCK NO-ERROR. IF AVAILABLE ReplTableXRef AND ReplTableXRef.GenQRec THEN DISPL ReplTableXRef.SrcTable ReplTableXRef.GenQRec ReplTableXRef.ProcQRec. GenQRec and ProcQRec should be TRUE.
Continue reading...
Continue reading...