<?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 | Weston Olmstead | Activity</title>
	<link>https://clovertech.infor.com/members/weston-olmstead/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/weston-olmstead/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Weston Olmstead.</description>
	<lastBuildDate>Mon, 06 Apr 2026 14:17:09 -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">c0e4edcee066e0e32c6c7432c6f04d87</guid>
				<title>Weston Olmstead started the topic Writing File to Network Drive (without TCL) in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/writing-file-to-network-drive-without-tcl/</link>
				<pubDate>Tue, 13 Jul 2021 21:24:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>Good evening,</p>
<p>I was wondering if anyone is aware of a way within the Cloverleaf file or fileset-local outbound thread writer to write directly to a network drive (or any path above the Cloverleaf site level really)?</p>
<p>Typically I would do this with a quick TCL script, but I was wondering if the configurable options in Network Config for outbound&hellip;<span class="activity-read-more" id="activity-read-more-23682"><a href="https://usspvlclovertch2.infor.com/forums/topic/writing-file-to-network-drive-without-tcl/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b9d6adc13c2e63df37478bd367b330ba</guid>
				<title>Weston Olmstead started the topic Handling file full of Database SQL Statements in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/handling-file-full-of-database-sql-statements/</link>
				<pubDate>Wed, 16 Jun 2021 16:02:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>All,</p>
<p>I&#8217;ve been given a less than ideal task of monitoring a directory for a .sql file that has a list of database insert statements and processing those through Cloverleaf and put into a database. Unfortunately I do no have any way to change this input format.</p>
<p>My thought was to try to process this into a VRL type format, and then execute these&hellip;<span class="activity-read-more" id="activity-read-more-23589"><a href="https://usspvlclovertch2.infor.com/forums/topic/handling-file-full-of-database-sql-statements/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1c4375074c5f7c8834862e6ac5fe06b5</guid>
				<title>Weston Olmstead replied to the topic Route Replies on Outbound Thread - Discard / Error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/route-replies-on-outbound-thread-discard-error/#post-117945</link>
				<pubDate>Tue, 22 Sep 2020 02:15:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, my thread was using the DB Protocol, and I completely forgot about using hcitpsmsgkill. I just added that to my route replies route as a raw route tps and that that resolved my issue, thank you.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e2f27b7f9a8d86e99c2c03672a5cef31</guid>
				<title>Weston Olmstead started the topic Route Replies on Outbound Thread - Discard / Error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/route-replies-on-outbound-thread-discard-error/</link>
				<pubDate>Wed, 16 Sep 2020 16:31:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Version: Cloverleaf 6.2</p>
<p>I am attempting to take a Simple ADT message in a thread named &#8220;ADT_INBOUND&#8221; and write some contents to an external database with a thread named &#8220;ADT_DB_OUT&#8221;. This works and the data is inserted.</p>
<p>However messages are marked as Failed, and looking at the output log I see an error similiar to &#8220;No destination route for trxid&hellip;<span class="activity-read-more" id="activity-read-more-22436"><a href="https://usspvlclovertch2.infor.com/forums/topic/route-replies-on-outbound-thread-discard-error/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8ff6a55c8bfc76306c542614dc4c11fd</guid>
				<title>Weston Olmstead replied to the topic Writing to MSSQL Database - Best Practice Question in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/#post-117905</link>
				<pubDate>Tue, 15 Sep 2020 21:42:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using the built in connectors for Cloverleaf (database protocol-outbound). I figured out what I needed to do for my use case anyway (as I was trying to avoid using TCL if possible).</p>
<ol>
<li>Create a new database driver &amp; connection for MSSQL (Options &#8211;&gt; Site Preferences &#8211;&gt; Database Configurations)</li>
<li>Configure a database schema for a destination&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-22427"><a href="https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/#post-117905" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a4f30aa12393fdfa811169fe20d37205</guid>
				<title>Weston Olmstead replied to the topic Writing to MSSQL Database - Best Practice Question in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/#post-117892</link>
				<pubDate>Tue, 15 Sep 2020 12:52:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the info. An additional question. If I attempt to use the built-in cloverleaf functions instead of writing a JDBC / TCL function how to extract a specific field out into a variable and pass it to the outbound thread. Does the Database connector understand variables?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2927c50ae7b4c651ffd4cfe122f502f</guid>
				<title>Weston Olmstead started the topic Writing to MSSQL Database - Best Practice Question in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/</link>
				<pubDate>Tue, 15 Sep 2020 02:37:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have a use-case where I am needing to pick a few fields out of an HL7 message and insert those fields into a MS-SQL Database. There is a  a stored procedure in the database that performs all necessary inserts / updates, all I need to do is pass the appropriate data to these stored procedures.</p>
<p>I&#8217;m curious to hear from others what the best way&hellip;<span class="activity-read-more" id="activity-read-more-22408"><a href="https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d85e8b04a2ba6998291d14414d092171</guid>
				<title>Weston Olmstead replied to the topic File Open Path Blank After Copy in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/file-open-path-blank-after-copy/#post-85433</link>
				<pubDate>Thu, 17 Aug 2017 03:07:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>That fixed it. Thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">997dbc5069adac3123716559f9009664</guid>
				<title>Weston Olmstead replied to the topic File Open Path Blank After Copy in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/file-open-path-blank-after-copy/#post-85431</link>
				<pubDate>Tue, 15 Aug 2017 18:15:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>No, this is on a Windows Server.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b20b9e2c375261423236d0a5b44343fe</guid>
				<title>Weston Olmstead replied to the topic xLate / Structure Truncating Z Segments in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-structure-truncating-z-segments/#post-81445</link>
				<pubDate>Fri, 17 Oct 2014 19:37:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the replies so far.</p>
<p>1. Yes, I am using the same inbound &amp; Outbound Variants. I&#8217;m just attempting to copy some data to additonal fields in the same message format.</p>
<p>2. I did reconfigure the xLate, and see the Z Segments included in the variant in the xLate.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48874fe5841a549a76e91befa98d3945</guid>
				<title>Weston Olmstead replied to the topic TCL called from xLate not returning output but echo works in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-called-from-xlate-not-returning-output-but-echo-works/#post-81219</link>
				<pubDate>Wed, 10 Sep 2014 17:08:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>Bill,<br />
&#8220;set xlateOutVals </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">14a5a856c18235be749eb53759202cd5</guid>
				<title>Weston Olmstead replied to the topic xLate not copying all OBX Segments in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-not-copying-all-obx-segments/#post-81198</link>
				<pubDate>Thu, 04 Sep 2014 17:03:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you, that clarifies things! That what I get for trying to be creative &nbsp;with easily readable variable names :). I didn&#8217;t know that was a inherient requirement.</p>
<p>Thanks again!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5829f38b1ff63b3b14991875e19332b9</guid>
				<title>Weston Olmstead replied to the topic xLate not copying all OBX Segments in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-not-copying-all-obx-segments/#post-81196</link>
				<pubDate>Thu, 04 Sep 2014 15:49:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the feedback. %group1 are the actual name of my variables defined in the iterate instead of %g1 or %g2 (i changed them so they would be easier to see from the screenshot. I&#8217;ll re-check the values for each iterate are correct (to my knowledge) and take screenshots of &nbsp;each iterate to post on here shortly.</p>
<p>REferring to that basis, I&hellip;<span class="activity-read-more" id="activity-read-more-19887"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlate-not-copying-all-obx-segments/#post-81196" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">78d8589f217f618d56d87c2c118f98ec</guid>
				<title>Weston Olmstead replied to the topic Clear Outbound Message Prior to Iterate when splitting MSG in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/clear-outbound-message-prior-to-iterate-when-splitting-msg/#post-81044</link>
				<pubDate>Tue, 05 Aug 2014 14:20:20 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim / Robert,</p>
<p>Thank you both for the great ideas. I did end up clearing these out in the manner that Jim suggested, because there are other nested NTE segments in these results.</p>
<p>Thanks again!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">281cbf0c783add6acefa0d2615399852</guid>
				<title>Weston Olmstead replied to the topic Splitting file into multiple HL7 messages in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/splitting-file-into-multiple-hl7-messages/#post-80755</link>
				<pubDate>Tue, 10 Jun 2014 14:58:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>That is what I had in mind, but I&#8217;m still a bit fuzzy on how the TCL calls within cloverleaf work so I wasn&#8217;t able to get it work properly (I&#8217;ll have to revisit it as a learning exercise).</p>
<p>I ended up doing it in an xLate, it turns out the issue was my structure / message format. If anyone viewing this thread later is looking for a solution, I&#8217;ve&hellip;<span class="activity-read-more" id="activity-read-more-8448"><a href="https://usspvlclovertch2.infor.com/forums/topic/splitting-file-into-multiple-hl7-messages/#post-80755" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c8eb8e18bd39a65e1302140686639b80</guid>
				<title>Weston Olmstead replied to the topic Removing CRLF from message using RegSub not working in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-crlf-from-message-using-regsub-not-working/#post-80729</link>
				<pubDate>Fri, 06 Jun 2014 02:28:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you all for the assistance. Its amazing how another set of eyes can catch a simple mistake!</p>
<p>I also have a difficult time determining to use quotes or curley brackets, but that example was very helpful. Thank you also for the advice on string mapping, I&#8217;ll look into that!</p>
<p>Edit: Forgot to include the solution that worked for me in case&hellip;<span class="activity-read-more" id="activity-read-more-3864"><a href="https://usspvlclovertch2.infor.com/forums/topic/removing-crlf-from-message-using-regsub-not-working/#post-80729" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ed74c87546bc9f7e277756e696a0e474</guid>
				<title>Weston Olmstead replied to the topic xlateOutVals returns different value than passed to it in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlateoutvals-returns-different-value-than-passed-to-it/#post-78959</link>
				<pubDate>Tue, 27 Aug 2013 16:06:54 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the assistance, that worked.</p>
<p>If you don&#8217;t mind further elaborating so I can fully understand: How did Cloverleaf know where the start and stop of each list element was?</p>
<p>When I get my input value,&#8221;First M&#8221; , &nbsp;in the TCL I&#8217;m doing that by by setting a variable to &nbsp;lindex of xlateInVals 0. I was under the impression lindex is grabbing&hellip;<span class="activity-read-more" id="activity-read-more-14002"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlateoutvals-returns-different-value-than-passed-to-it/#post-78959" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>