home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2399 next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.2 KB

  1. Path: sparky!uunet!monsoon!fmh
  2. From: fmh@monsoon.com (Francis Hogle)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: network-service-errors
  5. Message-ID: <uoumVB1w165w@monsoon.com>
  6. Date: Fri, 11 Dec 92 14:30:05 EST
  7. References: <strobl.723933747@gmd.de>
  8. Organization: Monsoon Software, Inc. +1 (410) 235-2365
  9. Lines: 22
  10.  
  11. strobl@gmd.de (Wolfgang Strobl) writes:
  12.  
  13. > In <92344.113951K3005E1@ALIJKU11.BITNET> <K3005E1@ALIJKU11.BITNET> writes:
  14. > >E1068: The dependency service or group failed to start.
  15. > In short: I got that message too (what does it mean, anyway?).
  16.  
  17. If you look in the HKEY_LOCAL_MACHINE tree of the registry, and dig 
  18. around in the "CurrentControlSet" (or something like that), you will find 
  19. that many services have a key called "dependency=" (or something).
  20. When the system starts a service, it first checks to see that all of the 
  21. services listed in the "dependency=" key are running.  If one is not 
  22. running, an attempt is made to start it.  If this attempt fails, the 
  23. system does not attempt to start the original service, but instead,
  24. records an error in the log.
  25.  
  26. It would be nice to know, however, WHICH dependency service failed to 
  27. start, as a service may have multiple dependencies.
  28.  
  29. Francis
  30. fmh@monsoon.com
  31.