Thanks a lot for helping me.
This value is in hours.
"wadii boulila" <boulil...@yahoo.fr> wrote in message
news:88223b84f4f1443d...@newspe.com...
I would like to ask about the maximum period; is it only 336 hours.
In fact, subscribers may be not connected more than this period. Moreover,
when I execute "use sp_changepublication 'PublicationName','retention',336 "
is this enable publication when connection returns.
My problem is: I am using SQL 2000, I would like to perform a replication
between many subscribers. Changes in databases are done by these subscribers.
At this time, connection between subscribers and editor/publisher is not
established. When they decide to send replication, they establish connection.
Then they disconnect after the replication is done. This process will be
iteratively repeated each time when they decide to send new updates in
databases.
I have the idea of keeping the replication looping until the connection is
established.
Another question: how can I be informed that the replication is done
successfully? I would like to have a message like net send to inform users
that jobs are done and they can disconnect.
Thnaks a lot.
You can write code to pull/push your agent and then programmatically send
the user a message when it is done.
Hilary
"I would like a replication that not ex" <I would like a replication that
not e...@discussions.microsoft.com> wrote in message
news:FEBC61BF-AA6C-4BCB...@microsoft.com...
Please How can I Create code to pull/push myagent and programmatically send
the user a message.
I am so sorry by I don't know how?
Thanks for your great help.
http://msdn.microsoft.com/en-us/library/ms146910.aspx
http://msdn.microsoft.com/en-us/library/ms147890.aspx
"I would like a replication that not ex"
<Iwouldlikearepl...@discussions.microsoft.com> wrote in message
news:8F6B443A-8E35-491D...@microsoft.com...
However, if both the publication setting and the distribution setting are a
high number then you'll avoid the initial problem - expiring subscribers -
but potentially create a huge problem for other subscribers. Your
distribution database could "explode" in size as the Distribution Cleanup
Agent won't be able to remove the replication commands until the subscribers
have all synced up.
HTH,
Paul Ibison