<?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 | Kevin Kinnell | Activity</title>
	<link>https://clovertech.infor.com/members/kevin-kinnell/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/kevin-kinnell/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Kevin Kinnell.</description>
	<lastBuildDate>Wed, 22 Apr 2026 21:42:41 -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">2560b2c877844c9277063315d196fcf0</guid>
				<title>Kevin Kinnell replied to the topic Full-text Search with SQLite in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/full-text-search-with-sqlite/#post-81509</link>
				<pubDate>Thu, 06 Nov 2014 21:45:27 -0500</pubDate>

									<content:encoded><![CDATA[<p>Okay, I&#8217;m flummoxed. &nbsp;I wonder if the SQLite in cl 5.7 was compiled without fts3? &nbsp;It&#8217;s a config switch to the compiler, and it&#8217;s not automatic. &nbsp;fts3 has been there since SQLite 3.5, but I don&#8217;t know when it started being the default in Cloverleaf.</p>
<p>Max or Charlie?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">268af23a7c0cc5f68cd402ce1e36d3c0</guid>
				<title>Kevin Kinnell replied to the topic Full-text Search with SQLite in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/full-text-search-with-sqlite/#post-81507</link>
				<pubDate>Thu, 06 Nov 2014 16:32:07 -0500</pubDate>

									<content:encoded><![CDATA[<p>Ah. &nbsp;So you are logged in as a cloverleaf user on a unix-like system. &nbsp;In that case, you should NOT use sqlite3.</p>
<p>When you logged in with all of the setup associated with being a <i><s><i></i></s>Cloverleaf user</i>, you use <b><s><b></b></s>sqlite</b> to access Cloverleaf related SQLite stuff. &nbsp;If you wanted to access your system&#8217;s sqlite shell, you&#8217;d probably use <b><s><b></b></s>sqlite3</b> (or an absolute&hellip;<span class="activity-read-more" id="activity-read-more-9455"><a href="https://usspvlclovertch2.infor.com/forums/topic/full-text-search-with-sqlite/#post-81507" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">439bcf07021b2588e45b7723c9272d66</guid>
				<title>Kevin Kinnell replied to the topic Full-text Search with SQLite in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/full-text-search-with-sqlite/#post-81505</link>
				<pubDate>Wed, 05 Nov 2014 14:21:46 -0500</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t think he had it wrong, Charlie. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5ce460b470896d44df45dc9de9b11716</guid>
				<title>Kevin Kinnell replied to the topic Holding a message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/holding-a-message/#post-80548</link>
				<pubDate>Thu, 22 May 2014 18:49:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>Mike,</p>
<p>Set up your globals when the process starts and access them during the run phase. &nbsp;I don&#8217;t have any code left anymore, but I used to do this in 5.3 with a small list. &nbsp;It was essentially a very short list of provider ids I needed to screen out of a thread, but I couldn&#8217;t justify loading it every time the proc was run, small or not.</p>
<p>How big&hellip;<span class="activity-read-more" id="activity-read-more-16960"><a href="https://usspvlclovertch2.infor.com/forums/topic/holding-a-message/#post-80548" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8c5df906e5d8ae04312008983a642d06</guid>
				<title>Kevin Kinnell replied to the topic Holding a message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/holding-a-message/#post-80546</link>
				<pubDate>Fri, 09 May 2014 20:07:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>😈</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f877f366bf09e34a510555f6d7836263</guid>
				<title>Kevin Kinnell replied to the topic Locked SMAT file issue in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/locked-smat-file-issue/#post-80536</link>
				<pubDate>Fri, 09 May 2014 18:11:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>I bet this &#8220;lock&#8221; would go away with a cleanup. &nbsp;You won&#8217;t see the pid accessing a smat file if there isn&#8217;t actually any access going on. &nbsp;Just sayin&#8217;&#8230;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">aebc82c12a1ac1fae58f7b9eff6b444b</guid>
				<title>Kevin Kinnell replied to the topic circumflex character in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80566</link>
				<pubDate>Fri, 09 May 2014 18:01:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>It would be best if your thread was set to accept the encoding Epic is sending. &nbsp;This might take some experimentation to figure out. &nbsp;The most likely guess is Latin-1, I think, even if all of the settings say it&#8217;s ASCII. &nbsp;You know it isn&#8217;t really ASCII, because you see the circumflex. &nbsp;I&#8217;m assuming you&#8217;re seeing the </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8e5e7b36757927b3fd437a0c5ddc0a20</guid>
				<title>Kevin Kinnell replied to the topic circumflex character in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80564</link>
				<pubDate>Fri, 09 May 2014 16:07:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>No, you definitely don&#8217;t want to change it from ASCII, but you <s></s>do want it to come into the thread and change it <s></s>to ASCII. &nbsp;Since you can&#8217;t see it in ASCII but can see it in another encoding, you can fix this in the engine by accepting the encoding, and then substituting the component escape for the circumflex. &nbsp;You have to make sure you are not&hellip;<span class="activity-read-more" id="activity-read-more-14482"><a href="https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80564" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">17288cd873ca3ceff13a917937dcd205</guid>
				<title>Kevin Kinnell replied to the topic Holding a message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/holding-a-message/#post-80543</link>
				<pubDate>Fri, 09 May 2014 15:06:03 -0400</pubDate>

									<content:encoded><![CDATA[<p>Scott &#8212;</p>
<p>You can also push a little higher into the Epic interface technical support. &nbsp;A lot of newer interface TS&#8217;s don&#8217;t really get it, and their programming experience is limited to what is essentially a MUMPS networked database.</p>
<p>The higher level understands that an engine doesn&#8217;t automatically save messages for future use. &nbsp;They aren&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-16955"><a href="https://usspvlclovertch2.infor.com/forums/topic/holding-a-message/#post-80543" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f9783bb70050911b7b788179300d3daf</guid>
				<title>Kevin Kinnell replied to the topic circumflex character in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80562</link>
				<pubDate>Fri, 09 May 2014 14:48:03 -0400</pubDate>

									<content:encoded><![CDATA[<p>Epic is sending UTF8, which for most purposes is ASCII. &nbsp;<i><s><i></i></s>Probably</i> the font in use in the client is missing a glyph for the circumflex codepoint, which is why you see a box.</p>
<p>Try looking at a hex-dump of the message if you want to get the real details.</p>
<p>Can the AIP be tweaked to send the escape for the component separator? &nbsp;Fixing this might take&hellip;<span class="activity-read-more" id="activity-read-more-15514"><a href="https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80562" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cc17a8a157016b9041fb620e75af245b</guid>
				<title>Kevin Kinnell replied to the topic circumflex character in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80558</link>
				<pubDate>Thu, 08 May 2014 21:57:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Tyler &#8212;</p>
<p>We haven&#8217;t run into this problem with Epic. &nbsp;Is there a profile variable for the character encoding in that results AIP? &nbsp;Try checking your ASCII_CHARS_TRASLATION_TABLE setting &#8212; your table may be messed up.</p>
<p>You should talk to your TS about this. &nbsp;You shouldn&#8217;t getting Unicode (probably Unicode, anyway) out of Epic unless you&#8217;re&hellip;<span class="activity-read-more" id="activity-read-more-20592"><a href="https://usspvlclovertch2.infor.com/forums/topic/circumflex-character/#post-80558" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fc818e3892f657b78d879c0b58065c14</guid>
				<title>Kevin Kinnell replied to the topic SMAT History strategies in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smat-history-strategies/#post-80500</link>
				<pubDate>Thu, 08 May 2014 21:45:22 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Jeff W Dinsmore wrote:<br />
</s><br />
For dynamic access to SMAT messages, we have an indexing function that takes indexing info from the idx files, extracts a few data elements of interest from each message (message trigger/type,MRN,encounter, etc) and drops it into an SQLite DB. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d87c01a8e37f963b295c423e10721ea8</guid>
				<title>Kevin Kinnell replied to the topic Alert type - error count in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/alert-type-error-count/#post-80553</link>
				<pubDate>Thu, 08 May 2014 21:39:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>Do you have a scheduled job that does an <i><s><i></i></s>hcimsiutil -Z</i> to your threads?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ed73e780e4172332dfa4e2db14f4bb98</guid>
				<title>Kevin Kinnell replied to the topic Brain freeze on accessing list elements in the xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/brain-freeze-on-accessing-list-elements-in-the-xlate/#post-80556</link>
				<pubDate>Thu, 08 May 2014 21:27:57 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Carl Duff wrote:<br />
</s>Got it working (kinda) and for what it&#8217;s worth&#8230;.</p>
<p>set xlateOutVals [lindex [lindex $xlateInVals 0] 2]</p>
<p>would access the 3rd element of the list.</p>
<p>Additional comments/suggestions welcomed.</p>
<p>-Carl</p>
<p>The xlateInVals list is a list in a list, but the &#8220;{ &#8230; }&#8221; that surrounds it isn&#8217;t visible. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">34b770b32aa8149715632029d204e8a1</guid>
				<title>Kevin Kinnell replied to the topic Curious eval or lreplace issue in tcl proc in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/curious-eval-or-lreplace-issue-in-tcl-proc/#post-80235</link>
				<pubDate>Wed, 02 Apr 2014 14:54:04 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Mike Strout wrote:<br />
</s>After a little more research, it seems that one needs to assign the result of lreplace to a variable for it to be saved.</p>
<p>Not correct<br />
lreplace $segments 6 6 &#8220;&#8221;</p>
<p>Correct<br />
set segments [ lreplace $segments 6 6 &#8220;&#8221; ]</p>
<p>The quickest way to tell what kind of command you&#8217;ve got is to see if the syntax expects a variable, or the&hellip;<span class="activity-read-more" id="activity-read-more-2255"><a href="https://usspvlclovertch2.infor.com/forums/topic/curious-eval-or-lreplace-issue-in-tcl-proc/#post-80235" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">81d1e196547f6b405e95aab764bd5085</guid>
				<title>Kevin Kinnell replied to the topic copy of TS field changes time in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/copy-of-ts-field-changes-time/#post-80280</link>
				<pubDate>Tue, 01 Apr 2014 13:40:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>Paul &#8212;</p>
<p>Is it possibly an issue with daylight savings time? &nbsp;If AIX switched to CDT then -0500 would be correct with respect to UTC.</p>
<p>What happens if you send a message through with a TS containing -0500?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c3c953122e3a6c89c982b1b8872f7089</guid>
				<title>Kevin Kinnell replied to the topic Curious eval or lreplace issue in tcl proc in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/curious-eval-or-lreplace-issue-in-tcl-proc/#post-80233</link>
				<pubDate>Mon, 31 Mar 2014 14:08:04 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Jim Kosloskey wrote:<br />
</s>Mike,</p>
<p>Well I cannot explain what you experienced but the lreplace provides a new modified list it does not change the list being referenced in the lreplace.<br />
&#8230;</p>
<p>Actually, Jim, you nailed it right there. &nbsp;When Mike <b><s><b></b></s>set msgbody</b> he captured the changed list, so the changes didn&#8217;t just disappear.</p>
<p>Kevin Kinnell | Senior&hellip;<span class="activity-read-more" id="activity-read-more-2253"><a href="https://usspvlclovertch2.infor.com/forums/topic/curious-eval-or-lreplace-issue-in-tcl-proc/#post-80233" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a6de71496fd15b9f19011a8524ed2686</guid>
				<title>Kevin Kinnell replied to the topic Help with regexp in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/help-with-regexp/#post-71847</link>
				<pubDate>Thu, 17 Jun 2010 18:06:26 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Michael Hertel wrote:<br />
</s>&#8230;<br />
I feed it {PATTERN ^pt*} thinking it will find only files that start with pt</p>
<p>Silly me, it found and liked pk_diag_2010_06.dat<br />
&#8230;</p>
<p>You told it to look for patterns that match</p>
<p>Starting with &#8216;p&#8217;, and followed by an number of &#8216;t&#8217;, including none.</p>
<p>You could fix it with ^pt+ (start with &#8216;p&#8217; followed by at least one&hellip;<span class="activity-read-more" id="activity-read-more-21830"><a href="https://usspvlclovertch2.infor.com/forums/topic/help-with-regexp/#post-71847" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>