Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Web-Listener startup on WIN NT 4.0

Re: Web-Listener startup on WIN NT 4.0

From: John Spackman <dontspam_at_me.com>
Date: Tue, 9 Jun 1998 20:49:59 +0100
Message-ID: <6lk3ng$nbg$1@soap.news.pipex.net>


If it's just a dependancy issue, then you can edit the registry to add these dependancies, and NT will then start them in the correct order.

  1. Start regedit.exe (or regedt32.exe) and goto HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ and select the service you want to delay startup of;
  2. Create a new binary value called DependOnGroup and give it a single byte with a value of 0.
  3. Create a binary value called DependOnService; this is a zero-seperated list of service names which the service is dependant on; the list is terminated with an additional zero. I suggest you look at some of the other services installed on you machine to get a good idea of how it works. Note that the service names in this list are the shortened ones that appear as keys under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\, not the longer human-friendly names that appear in Control Panel|Services.

PS the usual warning about editing your registry could eat your machine applies here - you might like to try this out on a test server first.

John.

Danny Corriveau wrote in message <357D8910.F10DDA5C_at_qsl.com>...
>Your right and there is no way ,to date, to fix the problem it's what
oracle
>tech support told me.
>
>Axel Rittershaus wrote:
>
>> Hello,
>>
>> running Oracle 8 and WAS 3.0.1 under Windows NT 4.0 every time, the
>> system has been rebooted and all services start again, the Web-Listeners
>> can't start and we get a Dr. Watson-Message. I think, the WRb doesn't
>> start fast enough an that's why the listener's make trouble.
>>
>> Any idea to fix the problem ?
>>
>> Thanx
>>
>> Axel Rittershaus
>
>
>
>--
>
>WindowsError:005 Multitasking attempted. System confused
>================================
>Danny Corriveau
>Network / Database administrator
>================================
>
>Quebec Stevedoring Ltd
>e-mail : danny_at_qsl.com
>Tel :(418) 522-4701
>Fax :(418) 522-5662
>Resistance is futile, Assimilation is near.
>
>
Received on Tue Jun 09 1998 - 14:49:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US