Kbase P23605: Error (5804) with error -66 when WebSpeed connects directly to a WebSpeed Broker
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/02/2010 |
|
Status: Verified
SYMPTOM(s):
Error (5804) with error -66 when WebSpeed connects directly to a WebSpeed Broker
Msngr failed to connected to specific WebSpeed named service verify that the service has been started verify if the configuration for this service is correct (5804): error -66
FACT(s) (Environment):
WebSpeed is connecting directly to the WebSpeed broker not via the NameServer
WebSpeed 3.x
All Supported Operating Systems
CAUSE:
The WebSpeed Messenger has been misconfigured.
Within the ubroker.properties file on the machine containing the WebSpeed Messenger, either:
1. The NameServer is not specified which is correct, however the port number is still pointing to the NameServer port and not the WebSpeed Broker port.
2. The controlling NameServer is still enabled.
FIX:
The ubroker.properties entry should look like the example below. Notice how the Port number is the WebSpeed Broker port number not the NameServer port number. Also notice that the registerNameServer=0.
#
# WebSpeed CGIIP Messenger Properties
#
[WebSpeed.Messengers.CGIIP]
msngrExecFile=@{Startup\DLC}\bin\cgiip.exe
msngrScriptFile=
AllowMsngrCmds=1
Host=WSBrokerHostName
Port=3055
registerNameServer=0
#