| Author |
Message |
Michael Sven
Guest
|
Posted:
Sun Aug 14, 2005 12:58 am Post subject:
Exchange events not firing |
|
|
Hi
I have an Exchange server and an application that relies on Exchange events being fired on a folder when items are added/deleted.
This has been working fine, but now the events do not appear to be firing. I have checked that permissions on the mailbox and the event handler in COM+ are fine, and there is still a SystemMaibox on the server that looks OK (although how do I tell?)
The only change of significance that I can think of is another Exchange server was installed in the same domain.
Any suggestions as to what might prevent event from firing on a mailbox folder in Exchange would be very gratefully received.
Regards
Mike
|
|
| Back to top |
|
 |
mrspeaker@gmail.com
Guest
|
Posted:
Sun Aug 14, 2005 8:58 am Post subject:
Re: Exchange events not firing |
|
|
Is it a syncronous or asyncronous event? Have you checked that the
event is still registered? (using regevent.vbs /enum on the folder it
is installed on, or looking via Exchange Explorer)
You mentioned that "there is still a SystemMailbox on the server" - why
would you think there would not be? The systemmailbox is important for
event sinks if you are using a store-wide event. There is a known issue
on win2003 sp1 of store wide events not firing after a reboot, so it
could be this.
Another exchange server on the domain should not affect this, as
exchange events are installed on a store-by-store basis (I think) |
|
| Back to top |
|
 |
Michael Sven
Guest
|
Posted:
Mon Aug 15, 2005 4:59 pm Post subject:
Re: Exchange events not firing |
|
|
Hi
Thanks for your comments. I was aware of the potential issues with SystemMailbox, which is why I
checked it.
Is your comment:
| Quote: | "is a known issue
on win2003 sp1 of store wide events not firing after a reboot, so it
could be this"
related to SystemMailbox, or is there a separate issue? Do you have a reference for it? |
Regards
Michael
<mrspeaker@gmail.com> wrote in message news:1124006776.315795.293710@g49g2000cwa.googlegroups.com...
| Quote: | Is it a syncronous or asyncronous event? Have you checked that the
event is still registered? (using regevent.vbs /enum on the folder it
is installed on, or looking via Exchange Explorer)
You mentioned that "there is still a SystemMailbox on the server" - why
would you think there would not be? The systemmailbox is important for
event sinks if you are using a store-wide event. There is a known issue
on win2003 sp1 of store wide events not firing after a reboot, so it
could be this.
Another exchange server on the domain should not affect this, as
exchange events are installed on a store-by-store basis (I think)
|
|
|
| Back to top |
|
 |
mrspeaker@gmail.com
Guest
|
Posted:
Tue Aug 16, 2005 12:59 am Post subject:
Re: Exchange events not firing |
|
|
Here is the knowledge base article for that:
http://support.microsoft.com/default.aspx?scid=kb;en-us;872822
There is no patch on this page - you have to contact Microsoft for it.
But even if this is the problem you are having, you should probably
unregister and reregister the event sink to check that this could be
the cause of the event not firing. |
|
| Back to top |
|
 |
|
|
|
|