|
|
|
date: 2 Aug 2005 01:56:07 -0700,
group: microsoft.public.exchange2000.development
back
Re: Troubleshooting global event sink
Hello,
do you have any service packs installed (both, Windows and Exchange?) Any
unusual entries in the eventlog?
When an event sink is registered, a method within the sink class is
called... do you have any logging enabled in that method, and if yes, does
the registration method get invoked?
There is a KB article on global event sinks not firing, but it only applies
to Exchange 2003 SP1 after the store service has been restarted:
http://support.microsoft.com/default.aspx?scid=kb;en-us;872822.
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"nmoog" wrote in message
news:1122972967.888530.280470@z14g2000cwz.googlegroups.com...
>I am having trouble with some exchange store wide event, and I am
> scratching my head to figure out whats going on...
>
> There are 2 exchange servers as part of a forest. One is a domain
> controller and has one store. I installed an event sink (onsyncsave,
> onsyncdelete) here and it is firing fine.
>
> The other server is not a domain controller, and has two stores on
> them. I bound a store wide event ot one of the stores, which was fine,
> but nothing appears to be firing.
>
> The servers are win2003, and I registered the event using
> cscript regevent.vbs add "onsyncsave;onsyncdelete"
> SyncEventSink.ExchEventSink
> "file://./backofficestorage/[domain]/MBX/SystemMailbox{[guid]}/StoreEvents/GlobalEvents/EventSink.eml"
> -m ANY
>
> The SyncEventSink.ExchEventSink componenent was installed as a COM+
> application identically on both servers.
>
> Is there anything I could do to troubleshoot this issue?
>
> Thank you!
>
date: Tue, 2 Aug 2005 18:12:19 +0200
author: Henning Krause [MVP - Exchange]
|
|