Fastream Technologies wrote: > Hello, > > Our clients using Windows 2003 complain that the lastest beta is > causing hangs during boot up and then reboots and goes into a loop. > This is a HTTP/FTP server installed as system service and running with > administrative rights. It depends only to Tcpip. I noticed that when > it is trying to run, it blocks alg.exe to execute and this is a cycle > of waiting (cyclic dependency).
You can also specify a LoadGroup, that is the name of the load ordering group of which your service is a member. The startup program uses load ordering groups to load groups of services in a specified order with respect to the other groups. The list of load ordering groups is contained in the following registry value: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ServiceGroupOrder Also check value of property ErrorSeverity (dwErrorControl). http://msdn.microsoft.com/library/en-us/dllproc/base/createservice.asp?frame=true http://support.microsoft.com/?scid=kb%3Ben-us%3B102987&x=9&y=13 Have you tried a service-depency on RPCSS? --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
