<?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 | John Boyles | Activity</title>
	<link>https://clovertech.infor.com/members/john-boyles/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/john-boyles/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for John Boyles.</description>
	<lastBuildDate>Wed, 22 Apr 2026 09:59:36 -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">3e3e558c4f43fffe34be06dcc25349c4</guid>
				<title>John Boyles replied to the topic query engine for process, thread name. Possible? in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/query-engine-for-process-thread-name-possible/#post-77011</link>
				<pubDate>Thu, 16 Aug 2012 16:20:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>I answered my own question. The global $HciConnName will give you the thread. From there, site and process can be taken from the directory path.</p>
<p>set workDir [pwd]<br />
set site &#8220;UNKNOWN&#8221;;	set process &#8220;UNKNOWN&#8221;<br />
regexp {/[wd.]+/[wd.]+/integrator/(.+)/exec/processes/(.+)} ${workDir} na site process</p>
<p>echo $site<br />
echo $process<br />
echo $HciConnName</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b211178eac110af166416654abcfdc29</guid>
				<title>John Boyles replied to the topic error attempting to call java in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/error-attempting-to-call-java/#post-76352</link>
				<pubDate>Mon, 09 Apr 2012 15:29:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>I agree that does appear to be what the error is saying. </p>
<p>The clarequest proc does exist in the directory. I tried rebuilding the tclindex but still get the same thing. It&#8217;s truly weird &#8211; After looking at both procs, I can see no obvious reason why one can&#8217;t call the other.</p>
<p>I did another little test and discovered something very interesting:&hellip;<span class="activity-read-more" id="activity-read-more-15120"><a href="https://usspvlclovertch2.infor.com/forums/topic/error-attempting-to-call-java/#post-76352" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">74b4a296b50478c43cc8e5ea0d2f4238</guid>
				<title>John Boyles replied to the topic does DataDirect documentation exist? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/does-datadirect-documentation-exist/#post-75576</link>
				<pubDate>Wed, 30 Nov 2011 15:14:29 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thank you, Jim! &nbsp;This is very helpful.</p>
<p>In principle I agree with your approach completely. &nbsp;A lot of what I&#8217;m being asked to do from the engine, splitting an HL7 message field by field and inserting the contents into several tables, would make more sense if done on SQL Server in a procedure. &nbsp;</p>
<p>Unfortunately, we&#8217;ve been asked to try it this way&hellip;<span class="activity-read-more" id="activity-read-more-21765"><a href="https://usspvlclovertch2.infor.com/forums/topic/does-datadirect-documentation-exist/#post-75576" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">28d5dc0818bbac44907909f5c2bb12ab</guid>
				<title>John Boyles replied to the topic socket-to-socket w/ Sybase e-biz impact in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/socket-to-socket-w-sybase-e-biz-impact/#post-71875</link>
				<pubDate>Mon, 21 Jun 2010 14:13:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yea &#8211; probably not. &nbsp;I think I&#8217;m just grasping at straws with mlp_pdl. &nbsp;Still, anyone out there have any issues with Sybase?</p>
<p>Note that the outbound connection from Cloverleaf to this engine isn&#8217;t much better. &nbsp;Been able to stablize it but, again, having to use a &#8220;heartbeat&#8221; message tied to a disconnect/reconnect on his side.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9ce495268b5d75349d3dfc68728f5a66</guid>
				<title>John Boyles replied to the topic regular expression issue w/ TCL in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/regular-expression-issue-w-tcl/#post-71139</link>
				<pubDate>Tue, 30 Mar 2010 14:02:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>Charlie,</p>
<p>echo [regexp &#8212; {^d{12}} $obx14] works great! &nbsp;</p>
<p>Thanks much, guys!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a781c0b64ab86e27f5f2b0e42fcdb59b</guid>
				<title>John Boyles replied to the topic Need Cloverleaf &#034;helper&#034; applications in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/need-cloverleaf-helper-applications/#post-70209</link>
				<pubDate>Mon, 21 Dec 2009 17:33:03 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the input, guys! &nbsp;I typically use vi for editing the messages themselves (crude, but effective) and a Windows client-side app I wrote (.Net is a hobby) to edit the TCL scripts. &nbsp;It&#8217;s written to work remotely with the AIX server. &nbsp;For the rest I&#8217;m still using Cloverleaf&#8217;s GUI and command line tools.</p>
<p>In my (ha ha) &#8220;free&#8221; time, I was&hellip;<span class="activity-read-more" id="activity-read-more-6066"><a href="https://usspvlclovertch2.infor.com/forums/topic/need-cloverleaf-helper-applications/#post-70209" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>