Kbase P99081: Getting error 8231 when connecting to the AppServer from an Open Client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/21/2004 |
|
Status: Unverified
SYMPTOM(s):
Getting error 8231 when connecting to the AppServer from an Open Client
Connect Failure: Timeout or Interrupt occurred while attempting to communicate with NameServer. (8231)
com.progress.open4gl.NameServerInterruptException: Connect Failure: Timeout
nterrupt occurred while attempting to communicate with NameServer. (8231)
Specifying the AppServer port number in the connection parameter:
AppServer://<Host Name>:<AppServer Port Number>:asbroker1
CAUSE:
The wrong connection string is used.
When connecting to the AppServer without using the NameServer, the connection string should contain the string 'AppServerDC' instead of 'AppServer'.
FIX:
Modify the connection string in order to look similar to the following:
AppServerDC://<Host Name>:<AppServer Port Number>
When specifying the AppServerDC protocol, then the AppService name is ignored. Therefore, it is not necessary to specify it.