Consultor Eletrônico



Kbase P108311: error (5825) in WebSpeed 3.x IIS when having 9.x and OpenEdge in the same machine
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x
WebSpeed 3.x
Windows 32 Intel

SYMPTOM(s):

Msngr: the specified service name does not exist or has a bad format. (5825)

WebSpeed starts with default wsbroker1 broker

The default NameServer NS1 is running

Using IIS Webserver

'http://localhost/scripts/cgiip.exe/WService=wsbroker1/ping' doesn't work

OpenEdge 10 is installed in the same machine

OpenEdge wsbroker1 default service works fine

CAUSE:

URL is pointing to a wrong version of cgiip.exe messenger

FIX:

When having several WebSpeed versions in the same machine, and therefore several cgiip.exe
file versions, be careful to point to the correct version, if in the
same directory, rename them to reflect the version, or use
subdirectories to keep them separated in the scripts directory.

For
example, cgiip91e.exe and cgiip100b.exe can coexist in the same
c:\inetpub\scripts directory, but they have to be called differently in
the URL:

http: // localhost/scripts/cgiip91e.exe/WService=wsbroker1/ping or http: // localhost/scripts/cgiip100b.exe/WService=wsbroker1/ping