Hi Experts,
I was trying to replicate the data of the table "Trans. Tender Declar. Entry" from one DB (Offline) to another DB (Live).
I configured Scheduler job to replicate the same and executed. Job is executing successfully with the message "0 updated and 0 deleted". In fact the Replication counter also not updating for the same.
I here by attaching the screen shot of the same.
I am wondering, why it is not replicating? Is there anything i have to do more or anything i missed ??
Expecting you favor.
Thanks
Regards,
S.A.K.Ahamed Meeran
0
Comments
Option 1.Replicate job by normal , donot use replication counter field for data trasnfer.
Option 2.Create report which will update replication counter in that particular table or write a piece of code on Insert/Modify/delete triggers for a table.Which will update "replication counter" in that table.Then replicate jobs using "Replication counter" method.
S.V.Sudhakar