LS Retail Scheduler Issue

sakameeransakameeran Member Posts: 52
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

Comments

  • sakameeransakameeran Member Posts: 52
    And the "Replication" Tab of my job is here,
  • sudhakarsvsudhakarsv Member Posts: 100
    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

    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.
    Regards,
    S.V.Sudhakar
  • sakameeransakameeran Member Posts: 52
    Thanks Sudhakar
Sign In or Register to comment.