<?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 | Brent Fenderson | Activity</title>
	<link>https://clovertech.infor.com/members/brent-fenderson/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/brent-fenderson/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Brent Fenderson.</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">0cf34aba855d1e1c5f4caa6baa98b74f</guid>
				<title>Brent Fenderson replied to the topic Using local db to capture and compare data in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/using-local-db-to-capture-and-compare-data/#post-122182</link>
				<pubDate>Mon, 06 Oct 2025 18:02:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>We do a similar thing using sqlite</p>
<p>If not in table or not a match write to table and continue msg</p>
<p>else</p>
<p>kill msg</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1e2bd276000bc77af4d795d32eac9512</guid>
				<title>Brent Fenderson replied to the topic Connecting to Resting API and doing a PUSH in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/connecting-to-resting-api-and-doing-a-push/#post-121951</link>
				<pubDate>Fri, 28 Mar 2025 17:25:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jeff, i boxed our interface for you to use as reference</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e14b13ee49ec9e40a14e89323129ad89</guid>
				<title>Brent Fenderson replied to the topic Connecting to Resting API and doing a PUSH in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/connecting-to-resting-api-and-doing-a-push/#post-121940</link>
				<pubDate>Thu, 27 Mar 2025 17:46:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jeff, I attached the script that I wrote for the Angel eye api. Hope this helps. bf</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">42b8bc15ee1ae0e565682a6a780b721b</guid>
				<title>Brent Fenderson replied to the topic Help with xlateStrTrimLeft/Right in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/help-with-xlatestrtrimleft-right/#post-121851</link>
				<pubDate>Tue, 04 Mar 2025 14:15:50 -0500</pubDate>

									<content:encoded><![CDATA[<p>Try this</p>
<p>set xlateOutVals [fmtclock [clock scan [string range [lindex $xlateInVals 0] 0 7] -format &#8220;%Y%m%d&#8221;] &#8220;%m%d%Y&#8221;]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">36a7bde7b2395408f3783c1aebee43cc</guid>
				<title>Brent Fenderson replied to the topic advice on troubleshooting why hcimonitord restarts in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/advice-on-troubleshooting-why-hcimonitord-restarts/#post-86630</link>
				<pubDate>Wed, 14 Nov 2018 20:49:22 -0500</pubDate>

									<content:encoded><![CDATA[<p>If you have Global Monitor there&#8217;s an option that automatically starts monitor daemons that are down. in System preferences</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a48c009b5aca53c87262e53aedbc4c29</guid>
				<title>Brent Fenderson replied to the topic SmatHistory db resends in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smathistory-db-resends/#post-86237</link>
				<pubDate>Sat, 19 May 2018 22:10:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>This in a know bug that is fixed in 6.1.3. There is an hcismatdb command that Charlie Bursell has out here that we&#8217;ve been using as a workaround. You might try dumping the entire smat to a file. My associate say that that will work. Then you can carve it up with a tcl script.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">26f5145c220487c777dee0a9d87389d1</guid>
				<title>Brent Fenderson replied to the topic Linux uudedode &#034;No `begin&#039; line&#034; in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/linux-uudedode-no-begin-line/#post-86113</link>
				<pubDate>Fri, 27 Apr 2018 21:55:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sandy I&#8217;ve attached the script that we&#8217;re using to convert the uuencode to base64. If you turn the debug flag on it&#8217;ll write out the pdf file which you can view with adobe. Hope this helps.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5272ae3ed905bbe5a3cba3829b05da84</guid>
				<title>Brent Fenderson replied to the topic Removing DHEC wrapper in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-dhec-wrapper/#post-85855</link>
				<pubDate>Fri, 19 Jan 2018 12:54:49 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve done something like that for Hawaii awhile back. I created an xml format then extracted the hl7 message with the following statements.</p>
<p>&nbsp;set ghd [grmcreate -msg $mh xml hhsc s$Envelope]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;set datList [datlist] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;# record existing handles<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;set rplyData [datget [grmfetch $ghd&hellip;<span class="activity-read-more" id="activity-read-more-3545"><a href="https://usspvlclovertch2.infor.com/forums/topic/removing-dhec-wrapper/#post-85855" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b517bda4968e5b143962f1ccb1e24cc6</guid>
				<title>Brent Fenderson replied to the topic PDL-TCPIP thread as printer? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pdl-tcpip-thread-as-printer/#post-85086</link>
				<pubDate>Tue, 18 Apr 2017 19:01:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve configured a network printer on the Linux server, then used a tcl script to do line printing to it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ca91f1abcbfbcc6ff6badb566cca55ce</guid>
				<title>Brent Fenderson replied to the topic import a csv file to a look up table in the forum Tcl Library</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/import-a-csv-file-to-a-look-up-table/#post-84740</link>
				<pubDate>Tue, 06 Dec 2016 22:40:06 -0500</pubDate>

									<content:encoded><![CDATA[<p>With that many rows, you might want to consider using an SQLite table.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f5841d2fc49255d9b91215f7b9d35d54</guid>
				<title>Brent Fenderson replied to the topic Database Protocol Help in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/database-protocol-help/#post-84648</link>
				<pubDate>Tue, 18 Oct 2016 20:59:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yea, I tried it too Sorry to add to the confusion. If you could create a view based on the logic in your stored procedure then it would work. Your other option would be to treat your sp result as an inbound reply(Supported in 6.1.2)</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c2052858e9d8e078951b90f3ff6df40f</guid>
				<title>Brent Fenderson replied to the topic Database Protocol Help in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/database-protocol-help/#post-84644</link>
				<pubDate>Mon, 17 Oct 2016 21:29:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>Brad, I think you can use Advanced Data Base lookup to call a stored procedure.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e8085dd132509bedc6fc9cd46e50ae82</guid>
				<title>Brent Fenderson replied to the topic Windows 10 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/windows-10/#post-84357</link>
				<pubDate>Tue, 16 Aug 2016 20:36:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>Greg, the java errors are resolved in CL 6.1.2</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">935a64df349cea116a5cc2520e59be10</guid>
				<title>Brent Fenderson replied to the topic best way to resend in bulk from smatdb in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/best-way-to-resend-in-bulk-from-smatdb/#post-84190</link>
				<pubDate>Tue, 12 Jul 2016 11:20:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>There is a fix in 6.1.2 that corrects the smatdb issue you&#8217;re having with selecting messages for resend. Also the instant search is a client option in this release so your not running a query on big tables until the search criteria is set.[/code]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48a2cbc3c53d0bbdb6b4fda4c2e44996</guid>
				<title>Brent Fenderson replied to the topic Outbound database to SQLite disallowed gateway issue in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/outbound-database-to-sqlite-disallowed-gateway-issue/#post-84071</link>
				<pubDate>Mon, 06 Jun 2016 20:02:49 -0400</pubDate>

									<content:encoded><![CDATA[<p>Mike, have you tried creating a script to do the update? Also, have you tried uping the engine output for java and dbi?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cf3896cb6a5e8632fb616f826141460b</guid>
				<title>Brent Fenderson replied to the topic FTP - 2 styles (eof &#038; nl) delivered to the same director in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/ftp-2-styles-eof-nl-delivered-to-the-same-director/#post-83971</link>
				<pubDate>Tue, 03 May 2016 21:58:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>Traci, This looks like it will work correctly in version 6.1.2. </p>
<p>Feature: &nbsp;File, Fileset-Local, and Fileset-FTP does not get the last line where there is no trailing newline (13094)</p>
<p>Description: &nbsp;File, Fileset-Local, and Fileset-FTP do not get the last line where there is no trailing newline.</p>
<p>This issue no longer happens. File, Fileset-Local,&hellip;<span class="activity-read-more" id="activity-read-more-1426"><a href="https://usspvlclovertch2.infor.com/forums/topic/ftp-2-styles-eof-nl-delivered-to-the-same-director/#post-83971" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e9591c8fac1aef6eda545b494315875c</guid>
				<title>Brent Fenderson replied to the topic 6.1.1 Documentation in the forum Documentation</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/6-1-1-documentation/#post-83868</link>
				<pubDate>Thu, 31 Mar 2016 20:04:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>Greg, the documentation should be installed when you installed the client on your workstation, as long as you selected install documentation when you did the install. </p>
<p>There is updated documentation for version 6.1.1 which is a separate download. This will overlay the contents of your current docs folder.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">635062b19247110fc809d68912b7464d</guid>
				<title>Brent Fenderson replied to the topic Inslling Cloverleaf 6.1.1 on Windows 10? in the forum Operating Systems</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/inslling-cloverleaf-6-1-1-on-windows-10/#post-83637</link>
				<pubDate>Thu, 18 Feb 2016 20:38:39 -0500</pubDate>

									<content:encoded><![CDATA[<p>Gordon, I&#8217;ve attached my modified command for your reference. Good Luck. bf</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bba1047ba470780d19120fd7b282591d</guid>
				<title>Brent Fenderson replied to the topic TCL Alert configuration in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-alert-configuration/#post-83554</link>
				<pubDate>Thu, 18 Feb 2016 20:20:07 -0500</pubDate>

									<content:encoded><![CDATA[<p>Ken, Have you tried setting your retval to 1 to see if it fires? I have a script that is monitoring a print queue that might help. </p>
<p>{ALERT<br />
&nbsp; &nbsp;{ NAME {PLUE FOD has print jobs queueing} }<br />
&nbsp; &nbsp;{ VALUE tcl }<br />
&nbsp; &nbsp;{ SOURCE {<br />
&nbsp; &nbsp; &nbsp; &nbsp;{ TCL {alrt_plue_printer plueprod} }<br />
&nbsp; &nbsp; &nbsp; &nbsp;{ TIME {count 12} }<br />
&nbsp; &nbsp;} }<br />
&nbsp; &nbsp;{ WITH -1 }<br />
&nbsp; &nbsp;{ COMP {== 1} }<br />
&nbsp; &nbsp;{ FOR {nmin 5}&hellip;<span class="activity-read-more" id="activity-read-more-1197"><a href="https://usspvlclovertch2.infor.com/forums/topic/tcl-alert-configuration/#post-83554" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48b1ddb086e87ea3cb8f622bc0e33304</guid>
				<title>Brent Fenderson replied to the topic Inslling Cloverleaf 6.1.1 on Windows 10? in the forum Operating Systems</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/inslling-cloverleaf-6-1-1-on-windows-10/#post-83635</link>
				<pubDate>Wed, 03 Feb 2016 19:22:05 -0500</pubDate>

									<content:encoded><![CDATA[<p>James, I just modify the install_update.cmd to duplicate the tags for windows 8. I have the 6.1.1 client running just fine in windows 10.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1dca8b2e3e6504c191380039b52c7ac3</guid>
				<title>Brent Fenderson replied to the topic Configuring single alert to email multiple email addresses. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/configuring-single-alert-to-email-multiple-email-addresses/#post-83524</link>
				<pubDate>Sun, 10 Jan 2016 20:47:26 -0500</pubDate>

									<content:encoded><![CDATA[<p>I think in 5.8 you had to put the email addresses in quotes<br />
&#8220;user1.domain.org,user2.domain.org&#8221;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5285d118f9a45b8ffc0f27b990df784f</guid>
				<title>Brent Fenderson replied to the topic Advanced Schedule for fileset-ftp   6.1.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/advanced-schedule-for-fileset-ftp-6-1-1/#post-83468</link>
				<pubDate>Tue, 22 Dec 2015 19:39:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>Don&#8217;t forget to refresh your Network Monitor after you update the schedule in NetConfig. Inbound Dir Parsing is not required for the ftp to run.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">89926c86d182f45052f437a0830a66fa</guid>
				<title>Brent Fenderson replied to the topic CL 6.1.1 Tcl Script editor in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cl-6-1-1-tcl-script-editor/#post-83427</link>
				<pubDate>Fri, 11 Dec 2015 15:15:10 -0500</pubDate>

									<content:encoded><![CDATA[<p>Michael everything is documented really well in the release notes. I turned off the Activate Autocomplete because the pop-up windows got in the way. But I liked having it available with the Ctrl+Space hot key. I always did my tcl coding with UltraEdit in the past and this new editor is comparable to that with the braces and brackets matching. Code&hellip;<span class="activity-read-more" id="activity-read-more-12892"><a href="https://usspvlclovertch2.infor.com/forums/topic/cl-6-1-1-tcl-script-editor/#post-83427" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e10be04b0112f4c04b467300a8adacbe</guid>
				<title>Brent Fenderson replied to the topic Pulling PDF Files for Base64 Encoding in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/pulling-pdf-files-for-base64-encoding/#post-83109</link>
				<pubDate>Tue, 15 Sep 2015 11:24:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Change the user account for the Cloverleaf service on your Windows server and you should be good to go once you restart the service. Make sure the folder you&#8217;re picking up the file from has rights for the AD account.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec5ab996eaeffa632fcfd0066a7beafa</guid>
				<title>Brent Fenderson replied to the topic Script for Cycling SMAT database in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/script-for-cycling-smat-database/#post-82279</link>
				<pubDate>Wed, 25 Mar 2015 12:45:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>David, I&#8217;m sure everyone has some variation of the hcicyclesavemsgs.pl found in the contrib folder. Cycling smat is the same function. You&#8221;ll just need to manage the *.old.smatdb files.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">58d03bd35ee38d2c5292939bb303e4eb</guid>
				<title>Brent Fenderson replied to the topic Inserting into SQL Database, Formatting Issues in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/inserting-into-sql-database-formatting-issues/#post-82212</link>
				<pubDate>Fri, 13 Mar 2015 05:55:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jon, I run into the issue with commas in a field all the time. My fix for this is in the Database Schema Configurator. &nbsp;Highlight your table, then in the options menu, select Table Schema Options. This will open up the schema properties. I then change the field separator from , to |.</p>
<p>For the Date issue, I like to format the date into an SQL date&hellip;<span class="activity-read-more" id="activity-read-more-11314"><a href="https://usspvlclovertch2.infor.com/forums/topic/inserting-into-sql-database-formatting-issues/#post-82212" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c373258a1d67b7db5b742c4d1589b9c5</guid>
				<title>Brent Fenderson replied to the topic CL 6.1 on AIX 6.1 - new install in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cl-6-1-on-aix-6-1-new-install/#post-82205</link>
				<pubDate>Wed, 11 Mar 2015 12:08:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>You need to apply a patch to AIX 6.1 to get top to work. Check with Infor support to find out what patch you need for AIX.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a5b159edb155cffff48ede5269d64410</guid>
				<title>Brent Fenderson replied to the topic Alerts post 5.6 - fire a single Alert to test in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/alerts-post-5-6-fire-a-single-alert-to-test/#post-78203</link>
				<pubDate>Wed, 27 Mar 2013 22:55:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim, One suggestion would be to set up a file change alert, then have the tcl script modify the file to get the alert to fire.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">61a9b0410438b770bace05585efa5376</guid>
				<title>Brent Fenderson replied to the topic Failed to read ecd file &#060;filename.ecd&#062; in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/failed-to-read-ecd-file-filename-ecd/#post-77010</link>
				<pubDate>Thu, 23 Aug 2012 22:08:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>Make sure the temp folder in integrator is set to hci and staff. I had a similar issue when this folder only had root authorization.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b6909a2dc39ab0452889eaebd6941e94</guid>
				<title>Brent Fenderson replied to the topic USER-SUPPLIED ARGUMENTS in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/user-supplied-arguments/#post-76155</link>
				<pubDate>Tue, 06 Mar 2012 15:18:34 -0500</pubDate>

									<content:encoded><![CDATA[<p>Ron, This will go in the args section of the tps proc list</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">53a171f2159a7308639963d56c0a7677</guid>
				<title>Brent Fenderson replied to the topic USER-SUPPLIED ARGUMENTS in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/user-supplied-arguments/#post-76153</link>
				<pubDate>Mon, 05 Mar 2012 23:03:00 -0500</pubDate>

									<content:encoded><![CDATA[<p>Pass them as a list to your proc. I&#8217;ve attached some examples. argument would look like {SEGS {MSH EVN PID ZCE}}</p>
<p><s></p>
<p>Ron Leonard wrote:<br />
</s>I want to pass a user supplied argument such as<br />
{SEGS MSH|EVN|PID|ZCE} to pass just these segments.</p>
<p>I already have a TPS Tcl called pass_segs that will do it.</p>
<p>I have setup a route in my thread using an xlate&hellip;<span class="activity-read-more" id="activity-read-more-12810"><a href="https://usspvlclovertch2.infor.com/forums/topic/user-supplied-arguments/#post-76153" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cd4621efe0c0571e6d2984f0cd1e0bab</guid>
				<title>Brent Fenderson replied to the topic new to CL in windows environment, have never seen this in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/new-to-cl-in-windows-environment-have-never-seen-this/#post-75181</link>
				<pubDate>Tue, 31 Jan 2012 21:48:07 -0500</pubDate>

									<content:encoded><![CDATA[<p>When running CL in remote desktop be sure to set your server to remote host and always run the hcidbdump from the IDE tool.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ac9ff3beacc0da4d5c17af86dca17fad</guid>
				<title>Brent Fenderson replied to the topic tcl proc to strip out segments in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-proc-to-strip-out-segments/#post-75661</link>
				<pubDate>Thu, 15 Dec 2011 21:39:28 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is a proc that will except one or more segment id&#8217;s in a list and remove them. Hope this helps</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">90bba834f003c5f386d43009c6c934d1</guid>
				<title>Brent Fenderson replied to the topic Multiple email addresses in Alert configuration in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/multiple-email-addresses-in-alert-configuration/#post-68726</link>
				<pubDate>Tue, 28 Jul 2009 20:31:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>In order to get mutiple go tos in the alerts you have to enclose them in double quotes and separate them with a comma. </p>
<p>This is a windows problem that is leaving the comma out when the alert is fired. </p>
<p>Example:</p>
<p>&#8220;elmo@somewhere.net,groucho@somewhere.net&#8221;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8661b65f9e660ea55bdc2c407de65140</guid>
				<title>Brent Fenderson replied to the topic Cloverleaf 5.6 vs. 5.7? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-5-6-vs-5-7/#post-67446</link>
				<pubDate>Thu, 18 Jun 2009 12:35:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>We are using CL 5.7 with Windows servers and have no issue running hcilmclear with remote desktop. Just be aware of a couple of things.</p>
<p>in remote desktop use remote host for your connection and set the host to local host.</p>
<p>after that just make sure you rum hcilmclear through remote command. works great.</p>
<p>We went from 5.3 to 5.7</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">38118fdfda9fb767385a9478e60c7976</guid>
				<title>Brent Fenderson replied to the topic QDX 5.7 Install / Upgrade in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/qdx-5-7-install-upgrade/#post-68293</link>
				<pubDate>Thu, 18 Jun 2009 12:31:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>We upgraded to 5.7 on windows servers. We had an issue with the outbound save recovery tcl scripts which created a state 16 message that wouldn&#8217;t allow the process to start. I&#8217;d recommend removing them and just setting the resend ob message flag on the thread. </p>
<p>We had an issue setting up email alerts to multiple email address but this was&hellip;<span class="activity-read-more" id="activity-read-more-915"><a href="https://usspvlclovertch2.infor.com/forums/topic/qdx-5-7-install-upgrade/#post-68293" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>