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
Comments
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
Yes The issue is occuring at server side but the packet sender shows the notification as send.
Welcome back!