| Author |
Message |
Rick
Guest
|
Posted:
Thu Oct 06, 2005 11:25 pm Post subject:
Sink on replicated public folder |
|
|
If I want to put a sink on a replicated folder, does the registration
item replicate, or do I have to register the sink on each machine?
Also, is there any problem if one of the servers is Exchange 2000 and
the other is 2003?
|
|
| Back to top |
|
 |
Tom Rizzo [MSFT]
Guest
|
Posted:
Tue Oct 11, 2005 12:58 am Post subject:
Re: Sink on replicated public folder |
|
|
It should replicate. I don't think there should be any problem between 2000
and 2003 since event sinks didn't change. The only thing is that you need
to make sure the sync handler (your code) is on every Exchange Server. The
event registration item will replicate.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Rick" <rick.koch@modispro.com> wrote in message
news:1128623109.388399.59970@g14g2000cwa.googlegroups.com...
| Quote: | If I want to put a sink on a replicated folder, does the registration
item replicate, or do I have to register the sink on each machine?
Also, is there any problem if one of the servers is Exchange 2000 and
the other is 2003?
|
|
|
| Back to top |
|
 |
Rick
Guest
|
Posted:
Tue Oct 11, 2005 7:44 am Post subject:
Re: Sink on replicated public folder |
|
|
Tom, great to hear from you!
Thanks. As the sink needs machine-specific info to function, I'm going
to store it in the registry. I will put the correct value for each
machine at the same location. At runtime they will all use the same
code to pull from the same place, but they will all get a unique value.
Your training example "configuration" item wouldn't work here, since it
would be identical on each server.
Unless you have any complaints, I'm planning to use regobj.dll w/ VB6.
Rick
Tom Rizzo [MSFT] wrote:
| Quote: | It should replicate. I don't think there should be any problem between 2000
and 2003 since event sinks didn't change. The only thing is that you need
to make sure the sync handler (your code) is on every Exchange Server. The
event registration item will replicate.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Rick" <rick.koch@modispro.com> wrote in message
news:1128623109.388399.59970@g14g2000cwa.googlegroups.com...
If I want to put a sink on a replicated folder, does the registration
item replicate, or do I have to register the sink on each machine?
Also, is there any problem if one of the servers is Exchange 2000 and
the other is 2003?
|
|
|
| Back to top |
|
 |
|
|
|
|