Kbase 16190: Error 5483 5491 5468 5451 5453 attempting AppServer connect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Error 5483 5491 5468 5451 5453 attempting AppServer connect
These errors relate to when you attempt to start an AppServer and
the TCP/IP connection appears not to be valid:
Connection failure for service <servicename> host <hostname>
transport TCP. (5483)
NPP error_code=<err_num>. (5491)
Component Server connect failure. (5468)
Server is not connected. (5451)
Invalid or inappropriate server handle specified for RUN
<procedure_name> ... ON Statement. (5453)
The common reason for this error is that prior to issuing the RUN
statement for the AppServer procedure, the AppServer broker was not
started. Before running an AppServer procedure, a broker process
must exist.
The command to start the broker process is:
$DLC/bin/_proapbk -S <servicename> -db <dbname> -H <hostname>
-S <servicename2> -N TCP
The first <servicename> is the service name for the broker. The
second <servicename2> is the one with which the database server was
started. Both of these service names must have entries in the TCP
/etc/services file on both the machine where the client is executing
and the host machine.
Progress Software Technical Support Note # 16190