Consultor Eletrônico



Kbase P116698: Error (9986) (7175) when connecting to AppServer port via AIA from a .NET Open Client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/05/2007
Status: Unverified

SYMPTOM(s):

Error (9986) (7175) when connecting to AppServer via AIA from a .NET Open Client

An unhandled exception of type 'Progress.Open4GL.Exceptions.Open4GLException' occurred in progress.o4glrt.dll
Additional information: Communication layer message: General Error: An http protocol error occured: A HTTP response is not available (9986) . (7175)

An protocol error occured: (9986)

Communication layer message: <message text>. (7175)

The AIA is not connecting to the AppServer by using the NameServer

The connection is done to the AppServer port.

Using the following connection string:

"http://<HostName>:<Web Server port number>/aia/Aia"

The error also occurs when AIA uses the NameServer.

The equivalent connection string works fine from a 4GL client

CAUSE:

This is a known issue being investigated by Development

FIX:

As a workaround, add the string "?" and some characters after "http://<HostName>:<Web Server port number>/aia/Aia"

For example:
Connection conn = new Connection("http://HostName:8080/aia/Aia?Anything","","","");