Options

Problem Replication sql2005/navision 50sp1

LorenzhoLorenzho Member Posts: 5
edited 2010-11-11 in SQL General
Hello,
I'm implementing the replication process between two servers/istance.
The database is Nav5.0sp1.
The connection between two server is unstable.
Some errors occurring during the process to replicate the first snapshop in the server subscription. It's Snapshot Replication method.
i.e: "TCP Provider: The semaphore timeout period has expired."
In to some tables, the Primary keys disappeared in SQL. (i.e Sales Header).
The error occurred during the replication with copy the "object" table.
Have someone the suggestions how to do the replication with nav database without errors?
Thanks in advance,
Lore

Comments

  • Options
    kinekine Member Posts: 12,562
    Replications are dangerous for NAV!

    All depends on how you are using them, what you really need, which replications are you using etc.

    Replicating Object table is not good thing for me. How you are using the replicated DB? In NAV too?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    If you want to have the complete DB replicated, you better check if transactionlog shipping or mirroring (SQL server mirroring!) is better for your case.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    bbrownbbrown Member Posts: 3,268
    The mirror database is unavailable for use. However you could create database snapshots, from the mirror, and use that for reporting. Database snapshots require SQL Enterprise Edition.

    Database Snapshots are read-only so they would not support any reporting that requires writting to the DB.
    There are no bugs - only undocumented features.
  • Options
    bbrownbbrown Member Posts: 3,268
    With Mirrororing, High Performance Mode would be the only viable choice in your situation. With any solution having a more stable connection would always help. Any oppurtunity to improver that?
    There are no bugs - only undocumented features.
  • Options
    LorenzhoLorenzho Member Posts: 5
    Thanks a lot.
    I changed the solution. It's not possible to use snapshot for my pourpose.
    Lore
  • Options
    bbrownbbrown Member Posts: 3,268
    Lorenzho wrote:
    Thanks a lot.
    I changed the solution. It's not possible to use snapshot for my pourpose.
    Lore

    What did you change it to?
    There are no bugs - only undocumented features.
Sign In or Register to comment.