You are correct about setting it on a per subscription basis. However it is
"Bruce Baker" <bruceb@ardex.com.au.nospam> wrote in message
news:OIsOQcDvGHA.4456@TK2MSFTNGP06.phx.gbl...
> Thanks very much Hilary
>
> Just to confirm, for dim old me, if I want to change the profile for one
> subscriber, I need to change it at the subscriber in my RMO code -
>
> agent.ProfileName = "Slow link agent profile."
> agent.Synchronize()
>
> If I want to change it for all publications for all subscriptions and
> their subscribers, I can change the default at the distributer...
>
>
> Is this right ?
>
> Thanks
> Bruce
>
>
>
>
> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
> news:ehVoBdCvGHA.1296@TK2MSFTNGP02.phx.gbl...
>> use the profileName property of the MergeSynchronizationAgent class.
>>
>> --
>> 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 >>
>>
>>
>> "Bruce Baker" <bruceb@ardex.com.au.nospam> wrote in message
>> news:OQIqP4$uGHA.2120@TK2MSFTNGP03.phx.gbl...
>>> Hi
>>>
>>>
>>> We are using HTTPS merge replication - subscriber is nosync
>>>
>>> Our setup is as follows:
>>>
>>> subscription.CreateSyncAgentByDefault = False -- I wrote a windows
>>> service to synchronise
>>> subscription.UseWebSynchronization = True
>>> subscription.InternetSecurityMode =
>>> AuthenticationMethod.BasicAuthentication
>>> subscription.SubscriberType = MergeSubscriberType.Anonymous
>>>
>>> Some of our subscribers have low-quality internet connections - how do I
>>> get the agent at the publisher/distributer use a slower profile - I've
>>> read How to: Work with Replication Agent Profiles (Replication
>>> Transact-SQL Programming)
>>> but can't see where you specifiy an alternate agent profile
>>>
>>> On the distributer / publisher (same machine) I go to replication
>>> monitor -> Warnings and Agents - I can only set the profile for the
>>> snapshot agent....
>>>
>>> thanks
>>> Bruce
>>>
>>>
>>
>>
>
>