<?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 | Scott Caldwell | Activity</title>
	<link>https://clovertech.infor.com/members/scott-caldwell/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/scott-caldwell/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Scott Caldwell.</description>
	<lastBuildDate>Sat, 04 Apr 2026 10:01:12 -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">48cf1f0a8cce60fd8ef3002f93f0a842</guid>
				<title>Scott Caldwell replied to the topic remove F or T or R or T from an HL7 field in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/remove-f-or-t-or-r-or-t-from-an-hl7-field/#post-120416</link>
				<pubDate>Thu, 23 Mar 2023 15:28:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here is how I am doing it with removing a &#8220;.br&#8221; via script:</p>
<p>set lstSegments [split $origMsg r]<br />
#loop through segments<br />
#echo &#8220;foreach line 153&#8221;</p>
<p>foreach valSeg $lstSegments {<br />
set segType [mjhGetField 0 $valSeg $fieldSep]</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#&hellip;<span class="activity-read-more" id="activity-read-more-25305"><a href="https://usspvlclovertch2.infor.com/forums/topic/remove-f-or-t-or-r-or-t-from-an-hl7-field/#post-120416" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b12dadd917ea3478620b93c34ae67ce7</guid>
				<title>Scott Caldwell replied to the topic Invalid sql statement in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/invalid-sql-statement/#post-119988</link>
				<pubDate>Thu, 13 Oct 2022 17:10:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>You dont decare it.  You set your  &#8220;In&#8221; variable to a name then use that name enclosed in brackets in the SQL.</p>
<p>Your case would be:</p>
<p>In: access_cd</p>
<p>Select my_field from [&#8230;] where rse.ACCESS_CD=&lt;access_cd&gt;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">93f3c9233228685e90446d034771aa53</guid>
				<title>Scott Caldwell posted an update: @wbeattyjr 

I saw a post about your HTTPS SSL issues - [&#133;]</title>
				<link>https://clovertech.infor.com/activity/p/24673/</link>
				<pubDate>Mon, 25 Jul 2022 15:44:06 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href='https://usspvlclovertch2.infor.com/members/wbeattyjr/' rel="nofollow ugc">@wbeattyjr</a> </p>
<p>I saw a post about your HTTPS SSL issues &#8211; were you ever able to get them worked out?  I am trying to get the same going where I am at, and have no idea where to start.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f0d2b7f67007fd73da8558f5cf4e64ee</guid>
				<title>Scott Caldwell replied to the topic 2 inbound threads into 1 outbound? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/2-inbound-threads-into-1-outbound/#post-119126</link>
				<pubDate>Mon, 23 Aug 2021 20:53:20 -0400</pubDate>

									<content:encoded><![CDATA[<p><span>You can do this, just set the file based one like anything else, and it should work just fine – just remember to include any translations or TCL scripts that are in the route that you are mimicking.  I do that a lot for when resending a group of messages and using the SMAT tool is inconvenient.</span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2c7d30216422fe6183c35d81c16b7520</guid>
				<title>Scott Caldwell replied to the topic Is there a way to convert HL7 MDM encoded base64 PDF data to text? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/is-there-a-way-to-convert-hl7-mdm-encoded-base64-pdf-data-to-text/#post-117552</link>
				<pubDate>Tue, 28 Jul 2020 17:49:56 -0400</pubDate>

									<content:encoded><![CDATA[<p>Adding this line did the trick.  Thank you for the help!</p>
<p>set outfilename $OBX3_4<br />
set fileId [open $outfilename &#8220;w&#8221;]<br />
<strong>fconfigure $fileId -encoding binary -translation binary</strong><br />
puts $fileId $unencodedData<br />
close $fileId</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9e89cfd5d6f6d82f82737096141da146</guid>
				<title>Scott Caldwell replied to the topic Is there a way to convert HL7 MDM encoded base64 PDF data to text? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/is-there-a-way-to-convert-hl7-mdm-encoded-base64-pdf-data-to-text/#post-117550</link>
				<pubDate>Tue, 28 Jul 2020 16:26:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>Turns out I am trying to do something similar &#8211; the PDF is encoded and I want to extract it into a file structure.</p>
<p>This is the code I am using, and it does create a file, but the PDF reader I am using (Adobe) says the file is &#8220;damaged&#8221;.</p>
<p>Up to this point, I have isolated the field into a variable then decode the variable and write to file:</p>
<p>set&hellip;<span class="activity-read-more" id="activity-read-more-22035"><a href="https://usspvlclovertch2.infor.com/forums/topic/is-there-a-way-to-convert-hl7-mdm-encoded-base64-pdf-data-to-text/#post-117550" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a8a2e2be92e40fd52e22798f3b9e8273</guid>
				<title>Scott Caldwell started the topic ORM to RDE Translation/Conversion in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/orm-to-rde-translation-conversion/</link>
				<pubDate>Mon, 06 Jul 2020 17:14:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>Anyone ever done this?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9dc40c9ab839f7e5594c7224a3a99ede</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116132</link>
				<pubDate>Thu, 26 Mar 2020 20:43:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>The EOF style will do the trick.  Turns out the vendor was hesitant to modify the file they were creating.  This is the first &#8216;public&#8217; file-based interface I have had to create.  I would&#8217;ve just tried out FTP, but it had to be FTPs and I dont have the plug in for that.</p>
<p>I appreciate everyone&#8217;s feedback and support.  Thanks. Scott</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fa9799c4890db77c5374e1b4e94bc043</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116129</link>
				<pubDate>Thu, 26 Mar 2020 19:05:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>Can you elaborate?</p>
<p>I am still having issues getting it formatted so that it will cross automatically.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a77a32bc5b1770388dc030b14b399fcf</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116098</link>
				<pubDate>Tue, 24 Mar 2020 22:03:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>That appears to be the issue.  I used an editor to append the 0D at the end of the file and it went through.  I have asked the vendor to make sure every segment ends that way (the rest of them do).</p>
<p>I&#8217;ll keep you posted.  Thank you all for your help.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">924bd97a8078205a74a08171fae7098e</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116096</link>
				<pubDate>Tue, 24 Mar 2020 21:22:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Not sure what the acronym CL stands for?</p>
<p>But the Style in the Fileset/FTP Local (TPS) Protocol Properties, in the Inbound area, is hl7.  That what you were asking for?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5280f5612499310c330b133c6d425710</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116093</link>
				<pubDate>Tue, 24 Mar 2020 21:04:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>Correct.  Log of that sequence of events attached.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">45f95675ec8c81fff6ea6b82fec242b5</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116089</link>
				<pubDate>Tue, 24 Mar 2020 20:08:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here you go.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">86c4b7155f87204813b888d7ecbeccc0</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116084</link>
				<pubDate>Tue, 24 Mar 2020 20:01:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>OK so I removed all scripts and just run a file though, with the process stopped when  moved the file into the source folder.  I tried the &#8216;good&#8217; one first, and it went just fine, and created a file named <em>default</em> in the destination folder.  Expected that result.</p>
<p>Then I put the real file in, it was picked up, but nothing happened.</p>
<p>Then I put a 2n&hellip;<span class="activity-read-more" id="activity-read-more-20483"><a href="https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116084" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3e2f717bb374695052b360d3a922a43f</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116081</link>
				<pubDate>Tue, 24 Mar 2020 19:40:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>seq_FileOut writes the file to a folder.  All this time I thought it was native to the TCL library&#8230;apparently not?   Its attached.  Is it my culprit?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">614b9a3baaf8c0f645c63bac14603c25</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116077</link>
				<pubDate>Tue, 24 Mar 2020 19:07:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have enable_all turned on.</p>
<p>In the log the edited file is named 1584545623256alt.dat – while the full one with the embedded PDF is named 1584545623256.dat</p>
<p>This never happens in the full file:</p>
<p>DRIVERCTL is set to: {FILENAME {../../../data/LocalSrc/ib_test/1584545623256alt.dat}}</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">95c6a73a19599af05383e3d4bfaf43f1</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116076</link>
				<pubDate>Tue, 24 Mar 2020 19:06:10 -0400</pubDate>

									<content:encoded><![CDATA[<p>Responses to other questions:</p>
<p>If so, how many threads are you using there? Just two, IB &amp; OB, both fileset-local.</p>
<p>Give us a rundown of how you’ve got your threads set up:<br />
IB: fileset-local, encoding:ASCII, Log: enable_all,TrxID Det.: HL7, HICIStatic route(Raw) with Procs: intrinsiqtest which i was using to throw echos as needed, and s&hellip;<span class="activity-read-more" id="activity-read-more-20477"><a href="https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116076" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cf8c984022fef331fd6c3146680cc3bd</guid>
				<title>Scott Caldwell replied to the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116075</link>
				<pubDate>Tue, 24 Mar 2020 18:57:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>The PDF is already encoded in the message.  That attachment is the <a title="HL7_PDF_full.txt" href="https://usspvlclovertch2.infor.com/wp-content/uploads/2020/03/HL7_PDF_full.txt" rel="nofollow ugc">HL7_PDF_full.txt</a> file that I attached.  I have tried both FTP directly into the source folder, and copying it locally from another folder, both with the same results.</p>
<p>I do have enable_all in both the source and destination threads &#8211; and the resuling log was attached.  You can se&hellip;<span class="activity-read-more" id="activity-read-more-20476"><a href="https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/#post-116075" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f3164c3beba84b0672e11b4d4bfc19f8</guid>
				<title>Scott Caldwell started the topic Embedded PDF via Base64 failing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/</link>
				<pubDate>Mon, 23 Mar 2020 18:04:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>My issue is I use a 3rd party tool to FTP down the file into a folder, Cloverleaf grabs the file but its not processing.  The file just disappears.  Nothing in the error log, and nothing other than notes that a file was found, opened &amp; found EOF regarding the actual file being processed.  If  remove or otherwise truncate the OBX5.4 field the fil&hellip;<span class="activity-read-more" id="activity-read-more-20443"><a href="https://usspvlclovertch2.infor.com/forums/topic/embedded-pdf-via-base64-failing/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4ca5e579f7163dfa876b235847c30544</guid>
				<title>Scott Caldwell replied to the topic PDF to Embedded PDF in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pdf-to-embedded-pdf/#post-116005</link>
				<pubDate>Thu, 19 Mar 2020 15:14:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>Here are the other two files &#8211; hoping they&#8217;ll attach this time.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a556ccdd4dafefedfaeb1213f8c0a9b9</guid>
				<title>Scott Caldwell replied to the topic PDF to Embedded PDF in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pdf-to-embedded-pdf/#post-116003</link>
				<pubDate>Thu, 19 Mar 2020 15:12:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>This thread is a few months old, but hoping people are still active.  I am working on this exact issue, but not needing to actually imbed the PDF as it&#8217;s already been done.  My issue is I use a 3rd party tool to FTP down the file into a folder, Cloverleaf grabs the file but its not processing.  The file just disappears.  Nothing in the error log&hellip;<span class="activity-read-more" id="activity-read-more-20404"><a href="https://usspvlclovertch2.infor.com/forums/topic/pdf-to-embedded-pdf/#post-116003" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d107df11581fca8f94581cb17c31ccc4</guid>
				<title>Scott Caldwell replied to the topic Multiple TCLProcs in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/multiple-tclprocs/#post-83216</link>
				<pubDate>Tue, 20 Oct 2015 16:00:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>Found my problem &#8211; it was being continued, just was taking another route that didnt have the proc in it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8f75bb8bdf7d288126f38a68d2f775db</guid>
				<title>Scott Caldwell replied to the topic Netconfig Syntax Checker in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/netconfig-syntax-checker/#post-82382</link>
				<pubDate>Mon, 13 Apr 2015 17:27:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Where did you find what pointed to that conclusion?</p>
<p><s></p>
<p>Max Drown wrote:<br />
</s>The NetConfig is fine. Looking at the error a little closer it implies there&#8217;s actually a problem with one of your tcl procs, not the NetConfig.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2f8c8212cc7eedccfdf53b03be3af65</guid>
				<title>Scott Caldwell replied to the topic Netconfig Syntax Checker in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/netconfig-syntax-checker/#post-82380</link>
				<pubDate>Mon, 13 Apr 2015 16:15:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>file sent. </p>
<p>6.0</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5ab71d979ec2d2aff4f9ce70650a5c7f</guid>
				<title>Scott Caldwell replied to the topic Netconfig Syntax Checker in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/netconfig-syntax-checker/#post-82378</link>
				<pubDate>Mon, 13 Apr 2015 16:01:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>1. &nbsp;OK I turned on Log History. &nbsp;Not sure I need the SMAT History turned on as we save cycle nightly &#8211; should I anyway? Whats the advantage? &nbsp;Wouldn&#8217;t I lose part of the day&#8217;s file as whatever was archived wouldn&#8217;t be included in the nightly SC?</p>
<p>2. I don&#8217;t edit the netconfig manually, I&#8217;ve always used the tool.</p>
<p>3. OK I&hellip;<span class="activity-read-more" id="activity-read-more-9499"><a href="https://usspvlclovertch2.infor.com/forums/topic/netconfig-syntax-checker/#post-82378" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fb9bddc633ba4273393faf1b5706d4e8</guid>
				<title>Scott Caldwell replied to the topic Missing Messages in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/missing-messages-2/#post-81572</link>
				<pubDate>Mon, 17 Nov 2014 21:59:34 -0500</pubDate>

									<content:encoded><![CDATA[<p>Robert,</p>
<p>I have turned up the reporting for the process, but didn&#8217;t have an luck. The log doesn&#8217;t report ever seeing the file, even though it disappeared from the inbound folder. &nbsp;Attached is the log.</p>
<p>I have created a service order with our vendor, just thought I would provide some feedback on your suggestion.</p>
<p>Thanks,<br />
Scott</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4b34fe858831d64948f47609589ed261</guid>
				<title>Scott Caldwell replied to the topic Auto-SaveCyle Action Upon Process Stop/Start in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/auto-savecyle-action-upon-process-stop-start/#post-81566</link>
				<pubDate>Wed, 12 Nov 2014 16:51:04 -0500</pubDate>

									<content:encoded><![CDATA[<p>Jim,</p>
<p>To be honest right now I can&#8217;t say for sure. &nbsp;I will certainly keep that in mind and note it next time it happens. &nbsp; Then I&#8217;ll update this thread with what I find.</p>
<p>Scott</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3668271defb30624a9747c04ddc85ce7</guid>
				<title>Scott Caldwell replied to the topic Thread turning off turns whole process off in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-turning-off-turns-whole-process-off/#post-81537</link>
				<pubDate>Tue, 11 Nov 2014 23:57:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>Our previous version of CL would do that if there were messages in State 14 in the process when I went to restart it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">34fa6fe9c3726c58e669f5ad94fd6644</guid>
				<title>Scott Caldwell replied to the topic Auto-SaveCyle Action Upon Process Stop/Start in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/auto-savecyle-action-upon-process-stop-start/#post-81563</link>
				<pubDate>Tue, 11 Nov 2014 23:56:12 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the screenshot. &nbsp;</p>
<p>No dice, no process has Automatic SMAT Cycling turned on.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">67340e1e3d2976cbbff56c9ee8efd5df</guid>
				<title>Scott Caldwell replied to the topic Auto-SaveCyle Action Upon Process Stop/Start in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/auto-savecyle-action-upon-process-stop-start/#post-81561</link>
				<pubDate>Tue, 11 Nov 2014 23:33:52 -0500</pubDate>

									<content:encoded><![CDATA[<p>Ok, here are responses to the questions:</p>
<p>1. Yes, some contain mixed case.<br />
2. It&#8217;s sporadic, how do I see is Auto SMAT cycling is turned on?<br />
3. I have only changed encoding on a couple threads during testing, never on a live thread &#8211; and this happens to live threads too.</p>
<p>We upgraded to 6 about 6-7 months ago, and I don&#8217;t recall the old system&hellip;<span class="activity-read-more" id="activity-read-more-16712"><a href="https://usspvlclovertch2.infor.com/forums/topic/auto-savecyle-action-upon-process-stop-start/#post-81561" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">04f42f285be290fa6c6db4e22a681f39</guid>
				<title>Scott Caldwell replied to the topic What can I expect with Level 2 Cloverleaf training? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/what-can-i-expect-with-level-2-cloverleaf-training/#post-80904</link>
				<pubDate>Tue, 08 Jul 2014 21:07:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>If you are already the interface analyst and doing stuff on a day-to-day basis, you&#8217;ll be comfortable.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">62ba944e571aa268abefbb6786b29054</guid>
				<title>Scott Caldwell replied to the topic fileset-local write error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fileset-local-write-error/#post-80327</link>
				<pubDate>Thu, 01 May 2014 17:32:13 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>Gena Gill wrote:<br />
</s>This looks like a Windows permissions issue. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">74d664c08744a8f72f304375601d05eb</guid>
				<title>Scott Caldwell replied to the topic Shell Command button stopped working in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/shell-command-button-stopped-working/#post-79155</link>
				<pubDate>Thu, 10 Oct 2013 19:40:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Changing the CL_INSTALL_DIR to the proper location fixed the command button. &nbsp;Thanks for all the help!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">55f21f707d82a5ad228123eaf9b8518c</guid>
				<title>Scott Caldwell replied to the topic Shell Command button stopped working in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/shell-command-button-stopped-working/#post-79153</link>
				<pubDate>Wed, 09 Oct 2013 17:39:38 -0400</pubDate>

									<content:encoded><![CDATA[<p><s></p>
<p>bill bearden wrote:<br />
</s>I don&#8217;t know about 5.6. I have only used 5.8.x and 6.0. Things might have changed.</p>
<p>However&#8230; The 5.8 CL_INSTALL_DIR I see is L:healthvisioncis5.8</p>
<p>Is there an integrator folder under your cis5.8 folder? &nbsp;Try to guage what my variable should be&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">11c5ae6f3c594ba289168c2ec9058886</guid>
				<title>Scott Caldwell replied to the topic Shell Command button stopped working in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/shell-command-button-stopped-working/#post-79151</link>
				<pubDate>Tue, 01 Oct 2013 18:35:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, we are on Windows&#8230;.</p>
<p>What should the CL_INSTALL_DIR variable be set to? It wasnt in there (maybe got removed when I uninstalled 6?). </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>