Re: Log Reader Last Action

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 08/30/04

  • Next message: Indra: "getting error message Setting Sentgen Too High"
    Date: Mon, 30 Aug 2004 16:07:16 -0400
    
    

    First question - are you running DataMirror? I have seen cases where
    DataMirror does cause this error message.
    Second question - did you set up your database with the sync with backup
    option?

    Do this in your publication and distribution databases

    sp_replicationdboption 'PublicationDatabaseName','sync with backup', 'false'
    go
    sp_replicationdboption 'distribution','sync with backup', 'false'
    go

    to answer your questions it means you have the sync with backup option
    configured probably so you can log ship your replication databases to a
    standby server, or you have DataMirror running on your SQL Server.

    You should be concerned as it means that your latency is the same internval
    as you are dumping your transaction logs at.

    Your transactions are not getting replication until you dump your
    transaction log.

    To fix it run the statements above.

    -- 
    Hilary Cotter
    Looking for a book on SQL Server replication?
    http://www.nwsu.com/0974973602.html
    "larry" <anonymous@discussions.microsoft.com> wrote in message
    news:2f5301c48ecb$32299df0$a601280a@phx.gbl...
    > Running SQL 2k & Win 2k
    >
    > Two of my four log readers have the following message....
    >
    > 'replicated transactions are waiting for next log backup'
    >
    > What does this mean??  Is this a problem I should be
    > concerned about??  Are transactions getting replicated??
    > If this is a problem, how do I fix it?
    >
    > TIA,
    > Larry...
    

  • Next message: Indra: "getting error message Setting Sentgen Too High"

    Relevant Pages

    • Re: Merge Replication of large database
      ... Backup the transaction log and then issue a shrink. ... Also issue a dbcc opentran to see if there are any open transactions. ... Looking for a SQL Server replication book? ...
      (microsoft.public.sqlserver.replication)
    • Re: Restore
      ... > unless you can kick all of your users off both databases you can't. ... > restore it to the lab publisher and lab subscriber and re-run the ... > Looking for a SQL Server replication book? ... My question is in which order I should backup databases to ...
      (microsoft.public.sqlserver.replication)
    • RE: High-transaction replication
      ... You can also take a look the Microsoft White Paper Replication Performance ... I have found some very interesting results with much larger databases ... > transactions, and are worried about the deadlocking. ...
      (microsoft.public.sqlserver.replication)
    • Re: Restore
      ... sp_restartrepl or sp_resetrepl to let the replication continue even database ... > unless you can kick all of your users off both databases you can't. ... > restore it to the lab publisher and lab subscriber and re-run the ... My question is in which order I should backup databases to ...
      (microsoft.public.sqlserver.replication)
    • Re: Restore
      ... unless you can kick all of your users off both databases you can't. ... restore it to the lab publisher and lab subscriber and re-run the ... Looking for a SQL Server replication book? ... My question is in which order I should backup databases to ...
      (microsoft.public.sqlserver.replication)