Consultor Eletrônico



Kbase P71605: Error 9407 when Connecting to a Progress 9.1Dx AppServer from an OpenEdge 10 client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/10/2010
Status: Unverified

SYMPTOM(s):

Error 9407 when connecting to AppServer

Error: Connection failure for host <> port <> transport TCP (9407)

OpenEdge 10 client connects to Progress 9.D AppServer

9.1D AppServer is FCS

FACT(s) (Environment):

Progress 9.1D
OpenEdge 10.0A

CAUSE:

Bug# OE00096701

FIX:

There are 2 options.

- Install a Service Pack to the 9.1D AppServer. Having installed a Service Pack to the 9.1D AppServer, the OpenEdge 10 client will not receive this error message when connecting. It is recommended to install the latest Service Pack available. See Solution P22284 for further information about where to download the latest Service Pack.

or

- Add the NO-ERROR option to the CONNECT statement in order to avoid this error message to appear. However, the client is correctly connected to the AppServer indeed.

For example:
DEFINE VARIABLE hAppServer AS HANDLE.

CREATE SERVER hAppServer.

hAppServer:CONNECT("-AppService asbroker1 -H HostName -S 5162") NO-ERROR.