Kbase P15623: Name Server is not responsive. (8238) when connecting from 4
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1X
SYMPTOM(s):
Name Server at Host <Host> Service <service> is not responsive. (8238)
Name Server at Host serv-actutv Service NS1 is not responsive. (8238)
Using following statement for connect to an AppServer ret = hAppSrv:CONNECT ("-AppService asbroker1 -H serv-actutv -S NS1")
Unable to connect from 4GL client to an appserver broker
CAUSE:
Invalid connect attribute is being used within your 4GL procedure, -S parameter represents the port number for the Name Server connection.
FIX:
Put port number what your NameServer listnening on instead of its name (ie -S 5162)