Kbase P96804: Getting error 8230 when connecting to the AppServer through AIA from .Net client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/10/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Getting error 8230 when connecting to the AppServer through AIA from .Net client
Connect Failure: NameServer Communications Failure - <Java Exception> (8230)
Connect Failure: NameServer Communications Failure - System.NetSockets.SocketException: An existing connection was forcibly closed by the remote host
at Progress.UdpClientSupport.Receive(UdpClientSupport tempClient, PacketSupport packet)
at Progress NameServer.Client.NameServerClient.receiveResponse(Int32 responseCount, String applicationService) (8230)
CAUSE:
The connection string used for connecting to the AIA (AppServer Internet Adapater) from the .Net client is not correct.
FIX:
Use a connection string similar to the following one:
ConnectionStr = "http://web-server-host:web-server-port/aia/Aia?AppService=asbroker1"
Here, it is assumed the AppServer broker is asbroker1 and aia/Aia is the path to the AIA
web-server-host:
TCP/IP host address or host name of the Web server that hosts AIA.
web-server-port:
TCP/IP port address of the Web server that hosts the AIA.