This is what I have in the IWR.log file...but I'm not sure how to correct the problem. I am looking at an article on Microsofts knowledgebase about delaying a service from starting up by using dependencies. As i mentioned earlier...it seems as though the service can be manually started when all the other Cognos services are started. I have no problem stoping and starting the service manually when all the other services are up. My issue only occures on bootup.
In the Event Viewer on the Win2k server I get an event ID:7000 ; The service did not respond to the start or control request in a timely fashion, ID:7009; Timeout (30000 milliseconds) waiting for the Cognos IWR Service Manager (cer2) service to connect.
The following is the log portion in the IWR.log file...IWRcer2:IWIWRDISP:ErrorHandlerError: COGNOS, 4108(e88), 2003/04/30 13:06:37.787; Error: 1296127851, Generic;
Process ID: 4108; Thread: 3720; Host: COGNOS; Text: A failure occurred attempting to start the process (C:\Program Files\Cognos\cer2\bin\IWReqMan.exe).;
BackTrace Info:
1. File Name: Y:\src\iwr\IWR\Watchdog\wdregisteredprocess.cpp; Line#:285; Desc.:;
IWRcer2:IWSvcMan:ErrorHandlerError: COGNOS, 4188(d68), 2003/04/30 13:06:37.943; Error: 1296104567, Generic;
Process ID: 4188; Thread: 3432; Host: COGNOS; Text: The process (C:\Program Files\Cognos\cer2\bin\iwiwrdisp.exe) has terminated unexpectedly. An attempt will be made to start it again.;
BackTrace Info:
1. File Name: Y:\src\iwr\IWR\Watchdog\wdregisteredprocess.cpp; Line#:285; Desc.:;
IWRcer2:IWSvcMan:ErrorHandlerError: COGNOS, 4188(d68), 2003/04/30 13:06:38.146; Error: 1296127851, Generic;
Process ID: 4188; Thread: 3432; Host: COGNOS; Text: A failure occurred attempting to start the process (C:\Program Files\Cognos\cer2\bin\iwiwrdisp.exe).;
BackTrace Info:
1. File Name: Y:\src\iwr\IWR\Watchdog\wdregisteredprocess.cpp; Line#:285; Desc.:;
IWRcer2:IWSvcMan:ErrorHandlerError: COGNOS, 4188(ee0), 2003/04/30 14:01:38.451; Error: 1296127851, Generic;
Process ID: 4188; Thread: 3808; Host: COGNOS; Text: A failure occurred attempting to start the process (C:\Program Files\Cognos\cer2\bin\iwirsdisp.exe).;
BackTrace Info:
1. File Name: Y:\src\iwr\IWR\Watchdog\wdregisteredprocess.cpp; Line#:285; Desc.:;
IWRcer2:IWSvcMan:IWR COGNOS, 3524(ca8), 2003/05/01 13:53:03.318; For high load operation, verify the following registry entries:
\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TcpTimedWaitDelay
\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort
\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows
IWRcer2:IWSvcMan:IWR COGNOS, 3324(e50), 2003/05/02 01:30:12.632; For high load operation, verify the following registry entries:
\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TcpTimedWaitDelay
\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort
\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows
I wonder how I could change the 30000 millisecond timeout noted above....any ideas ?
Joe