1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
550 views
by michael-h-5027 (14.8k 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.

 

by michael-h-5027 (14.8k points)
selected by ron-s-6919
...