Kbase P71179: Dynamics application with WebClient using HTTP or HTTP/S connection shows errors 9407, 5451, 5453
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/05/2011 |
|
Status: Unverified
SYMPTOM(s):
Dynamics application with WebClient using HTTP or HTTP/S connection shows errors 9407, 5451, 5453
Errors are presented after certain period of client inactivity
Connection failure for host <host_name> port <port> transport <transport_name>. (9407)
SERVER <name> is not connected. (5451)
Invalid or inappropriate server handle specified for RUN <name> ... ON SERVER statement. (5453)
FACT(s) (Environment):
Dynamics 2.0A
Dynamics 2.1A
CAUSE:
AIA idle timeout has exceeded, therefore AIA instance terminate the connection and disconnected from the AppServer.
FIX:
Increase the AIA's idle connection timeout to a higher value.
In the Progress Explorer modify the AIA property 'Idle Connection Timeout',
or make manual change in the ubroker.properties in the appropriate
section, e.g.:
[AIA.Aia1]
idleConnectionTimeout=3600
whereas 3600 (1 hour) should be increased to allow longer idle connection timeout.