Consultor Eletrônico



Kbase P12020: There is a communication loss to the SonicMQ Adapter.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/08/2004
Status: Unverified

FACT(s) (Environment):

UNIX

FACT(s) (Environment):

Windows

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

There is a communication loss to the SonicMQ Adapter.

Error (9407) is not being suppressed.

Connection failure for host 172.16.108.70 port 3620 transport TCP (9407)

FIX:

To suppress error (9407), "setNoErrorDisplay" procedure must be called before "beginSession".

Example Code:

RUN setnoerrordisplay IN ptpsession("TRUE").
RUN setnoerrordisplay IN pubsubsession("TRUE").