Kbase 15639: AS/400 PCS Error 53 From ReceiveAndWait (4836)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/06/2007 |
|
Status: Unverified
SYMPTOM(s):
PCS error: , from . (4836)
PCS error 53 from Receive And Wait (4836)
CAUSE:
This error usually means that one of the connect statements is not correct.
FIX:
Different paramater must be supplied depending on the network protocol used:
SNA connection:
-H HOSTNAME -Sn prosnal.progress -N as400sna
SNA connection through SNA Server:
-H PLU=HOSTNAME -Sn prosnal.progress -N as400sna
TCP connection:
-H HOSTNAME -S servicename -N tcp -U USERID -P PASSWORD
LFP connection:
-H HOSTNAME -S prolfpl.progress -N as400lfp -U USERID -P PASSWORD
Notice that some parameters are case sensitive (-S -U -P).