Consultor Eletrônico



Kbase P67830: An unhandled exception of type 'Progress.Open4GL.Exceptions.ConnectException' occurred in igslogin.e
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

An unhandled exception of type 'Progress.Open4GL.Exceptions.ConnectException' occurred in igslogin.exe connecting via C# open client

General Error: Progress.Open4GL.Exceptions.NoSuchAppServiceException: Connect Failure: Application Service AppServiceName Unknown at NameServer at Host HostName Port 5162. (8234) . (7203)

CHANGE:

string URL has been changed

CAUSE:

NameServer port number is not specified in the string URL

FIX:

Make sure you have the correct string URL for the connection object, including the Name Server's port number, as follow (C# code):

connectionStr = "AppServer://" + "hostname:5165" + "/" + "asbroker1";

5165 port number would be an example of a Name Server's port number configured in your local or remote ubroker.properties file.