For below query :
select a1.subscription_guid
> from MSdistribution_agents a1
> where
[quoted text clipped - 4 lines]
> a2.id = 4)) -- virtual account
> )
the output is : 0xC5C2C994FACA734F89E61996A1A6FB93
Paul : kindli give some insight about what this issue is.
> And what about the second bit in the previous post - effectively running
> sp_MSget_subscription_guid(4) in the distribution database directly.
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
Paul Ibison - 27 Jul 2006 09:35 GMT
Deni,
to be honest I'm almost out of ideas. To summarise, the synchronization is
using an account in the sysadmin group so permissions can't be an issue.
Running the procedure locally is fine so the proc exists in a good state.
Perhaps something is wrong in the connectivity between the 2 servers? Can
you set up successfully any other publications (independant agent) between
the 2 servers?
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
Deni - 27 Jul 2006 11:44 GMT
Paul : Thnks for support
im confused.How to debug the issue ?
has someone else seem this problem before ?
May be Hillary has some solution.
> Deni,
> to be honest I'm almost out of ideas. To summarise, the synchronization is
[quoted text clipped - 5 lines]
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
Paul Ibison - 27 Jul 2006 12:18 GMT
How about the last part of my posting?
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
Deni - 28 Jul 2006 07:49 GMT
Ok i will try that out & get back.
Can you let me know when and what pupose is sp_MSget_subscription_guid used
for ?
> How about the last part of my posting?
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
Paul Ibison - 31 Jul 2006 09:35 GMT
Deni,
I'm surmising here, but I think it returns a GUID which relates
MSsubscriptions to MSreplication_subscriptions records.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com