| Author |
Message |
dln
Guest
|
Posted:
Fri Feb 04, 2005 5:46 am Post subject:
Global Sink Access Denied |
|
|
Hello all,
I'm having a problem with my global event sink running on Exchange 2003, and
I'm wondering if someone could shed some light on what might be the root
cause. My sink implements the IExStoreSyncEvents interface and in the
OnSyncSave method, I attempt to open the incoming email if the
EVT_SYNC_COMMITTED and EVT_IS_DELIVERED flags are set. However, when I
attempt to open the item, it fails with an "access is denied" error.
The account the sink is running under is an "Exchange Administrator" (done
through the Exchange System Manager delegation wizard), which I thought
would have provided the appropriate permissions to read an incoming email on
any mailbox - or am I wrong about this? I've even tried to run the sink
under an administrative account, but I get the same results. What am I
missing? How do I allow an account to have read-only access to any mailbox
in a given store?
Thanks,
dln.
|
|
| Back to top |
|
 |
Victor Ivanidze
Guest
|
Posted:
Fri Feb 04, 2005 8:11 am Post subject:
Re: Global Sink Access Denied |
|
|
See http://support.microsoft.com/default.aspx?scid=kb;en-us;821897
--
Regards,
Victor Ivanidze,
software developer
www.ivasoft.biz
| Quote: | Hello all,
I'm having a problem with my global event sink running on Exchange 2003,
and
I'm wondering if someone could shed some light on what might be the root
cause. My sink implements the IExStoreSyncEvents interface and in the
OnSyncSave method, I attempt to open the incoming email if the
EVT_SYNC_COMMITTED and EVT_IS_DELIVERED flags are set. However, when I
attempt to open the item, it fails with an "access is denied" error.
The account the sink is running under is an "Exchange Administrator" (done
through the Exchange System Manager delegation wizard), which I thought
would have provided the appropriate permissions to read an incoming email
on
any mailbox - or am I wrong about this? I've even tried to run the sink
under an administrative account, but I get the same results. What am I
missing? How do I allow an account to have read-only access to any
mailbox
in a given store?
Thanks,
dln.
|
|
|
| Back to top |
|
 |
dln
Guest
|
Posted:
Fri Feb 04, 2005 9:02 pm Post subject:
Re: Global Sink Access Denied |
|
|
That worked! Thanks for the link.
dln
"Victor Ivanidze" <no@spam.please> wrote in message
news:O1GtvpoCFHA.1260@TK2MSFTNGP12.phx.gbl...
| Quote: | See http://support.microsoft.com/default.aspx?scid=kb;en-us;821897
--
Regards,
Victor Ivanidze,
software developer
www.ivasoft.biz
Hello all,
I'm having a problem with my global event sink running on Exchange 2003,
and
I'm wondering if someone could shed some light on what might be the root
cause. My sink implements the IExStoreSyncEvents interface and in the
OnSyncSave method, I attempt to open the incoming email if the
EVT_SYNC_COMMITTED and EVT_IS_DELIVERED flags are set. However, when I
attempt to open the item, it fails with an "access is denied" error.
The account the sink is running under is an "Exchange Administrator"
(done
through the Exchange System Manager delegation wizard), which I thought
would have provided the appropriate permissions to read an incoming email
on
any mailbox - or am I wrong about this? I've even tried to run the sink
under an administrative account, but I get the same results. What am I
missing? How do I allow an account to have read-only access to any
mailbox
in a given store?
Thanks,
dln.
|
|
|
| Back to top |
|
 |
|
|
|
|