Sidebar

How do I check my socket header footer?

0 votes
416 views
asked Oct 30, 2013 by michael-h-5027 (14,390 points)
I have a channel that shows a connection on my listening socket but no files are received by Qvera.

1 Answer

+1 vote
 
Best answer

You can install a network monitoring tool like Wireshark and then take a look at the packets being sent and received. 

In the screenshot below:

  1. Filtered by the sending server IP address.
  2. Look at the instance that has larger length (filesize).
  3. Click on the HL7 content which will highlight the packet. 
  4. The example shows the footer of "0d 1c" but we default to "1C 0D"
  5. The header is up higher in the message and will be at the begining of the highlighted text.

 

answered Oct 30, 2013 by michael-h-5027 (14,390 points)
selected Dec 17, 2013 by ron-s-6919
...