|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, February 18, 2013 9:50 PM
Points: 119,
Visits: 650
|
|
Hi All,
Now a days iam noticing that at some point of time i could see 2 distributor agent jobs are running parallely to a single subscriber at the same time.
The schedule of the distributor agents job is 15 mins.
Is it the normal behaviour.
Could any one suggest what exactly the issue might be.
The replication is transactional replication
Regards, Sandhya
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 5:58 AM
Points: 304,
Visits: 376
|
|
What I can think of is, you might be having two agents running one to run at scheduled time (recurring) and another in –Continuous mode.
Investigate by looking into MSdistribution_agents and MSdistribution_history table on distributor.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 5:58 AM
Points: 304,
Visits: 376
|
|
What I can think of is, you might be having two agents running one to run at scheduled time (recurring) and another in –Continuous mode.
Investigate by looking into MSdistribution_agents and MSdistribution_history table on distributor.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Thursday, June 06, 2013 9:12 AM
Points: 6,260,
Visits: 1,980
|
|
You can have one agent per publication, so there is nothing new about this. If you have multiple publications going into one subscriber you will see multiple distributor agents.
There could be misconfiguration issues also but you will have to check that out on the SQL Agent Jobs
* Noel
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, February 18, 2013 9:50 PM
Points: 119,
Visits: 650
|
|
Hi All,
Thanks for the reply.
We have single publisher to single subscriber replication.
I checked and found that the disributor agent job is scheduled to run once in every 15 mins and we have only one distrinutor agent job.
I found this issue last week. But it is running fine.
Any ideas for the issue to occur occasionally.
By the way I have one more query.
Is there any way to find the no rows that is being transferred from publisher to subscriber. Is this information is logged in any table of the distribution database.
Thanks, Sandhya
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 5:58 AM
Points: 304,
Visits: 376
|
|
Look into MSrepl_transactions MSrepl_commands
looking info sp_browsereplcmds
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Thursday, June 06, 2013 9:12 AM
Points: 6,260,
Visits: 1,980
|
|
Just one clarification. publisher is a SERVER, publication is associated with a database.
- You can have MULTIPLE publications with ONE publisher and ONE database. - In the same way you can have MULTIPLE Subscriptions coming from ONE Publication and ONE database...
* Noel
|
|
|
|