<?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 | Michael Burrows | Activity</title>
	<link>https://clovertech.infor.com/members/michael-burrows/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/michael-burrows/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Michael Burrows.</description>
	<lastBuildDate>Mon, 04 May 2026 14:06:31 -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">43fa533bb03d6071725fb01fc3effe55</guid>
				<title>Michael Burrows replied to the topic calling an SQL stored procedure from a tcl script in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/calling-an-sql-stored-procedure-from-a-tcl-script/#post-119971</link>
				<pubDate>Fri, 07 Oct 2022 12:51:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>…and this is how we call it from another proc:</p>
<blockquote><p>#First, set all your parameters in variables such as par1, par2, etc.</p>
<p>set comma “,”</p>
<p>#Set name of server in ODBC connection here:<br />
set serv “server”</p>
<p>#Set DB username here<br />
set uname “username”</p>
<p>#Set DB passsword here<br />
set pw “password”</p>
<p>#Set name of stored procedure here<br />
set spName “storedprocedure”&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-24818"><a href="https://usspvlclovertch2.infor.com/forums/topic/calling-an-sql-stored-procedure-from-a-tcl-script/#post-119971" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b9a3a47fefa6b468a49f9975f961c8cc</guid>
				<title>Michael Burrows replied to the topic calling an SQL stored procedure from a tcl script in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/calling-an-sql-stored-procedure-from-a-tcl-script/#post-119968</link>
				<pubDate>Fri, 07 Oct 2022 12:48:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>The following is the custom TCL proc (also attached in a txt file):</p>
<blockquote><p>
&lt;pre&gt;#############################################################################<br />
# Name: sql_sp_query<br />
#<br />
# Purpose: Executes a stored procedure on a remote SQL Server DB and returns the value.<br />
# This should be used when you are passing a single parameter and expecting a single&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-24817"><a href="https://usspvlclovertch2.infor.com/forums/topic/calling-an-sql-stored-procedure-from-a-tcl-script/#post-119968" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1ed34ec8ac50e9d22926dfbd395837ae</guid>
				<title>Michael Burrows replied to the topic calling an SQL stored procedure from a tcl script in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/calling-an-sql-stored-procedure-from-a-tcl-script/#post-119964</link>
				<pubDate>Fri, 07 Oct 2022 12:43:34 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here is how we do it, purely with TCL.</p>
<p>Some of this you may know already, and some of it may not be &#8220;best practice&#8221;.</p>
<p>We contracted with a TCL developer that knew all this stuff well. I took his code, simplified it, and made it more readable. There are some things I did not understand about the TCL he used for the ODBC package, but I figured it&hellip;<span class="activity-read-more" id="activity-read-more-24816"><a href="https://usspvlclovertch2.infor.com/forums/topic/calling-an-sql-stored-procedure-from-a-tcl-script/#post-119964" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a7afe3a473c2cea420f45e9ab8ec6c00</guid>
				<title>Michael Burrows replied to the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119776</link>
				<pubDate>Thu, 02 Jun 2022 20:09:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Oh, wow. That&#8217;s good to know.</p>
<p>Process configuration is not where I would have thought something like that would be found.</p>
<p>Much appreciated!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cc416e4fc2f705561eef7d5e4344a735</guid>
				<title>Michael Burrows replied to the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119772</link>
				<pubDate>Thu, 02 Jun 2022 19:27:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi again, Lisa.</p>
<p>My attachment outlines the way we&#8217;re doing this. (HL7 -&gt; SOAP MSG -&gt; SOAP REPLY -&gt; HL7)</p>
<p>Let me know if you have questions, suggestions, or feedback.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9fd6546540bdc30e9c2c0affd8eaa17f</guid>
				<title>Michael Burrows replied to the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119766</link>
				<pubDate>Wed, 01 Jun 2022 21:29:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>Did some more poking around and found the java/ws-client protocol which I think may be what you&#8217;re referencing there. Having never used that protocol and having little-to-no experience with Java, it would have never crossed my mind to use it and probably wouldn&#8217;t know how anyway. But hopefully your solution helps someone else.</p>
<p>Thanks again!</p>
<p>-Michael</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8bd00200774d2b6b8b32641e353e49a5</guid>
				<title>Michael Burrows replied to the topic eCR using Cloverleaf working with the CDC in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/ecr-using-cloverleaf-working-with-the-cdc/#post-119765</link>
				<pubDate>Wed, 01 Jun 2022 21:20:20 -0400</pubDate>

									<content:encoded><![CDATA[<p>Joe,</p>
<p>We are working on that, but not via Cloverleaf, as the preferred medium (maybe the <em>only medium</em>?) is via Direct Messaging, which we have set up with a direct connection between our Meditech EMR and the HISP.</p>
<p>I would have never even considered using Cloverleaf for Direct Messaging, although I am sure it could be done.</p>
<p>I&#8217;m curious, are you&hellip;<span class="activity-read-more" id="activity-read-more-24563"><a href="https://usspvlclovertch2.infor.com/forums/topic/ecr-using-cloverleaf-working-with-the-cdc/#post-119765" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4707876ce29a661475c1d962c383914a</guid>
				<title>Michael Burrows replied to the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119764</link>
				<pubDate>Wed, 01 Jun 2022 21:05:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Lisa.</p>
<p>Thanks for the info!</p>
<p>Unfortunately I don&#8217;t think this solution will work for us because we don&#8217;t have a WS-Client protocol available (unless I am overlooking it somewhere). I think you may have either a more recent Cloverleaf install than us (19.1), or you have a Web Services add-on that we don&#8217;t have. I do recall them offering&hellip;<span class="activity-read-more" id="activity-read-more-24562"><a href="https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119764" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bc2f5440f241fa0ac572e4f3c55607d8</guid>
				<title>Michael Burrows replied to the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119567</link>
				<pubDate>Thu, 24 Feb 2022 16:03:19 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks, Charlie.</p>
<p>So the cert is not being validated with the CA when I use that option, as I guessed.</p>
<p>Any ideas *how* I can make sure that Cloverleaf does it? I am pretty sure it&#8217;s not a problem with the state&#8217;s cert.</p>
<p>Thanks,</p>
<p>&nbsp;</p>
<p>Michael</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ab5a829e25dcfecc74ea1dba1f2d067f</guid>
				<title>Michael Burrows replied to the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/#post-119565</link>
				<pubDate>Wed, 23 Feb 2022 19:42:37 -0500</pubDate>

									<content:encoded><![CDATA[<p>I should have mentioned:</p>
<p>We are on Cloverleaf 19.1 on an AIX 7.1 system.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5e64f245f0866001016db5a436dac354</guid>
				<title>Michael Burrows started the topic HTTPS and CURLOPT_SSL_VERIFYPEER in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/</link>
				<pubDate>Wed, 23 Feb 2022 19:31:10 -0500</pubDate>

									<content:encoded><![CDATA[<p>We are implementing our first HTTPS interface, using Cloverleaf&#8217;s http protocol, to send realtime vaccination info to the state (Georgia).</p>
<p>I didn&#8217;t quite know what I was doing, and the state couldn&#8217;t provide much help, but after consulting Cloverleaf&#8217;s Help files, I configured the thread to the best of my knowledge with:</p>
<ul>
<li>the supplied endpoint</li>
<p>&hellip;</ul>
<p><span class="activity-read-more" id="activity-read-more-24343"><a href="https://usspvlclovertch2.infor.com/forums/topic/https-and-curlopt_ssl_verifypeer/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7db8791e4c5568b86dcaee706284f25e</guid>
				<title>Michael Burrows replied to the topic Allow HL7 field to single outbound thread while removing for others in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118858</link>
				<pubDate>Tue, 18 May 2021 19:31:49 -0400</pubDate>

									<content:encoded><![CDATA[<p>When I create a static raw route, it names the route &#8220;_HCI_STATIC_ROUTE_&#8221;. If I try to create another one, it defaults to that same name, and gives me an error &#8220;<em>&#8230;&#8217;_HCI_STATIC_ROUTE_&#8217; already exists for this thread&#8230;</em>&#8220;.</p>
<p>I can think of at least one way around this, maybe by using wild cards in a defined TRXID route, but on further contemplation&hellip;<span class="activity-read-more" id="activity-read-more-23484"><a href="https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118858" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c17c1fbf9cb0972df9140471535f1ecc</guid>
				<title>Michael Burrows replied to the topic Allow HL7 field to single outbound thread while removing for others in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118836</link>
				<pubDate>Tue, 11 May 2021 12:45:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>That would be the way we&#8217;d normally do it. But this ADT feeds about 50 threads, so I wanted to avoid having to put a translation on the other 49 to null it out.</p>
<p>Although now that you mention it, surely there&#8217;s a way to reconfigure my routes to allow for this. But you can only have one static route on each inbound thread, right?</p>
<p>I don&#8217;t doubt&hellip;<span class="activity-read-more" id="activity-read-more-23458"><a href="https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118836" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">88e4cee40a1efc167c5e112b88bb5c88</guid>
				<title>Michael Burrows replied to the topic Allow HL7 field to single outbound thread while removing for others in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118834</link>
				<pubDate>Mon, 10 May 2021 15:55:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Ah! I like this idea. It&#8217;s kind of non-standard but then so is our methodology!</p>
<p>We rarely use and never *set* metadata in our normal day-to-day operations, but I think this will work. I can place this on the IB tab, then use a proc on the route of the single destination to pull it out.</p>
<p>Thanks a lot!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f9d2dc5d051be2f2df0fb9a15acbbdd5</guid>
				<title>Michael Burrows replied to the topic Allow HL7 field to single outbound thread while removing for others in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118833</link>
				<pubDate>Mon, 10 May 2021 15:49:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>I see, so the code for that would be something to the effect of:</p>
<p>&nbsp;</p>
<p>#Get the destination<br />
set n [msgmetaget $mh DESTCONN]</p>
<p>#If destination is not the one that needs the customization&#8230;<br />
if ![cequal $n &#8220;name_of_destination_to_allow_new_val&#8221;] {<br />
#Code to blank out IN1.15 and then continue the message<br />
} else {<br />
#Continue the message without blanking&hellip;<span class="activity-read-more" id="activity-read-more-23455"><a href="https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118833" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9976fbed5e9a256540f4a89c3354e2b2</guid>
				<title>Michael Burrows replied to the topic Allow HL7 field to single outbound thread while removing for others in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/#post-118830</link>
				<pubDate>Mon, 10 May 2021 15:29:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, that&#8217;s what we&#8217;d do normally. But in this case, the &#8220;change&#8221; is that new data (inaccessible from elsewhere) will be coming from the source system, so it will be in every message.</p>
<p>&nbsp;</p>
<p>Thanks,</p>
<p>&nbsp;</p>
<p>Michael</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">090367764d1cabd8192162828f1fa2ed</guid>
				<title>Michael Burrows started the topic Allow HL7 field to single outbound thread while removing for others in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/</link>
				<pubDate>Mon, 10 May 2021 15:19:47 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a vendor who is looking for a nonstandard value in an HL7 ADT field from our EMR. Specifically, they want us to send &#8220;subscriber name if different&#8221; in IN1.15 (typically unused, but defined as &#8220;Plan Type&#8221;). We plan to ask the source EMR to customize the HL7 feed to include this info.</p>
<p>The tricky part is this:</p>
<p>The ADT coming from the&hellip;<span class="activity-read-more" id="activity-read-more-23449"><a href="https://usspvlclovertch2.infor.com/forums/topic/allow-hl7-field-to-single-outbound-thread-while-removing-for-others/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cebaf504b4e238cef0c30bc7ac6dfffc</guid>
				<title>Michael Burrows replied to the topic Cycle Save on Process Restart? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cycle-save-on-process-restart/#post-117970</link>
				<pubDate>Thu, 24 Sep 2020 15:30:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>I can not find it there either.</p>
<p>&nbsp;</p>
<p>I have also found that since I posted this topic, this behavior has been inconsistent in our test sites. I think there is something else causing the SMAT to cycle off, and it is not necessarily associated with process restarting.</p>
<p>&nbsp;</p>
<p>My first thought is that perhaps when I have seen this behavior, the SMAT file&hellip;<span class="activity-read-more" id="activity-read-more-22495"><a href="https://usspvlclovertch2.infor.com/forums/topic/cycle-save-on-process-restart/#post-117970" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">062076b188c1ea48078772ffa8381962</guid>
				<title>Michael Burrows replied to the topic Cycle Save on Process Restart? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cycle-save-on-process-restart/#post-117917</link>
				<pubDate>Wed, 16 Sep 2020 17:33:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks.</p>
<p>&nbsp;</p>
<p>Well, that explains why I can&#8217;t find the setting anywhere&#8230; I will keep digging.</p>
<p>&nbsp;</p>
<p>After further investigation, it looks like this isn&#8217;t happening consistently in our test sites, although it is happening most of the time.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f467f84e34a17715f5342b2c617a1ebd</guid>
				<title>Michael Burrows started the topic Cycle Save on Process Restart? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cycle-save-on-process-restart/</link>
				<pubDate>Tue, 15 Sep 2020 19:16:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>In our Cloverleaf environment, we have some test sites and some production sites, which mirror each other in terms of their contents, setup, and configuration.</p>
<p>We have noticed that when we restart a process in our test site, Cloverleaf will automatically cycle save the .msg and .idx files for the threads in that process.</p>
<p>However, the same does&hellip;<span class="activity-read-more" id="activity-read-more-22424"><a href="https://usspvlclovertch2.infor.com/forums/topic/cycle-save-on-process-restart/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>