<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feedback</title><link>https://sourceforge.net/p/hl7socketreader/feedback/</link><description>Recent changes to feedback</description><atom:link href="https://sourceforge.net/p/hl7socketreader/feedback/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Mar 2020 21:07:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hl7socketreader/feedback/feed.rss" rel="self" type="application/rss+xml"/><item><title>Add config for file reader to stop when directory is empty.</title><link>https://sourceforge.net/p/hl7socketreader/feedback/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In some circumstances we have a requirement to read a directory of files, then stop when the directory is empty. In this case a config entry exitWhenEmpty would be helpful.  Currently, the client continues to wait for more files to be placed in the directory. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anthony Julian</dc:creator><pubDate>Fri, 20 Mar 2020 21:07:55 -0000</pubDate><guid>https://sourceforge.netc26fb2de6a9c37a6c30564ad0df6a10d247d0a32</guid></item><item><title>Output Directory Error</title><link>https://sourceforge.net/p/hl7socketreader/feedback/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have configured my .cfg file and started the services.   However, each time I run the debug command I receive the following error message:&lt;/p&gt;
&lt;p&gt;C:\Program Files\SocketReader&amp;gt;SocketReaderService32.exe debug --configfile "C:\P&lt;br /&gt;
rogram Files\SocketReader\SocketReader.cfg"&lt;br /&gt;
Debugging service hl7socketreader_configfile - press Ctrl+C to stop.&lt;br /&gt;
Info 0x400000FF - HL7-SocketReader starting up.&lt;/p&gt;
&lt;p&gt;SocketReader 1.2.4 - an open source project in Python. License: GPLv3.0&lt;br /&gt;
Copyright 2010 until today: Sebastian Weigmann&lt;br /&gt;
SourceForge URL: &lt;a href="http://sourceforge.net/projects/hl7socketreader"&gt;http://sourceforge.net/projects/hl7socketreader/&lt;/a&gt;&lt;br /&gt;
Python Interpreter: CPython 2.7.5 32bit&lt;br /&gt;
Host System: Windows JRA_PROXY XP 5.1.2600 x86 x86 Family 15 Model 6 Stepping 5,&lt;br /&gt;
 GenuineIntel&lt;/p&gt;
&lt;p&gt;This project uses python-hl7 by John Paulett. More info is available at:&lt;br /&gt;
&lt;a href="http://johnpaulett.com/2009/01/10/parsing-hl7-with-python" rel="nofollow"&gt;http://johnpaulett.com/2009/01/10/parsing-hl7-with-python/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Error: Please specify a valid output directory using the "messagedir = DIR" opti&lt;br /&gt;
on.&lt;/p&gt;
&lt;p&gt;Below is my .cfg:&lt;br /&gt;
&lt;span&gt;[general]&lt;/span&gt;&lt;br /&gt;
logfile = c:/RadAdv_log/SocketReader.log&lt;br /&gt;
loglvl = debug&lt;br /&gt;
useconnections = incoming_socket, incoming_file&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[incoming_socket]&lt;/span&gt;&lt;br /&gt;
queuename = socket-to-file&lt;br /&gt;
transtech = file&lt;br /&gt;
transdir = in&lt;br /&gt;
usehl7 = True&lt;br /&gt;
useack = True&lt;br /&gt;
createserversocket = True&lt;br /&gt;
ipaddr = &lt;br /&gt;
port = 5005&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[incoming_file]&lt;/span&gt;&lt;br /&gt;
queuename = file-to-socket&lt;br /&gt;
transtech = file&lt;br /&gt;
transdir = in&lt;br /&gt;
usehl7 = False&lt;br /&gt;
messagedir = C:/RadAdvocate/filein&lt;br /&gt;
filemask = *.dat&lt;br /&gt;
cycletime = 120&lt;br /&gt;
maxfiles = 50&lt;/p&gt;
&lt;p&gt;My goal is to listen on port 5005 for a file to be dropped into the C:/RadAdvocate/filein directory.&lt;/p&gt;
&lt;p&gt;--Clayton&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Clayton Phillips</dc:creator><pubDate>Mon, 18 May 2015 20:54:25 -0000</pubDate><guid>https://sourceforge.netdc2de3d258b898787f8224307fbef0ed0b492763</guid></item><item><title>#1 Option to disable HL7 acknowledgements</title><link>https://sourceforge.net/p/hl7socketreader/feedback/1/?limit=25#93fe</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Sebastian Weigmann&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Weigmann</dc:creator><pubDate>Fri, 07 Jun 2013 20:32:41 -0000</pubDate><guid>https://sourceforge.net4b7161966c30f02a1709cc51d00680790b66f498</guid></item><item><title>Option to disable HL7 acknowledgements</title><link>https://sourceforge.net/p/hl7socketreader/feedback/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While testing my HL7 sender subsystem I've encountered a little problem. 'ACK Timeout' setting could not be tested because SocketReader always acknowledges the messages it receives via a socket connection. So I've modified its source code to add an option which allows to enable/disable acknowledgements. Please consider the possibility to include it into the next release. Diff file is included in attachment.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alex.kovalyov</dc:creator><pubDate>Tue, 05 Feb 2013 13:39:04 -0000</pubDate><guid>https://sourceforge.netd8ad503c8f76a70ddfb74b71910b7dd3b3e664cf</guid></item><item><title>Option to disable HL7 acknowledgements</title><link>https://sourceforge.net/p/hl7socketreader/feedback/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 1 has been modified: Option to disable HL7 acknowledgements&lt;br /&gt;
Edited By: Sebastian Weigmann (jackkane)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br /&gt;
Owner updated: None =&amp;gt; u'jackkane'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">alex.kovalyov</dc:creator><pubDate>Tue, 05 Feb 2013 13:39:04 -0000</pubDate><guid>https://sourceforge.net4ac454ed830bc749447f50b750403865f2cb4df2</guid></item></channel></rss>