Written by

Question sansa stark · May 12, 2023

TCP Error

Hi Everyone,

 I tried to send the Sample XML from Packet Sender to Intersystems IRIS TCP Inbound adapter for learning purpose.
I'm using Predefine d Class : EnsLib.XML.TCPService and the adapter is EnsLib.TCP.CountedInboundAdapter (it selected by Default.)
My sample XML file would be <Patient><Name>John,Williams</Name><MRN>12345</MRN></Patient>
I got an error like 

ERROR <Ens>ErrTCPReadBlockSize: TCP Read(32000) with timeout period (50) failed with : (78):tElement><Patient><Name>Varatha</Name><MRN>12345</MRN></Patient></RootElement>
Please help me to proceed further

Product version: IRIS 2023.1
$ZV: IRIS for Windows (x86-64) 2023.1 (Build 229U) Fri Apr 14 2023 17:24:03 EDT

Comments

Pietro Montorfano · May 14, 2023

Hi, you could check what's happening using Wireshark to analyze the TCP traffic and the request that you are doing.

Are you getting this error on the server side, what you got on client side?

Seems that they are not communicating or the server is getting something wrong

0
sansa stark  May 15, 2023 to Pietro Montorfano

Yes The issue is occuring at server side but the packet sender shows the notification as send.

0