<?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 | A Lim | Activity</title>
	<link>https://clovertech.infor.com/members/a-lim/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/a-lim/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for A Lim.</description>
	<lastBuildDate>Sat, 09 May 2026 10:20:15 -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">cfeb0a789026ba15a55d1bb405535877</guid>
				<title>A Lim replied to the topic How to convert data in xml into array or list using tcl script in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-122003</link>
				<pubDate>Wed, 16 Apr 2025 07:30:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>I tried using list, but the same issue &#8211; the next section Rpt_2ndReqExam was not read by the script once i added as list for Rpt_SameRptOrder.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4179b43eb2b524da963751307ca75e0a</guid>
				<title>A Lim replied to the topic How to convert data in xml into array or list using tcl script in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-122002</link>
				<pubDate>Wed, 16 Apr 2025 06:19:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>So if the list is {{ORD0029 C628 Proc1} {ORD0030 C628 Proc142} {ORD0049 C638 Proc133} {ORD0089 C700 Proc190}} and to find which item in the list has ‘ORD0049’ I would do set ordind [lsearch -index 0 -exact $orderlist “ORD0049”] ? It would give me 3 since it is in the 3rd one?</p>
<p>And if I have this index number (ordind) could I find what value is&hellip;<span class="activity-read-more" id="activity-read-more-26903"><a href="https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-122002" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">63f25a01831181a934b8d689a6c071d7</guid>
				<title>A Lim replied to the topic How to convert data in xml into array or list using tcl script in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-122001</link>
				<pubDate>Wed, 16 Apr 2025 04:18:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sorry, been busy, forgot about this. Looking at this again.<br />
What I did was having 3 variables OrderNo, AccNo and Code and use the following code to read it in</p>
<p>set OrderNo(Ord) 0<br />
set AccNo (Ord) 0<br />
set Code(Ord) 0</p>
<p>foreach line $xmldata {<br />
switch -exact &#8212; $xmlTag {<br />
SQLCode {<br />
switch -exact &#8212; $xmlData {<br />
&#8230;<br />
Rpt_SameRptOrder {set dataType $xmlData}&hellip;<span class="activity-read-more" id="activity-read-more-26902"><a href="https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-122001" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">32fa7ff8cba8c2a466d0e16317a95eb0</guid>
				<title>A Lim replied to the topic How to convert data in xml into array or list using tcl script in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-121974</link>
				<pubDate>Wed, 02 Apr 2025 06:25:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>Reading of XML and parsing is not the issue &#8211; it has been done and works fine. It is the setting up of array to take in the values that is the issue. As long as array is not used, there is no issue in going through the XML file and getting data, but it is n rows into a single variable, so that does not meet the requirement. If I add array, the&hellip;<span class="activity-read-more" id="activity-read-more-26879"><a href="https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/#post-121974" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ebc14fbe27dbe7a63ba5204fb6134c7c</guid>
				<title>A Lim started the topic How to convert data in xml into array or list using tcl script in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/</link>
				<pubDate>Tue, 01 Apr 2025 07:07:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>The xml is in the format of</p>
<p>&lt;SQL name=&#8221;Rpt_SameRptOrder&#8221;&gt;<br />
&lt;SQLCode&gt;Rpt_SameRptOrder&lt;/SQLCode&gt;<br />
&lt;DataFound&gt;1&lt;/DataFound&gt;<br />
&lt;SQLResults&gt;<br />
&lt;ROW&gt;<br />
&lt;COLUMN name=&#8221;Variable1&#8243;&gt;VariableValue&lt;/COLUMN&gt;<br />
&lt;COLUMN name=&#8221;Variable2&#8243;&gt;VariableValue&lt;/COLUMN&gt;<br />
&lt;COLUMN name=&#8221;Variable3&#8243;&gt;VariableValue&lt;/COLUMN&gt;<br />
&lt;/ROW&gt;&lt;/SQLResults&gt;<br />
&lt;/SQL&gt;</p>
<p>The section in Rpt_SameRptOrder can&hellip;<span class="activity-read-more" id="activity-read-more-26876"><a href="https://clovertech.infor.com/forums/topic/how-to-convert-data-in-xml-into-array-or-list-using-tcl-script/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">86838968acff4d65d927f2c6f689d134</guid>
				<title>A Lim started the topic help array setting in tcl script causes other reading to fail. in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/help-array-setting-in-tcl-script-causes-other-reading-to-fail/</link>
				<pubDate>Thu, 27 Mar 2025 06:28:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>As the amount of data within a section varies depending on the data available &#8211; the number varies in each reading, it could go from 0 to n number of values. So, the only way that I figure could accommodate such variation is using an array. However, implementing of the array proves to be challenging.</p>
<p>The script that works fine as there is no&hellip;<span class="activity-read-more" id="activity-read-more-26847"><a href="https://clovertech.infor.com/forums/topic/help-array-setting-in-tcl-script-causes-other-reading-to-fail/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d6d6952f509f07cf579349d20fa8e786</guid>
				<title>A Lim 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-83869</link>
				<pubDate>Thu, 14 Jul 2016 02:56:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>So it is not possible to have the documentation separate from the cloverleaf server?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2bdaa175c3d53d6bd37b40ec62f9d26c</guid>
				<title>A Lim replied to the topic Preventive Maintenance in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/preventive-maintenance/#post-80913</link>
				<pubDate>Wed, 09 Jul 2014 03:15:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>David,</p>
<p>I have found 5.3 Operations Guide. I assume that&#8217;s what you are taking about in terms of &#8220;dealing with my question&#8221;? </p>
<p>I took a quick look at the pages of that document and I only see information on the different sections of the software, but nothing much on maintenance or preventive, unless we are talking about the troubleshooting&hellip;<span class="activity-read-more" id="activity-read-more-7190"><a href="https://usspvlclovertch2.infor.com/forums/topic/preventive-maintenance/#post-80913" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">171f3ce5debfef1e646b7944d0b9e08e</guid>
				<title>A Lim replied to the topic Preventive Maintenance in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/preventive-maintenance/#post-80912</link>
				<pubDate>Wed, 09 Jul 2014 02:48:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>Interesting that most are running AIX or something other than windows. Unfortunately, the sites I am task to find out about PM on the servers are all running QDX on windows. The sites have either 5.3 or 5.7 version.</p>
<p>David, no I have not read the documentation as I don&#8217;t think I have a copy of them. I am rather new to the task and being loaded&hellip;<span class="activity-read-more" id="activity-read-more-7277"><a href="https://usspvlclovertch2.infor.com/forums/topic/preventive-maintenance/#post-80912" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">819a8c7f632aa9ca57991e061693e327</guid>
				<title>A Lim replied to the topic Preventive Maintenance in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/preventive-maintenance/#post-80905</link>
				<pubDate>Mon, 07 Jul 2014 02:03:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>No one does anything to cloverleaf periodically to ensure it runs smoothly and with no issues?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f096df8dc2d5a349bf3267117fbd4f1</guid>
				<title>A Lim replied to the topic hcicmd save_cycle issue in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hcicmd-save_cycle-issue/#post-77485</link>
				<pubDate>Thu, 22 Nov 2012 04:00:55 -0500</pubDate>

									<content:encoded><![CDATA[<p>Well, according to the log, the save cycle was successful, but there is no regular msg files found. The next day msg files does not contain the previous day ones that went missing, so looks like the save cycle did happen, but something happened somewhere and causes the old.msg files to be missing. </p>
<p>The script was not written by me, I inherited&hellip;<span class="activity-read-more" id="activity-read-more-17790"><a href="https://usspvlclovertch2.infor.com/forums/topic/hcicmd-save_cycle-issue/#post-77485" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5e5eb453a1d9834918807ce2696d487a</guid>
				<title>A Lim replied to the topic hcicmd save_cycle issue in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hcicmd-save_cycle-issue/#post-77482</link>
				<pubDate>Wed, 21 Nov 2012 02:37:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>Russ,</p>
<p>Our daily filesize is not really that large, have not even reached 10MB yet, so I don&#8217;t think it&#8217;s a filesize limit issue.</p>
<p>I have check the SMAT filenames and they are definitely difference as they are using it to do some reconciliation matching (as a double checking system).</p>
<p>The only possibility that I could think of is that at the&hellip;<span class="activity-read-more" id="activity-read-more-12675"><a href="https://usspvlclovertch2.infor.com/forums/topic/hcicmd-save_cycle-issue/#post-77482" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>