Thank you.
"Hilary Cotter" wrote:
> Right click on your agent, select agent properties, steps, double click on
> the run agent step, in the commands text box go to the end, hit the space
> bar and type -QueryTimeOut 600
>
> --
> Hilary Cotter
> Director of Text Mining and Database Strategy
> RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
>
> This posting is my own and doesn't necessarily represent RelevantNoise's
> positions, strategies or opinions.
>
> Looking for a SQL Server replication book?
>
http://www.nwsu.com/0974973602.html >
> Looking for a FAQ on Indexing Services/SQL FTS
>
http://www.indexserverfaq.com >
>
>
> "emgeneral" <emgeneral@discussions.microsoft.com> wrote in message
> news:9D793F29-592F-451D-9A7A-1BD48EF71869@microsoft.com...
> > The same error also occurred when I performed transactional replication
> > among
> > two sql server 2000 databases - twenty two tables were replicated by
> > pushing
> > it to the subscriber. I want to try the recommended solution and need
> > procedures to walk me through "to change querytimeout".
> >
> > Thanks.
> >
> >
> > "Hilary Cotter" wrote:
> >
> >> Put the subscription database into select into/bulk copy recovery model.
> >>
> >> The backend connections message just means that the distribution agent
> >> has
> >> started a process and has not communicated back with the replication
> >> subsystem yet. Setting QueryTimeout to a larger value will prevent the
> >> agent
> >> from being marked suspect and eventually failing. This could be a
> >> normally
> >> message. Run profiler for a while to see what is happening in your
> >> subscription database.
> >>
> >> Chances are that at some point in time the process will complete and
> >> replication will continue. You will normally get this message if you are
> >> deploying large snapshots.
> >>
> >>
> >>
> >> --
> >> Hilary Cotter
> >> Looking for a SQL Server replication book?
> >>
http://www.nwsu.com/0974973602.html > >>
> >> Looking for a FAQ on Indexing Services/SQL FTS
> >>
http://www.indexserverfaq.com > >>
> >> "FYK" <FYK@discussions.microsoft.com> wrote in message
> >> news:5FA5078F-17C7-4ACF-821F-60747811702C@microsoft.com...
> >> >
> >> > I have two SQL Server 2000 servers using Transactional Replication with
> >> > Push
> >> > subscription. Once it was set up, the distribution agent kept
> >> > displaying
> >> > "the
> >> > process is running and is waiting for a response from one of backend
> >> > connections" while the subscriber's transaction log file kept growing
> >> > from
> >> > 1GB to 7 GB. I had to stop the distribution agent. Why is the
> >> > subscriber's
> >> > transaction log keeping growing during the initialization? What is
> >> > being
> >> > added into the subscriber's transaction log file? BTW, I had to
> >> > increase
> >> > the
> >> > Querytimeout from 300 to 2400 for the distribution agent, otherwise it
> >> > got
> >> > timed out.
> >> >
> >> > Can someone please help me on this?
> >>
> >>
> >>
>
>