Kbase P41052: Error: msgOpen message file: PROMSGS when trying to connect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/22/2004 |
|
Status: Unverified
SYMPTOM(s):
Error: msgOpen message file: PROMSGS when trying to connect a Webspeed broker
msgOpen message file: PROMSGS
Using Apache server
URL is pointing the messenger executable instead of pointing to the messenger script file wspd_cgi.sh
URL used is "http://<hostname>:<portnumber>/cgi-bin/cgi/WService=wsbroker1/ping"
The same error error happens trying to ping or using ?WSMAdmin option
CAUSE:
Incorrect URL used. For Apache server the URL must containg the messenger script named wspd_cgi.sh not the cgiip executable.
FIX:
Use the correct configuration as "http://<hostname>:<portnumber>/cgi-bin/wsps_cgi.sh/WService=wsbroker1/ping"