<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clovertech | Ted Viens | Activity</title>
	<link>https://clovertech.infor.com/members/ted-viens/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/ted-viens/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ted Viens.</description>
	<lastBuildDate>Thu, 16 Apr 2026 21:28:19 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">7cd67e15f40d42afed33173a10e411b8</guid>
				<title>Ted Viens replied to the topic Crowdstrike affecting engine performance in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/crowdstrike-affecting-engine-performance/#post-119296</link>
				<pubDate>Fri, 29 Oct 2021 20:26:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am not familiar with CrowdStrike, but I have had an issue with AV before interfering with Cloverleaf performance in the distant past.   I believe the resolution was to exclude certain directories from the AV software.  The AV software was seeing changes in logs and SMAT and trying to scan those files.  Since they are always changing we enc&hellip;<span class="activity-read-more" id="activity-read-more-24039"><a href="https://usspvlclovertch2.infor.com/forums/topic/crowdstrike-affecting-engine-performance/#post-119296" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">321fae9457af965578a630f2a5b1f409</guid>
				<title>Ted Viens replied to the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118908</link>
				<pubDate>Thu, 27 May 2021 12:35:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for sharing your final solution.  I was happy to help.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e7a50898ebf4f229663aabf2f859c693</guid>
				<title>Ted Viens replied to the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118904</link>
				<pubDate>Wed, 26 May 2021 23:11:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>If you need to locate an item inside of the @listBasis variable that can be done easily.  Since this is a simple list the lsearch command will provide you the location first instance of a value by default.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1e08045a520866a3c9819adcb458c6fa</guid>
				<title>Ted Viens replied to the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118897</link>
				<pubDate>Wed, 26 May 2021 23:00:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>It took a little work, but I did get this to work.</p>
<p>I used an iteration of type &#8220;user&#8221; with the basis of @listBasis and a variable of %u1.  This is where @listBasis was initialized using &#8220;=one two three four five six&#8221; as found in your example.  I did define a separate counter variable @counter and incremented it while in the loop.</p>
<p>I have a&hellip;<span class="activity-read-more" id="activity-read-more-23526"><a href="https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118897" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">57a90ba57ee167423a30aa3fb65a0939</guid>
				<title>Ted Viens replied to the topic Data extract to DFT with 1 message per patient with multiple FT1s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/data-extract-to-dft-with-1-message-per-patient-with-multiple-ft1s/#post-118821</link>
				<pubDate>Tue, 04 May 2021 19:25:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>This is an example</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c1782a7a53947e84a44668e49f27be5d</guid>
				<title>Ted Viens replied to the topic Data extract to DFT with 1 message per patient with multiple FT1s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/data-extract-to-dft-with-1-message-per-patient-with-multiple-ft1s/#post-118818</link>
				<pubDate>Tue, 04 May 2021 19:03:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>You should be able to do this with a simple translation.    In your translation iterate over the FT1 segment.  Within that iterate copy MSH, PID, PV1, current FT1 segment, etc.  You will need to update MSH.10 with a counter so that it is unique.  After each FT1 do a SEND to send the message outbound.  This will force the send of a message for e&hellip;<span class="activity-read-more" id="activity-read-more-23438"><a href="https://usspvlclovertch2.infor.com/forums/topic/data-extract-to-dft-with-1-message-per-patient-with-multiple-ft1s/#post-118818" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1bc7aef17fe792a24b354e033e772c85</guid>
				<title>Ted Viens replied to the topic Integrating with EMPI - can a FHIR call be made from an xlate or pre-xlate proc? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/integrating-with-empi-can-a-fhir-call-be-made-from-an-xlate-or-pre-xlate-proc/#post-118813</link>
				<pubDate>Mon, 03 May 2021 21:36:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>I too am trying to figure out how to leverage Cloverleaf to address inquiries surrounding FHIR.   I am watching the DTC webinar now.    It sounds like there are different ways to address this.   Is there a specific connector that should be used with FHIR or should the java/ws be used?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4a698e4a03e6d5b4c92d5a4f0540ff86</guid>
				<title>Ted Viens replied to the topic Tcl Curl with cloverleaf 5.7 - sending to connect virginia in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-curl-with-cloverleaf-5-7-sending-to-connect-virginia/#post-80721</link>
				<pubDate>Tue, 26 Jan 2016 16:00:09 -0500</pubDate>

									<content:encoded><![CDATA[<p>Perfect. &nbsp;Thanks</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">259de8bd70e1b033b42ee4b733626c76</guid>
				<title>Ted Viens replied to the topic Tcl Curl with cloverleaf 5.7 - sending to connect virginia in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-curl-with-cloverleaf-5-7-sending-to-connect-virginia/#post-80719</link>
				<pubDate>Fri, 22 Jan 2016 22:18:01 -0500</pubDate>

									<content:encoded><![CDATA[<p>I just tackled this same issue. &nbsp;I posted the script that performs a post via HTTPS to a web site.</p>
<p>The attached script is sucessful.</p>
<p>I am fighting another issue now that you may encounter too. &nbsp;That issue is the handling of inbound replies. &nbsp;They are not making their way to inbound SMAT and I need to handle the ACK&gt;</p>
<p>I have the script set up as&hellip;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a0d2c055ac2cfb7b3526df00eddc6538</guid>
				<title>Ted Viens replied to the topic Engine process core dump in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/engine-process-core-dump/#post-81693</link>
				<pubDate>Tue, 22 Sep 2015 13:58:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>This does not appear to be resolved in 6.1. &nbsp;I am getting core dumps as well relgaed to signal exception exceptions.</p>
<p>Any advice on how to resolve this in 6.1 would be appreciated.</p>
<p>[pdl :PDL :ERR /0:to_sgsound_adt:09/21/2015 15:18:09] PDL signaled exception: code 1, msg write failure<br />
[pti :sign:WARN/0:to_sgsound_adt:09/21/2015 15:20:14] Thread 3&hellip;<span class="activity-read-more" id="activity-read-more-169"><a href="https://usspvlclovertch2.infor.com/forums/topic/engine-process-core-dump/#post-81693" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9f67a11967076b9e5e93891c4b51a9ea</guid>
				<title>Ted Viens replied to the topic CL5.7 rev 2 - aix  --- memory leak with inbound tcp in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cl5-7-rev-2-aix-memory-leak-with-inbound-tcp/#post-73759</link>
				<pubDate>Wed, 06 Jul 2011 20:38:54 -0400</pubDate>

									<content:encoded><![CDATA[<p>CORRECTION &#8211; There are no TCL Procs being hit on the inbound thread.</p>
<p>We are receiving 64 bit encoded data in OBX.5.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">97ccac7339048036ec7c20634cb8a139</guid>
				<title>Ted Viens replied to the topic CL5.7 rev 2 - aix  --- memory leak with inbound tcp in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cl5-7-rev-2-aix-memory-leak-with-inbound-tcp/#post-73758</link>
				<pubDate>Wed, 06 Jul 2011 20:29:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here is additional information that was found.<br />
&#8211; The sending system is sending an FIN ACK, which kills the connection, immediatley after receiving the HL7 ACK.<br />
&#8211; The inbound thread over time consumes the RAM and necessitates a reboot of the server causing PROD impact.<br />
&#8211; Our last reboot was on 6/28.</p>
<p>Questions:<br />
&#8211; I am not sure why a transient&hellip;<span class="activity-read-more" id="activity-read-more-19014"><a href="https://usspvlclovertch2.infor.com/forums/topic/cl5-7-rev-2-aix-memory-leak-with-inbound-tcp/#post-73758" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cff19ea669a14e9e72de6de53ee4cc42</guid>
				<title>Ted Viens replied to the topic Close_wait state in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/close_wait-state/#post-71176</link>
				<pubDate>Fri, 25 Jun 2010 04:59:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>This issue was not seen on 5.4.1. &nbsp;It was only after upgrading to 5.7that this CLOSE_WAIT issue came about. &nbsp;It could be related to the OS and that is being explored.</p>
<p>We are running 5.7 rev2 on AIX 6.1.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c40df6d02641181004afdca2a128d28e</guid>
				<title>Ted Viens replied to the topic Close_wait state in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/close_wait-state/#post-71173</link>
				<pubDate>Wed, 23 Jun 2010 21:10:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>I actually logged onto research this very thing.</p>
<p>I am encountering this issue as well. &nbsp;We are using 5.7 on AIX. &nbsp;I am polling for a file on an external system running AIX.</p>
<p>The symptom that I am seeing is that the the FTP Get being run by the IB thread is not closing the connection cleanly. &nbsp;So as time goes by, as in your case, the number of&hellip;<span class="activity-read-more" id="activity-read-more-11238"><a href="https://usspvlclovertch2.infor.com/forums/topic/close_wait-state/#post-71173" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>