Kbase P23606: Error 5804 when connecting a WebClient application to WebSpe
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/22/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1B
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
WebSpeed 3.x
SYMPTOM(s):
Error 5804 when connecting a WebClient application to WebSpeed via a NameServer.
You are trying to connect to a Webspeed Broker via the NameServer.
CAUSE:
You have misconfigured your WebSpeed Messenger.
Within the ubroker.properties file on the machine containing the WebSpeed Messenger, you have either:
1. Correctly changed it so that there is a NameServer specified, but have changed the port number to to be the WebSpeed Broker port and not the NameServer port.
2. Accidentally forgotten to change it so that there is a controlling NameServer listed.
FIX:
The ubroker.properties entry should look like the example below. Notice how the Port number is the NameServer port number not the WebSpeed Broker port number. Also notice that the registerNameServer=1.
#
# WebSpeed CGIIP Messenger Properties
#
[WebSpeed.Messengers.CGIIP]
msngrExecFile=@{Startup\DLC}\bin\cgiip.exe
msngrScriptFile=
AllowMsngrCmds=1
Host=WSBrokerHostName
Port=5162
registerNameServer=1
#