<?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 | Max Drown (Infor) | Activity</title>
	<link>https://clovertech.infor.com/members/max-drown/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/max-drown/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Max Drown (Infor).</description>
	<lastBuildDate>Tue, 14 Apr 2026 14:40:59 -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">c067ae2a7c1c13408b661667da6b1de5</guid>
				<title>Max Drown (Infor) replied to the topic Encrypted SQLite SMAT DB query performance in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/encrypted-sqlite-smat-db-query-performance/#post-122214</link>
				<pubDate>Wed, 29 Oct 2025 14:43:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>How many records are in the db?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fd564fad4ee5e9b6b94f1ec52c3118e4</guid>
				<title>Max Drown (Infor) replied to the topic Encrypted SQLite SMAT DB query performance in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/encrypted-sqlite-smat-db-query-performance/#post-122212</link>
				<pubDate>Tue, 28 Oct 2025 20:36:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>What is it you&#8217;re doing that is slower?</p>
<p>Are you using PRAGMA KEY to decrypt?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">05e5000c59c7b76b6605ffef36ee0af4</guid>
				<title>Max Drown (Infor) replied to the topic Basic Tutorial for Using SQLite With Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/basic-tutorial-for-using-sqlite-with-cloverleaf/#post-121222</link>
				<pubDate>Mon, 04 Mar 2024 15:38:13 -0500</pubDate>

									<content:encoded><![CDATA[<p>If I&#8217;m understanding the question correctly &#8230;.</p>
<p>First grab all of the OBR segments from the message:<br />
set obx_segs [lsearch -all -inline -regexp $msg {^OBX}]<br />
Then, loop across the segments and execute the inserts:<br />
foreach obx $obx_segs {<br />
    # Do the database insert<br />
}</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">408d9518460a2be9c22b6145af066327</guid>
				<title>Max Drown (Infor) replied to the topic Basic Tutorial for Using SQLite With Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/basic-tutorial-for-using-sqlite-with-cloverleaf/#post-121216</link>
				<pubDate>Fri, 01 Mar 2024 20:15:02 -0500</pubDate>

									<content:encoded><![CDATA[<p>Paste the code here, please. I don&#8217;t see the attachment.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">db36dd6a642b7a50d956b1b9d8d0257f</guid>
				<title>Max Drown (Infor) replied to the topic Basic Tutorial for Using SQLite With Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/basic-tutorial-for-using-sqlite-with-cloverleaf/#post-121215</link>
				<pubDate>Fri, 01 Mar 2024 20:14:41 -0500</pubDate>

									<content:encoded><![CDATA[<p>Paste the code here, please. I don&#8217;t see the attachment.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f646d6836133c4d03bd4c3e67bb5a09</guid>
				<title>Max Drown (Infor) replied to the topic Primary Site/Master Site - called TCL proc in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/primary-site-master-site-called-tcl-proc/#post-120985</link>
				<pubDate>Wed, 08 Nov 2023 21:12:40 -0500</pubDate>

									<content:encoded><![CDATA[<p>A site can only have one master site. The root level is still available.</p>
<p>The heircharchy is always local site &#8211;&gt; master site (either set at the root level or site level) &#8211;&gt; root</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48191bd67da9c0ed1f393207d0e05e5d</guid>
				<title>Max Drown (Infor) replied to the topic Primary Site/Master Site - called TCL proc in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/primary-site-master-site-called-tcl-proc/#post-120981</link>
				<pubDate>Wed, 08 Nov 2023 20:54:25 -0500</pubDate>

									<content:encoded><![CDATA[<p>When you use the Site Preferences option to choose a different site as the master site, it overrides the root master site. The hierarchy will still be local site &#8211;&gt; master site &#8211;&gt; root. When making a change to Site Preferences, the entire site should be restarted including both daemons and all processes. You do not need to restart the&hellip;<span class="activity-read-more" id="activity-read-more-25927"><a href="https://usspvlclovertch2.infor.com/forums/topic/primary-site-master-site-called-tcl-proc/#post-120981" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b037064b6d015bf389dacc9dd0992b6d</guid>
				<title>Max Drown (Infor) replied to the topic FTP logging in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/ftp-logging/#post-120978</link>
				<pubDate>Wed, 08 Nov 2023 20:38:17 -0500</pubDate>

									<content:encoded><![CDATA[<p>On the cURL Options tab (protocol properties), add this name:value<br />
CURLOPT_VERBOSE 1</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">92cb0e3eb60048f3ea1cf36b1291c2c5</guid>
				<title>Max Drown (Infor) replied to the topic Calling a web service on a Route in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/calling-a-web-service-on-a-route/#post-120937</link>
				<pubDate>Mon, 23 Oct 2023 19:15:47 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ll take a stab at explaining here. If you need more details, send me your email address and I&#8217;ll contact you.</p>
<p>Most likely your delay is caused by the lag between when the query goes out and the response comes back in. The response arrives before the Await Replies timeout, so the query is not resent, but a queue does build up in state 11.</p>
<p>One&hellip;<span class="activity-read-more" id="activity-read-more-25878"><a href="https://usspvlclovertch2.infor.com/forums/topic/calling-a-web-service-on-a-route/#post-120937" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">78b1364e9a398765c89d2277c1583f34</guid>
				<title>Max Drown (Infor) replied to the topic Calling a web service on a Route in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/calling-a-web-service-on-a-route/#post-120934</link>
				<pubDate>Mon, 23 Oct 2023 15:37:10 -0400</pubDate>

									<content:encoded><![CDATA[<p>In CIS 2022.09.02, we added/improved Multi-threaded WS clients which will do as you describe I believe.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cadd33c62ed447aeaf265bf59b4ef36b</guid>
				<title>Max Drown (Infor) replied to the topic Data Masking in SMATDB in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/data-masking-in-smatdb/#post-120933</link>
				<pubDate>Mon, 23 Oct 2023 15:34:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>There is no option in GM that will mask fields. Please consider entering an enhancement request through the Infor Support Portal.</p>
<p>You do not need Advanced Security to block access to SMAT DB or ERROR DB. The GM roles have an option to enable or disable those tools.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5ddc2ed91a2a7ed976471c04dc1291a2</guid>
				<title>Max Drown (Infor) replied to the topic High Availability On Azure Hosted in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/high-availability-on-azure-hosted/#post-120907</link>
				<pubDate>Mon, 09 Oct 2023 14:52:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>I found this in my notes from Oct. 14, 2021.</p>
<p><em>CISF: doesn’t support FIFO queues, cannot use this filesystem. </em></p>
<p><em>NFS: TPS is slow, cannot handle the volume.</em></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">68fe10354e1b867c6ddc950dafb59e35</guid>
				<title>Max Drown (Infor) replied to the topic High Availability On Azure Hosted in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/high-availability-on-azure-hosted/#post-120905</link>
				<pubDate>Mon, 09 Oct 2023 14:46:24 -0400</pubDate>

									<content:encoded><![CDATA[<p>I tested the performance of Azure shared disks about a year or so ago. All of them were too slow for Cloverleaf (or had other showstopper issues) except for the Azure Premium shared disk. The premium shared disk was fast enough for Cloverleaf. Things may have changed since then, so take this information with a grain of salt.</p>
<p>If you would like to&hellip;<span class="activity-read-more" id="activity-read-more-25846"><a href="https://usspvlclovertch2.infor.com/forums/topic/high-availability-on-azure-hosted/#post-120905" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">567ed09ba238b227261219c020122dfd</guid>
				<title>Max Drown (Infor) replied to the topic Delete Segment Using Xlate (Second FT1) in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/delete-segment-using-xlate-second-ft1/#post-120739</link>
				<pubDate>Mon, 21 Aug 2023 18:24:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>1(1).FT1(0)</p>
<p>The trailing (0) is the iteration of the segment in this case. The 0 means the 1st iteration, it&#8217;s hardcoded.</p>
<p>So, try this instead: 1(1).FT1</p>
<p>That would get rid of all FT 1 segments.</p>
<p>If you are looping and want to get ride of specific segments only, the use an iteration variable like (%s1) and 1(1).FT1(%s1)</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">576644d348680772c4ffacd816630d4c</guid>
				<title>Max Drown (Infor) posted a new activity comment</title>
				<link>https://clovertech.infor.com/activity/p/25663/#acomment-25666</link>
				<pubDate>Mon, 14 Aug 2023 21:16:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>firstname.lastname<br />
@<br />
infor dot com</p>
				<strong>In reply to</strong> -
				<a href="https://clovertech.infor.com/members/ryan-johnson/" rel="nofollow ugc">Ryan Johnson</a> posted an update <a href='https://usspvlclovertch2.infor.com/members/max-drown/' rel="nofollow ugc">@max-drown</a> I am browsing the forums looking for a solution a HL7 file with CR LF in each line of the message. This is making me have a message per segment. I stumbled upon this post [&hellip;]			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d17723098f956d52559b290c24f3ec01</guid>
				<title>Max Drown (Infor) posted a new activity comment</title>
				<link>https://clovertech.infor.com/activity/p/25663/#acomment-25664</link>
				<pubDate>Mon, 14 Aug 2023 21:08:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>Shoot me an email with the details, please.</p>
				<strong>In reply to</strong> -
				<a href="https://clovertech.infor.com/members/ryan-johnson/" rel="nofollow ugc">Ryan Johnson</a> posted an update <a href='https://usspvlclovertch2.infor.com/members/max-drown/' rel="nofollow ugc">@max-drown</a> I am browsing the forums looking for a solution a HL7 file with CR LF in each line of the message. This is making me have a message per segment. I stumbled upon this post [&hellip;]			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aef0c89422cbee577cd77acba63fa62f</guid>
				<title>Max Drown (Infor) replied to the topic Call a shell script (.sh) from a tps proc in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/call-a-shell-script-sh-from-a-tps-proc/#post-120695</link>
				<pubDate>Thu, 27 Jul 2023 17:21:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Always use the tcl catch command when calling exec.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d7f5a78dc50c859ab4633383cabac26b</guid>
				<title>Max Drown (Infor) replied to the topic GM view is &#034;unknown&#034; when connecting to RHEL Cluster VIP in the forum Global Monitor</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/gm-view-is-unknown-when-connecting-to-rhel-cluster-vip/#post-120413</link>
				<pubDate>Wed, 22 Mar 2023 14:46:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>You may need to add all of the IP addresses or hostnames that Cloverleaf can appear to be using to the outside to the export server address in hciserveradmin. This could include a VIP, real IPs, etc. They are deleted with a space in this field. Then restart the hostserver (hcisss).</p>
<p>For example, add the VIP, HA1, HA2, etc. IP addresses.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e45f7a725b69012de06592c4969670c3</guid>
				<title>Max Drown (Infor) replied to the topic Iterate With VRL in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/iterate-with-vrl/#post-119897</link>
				<pubDate>Wed, 10 Aug 2022 20:55:54 -0400</pubDate>

									<content:encoded><![CDATA[<p>Lane, I sent a BOX to Support with an example that might help. Trying to attach it here, too.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec1fa743caa82a011c9b2d2805162b11</guid>
				<title>Max Drown (Infor) replied to the topic JSON Acknowledgement Script in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/json-acknowledgement-script/#post-119425</link>
				<pubDate>Mon, 13 Dec 2021 16:18:41 -0500</pubDate>

									<content:encoded><![CDATA[<p>[code]proc tps_bounce_response_json { args } {<br />
    set module tps_bounce_response_json<br />
    set debug 0<br />
    keylget args MODE mode<br />
    set dispList {}</p>
<p>    switch -exact &#8212; $mode {<br />
        start {}</p>
<p>        run {<br />
            keylget args MSGID mh<br />
            set userData [msgmetaget $mh USERDATA]<br />
            set requestInfo [keylget userData&hellip;<span class="activity-read-more" id="activity-read-more-24178"><a href="https://usspvlclovertch2.infor.com/forums/topic/json-acknowledgement-script/#post-119425" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">971ebeeb9a9e7a46a48f7832249f722d</guid>
				<title>Max Drown (Infor) replied to the topic Cloud Cloverleaf and hosted EMR in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloud-cloverleaf-and-hosted-emr/#post-118856</link>
				<pubDate>Tue, 18 May 2021 17:50:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>There is some extra latency, yes, but not noticeable. We have had no problems at all with latency even for busy interfaces and large hospital systems.</p>
<p>The on-premise network connects to Cloverleaf Cloud over a site-to-site VPN tunnel. All other networking on the customer side goes through the customer network and over the VPN tunnel. For example&hellip;<span class="activity-read-more" id="activity-read-more-23482"><a href="https://usspvlclovertch2.infor.com/forums/topic/cloud-cloverleaf-and-hosted-emr/#post-118856" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6f27817e5a211b2e21f063f045fa2f07</guid>
				<title>Max Drown (Infor) replied to the topic Basic Tutorial for Using SQLite With Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/basic-tutorial-for-using-sqlite-with-cloverleaf/#post-117875</link>
				<pubDate>Sat, 12 Sep 2020 18:18:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, the db protocols can write to SQL Server, Oracle, SQLite, and you can add your own JDBC drivers for other databases, too.</p>
<p>I might be misunderstanding your question? Please clarify or add more detail.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5ce297186c5db3eb83e862312712eecb</guid>
				<title>Max Drown (Infor) started the topic Basic Tutorial for Using SQLite With Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/basic-tutorial-for-using-sqlite-with-cloverleaf/</link>
				<pubDate>Fri, 29 May 2020 21:25:17 -0400</pubDate>

									<content:encoded><![CDATA[<p><strong>Basic Tutorial for Using SQLite With Cloverleaf</strong></p>
<p>This is a <em>basic</em> tutorial on using SQLite <em>with</em> Cloverleaf.  A Cloverleaf BOX (created using CIS 19.1) is attached that demonstrates using SQLite with TPS, XLT, and the Database-Inbound Protocol. The examples included in this tutorial and in the attached BOX are simple and are only meant to be a s&hellip;<span class="activity-read-more" id="activity-read-more-21533"><a href="https://usspvlclovertch2.infor.com/forums/topic/basic-tutorial-for-using-sqlite-with-cloverleaf/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b0fa6fdf64ec82a33de1e560bcfe04a8</guid>
				<title>Max Drown (Infor) replied to the topic 2 sec time delay in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/2-sec-time-delay/#post-113466</link>
				<pubDate>Thu, 31 Oct 2019 14:00:49 -0400</pubDate>

									<content:encoded><![CDATA[<p>Adding a sleep to a process is typically not a good practice because it blocks the process and all of messages in the flow queue up. What I tend to do instead when I need to introduce a delay is to ether right the messages to a file and use a second pair of threads with a fileset-local with a TPS Dir Proc to wait on the message to be a certain age&hellip;<span class="activity-read-more" id="activity-read-more-17743"><a href="https://usspvlclovertch2.infor.com/forums/topic/2-sec-time-delay/#post-113466" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">db99329e4f766119444a87b2f95d4ff5</guid>
				<title>Max Drown (Infor) replied to the topic sqlite insert/update slowness with Epic ADT in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-insert-update-slowness-with-epic-adt/#post-113281</link>
				<pubDate>Tue, 22 Oct 2019 19:03:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>Would it be possible to use separate sqlite databases for each process?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6310b87300bfd47a4ee88600be15ddae</guid>
				<title>Max Drown (Infor) changed their profile picture</title>
				<link>https://clovertech.infor.com/activity/p/17551/</link>
				<pubDate>Tue, 22 Oct 2019 18:59:00 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48f480a7dde95626200e67c6592c2ab6</guid>
				<title>Max Drown (Infor)&#039;s profile was updated</title>
				<link>https://clovertech.infor.com/activity/p/17550/</link>
				<pubDate>Tue, 22 Oct 2019 18:57:46 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e46fe2915653819afc6a42ef24043a00</guid>
				<title>Max Drown (Infor) replied to the topic sqlite insert/update slowness with Epic ADT in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-insert-update-slowness-with-epic-adt/#post-113278</link>
				<pubDate>Tue, 22 Oct 2019 18:54:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s possible the slowness may be caused by the locking and unlocking of the sqlite database. We traditionally have recommended that all threads that will access the sqlite database should be in the same process to limit the need for locking and unlocking because the process will only allow on thread access at a time.</p>
<p>Just a thought.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6c29e0cf1e3c4e835ff928b442458538</guid>
				<title>Max Drown (Infor) replied to the topic The finer points of DB Initialization in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/the-finer-points-of-db-initialization/#post-113162</link>
				<pubDate>Thu, 17 Oct 2019 14:24:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>Nope, hcidbdump does not reduce the file size of the database. The database file will grow to accommodate the size of the queues as they grow, but the size will not automatically reduce or shrink down again when the queue empties out. This is why it is a best practice to keep queues lean and mean, i.e., try to never let queue sizes get too large.&hellip;<span class="activity-read-more" id="activity-read-more-17435"><a href="https://usspvlclovertch2.infor.com/forums/topic/the-finer-points-of-db-initialization/#post-113162" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec9c0a3dd51de972270fbcc814795a91</guid>
				<title>Max Drown (Infor) replied to the topic Collect Thread information in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/collect-thread-information/#post-112437</link>
				<pubDate>Fri, 13 Sep 2019 17:37:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>Give the Site Documentation tool a try and see if that provides what you need. A description of how to use it is in the help docs.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">92cd34d712568d781879d180dcc77ba3</guid>
				<title>Max Drown (Infor) replied to the topic Cross-Process Routing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cross-process-routing/#post-83960</link>
				<pubDate>Fri, 18 May 2018 17:40:33 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Peter Heggie wrote:<br />
</s>sorry to belabor the point &#8211; if I resend from smat in process01, how can I direct that to &#8216;to_out04&#8217;?</p>
<p>There are a number of ways to do this depending on the use case.</p>
<p>Typically you would not resend from Process01, but instead for inbound SMAT in the xlate processes. </p>
<p>If for some reason that does not work, you may want to&hellip;<span class="activity-read-more" id="activity-read-more-1296"><a href="https://usspvlclovertch2.infor.com/forums/topic/cross-process-routing/#post-83960" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8118d4e86b478478a0ded3aab429622c</guid>
				<title>Max Drown (Infor) replied to the topic SQLite and Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-and-cloverleaf/#post-79305</link>
				<pubDate>Fri, 18 May 2018 17:36:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>Added some information to the original post about auto-populating primary keys. Thank you Van and Dotty at Bay Health for helping working this out!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">12f22e71ab4adfc888c8837f42d9f3b5</guid>
				<title>Max Drown (Infor) replied to the topic Cross-Process Routing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cross-process-routing/#post-83959</link>
				<pubDate>Tue, 15 May 2018 18:32:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>Ben, this is very helpful troubleshooting. Would you please submit this information to your Infor Xtreme ticket?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c2f7df929b233f9d395f38f9bf2ca2be</guid>
				<title>Max Drown (Infor) replied to the topic Thread Status Alert in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-status-alert/#post-86167</link>
				<pubDate>Tue, 24 Apr 2018 19:22:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>The thread status is actually a &#8220;protocol&#8221; status. You&#8217;d use it for watching a tcp/ip connection go into an Opening state. If you check the &#8220;thread only&#8221; check box, it will only fire if the process is up so you don&#8217;t get duplicate alerts.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1fe167be666fb1a52d2a5e5beb6f134f</guid>
				<title>Max Drown (Infor) replied to the topic pulling certain section of xml in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pulling-certain-section-of-xml/#post-85979</link>
				<pubDate>Fri, 23 Mar 2018 14:27:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>The latest version of tdom is fast.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec9c33a14b4a6aeacb7b59877ef52cf6</guid>
				<title>Max Drown (Infor) replied to the topic Cross-Process Routing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cross-process-routing/#post-83956</link>
				<pubDate>Thu, 22 Mar 2018 17:01:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for logging the issue. Let&#8217;s see what they say. Please keep us updated here.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a2e4dd27d0ae1653e11f81afdaa569a6</guid>
				<title>Max Drown (Infor) replied to the topic pulling certain section of xml in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pulling-certain-section-of-xml/#post-85977</link>
				<pubDate>Thu, 22 Mar 2018 16:21:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>Take a look at the tcl tdom package and xpath searching. It&#8217;s very helpful for searching XML including CCD/A&#8217;s.</p>
<p><code><s></p>
<p>Code:<br />
</s># https&#058;//wiki.tcl-lang.org/1948</p>
<p>package require tdom<br />
set fh &#091;open test.ccd r&#093;; fconfigure $fh -translation binary; set xml &#091;read $fh&#093;; close $fh<br />
set doc &#091;dom parse -simple -keepEmpties -baseurl urn&#058;hl7-org&#058;v3 $xml&#093;<br />
set root&hellip;</code><span class="activity-read-more" id="activity-read-more-421"><a href="https://usspvlclovertch2.infor.com/forums/topic/pulling-certain-section-of-xml/#post-85977" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">22c857651c09aa39cccf24fa5546117d</guid>
				<title>Max Drown (Infor) replied to the topic Using Exceed with Cloverleaf 5.8.5 and AIX in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/using-exceed-with-cloverleaf-5-8-5-and-aix/#post-81213</link>
				<pubDate>Thu, 22 Mar 2018 16:13:34 -0400</pubDate>

									<content:encoded><![CDATA[<p>Another vote for MobaXterm. It&#8217;s nearly flawless.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">88069e4eaa760a71aeb0b530528d0bf1</guid>
				<title>Max Drown (Infor) replied to the topic How to take a vacation in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-to-take-a-vacation/#post-85821</link>
				<pubDate>Wed, 07 Feb 2018 23:18:05 -0500</pubDate>

									<content:encoded><![CDATA[<p>You could leverage Infor Services to cover for you while you&#8217;re away.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">15ba7a3260875b90056dfcb013c9a1fd</guid>
				<title>Max Drown (Infor) replied to the topic Mismatched IR Tags in the forum Comments and Suggestions</title>
				<link>http://10.130.104.72/forums/topic/mismatched-ir-tags-2/#post-85481</link>
				<pubDate>Thu, 31 Aug 2017 22:25:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>That usually occurs in an xlate when the subfield is not specified in an IF statement. Try adding .[0].</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">87a0ceed891017f617822cd75acf398f</guid>
				<title>Max Drown (Infor) replied to the topic Anyone have any words of wisdom to share for 6.1 or 6.2? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/anyone-have-any-words-of-wisdom-to-share-for-6-1-or-6-2/#post-85339</link>
				<pubDate>Mon, 07 Aug 2017 17:21:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>Multiple master sites is used primarily for active-active HA. Two servers are both active and both use a master site. In the case where one server rolls over to the other, both master sites would need to be supported.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1cf4e413ece28a201a9df4b1e44f01bc</guid>
				<title>Max Drown (Infor) replied to the topic Web Service Request Response Variable in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/web-service-request-response-variable/#post-85154</link>
				<pubDate>Tue, 30 May 2017 20:25:47 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, it&#8217;s possible using the USERDATA metadata field. This is a common practice for WS interfaces.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a7f701d7ecb52c34071011810ce73659</guid>
				<title>Max Drown (Infor) replied to the topic CLOVERLEAF 6.2 NEW GUI in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-6-2-new-gui/#post-85173</link>
				<pubDate>Tue, 30 May 2017 20:24:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>FYI, I requested that R&amp;D add pop-up properties windows as an option, too.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d27e5238a085f76164c0bdf02fc211ed</guid>
				<title>Max Drown (Infor) replied to the topic CLOVERLEAF 6.2 NEW GUI in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-6-2-new-gui/#post-85172</link>
				<pubDate>Tue, 30 May 2017 20:23:58 -0400</pubDate>

									<content:encoded><![CDATA[<p>You can drag the properties pan to top, bottom, right, left and resize it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ce2c32621dae142bde9079faca5cf153</guid>
				<title>Max Drown (Infor) replied to the topic vendor wants our CL tcp/ip outbound thread to &#039;offer&#039; msgs in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/vendor-wants-our-cl-tcp-ip-outbound-thread-to-offer-msgs/#post-85146</link>
				<pubDate>Tue, 09 May 2017 13:23:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>Openlink is the connecting application?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7b39926605974a8cf5a7b54a8a88c754</guid>
				<title>Max Drown (Infor) replied to the topic vendor wants our CL tcp/ip outbound thread to &#039;offer&#039; msgs in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/vendor-wants-our-cl-tcp-ip-outbound-thread-to-offer-msgs/#post-85144</link>
				<pubDate>Tue, 09 May 2017 13:16:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>Wouldn&#8217;t hurt to try in this case. I suspect you may just have to live with this error in the log if the client connects and reconnects all day long.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a06d66c86f61442c23914427da0a3bd7</guid>
				<title>Max Drown (Infor) replied to the topic vendor wants our CL tcp/ip outbound thread to &#039;offer&#039; msgs in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/vendor-wants-our-cl-tcp-ip-outbound-thread-to-offer-msgs/#post-85140</link>
				<pubDate>Mon, 08 May 2017 21:59:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>You can configure the protocol to act as a server instead of a client and it will work just fine. But the interface will push the messages across just like it normally would. If they are wanting to query Cloverleaf for messages, perhaps you could store them in a SQLite database and use the web services protocols?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c0c5194e51ea84fd9ab2bac45f35cdc6</guid>
				<title>Max Drown (Infor) replied to the topic BOX Repo in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/box-repo/#post-81752</link>
				<pubDate>Mon, 01 May 2017 20:08:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here&#8217;s a BOX of a site with SQLite and database protocol examples.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ef6ae8f983e433cdcd702c15244564cd</guid>
				<title>Max Drown (Infor) replied to the topic sqlite help with error in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-help-with-error/#post-85075</link>
				<pubDate>Wed, 12 Apr 2017 21:24:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>I think your braces are off here:</p>
<p><code><s></p>
<p>Code:<br />
</s> &nbsp; &nbsp; &nbsp; &nbsp;if &#123;$db_id == ""&#125; &#123;<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if &#123;&#091;catch &#123;DBCMD eval &#123;<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;insert into test &#040;<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;date_time, mrn, lname, fname, mname, dob, gender,<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;acct_num, ssn, admit_date, discharge_date&#041;<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;values &#040;<br />
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$date_time, $mrn, $lname, $fname,&hellip;</code><span class="activity-read-more" id="activity-read-more-1506"><a href="https://usspvlclovertch2.infor.com/forums/topic/sqlite-help-with-error/#post-85075" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0134dafb8bf1021d8ecb573b062a51c9</guid>
				<title>Max Drown (Infor) replied to the topic sqlite help with error in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-help-with-error/#post-85074</link>
				<pubDate>Wed, 12 Apr 2017 21:09:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>You may be missing a bracket or have too many brackets.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>