I have created a temporary work around where I created another
service which stops and starts the services. The script
\dfw\redoweb.bat looks as follows:
net stop "Web Proxy"
net start "Web Proxy"
To create another service I add a key into the registry
under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
called restartweb
I added the following values as follows:
DependOnGroup REG_MULTI_SZ VALUEACTUALLEFTBLANK
DependOnService REG_MULTI_SZ Tcpip
Afd
Purveyor
DisplayName REG_SZ Restart Web Proxy
ErrorControl REG_DWORD 0x1
ImagePath REG_EXPAND c:\dfw\redoweb.bat
ObjectName REG_SZ LocalSystem
Start REG_DWORD 0x2
Type REG_DWORD 0X10
The work around does generate two errors in the Windows NT
System Event Log but it does produce a temporary cure for
the bug.
[Posted by WWW Notes gateway]
|