|
|
|
date: Thu, 21 Feb 2008 12:03:02 -0800,
group: microsoft.public.exchange.development
back
Re: Global Event Sink on Exchange 2007 SP1 Public Store problem on Win
Hello,
another try would be DCOM Server Process Launcher. And by COM you mean the
COM+ System Application service?
Kind regards,
Henning Krause
"Young Developer" wrote in
message news:DFA46046-DE95-448F-8D0C-EEBB0269D42F@microsoft.com...
> Dear MSVP's,
>
> OS: Windows Server 2008 final as AD Global Controller with Exchange 2007
> SP1
> final
>
> I have developed event sink on Exchange 2007 SP1 which is fired globally
> on
> Public folders Store. It works OK in Public folders on Windows Server 2003
> R2
> SP2 with Exchange 2007 - it doesn't hang Microsoft Exchange Information
> Store
> service on OS start/boot. The problem is on Windows Server 2008. The same
> Event Sink process hangs Microsoft Exchange Information Store service on
> OS
> start/boot. If I change the start of this service to manual(not automatic)
> there is no problem. It starts manually and Exchange works OK. I suspect
> that
> MSExchangeIS is other service's dependant on start(maybe IIS,Security)
> that
> might couse to prevent Event sinks to correctly start and run. I have
> tried
> to set MSExchangeIS Dependonservice parameter to
> IISADMIN,W3SVC,Netlogon,COM,MSExchangeTopologyAD. No success. The option
> "Delayed start Automatic" in some way corrects the problem, but I would
> like
> to know exactly what service dependancy causes the problematic behaviour
> MSExchangeIS on OS Start.
>
> Do You know how to detect which service could be a problem?
> How to track MSExchangeIS autostart problem?
date: Sun, 24 Feb 2008 21:41:45 +0100
author: Henning Krause [MVP - Exchange]
Re: Global Event Sink on Exchange 2007 SP1 Public Store problem on
Yes, COMSysApp service preceisly.
"Henning Krause [MVP - Exchange]" wrote:
> Hello,
>
> another try would be DCOM Server Process Launcher. And by COM you mean the
> COM+ System Application service?
>
> Kind regards,
> Henning Krause
>
> "Young Developer" wrote in
> message news:DFA46046-DE95-448F-8D0C-EEBB0269D42F@microsoft.com...
> > Dear MSVP's,
> >
> > OS: Windows Server 2008 final as AD Global Controller with Exchange 2007
> > SP1
> > final
> >
> > I have developed event sink on Exchange 2007 SP1 which is fired globally
> > on
> > Public folders Store. It works OK in Public folders on Windows Server 2003
> > R2
> > SP2 with Exchange 2007 - it doesn't hang Microsoft Exchange Information
> > Store
> > service on OS start/boot. The problem is on Windows Server 2008. The same
> > Event Sink process hangs Microsoft Exchange Information Store service on
> > OS
> > start/boot. If I change the start of this service to manual(not automatic)
> > there is no problem. It starts manually and Exchange works OK. I suspect
> > that
> > MSExchangeIS is other service's dependant on start(maybe IIS,Security)
> > that
> > might couse to prevent Event sinks to correctly start and run. I have
> > tried
> > to set MSExchangeIS Dependonservice parameter to
> > IISADMIN,W3SVC,Netlogon,COM,MSExchangeTopologyAD. No success. The option
> > "Delayed start Automatic" in some way corrects the problem, but I would
> > like
> > to know exactly what service dependancy causes the problematic behaviour
> > MSExchangeIS on OS Start.
> >
> > Do You know how to detect which service could be a problem?
> > How to track MSExchangeIS autostart problem?
>
>
date: Sun, 24 Feb 2008 14:26:00 -0800
author: Young Developer
|
|