<?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 | Christopher Wells | Activity</title>
	<link>https://clovertech.infor.com/members/christopher-wells/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/christopher-wells/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Christopher Wells.</description>
	<lastBuildDate>Mon, 06 Apr 2026 23:11:16 -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">8d47e2d16b22c6654b5ae09dd173f0b1</guid>
				<title>Christopher Wells started the topic CIS20.1 GUI will not load - Invalid encrypted data occurred while doing cryption in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cis20-1-gui-will-not-load-invalid-encrypted-data-occurred-while-doing-cryption/</link>
				<pubDate>Wed, 14 Aug 2024 14:45:03 -0400</pubDate>

									<content:encoded><![CDATA[<p>Encounterd &#8220;&#8216;Invalid encrypted data&#8217; occurred while doing cryption&#8221; error when launching hciaccess.exe in cis20.1 and GUI will not load.</p>
<p>&nbsp;</p>
<p>Error from server log:</p>
<p>Aug 13, 2024 3:44:51 PM org.apache.catalina.startup.Catalina start</p>
<p>INFO: Server startup in [22730] milliseconds</p>
<p>Warning: Error &#8216;Invalid encrypted data&#8217; occurred while doing&hellip;<span class="activity-read-more" id="activity-read-more-26519"><a href="https://usspvlclovertch2.infor.com/forums/topic/cis20-1-gui-will-not-load-invalid-encrypted-data-occurred-while-doing-cryption/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d748e64ecfd1ae82aaa905d82f044e58</guid>
				<title>Christopher Wells&#039;s profile was updated</title>
				<link>https://clovertech.infor.com/activity/p/26518/</link>
				<pubDate>Wed, 14 Aug 2024 14:40:39 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b454e617443b2001ecad1d28f850e71b</guid>
				<title>Christopher Wells started the topic Cloverleaf alert error: cannot open PID file in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-alert-error-cannot-open-pid-file/</link>
				<pubDate>Fri, 13 Mar 2020 15:33:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have a Cloverleaf alert configured to re-start a process when it is down for 5 minutes.  The alert fires, but fails to re-start the process and posts an error in the Monitor Daemon log.</p>
<p>Here are the commands that are being run when the alert fires:</p>
<p>exec {hcilmclear -p ADT_In -v &gt; %&hellip;<span class="activity-read-more" id="activity-read-more-20326"><a href="https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-alert-error-cannot-open-pid-file/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ec8f993c36fb5cbed45dc9ac7577f5dc</guid>
				<title>Christopher Wells replied to the topic decode the base 64 pdf file in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/decode-the-base-64-pdf-file/#post-67814</link>
				<pubDate>Fri, 27 Jan 2017 14:50:44 -0500</pubDate>

									<content:encoded><![CDATA[<p>Charlie,</p>
<p>I know this is an old post, but the file writing snippet really helped me out. &nbsp;Just starting to work with decoded PDF files myself.</p>
<p>Thanks,</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2b06625e2d075494b27b321b33161855</guid>
				<title>Christopher Wells replied to the topic leveraging base 64 encoding on outbound messages in the forum General</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/leveraging-base-64-encoding-on-outbound-messages/#post-83967</link>
				<pubDate>Wed, 18 Jan 2017 14:38:36 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for posting the template procs.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">460c56a21f2d002a681ede857e985172</guid>
				<title>Christopher Wells replied to the topic Invalid MSI index -1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/invalid-msi-index-1/#post-84635</link>
				<pubDate>Mon, 24 Oct 2016 17:24:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>With info from another thread, I was able to solve the issue. &nbsp;I am leaving this thread here and posting my solution to make it easier for others to find the solution to this particular error:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;set msgData [msgget $mh]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# Kill original message:<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lappend dispList &#8220;KILL $mh&#8221;</p>
<p>&#8230;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# create new OB message<br />
&nbsp; &nbsp;&hellip;<span class="activity-read-more" id="activity-read-more-7348"><a href="https://usspvlclovertch2.infor.com/forums/topic/invalid-msi-index-1/#post-84635" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f258c20e5c9d05d7636aaec9a446a469</guid>
				<title>Christopher Wells replied to the topic Creating a new message based on each OBR in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/creating-a-new-message-based-on-each-obr/#post-83477</link>
				<pubDate>Thu, 13 Oct 2016 21:24:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for posting this solution. &nbsp;It helped me out with a coding issue I was having when creating multiple OB messages from one IB. I was getting an &#8216;Invalid MSI index -1&#8217; error. &nbsp;Bottom line, I was not killing the original message.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9546bfc31fc9019b4e4d7bf05f8c9a80</guid>
				<title>Christopher Wells replied to the topic GM 6.1.1 SMAT search error in the forum Global Monitor</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/gm-6-1-1-smat-search-error/#post-83701</link>
				<pubDate>Mon, 15 Feb 2016 13:39:53 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the input. &nbsp;We have already opened a ticket, but it does not sound like we have made it as far along as you. &nbsp;Our ticket is Incident 9342532. &nbsp;If you will give me your ticket number, I&#8217;ll post it to our incident. &nbsp;Perhaps if we cross-reference our incidents it will get more attention.</p>
<p>Regards,</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">30195b9ff50753cacbde1387558604d5</guid>
				<title>Christopher Wells replied to the topic Cloverleaf 6 SMAT files forced .old rename in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-6-smat-files-forced-old-rename/#post-78746</link>
				<pubDate>Mon, 08 Jul 2013 16:33:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>Peter,</p>
<p>Have you opened up a ticket with Infor support on this yet? &nbsp;We&#8217;re planning to upgrade to 6.0 soon and are VERY interested to avoid this issue ourselves. &nbsp;</p>
<p>Also, for both of you, what platform/OS version are you running on?</p>
<p>Thanks for the information,</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f1ebad4a8a0ff88c70fe5c900b0347e4</guid>
				<title>Christopher Wells replied to the topic Cloverleaf high availability crontab synchronization in the forum Operating Systems</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-high-availability-crontab-synchronization/#post-78389</link>
				<pubDate>Thu, 23 May 2013 13:47:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for mentioning the attachment didn&#8217;t post properly. &nbsp;I&#8217;ve updated the original post.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9f62bb7854c7475dfb65ccfe0aa6662e</guid>
				<title>Christopher Wells replied to the topic df alert problem in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/df-alert-problem/#post-77457</link>
				<pubDate>Wed, 16 Jan 2013 14:16:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>Daniel,</p>
<p>Just noticed your reply. &nbsp;Sorry for the late response. &nbsp;It turned out to be a malfunction of the monitor daemon that was setting off the alert erroneously. &nbsp;Bouncing the monitor daemon fixed it.</p>
<p>Thanks,</p>
<p>Christopher.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b780b7c7b9d61ec3493acdf683f1565a</guid>
				<title>Christopher Wells replied to the topic message throttling in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/message-throttling/#post-71089</link>
				<pubDate>Thu, 01 Nov 2012 19:35:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Troy, this is just the info I needed. Very helpful. 🙂 </p>
<p>Regards,</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>