Kbase P93763: Adding database number x to the WebSpeed Agent parameters makes Broker fail to start.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Adding database number x to the WebSpeed Agent parameters makes Broker fail to start.
WebSpeed error from messenger process (6019)
Msngr: Failed to connect to the specified WebSpeed named service. Verify that the service has been started. <BR>Verify the configuration for the service is correct. (5804): Error -67<BR><BR>when using cgiip
CAUSE:
Max length of agent startup parameter is reached.
FIX:
Change the startup parameter so it only contains necessary values.
Example, Change:
srvrStartupParam=-p web\objects\web-disp.p -weblogerror -debugalert -db grus -H pro2 -S grus -N tcp -db plgeo -H pro2 -N tcp -S plgeo -db solen -H pro2 -N tcp -S solen -db rapport -H pro2 -N tcp -S rapport -db flex -H pro2 -N tcp -S flex -inp 8192 -s 2048 -T C:\PROGRESS\WRK\Temp
To not contain the -s, -T, -debugalert:
srvrStartupParam=-p web\objects\web-disp.p -weblogerror -db grus -H pro2 -S grus -N tcp -db plgeo -H pro2 -N tcp -S plgeo -db solen -H pro2 -N tcp -S solen -db rapport -H pro2 -N tcp -S rapport -db flex -H pro2 -N tcp -S flex -inp 8192