<?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 | Site-Wide Activity</title>
	<link>https://clovertech.infor.com/activity/</link>
	<atom:link href="https://clovertech.infor.com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for the entire site.</description>
	<lastBuildDate>Thu, 04 Jun 2026 10:18:11 -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">59ee22025ef14cbc0b489bd2ab23dfa3</guid>
				<title>Tim Jipson replied to the topic HTTPS to Epic in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/https-to-epic/#post-122540</link>
				<pubDate>Wed, 03 Jun 2026 16:47:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Jason, Looks like it was a firewall issue on the F5 load balancer.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">210b8ae4db6397297769244a8ed50f1c</guid>
				<title>Jason Russell replied to the topic Muse UUEncoding in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/muse-uuencoding/#post-122539</link>
				<pubDate>Mon, 01 Jun 2026 12:10:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>The uuencode and base64 packages never worked right for me. As I noted, the binary encode/decode worked flawlessly without all of the additional stuff once I replaced the rn with just the n (and replacing the rest of the characters). Not sure if a string map would have been more functional there instead of splitting and rejoining, but it&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-27392"><a href="https://clovertech.infor.com/forums/topic/muse-uuencoding/#post-122539" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">30a7e0bf90d8ddaf50d2c27e0e348cbf</guid>
				<title>William Caughey replied to the topic Muse UUEncoding in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/muse-uuencoding/#post-122534</link>
				<pubDate>Fri, 29 May 2026 16:17:49 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>I know this is an old thread, but this should work:</p>
<p>[code]<br />
set map </p>
<p>set ZRI3_5 [lindex $xlateInVals 0]<br />
set ZRI3_5 [string map $map $ZRI3_5]<br />
set ZRI3_5 [uuencode::uudecode $ZRI3_5]<br />
set ZRI3_5 [lindex [lindex $ZRI3_5 0] 2]<br />
set ZRI3_5 [base64::encode -wrapchar &#8220;&#8221; $ZRI3_5]<br />
set xlateOutVals<br />
[/code]</p>
<p>Also, FYI, MUSE supports both UUE and&hellip;<span class="activity-read-more" id="activity-read-more-27391"><a href="https://clovertech.infor.com/forums/topic/muse-uuencoding/#post-122534" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f645887fa03d97fe5f288c330e9d29b3</guid>
				<title>Jason Russell replied to the topic merging a PDF file into an HL7 messages generated from a VRL file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/#post-122533</link>
				<pubDate>Fri, 29 May 2026 13:33:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>I agree that you should avoid dealing with binary PDFs. TCL does have a builtin protocol to do that vs running it via exec:</p>
<p>set pdf [&lt;get PDF however&gt;]</p>
<p>set b64 [binary encode base64 $pdf]</p>
<p>This is also a bit more portable between environments.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b2e27faa89cc1812d33ce7d451fe9acb</guid>
				<title>David Barr replied to the topic merging a PDF file into an HL7 messages generated from a VRL file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/#post-122532</link>
				<pubDate>Thu, 28 May 2026 14:18:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>We do a lot of interfaces like this, but we use Windows file shares instead of FTP to access the PDFs, and we use TCL TPS procs to read the files into the message. We mount the Windows file shares to our Linux Cloverleaf server using CIFS mounts in fstab. Also, I&#8217;ve run into so many problems dealing with binary files in Cloverleaf, that I prefer&hellip;<span class="activity-read-more" id="activity-read-more-27389"><a href="https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/#post-122532" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2ef30ac415938e64928a0582bce004d</guid>
				<title>Ron Swain replied to the topic merging a PDF file into an HL7 messages generated from a VRL file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/#post-122531</link>
				<pubDate>Thu, 28 May 2026 13:04:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim.  I will let you know.. I appreciate it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">27f767d67e69600a7f1487484630acd8</guid>
				<title>Jim Kosloskey replied to the topic merging a PDF file into an HL7 messages generated from a VRL file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/#post-122530</link>
				<pubDate>Thu, 28 May 2026 12:53:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>Ron,</p>
<p>I have a Tcl script that does what you want I think but at least a starting point. This proc though requires the file be accessible vioa the file system not FTP.</p>
<p>If you would like that proc and its User Doc, email me.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6d4e460b85e1f83173ccd8497c1c7e1f</guid>
				<title>Peter Heggie replied to the topic merging a PDF file into an HL7 messages generated from a VRL file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/#post-122529</link>
				<pubDate>Thu, 28 May 2026 12:14:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Is the file on the Cloverleaf server? Then you can use TCL to open the file, read it into a variable (in binary) and then COPY the variable into the OBX.</p>
<p>If you have to use FTP, then technically you could add the TCL FTP package into your environment but I&#8217;m not sure about the impact. especially if it encounters errors.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e72a012e547406178b29e7db032f1fa6</guid>
				<title>Peter Heggie replied to the topic Using Wizard to generate VRL in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/using-wizard-to-generate-vrl/#post-122528</link>
				<pubDate>Thu, 28 May 2026 12:08:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have wanted this for a long time!!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">51ae0601dfbe7552f41a3e926033d519</guid>
				<title>Ron Swain started the topic merging a PDF file into an HL7 messages generated from a VRL file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/merging-a-pdf-file-into-an-hl7-messages-generated-from-a-vrl-file/</link>
				<pubDate>Thu, 28 May 2026 11:46:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am wanting to embed a PDF file into the OBX segment of a message generated from a VRL file. The PDF filename will correspond to a field from the line in the flat file being converted to an HL7 message. We have done this via external shell scripts; but was hoping to move the functionality within the Cloverleaf engine.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2fa428a2e03ef135f02957ff8fedc4c0</guid>
				<title>Ron Swain started the topic Using Wizard to generate VRL in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/using-wizard-to-generate-vrl/</link>
				<pubDate>Thu, 28 May 2026 11:42:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>Is there a way to use the Cloverleaf Wizard to generate the VRL for a delimited file?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c0abdcac581fca38e16abf56120d6be8</guid>
				<title>Jason Russell replied to the topic Alert questions in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alert-questions/#post-122525</link>
				<pubDate>Tue, 26 May 2026 13:58:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>With all of that said above, these are the things I&#8217;ve tried, and none seem to work. This is called from a master site alerts window, calling a TCL proc. It doesn&#8217;t throw errors like it did before, but it just doens&#8217;t seem to do anything. No engine logs in any of the sites that I could tell.</p>
<p>set callPath &#8220;$::env(HCIROOT)/bin&#8221;<br />
#exec&hellip;<span class="activity-read-more" id="activity-read-more-27382"><a href="https://clovertech.infor.com/forums/topic/alert-questions/#post-122525" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bb4fa6720a37d665b54302f34a2a3fb5</guid>
				<title>KZ replied to the topic Alerts to open tickets in ServiceNow in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122524</link>
				<pubDate>Wed, 20 May 2026 20:02:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>We have completed integrations with Slack via webhooks, Teams(don&#8217;t like the workflow), Pager Duty.  We are moving to SNOW we had Fresh Desk.  However, we did opt for the emails with that then Freshdesk did the internal flows.  SNOW has robust APIs for the management hopefully when we go there.  Up to you but we struggle sometimes with rep&hellip;<span class="activity-read-more" id="activity-read-more-27381"><a href="https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122524" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d002bb79017bedddedb1cce1ac450ee0</guid>
				<title>Keith McLeod replied to the topic Alerts to open tickets in ServiceNow in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122523</link>
				<pubDate>Wed, 20 May 2026 17:14:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>I will probably keep the emails since we CC all interested parties when creating tickets, but the webservice should speed up ticket processing.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">95ad585cad5a649cf070a66dafd60e4b</guid>
				<title>Keith McLeod replied to the topic Alerts to open tickets in ServiceNow in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122522</link>
				<pubDate>Wed, 20 May 2026 17:12:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>They generally do have API&#8217;s.  I am currently prototyping a JSON feed using oauth2 on Webservices to Halo(BMC).  I have email alerts that I am now going to drop using the existing variables into a VRL which get translated into JSON.  Functionally working just need to get more of the detail as to exactly what will create the ticket as desired.  Sho&hellip;<span class="activity-read-more" id="activity-read-more-27379"><a href="https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122522" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c5c5b61c82fb44a416b86258fe613b96</guid>
				<title>Jason Russell replied to the topic Alerts to open tickets in ServiceNow in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122521</link>
				<pubDate>Wed, 20 May 2026 16:28:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>Without knowing anything about SNOW I would assume it would depend on any APIs or other ways to get data into the software. There&#8217;s unlikely a native way to do it form Cloverleaf, you&#8217;d likely need to write a script to format data in whichever way SNOW will take it to create a ticket. We use SolarWinds here for our ticketing system and I&#8217;d just&hellip;<span class="activity-read-more" id="activity-read-more-27378"><a href="https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/#post-122521" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f2b79b5007fd8bcfb94c62b3543158db</guid>
				<title>Arkadiy.K started the topic Alerts to open tickets in ServiceNow in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alerts-to-open-tickets-in-servicenow/</link>
				<pubDate>Wed, 20 May 2026 16:23:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Has anyone setup alerts to open tickets via SNOW? and if so, what mechanism &#8211; besides email?</p>
<p>Thank you!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">70e3b06571d8f68ced6d317d5cf39bff</guid>
				<title>Jerry Sawa replied to the topic Manipulating email contents in Cloverleaf in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/manipulating-email-contents-in-cloverleaf/#post-122519</link>
				<pubDate>Wed, 20 May 2026 15:30:42 -0400</pubDate>

									<content:encoded><![CDATA[<p>Following</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">38a17860718bd3030b30c7cb26538a74</guid>
				<title>Steve Simmons replied to the topic Scheduler will not Start in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/scheduler-will-not-start/#post-122518</link>
				<pubDate>Wed, 20 May 2026 14:48:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sorry, nothing else is in the log.</p>
<p>It is odd but it looks like it is trying to start but it doesn’t.</p>
<p>Here is what is in the &#8220;hcischeduler log&#8221;.</p>
<p>hcischeduler:main:INFO :05/14/2026 00:07:00: Begin to start Cloverleaf Scheduler<br />
hcischeduler:main:INFO :05/14/2026 00:07:02: Job status of &#8220;prod hcischeduler_restart&#8221; is not l&hellip;<span class="activity-read-more" id="activity-read-more-27375"><a href="https://clovertech.infor.com/forums/topic/scheduler-will-not-start/#post-122518" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">475829a91d49c97ae1f0a5b9c26dfe5c</guid>
				<title>Jason Russell replied to the topic Alert questions in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alert-questions/#post-122517</link>
				<pubDate>Wed, 20 May 2026 13:00:56 -0400</pubDate>

									<content:encoded><![CDATA[<p>Was a bit rushed yesterday and just now looked at your script, and it&#8217;s a KSH script (which is fine) but we were doing this via TCL through the alerts section, which is probably why some of these scripts are not working. Still interesting, going to try and change tactics a bit.</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b8893a3815f43ea999be9e8905dbddd9</guid>
				<title>Jason Russell replied to the topic Alert questions in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alert-questions/#post-122516</link>
				<pubDate>Tue, 19 May 2026 19:17:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>For some reason, the tcl script won&#8217;t call setsite. Maybe because of setroot. Let me modify and try that.</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e5241c2167d7dc1ff3e690a053bb3580</guid>
				<title>David Barr replied to the topic Manipulating email contents in Cloverleaf in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/manipulating-email-contents-in-cloverleaf/#post-122513</link>
				<pubDate>Tue, 19 May 2026 15:39:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>test reply</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">05da27ac02d281591cb714bb87852008</guid>
				<title>David Barr replied to the topic Alert questions in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alert-questions/#post-122512</link>
				<pubDate>Tue, 19 May 2026 15:35:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>You may be calling hcisetenv incorrectly. Here&#8217;s an example of a script that works:</p>
<p>#!/usr/bin/ksh<br />
export CL_INSTALL_DIR=/opt/cloverleaf/cis2022.09<br />
export HCIVERSION=2022.09<br />
export HCIROOT=$CL_INSTALL_DIR/integrator<br />
export FPATH=$HCIROOT/kshlib<br />
setroot $HCIROOT<br />
setsite live_ord_res<br />
hcicmd -p cprof -c &#8220;cprof_out pstop&#8221;<br />
hcicmd -p cprof -c&hellip;<span class="activity-read-more" id="activity-read-more-27371"><a href="https://clovertech.infor.com/forums/topic/alert-questions/#post-122512" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f8a156eb842d2f17d355e8f225eacb61</guid>
				<title>David Barr&#039;s profile was updated</title>
				<link>https://clovertech.infor.com/activity/p/27370/</link>
				<pubDate>Tue, 19 May 2026 15:23:47 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f73c3d2d6914d4de00b6a7b87f129fcf</guid>
				<title>Jason Russell replied to the topic Scheduler will not Start in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/scheduler-will-not-start/#post-122511</link>
				<pubDate>Tue, 19 May 2026 12:49:47 -0400</pubDate>

									<content:encoded><![CDATA[<p>Is there nothing else in your hcischeduler.log? I would expect since it&#8217;s not working it won&#8217;t have anything past the reboot date, but is there nothing in there that indicates an error?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d30e88a8859db71dd6d1c63d6333362c</guid>
				<title>Jason Russell replied to the topic Alert questions in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/alert-questions/#post-122510</link>
				<pubDate>Tue, 19 May 2026 12:46:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>We&#8217;ve figured out most of the above questions. However, I&#8217;ve run into another interesting issue. We&#8217;re probably doing this &#8216;wrong&#8217;, but I&#8217;m trying to keep as much of the alerting in one place. We&#8217;re checking the status of the alerts via master (who can see all sites), however you can&#8217;t do any thing directly within the site from master (IE&hellip;<span class="activity-read-more" id="activity-read-more-27368"><a href="https://clovertech.infor.com/forums/topic/alert-questions/#post-122510" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ad6f2a38230bc1eea19da60351877eef</guid>
				<title>Peter Heggie replied to the topic Manipulating email contents in Cloverleaf in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/manipulating-email-contents-in-cloverleaf/#post-122509</link>
				<pubDate>Tue, 19 May 2026 09:44:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>following</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f5c7ccc5f40bab107cb85bb789e3255</guid>
				<title>Jim Vilbrandt started the topic Manipulating email contents in Cloverleaf in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/manipulating-email-contents-in-cloverleaf/</link>
				<pubDate>Tue, 19 May 2026 06:41:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>Has anyone configured Cloverleaf to accept emails (redirected from an exchange server), manipulate the contents of the email and then send the modified mail to the original recipient?</p>
<p>We have a solution provider that can generate emails for our patients. As this solution implemented in all of facilites, the email needs to specify&hellip;<span class="activity-read-more" id="activity-read-more-27366"><a href="https://clovertech.infor.com/forums/topic/manipulating-email-contents-in-cloverleaf/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3d2ca7ca8bbb2f580cc9ac938dc50e66</guid>
				<title>Steve Simmons replied to the topic Scheduler will not Start in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/scheduler-will-not-start/#post-122507</link>
				<pubDate>Mon, 18 May 2026 18:35:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>The hcischeduler.log is from 5/14/2026 when we reboot, but this is the startup_log.</p>
<p>Starting process hcischeduler at Mon May 18 13:42:33 2026</p>
<p>&nbsp;</p>
<p>Then when I check the scheduler it is not started.</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fd879f6dbd6cd9ef9e7d0650d15ab1d2</guid>
				<title>Jason Russell replied to the topic Scheduler will not Start in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/scheduler-will-not-start/#post-122506</link>
				<pubDate>Mon, 18 May 2026 17:59:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>You need to check HCIROOT/server/hcischeduler/hcischeduler.log and see what it is failing on.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cd4150e688b1029e2101f07a20149011</guid>
				<title>Steve Simmons started the topic Scheduler will not Start in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/scheduler-will-not-start/</link>
				<pubDate>Mon, 18 May 2026 17:48:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Scheduler will not start. When I type in hcischedulerctl -s, it will come with Process hcischeduler initiated but it is starting. I also typed in hcischedulerclt -r, it says No hcischeduler process was running, then it says Process hcischeduler initiated but it is not starting.</p>
<p>BTW we had rebooted the cloverleaf server last week, all interfaces&hellip;<span class="activity-read-more" id="activity-read-more-27363"><a href="https://clovertech.infor.com/forums/topic/scheduler-will-not-start/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec7f53171951e9708a10d85d193f4d16</guid>
				<title>Ramachandran R replied to the topic 2022.09.04 Patch in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122504</link>
				<pubDate>Thu, 14 May 2026 11:54:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>We have applied the Cloverleaf 2022.09.04 patch on our Red Hat Enterprise Linux 9.7 envionment now; so far didnt see any issues.</p>
<p>We had to remove the below old libraries; this has to be done to fix the issue Xlate opening issue.  FYI.. these are duplicated files in the same diretory, but with older versions.</p>
<p>rm&hellip;<span class="activity-read-more" id="activity-read-more-27362"><a href="https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122504" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">38bb0f078c84dc9aed0e6a9c3cdb0147</guid>
				<title>Ramachandran R replied to the topic If statement in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/if-statement/#post-122503</link>
				<pubDate>Wed, 13 May 2026 04:49:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>Please note that, you do not have to add &#8220;&#8221; after the eq=. The below will also work fine,</p>
<p>0(0).PV1(0).#45(0).[0]  eq=</p>
<p>Make sure no space in between or after eq=</p>
<p>Thank you.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">87838e88f606193be35ca0a73f9a9030</guid>
				<title>Rich Brant replied to the topic If statement in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/if-statement/#post-122502</link>
				<pubDate>Tue, 12 May 2026 18:30:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you!  It&#8217;s always the silly mistakes we overlook!  Works great now.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ad47b9013d02ddb90b76163a17f22eb9</guid>
				<title>Jason Russell replied to the topic 2022.09.04 Patch in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122501</link>
				<pubDate>Tue, 12 May 2026 16:48:54 -0400</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s interesting. We&#8217;re on 8.10, looking to go to 2025, then jump to 10, we&#8217;ll have to double-verify we&#8217;re on a certified version when we go. However, we&#8217;ll be rebuilding from scratch when we go to 10 so it will be a full upgrade. Got some considerations with HA pairs, but that&#8217;s a different story. .</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">56fe27b145d32a62290e62d413c77c39</guid>
				<title>Jason Russell replied to the topic If statement in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/if-statement/#post-122500</link>
				<pubDate>Tue, 12 May 2026 16:41:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>Make sure you&#8217;re using @null not @Null (case sensitive).</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7a54834cde3dd570f66b3ca06f8360aa</guid>
				<title>Rich Brant started the topic If statement in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/if-statement/</link>
				<pubDate>Tue, 12 May 2026 16:32:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>🙂 Now I&#8217;m just frustrating myself!  All I need to do is evaluate for Null, and it works fine if it actually is Null, but won&#8217;t work if it isn&#8217;t.  I finally got the date conversion to 2026-05-04, but it doesn&#8217;t like it if it&#8217;s blank, I get &#8212; in the field so I want to check to make sure it&#8217;s not blank before I do the inline T&hellip;<span class="activity-read-more" id="activity-read-more-27357"><a href="https://clovertech.infor.com/forums/topic/if-statement/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ccba8f444c47c0cf601dd3e6414872f9</guid>
				<title>Tim Jipson replied to the topic 2022.09.04 Patch in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122498</link>
				<pubDate>Tue, 12 May 2026 14:38:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Jason, We were running 9.1 with 2022.09.03 and everything was running great. Then the server admin applied &#8216;patches&#8217; that brought the engine up to RHEL 9.7. It has been an absolute living hell since then.  The server admin says 9.7 can&#8217;t be backed out so we trying to avoid a server rebuilt and hoping that 2022.09.04, being one minor version&hellip;<span class="activity-read-more" id="activity-read-more-27356"><a href="https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122498" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">879881d21476259eb68057c1139e06cc</guid>
				<title>Jim Kosloskey replied to the topic Inline Tcl with Xlate Copy in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/#post-122497</link>
				<pubDate>Mon, 11 May 2026 22:41:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, you want pre.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">67c620fb7da7e0c26e01aab23c1f481e</guid>
				<title>Rich Brant replied to the topic Inline Tcl with Xlate Copy in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/#post-122496</link>
				<pubDate>Mon, 11 May 2026 18:38:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>Does pre/post matter in that scenario?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2d122da06b2fa5aa5fd94e14646abeba</guid>
				<title>Jason Russell replied to the topic Inline Tcl with Xlate Copy in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/#post-122495</link>
				<pubDate>Mon, 11 May 2026 18:22:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>I edited too many times (the bbcode was trying to format the list command). here&#8217;s the code without the slashes:</p>
<p>set xlateOutVals [ list [clock format [clock scan [lindex $xlateInVals 0] -format %Y%m%d] -format “%Y-%m-%d”]]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ff5042c3e8637b3b593d333043cf8cda</guid>
				<title>Jason Russell replied to the topic Inline Tcl with Xlate Copy in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/#post-122491</link>
				<pubDate>Mon, 11 May 2026 18:13:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>The variable you&#8217;re looking for is xlateInVals which is a list. If you are 100% certain you will always pass in a 8 digit date, you can use TCL&#8217;s clock command:</p>
<p>set xlateOutVals  -format %Y%m%d] -format &#8220;%Y-%m-%d&#8221;]]</p>
<p>From the inside out:</p>
<p>lindex gets the first item of the list passed in via xlateInVals</p>
<p>Clock scan will scan that in the format&hellip;<span class="activity-read-more" id="activity-read-more-27352"><a href="https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/#post-122491" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7fd18eee1737b98ccbd1c47ccd274326</guid>
				<title>Rich Brant started the topic Inline Tcl with Xlate Copy in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/</link>
				<pubDate>Mon, 11 May 2026 18:06:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using a Copy in an xlate, and want to make 20260504 look like 2026-05-04</p>
<p>I&#8217;ve tried $inval, $invar, and $var.</p>
<p>[string range $inval 3]-[string range $inval 4 5]-[string range $inval 6 7]</p>
<p>Version 20.1, and getting an error:</p>
<p>ESSAGE 1<br />
Tcl callout error</p>
<p>[string range $inval 3]-[string range $inval 4 5]-[string range $inval 6 7]<br />
:</p>
<p>errorCode:&hellip;<span class="activity-read-more" id="activity-read-more-27351"><a href="https://clovertech.infor.com/forums/topic/inline-tcl-with-xlate-copy/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">42a1884bb819342ed885894379619027</guid>
				<title>Jim Kosloskey replied to the topic Repeating fields within a VRL that can be iterated over in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/repeating-fields-within-a-vrl-that-can-be-iterated-over/#post-122489</link>
				<pubDate>Fri, 08 May 2026 15:19:17 -0400</pubDate>

									<content:encoded><![CDATA[<p>This can be done by using HRL (which probably will have multiple VRLs).</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">96af63beda0aa2d233c64a742e14117b</guid>
				<title>Jason Russell replied to the topic 2022.09.04 Patch in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122488</link>
				<pubDate>Fri, 08 May 2026 14:59:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;d be curious as to your experience on how far behind you stay in terms of Cloverleaf and server updates. We&#8217;re currently on RHEL 8.10 on CIS2022.09.03. We should have really updated to RHEL 9 but it was &#8220;too soon&#8221; when we started this migration to Cloverleaf. now that we&#8217;re done we&#8217;re looking at the upgrades, and I was looking at possibly&hellip;<span class="activity-read-more" id="activity-read-more-27349"><a href="https://clovertech.infor.com/forums/topic/2022-09-04-patch/#post-122488" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">94f7ab8dbd017ea401bd0058cd230ed4</guid>
				<title>Jason Russell replied to the topic SFTP Settings in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/sftp-settings/#post-122487</link>
				<pubDate>Fri, 08 May 2026 14:55:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>There is an update in 2022.09.04 that helps deal with an issue with leading slashes and how Cloverleaf sends them via cURL. I&#8217;m not sure if that is the issue you&#8217;re experiencing (or if it&#8217;s a new or unknown server):</p>
<p>&lt;td width=&#8221;600&#8243;&gt;This enhancement introduces a configurable system variable that allows users to determine how the leading slash&hellip;<span class="activity-read-more" id="activity-read-more-27348"><a href="https://clovertech.infor.com/forums/topic/sftp-settings/#post-122487" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a6545e4daa10a008ff7753c28ab6ef93</guid>
				<title>Jason Russell replied to the topic HTTPS to Epic in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/https-to-epic/#post-122486</link>
				<pubDate>Fri, 08 May 2026 14:48:47 -0400</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s probably what they&#8217;re running into. Do you have an SLG to point our TSes at? Do you remember what the error was or what (even vaguely) they had to do to fix?</p>
<p>Essentially we&#8217;re getting a connection, but no ack, and it&#8217;s not passing data to bridges like it should. They&#8217;ve got some errors on their side but the interconnect TS has never seen&hellip;<span class="activity-read-more" id="activity-read-more-27347"><a href="https://clovertech.infor.com/forums/topic/https-to-epic/#post-122486" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0fde4c5ee39ed218ca6ec380c344ce8e</guid>
				<title>Jeff Anderson replied to the topic SFTP Settings in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/sftp-settings/#post-122485</link>
				<pubDate>Fri, 08 May 2026 14:44:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>You&#8217;ll never believe the solution&#8230; Generally I can log in via FileZilla and pull the directory from that e.g.  &#8220;/somefolder&#8221; in this case it was &#8220;somefolder&#8221; the preceding &#8220;/&#8221; was causing the error, probably trying to change directory from the root level&#8230; weird I&#8217;ve never seen that issue before.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b3aa2756c8151956fa8f94db6db3419e</guid>
				<title>Keith McLeod started the topic Repeating fields within a VRL that can be iterated over in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/repeating-fields-within-a-vrl-that-can-be-iterated-over/</link>
				<pubDate>Fri, 08 May 2026 13:33:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Can fields in VRL be established to be able to iterate over?</p>
<p>Name|date|<em>id,value~id,value~id,value</em>|other data&#8230; for example.  Was hoping to keep this simple.</p>
<p>copy name &#8211;&gt; name</p>
<p>copy data &#8211;&gt; date</p>
<p>iterate over repeating field</p>
<p>copy id(0) &#8211;&gt; id(0)</p>
<p>copy value(0) &#8211;&gt; value(0)</p>
<p>Any thoughts or options?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b2bd0a338fa82949c15e02b14ab4124d</guid>
				<title>Tim Pancost replied to the topic 2025.01 Server Admin Tool via Xserver on AIX in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/2025-01-server-admin-tool-via-xserver-on-aix/#post-122483</link>
				<pubDate>Thu, 07 May 2026 15:15:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>MobaXterm is my emulator.  As I mentioned, this works just fine with 2022.09.  And MobaXterm has also worked fine with previous versions of Cloverleaf all the way back to 6.x.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>