<?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 | Joe Baranski | Activity</title>
	<link>https://clovertech.infor.com/members/jbaranski/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/jbaranski/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Joe Baranski.</description>
	<lastBuildDate>Tue, 14 Apr 2026 21:40:58 -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">8b022ffff29057b7881ee2050fd72747</guid>
				<title>Joe Baranski replied to the topic Trying to replace an entire message with msgset, still only sending old message in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/trying-to-replace-an-entire-message-with-msgset-still-only-sending-old-message/#post-122192</link>
				<pubDate>Wed, 08 Oct 2025 13:37:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>The displist was set at the start of the proc and not referenced until the end of the swap.  I tried your suggestion of changing it to a set instead of lappend and got this error with the Testing Tool</p>
<p>[0:TEST] &#8216;CONTINUE&#8217; (returned by &#8216;tonic_siu_from_adt_build_db &#8216;) does not match { &lt;key&gt; &lt;value&gt; }<br />
[0:TEST] &#8216;message0&#8217; (returned by&hellip;<span class="activity-read-more" id="activity-read-more-27078"><a href="https://clovertech.infor.com/forums/topic/trying-to-replace-an-entire-message-with-msgset-still-only-sending-old-message/#post-122192" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c798b63f499409dc0d0845e5fd1f7fdb</guid>
				<title>Joe Baranski replied to the topic Trying to replace an entire message with msgset, still only sending old message in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/trying-to-replace-an-entire-message-with-msgset-still-only-sending-old-message/#post-122191</link>
				<pubDate>Wed, 08 Oct 2025 13:01:00 -0400</pubDate>

									<content:encoded><![CDATA[<p>This proc is active on the route; there&#8217;s a line of code to update a ProcessedFlag field on the db table that gets set to 1 when it updates/swaps-in the SIU and that functions when resending messages.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">25776954f81ccdb72baaed6182313fef</guid>
				<title>Joe Baranski started the topic Trying to replace an entire message with msgset, still only sending old message in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/trying-to-replace-an-entire-message-with-msgset-still-only-sending-old-message/</link>
				<pubDate>Tue, 07 Oct 2025 20:52:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>The reasoning behind this is we have to block SIUs without an Account Number in PID.18 when scheduled via an outside system.  I have 1 tclproc to kill the message on the SIU route and write the message to a local sqlite db.  Then on a separate ADT (split) route I have another tclproc that compares MRNs, if it finds a match it reads the SIU from t&hellip;<span class="activity-read-more" id="activity-read-more-27071"><a href="https://clovertech.infor.com/forums/topic/trying-to-replace-an-entire-message-with-msgset-still-only-sending-old-message/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">23871f89840d623f30424635f2f9e94e</guid>
				<title>Joe Baranski replied to the topic Is there a way to use both a TCL proc and Output Message Format on a route? in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/is-there-a-way-to-use-both-a-tcl-proc-and-output-message-format-on-a-route/#post-122137</link>
				<pubDate>Tue, 02 Sep 2025 18:23:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Partly because I&#8217;m far more knowledgeable with TCL than Xlates; my last site was 100% TCL and this new one is 100% Xlate.  And partly because Infor had recommended it due to Xlates being a little more top-heavy with resources.  We&#8217;ve had issues where some of the heavy-traffic interfaces with Xlate filtering would spike to 100% CPU usage and c&hellip;<span class="activity-read-more" id="activity-read-more-27028"><a href="https://clovertech.infor.com/forums/topic/is-there-a-way-to-use-both-a-tcl-proc-and-output-message-format-on-a-route/#post-122137" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">88dd3dc01914dca6e486ea207fb1bcca</guid>
				<title>Joe Baranski started the topic Is there a way to use both a TCL proc and Output Message Format on a route? in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/is-there-a-way-to-use-both-a-tcl-proc-and-output-message-format-on-a-route/</link>
				<pubDate>Tue, 02 Sep 2025 17:44:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to convert a lot of existing XLATEs to TCL but the previous guy was strict to use HL7 formats for their specific vendors.  Instead of going through all these with a fine tooth comb and have to compare every single field in TCL, is there a way to integrate the output formats with TCL?  Other than write the TCL and put it on PreProc w&hellip;<span class="activity-read-more" id="activity-read-more-27025"><a href="https://clovertech.infor.com/forums/topic/is-there-a-way-to-use-both-a-tcl-proc-and-output-message-format-on-a-route/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">98c6d9c85f8cfd9db5194b9231b60da1</guid>
				<title>Joe Baranski&#039;s profile was updated</title>
				<link>https://clovertech.infor.com/activity/p/26464/</link>
				<pubDate>Thu, 20 Jun 2024 13:58:00 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>