Navision Replication

manitilakmanitilak Member Posts: 18
Hi.

Experiencing a problem while replication. I get a message

T_TRANSACT_02;F: InsertRec Autom.server has stopped or timeout occurred.

This is a replication job to transfer Transactions from a site to the Head Office. There is connectivity available between the two machines and for some reason this message occurs.

Any assistance is appreciated.

Comments

  • rdebathrdebath Member Posts: 383
    Replication isn't a standard part of Navision and this error doesn't look like something from SQL replication. So we'll need to know which replication addin it is.

    Having said that, if the connection is fine the next problems on the list tend to be data errors, like dates before 1754 or the characters "ÿšœž˜" in code fields. (Assuming a Native -> SQL transfer)
  • manitilakmanitilak Member Posts: 18
    Thank you for your reply.

    From what I can see in the Scheduler is that the replication jobs are executed through a code unit "Perform Replication Job". I guess this is the default replication.

    Hope this helps.
  • manitilakmanitilak Member Posts: 18
    SOLVED

    Found the reason for this error.

    This error occurs because of concurrent users trying to replicate the same data to the same table. When more than 1 location is trying to replicate to the same table while some other location is using the table to replicate, this error pops up.

    Thanks for all the inputs.
Sign In or Register to comment.