DependOnService Issue

  • Thread starter Thread starter Adrian Meyer
  • Start date Start date
A

Adrian Meyer

I have a service A that requires another service B (in my case an Oracle
service) to be started first, as service A will connect to service B.
Therefore I created a dependency.
Now a strange thing came up. Whenever i start service A i get the
notification that this will start service B first (which is fine). While
starting service B, it already seems to start also service A (before B
was completly started). The status column for B says starting while the
status column for A says started(!).

Is there a possibility to make sure service B is started completly
before it continues to start service A?

Thanks,
 
These may help.

How to Delay Loading of Specific Services
http://support.microsoft.com/default.aspx?kbid=193888



HOWTO: Control Device Driver Load Order

http://support.microsoft.com/default.aspx?scid=kb;[LN];115486


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I have a service A that requires another service B (in my case an Oracle
| service) to be started first, as service A will connect to service B.
| Therefore I created a dependency.
| Now a strange thing came up. Whenever i start service A i get the
| notification that this will start service B first (which is fine). While
| starting service B, it already seems to start also service A (before B
| was completly started). The status column for B says starting while the
| status column for A says started(!).
|
| Is there a possibility to make sure service B is started completly
| before it continues to start service A?
|
| Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top