<?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 | James Nelson | Activity</title>
	<link>https://clovertech.infor.com/members/james-nelson/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/james-nelson/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for James Nelson.</description>
	<lastBuildDate>Wed, 22 Apr 2026 21:42:41 -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">07db38cfe075243361b13e7781e0ec09</guid>
				<title>James Nelson replied to the topic elog.elogdb-wal reduction? in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/elog-elogdb-wal-reduction/#post-122082</link>
				<pubDate>Fri, 13 Jun 2025 17:11:47 -0400</pubDate>

									<content:encoded><![CDATA[<p>You can clear this file by removing all messages from the error database, shutting down the site and running &#8216;hcidbinit -e&#8217;.  If the file still remains after this, it can be safely removed before you restart the site.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7efdd6f0ab9b1bcbdcc9d84249017ea6</guid>
				<title>James Nelson replied to the topic elog.elogdb-wal reduction? in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/elog-elogdb-wal-reduction/#post-122081</link>
				<pubDate>Fri, 13 Jun 2025 17:09:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Actually it&#8217;s a temporary file created by SQlite, in this case for the error database.</p>
<p><a href="https://www.sqlite.org/wal.html" rel="noopener" rel="nofollow ugc">https://www.sqlite.org/wal.html</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">672b69269f469a27a247a06c4af4b060</guid>
				<title>James Nelson replied to the topic FTP Filename in proc in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/ftp-filename-in-proc/#post-121836</link>
				<pubDate>Thu, 27 Feb 2025 21:18:28 -0500</pubDate>

									<content:encoded><![CDATA[<p>In a tclproc:</p>
<p>set meta_kl [msgmetaget $mh DRIVERCTL]</p>
<p>keylget  meta_kl FILENAME FileName</p>
<p>&nbsp;</p>
<p>In an Xlate:</p>
<p>set DriverCtl [xpmmetaget $xlateId DRIVERCTL]</p>
<p>keylget DriverCtl FILENAME FileName</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">67a961f0236d0c1c64c4edc37e70a2d4</guid>
				<title>James Nelson replied to the topic We&#039;re back online! in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/were-back-online/#post-121690</link>
				<pubDate>Mon, 16 Dec 2024 20:52:19 -0500</pubDate>

									<content:encoded><![CDATA[<p>I too was wondering what happened.  Glad to see we&#8217;re back!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">873cee6b31264ba48773e5ebbad1d52a</guid>
				<title>James Nelson replied to the topic So long, and thanks for all the fish. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/so-long-and-thanks-for-all-the-fish/#post-121409</link>
				<pubDate>Wed, 22 May 2024 15:37:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>Best wishes in your retirement and thank you for all of your contributions to the community over the years.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">feb1ba42a173338dcc2491bffd673a0b</guid>
				<title>James Nelson replied to the topic how to remove unwanted pipes in the middle of a segment? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-to-remove-unwanted-pipes-in-the-middle-of-a-segment/#post-120357</link>
				<pubDate>Wed, 01 Mar 2023 14:43:13 -0500</pubDate>

									<content:encoded><![CDATA[<p>What version of HL7 is it using?  HL7 v2.3 only has 3 fields defined in the NTE segment so you could, with a small risk, assume that any pipe character after the first 3 is part of the comment and use &#8216;string map&#8217; within a tclproc to convert them to the appropriate escape sequence.  HL7 v2.5 has a fourth field, but that could be accounted for as w&hellip;<span class="activity-read-more" id="activity-read-more-25236"><a href="https://usspvlclovertch2.infor.com/forums/topic/how-to-remove-unwanted-pipes-in-the-middle-of-a-segment/#post-120357" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9f8741300a4a1fe45e143fb12e3dcd0a</guid>
				<title>James Nelson replied to the topic can OS be accessed from an xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/can-os-be-accessed-from-an-xlate/#post-120210</link>
				<pubDate>Fri, 27 Jan 2023 21:21:01 -0500</pubDate>

									<content:encoded><![CDATA[<p>Depending on what you&#8217;re looking for, it may be available in the built-in env() array.</p>
<p>For example:<br />
&lt;pre&gt;global env<br />
puts $env(HOSTNAME)&lt;/pre&gt;<br />
&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b5392299326356e728111fc5b8282052</guid>
				<title>James Nelson replied to the topic recovering corrupted smatdb in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/recovering-corrupted-smatdb/#post-120146</link>
				<pubDate>Thu, 12 Jan 2023 22:03:14 -0500</pubDate>

									<content:encoded><![CDATA[<p>Sorry, I didn&#8217;t get a notification that anyone had replied to my post.  I never did get it resolved, but I also didn&#8217;t open a support case for it.  I&#8217;d also be interested to know whether it is fixed in a later version of Cloverleaf.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">71fecdbfbc10fba34dd1896034cd3be2</guid>
				<title>James Nelson replied to the topic Search encrypted Smat files SQLite in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/search-encrypted-smat-files-sqlite/#post-120118</link>
				<pubDate>Tue, 13 Dec 2022 21:28:41 -0500</pubDate>

									<content:encoded><![CDATA[<p>I think Charlie posted a program called &#8216;hcidbsmat&#8217; that allows one to do searches, including regex, in encrypted SMAT databases.  If you can&#8217;t find it, I can repost.  It&#8217;s kinda old (2015), but it should still work.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d7e7c37699ceaf66fbae86621cd99d4d</guid>
				<title>James Nelson replied to the topic import a csv file to update a look up table in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/import-a-csv-file-to-update-a-look-up-table/#post-119804</link>
				<pubDate>Wed, 15 Jun 2022 16:09:13 -0400</pubDate>

									<content:encoded><![CDATA[<p>This is a simple one that we use.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bf1710d021305392b6411f683c8508d0</guid>
				<title>James Nelson replied to the topic Changing our SMATDB History Location in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/changing-our-smatdb-history-location/#post-119725</link>
				<pubDate>Thu, 12 May 2022 16:51:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>No reboot needed.  Just restart the engine for the site you changed.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">eed719710b0da64dd3f42522548175af</guid>
				<title>James Nelson replied to the topic Problem is on outbound I lose my trailing spaces... in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/problem-is-on-outbound-i-lose-my-trailing-spaces/#post-119351</link>
				<pubDate>Fri, 19 Nov 2021 17:46:11 -0500</pubDate>

									<content:encoded><![CDATA[<p>If the message is an HL7 message, the reason the spaces are being removed is because, according to the HL7 encoding rules, trailing spaces are not significant so they are removed.  This is the same for empty fields at the end of a segment.</p>
<p>If you want to add them after the Xlate, put your tcl proc in the &#8216;Post Procs&#8217; stack in the Route Details or&hellip;<span class="activity-read-more" id="activity-read-more-24094"><a href="https://usspvlclovertch2.infor.com/forums/topic/problem-is-on-outbound-i-lose-my-trailing-spaces/#post-119351" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c11f3cff4222f3c8d2da1d964b9ee4eb</guid>
				<title>James Nelson replied to the topic Need help with Regsub trying to change &#039;~*&#039; to a &#039;~&#039;. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/need-help-with-regsub-trying-to-change-to-a/#post-119306</link>
				<pubDate>Wed, 10 Nov 2021 16:58:08 -0500</pubDate>

									<content:encoded><![CDATA[<p>&#8216;string map&#8217; also works well.</p>
<p>set OrigString {abcdefg~*hijklmnop}<br />
set NewVar [string map  $OrigString]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6a861cf9cadbe7ec35956a4b724a70e8</guid>
				<title>James Nelson replied to the topic best way to setup an inbound thread that takes flat file of DFT HL7 messages? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/best-way-to-setup-an-inbound-thread-that-takes-flat-file-of-dft-hl7-messages/#post-118839</link>
				<pubDate>Wed, 12 May 2021 17:12:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>Yes, you can have multiple records in your input file.</p>
<p>Format the file with one record per line with a newline at the end.</p>
<p>Use the FileSet-local protocol and in the Style field, select &#8216;nl&#8217; for your inbound thread.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c4bca82f02165a32516a90243106bacc</guid>
				<title>James Nelson replied to the topic Calculation Patient&#039;s Age in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/calculation-patients-age/#post-118539</link>
				<pubDate>Thu, 25 Feb 2021 21:53:32 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is how I&#8217;ve done it in the past.  It may not be THE leanest way, but it&#8217;s pretty lean and works.<br />
&lt;pre&gt;set DOB CCYYMMDD ;# Set DOB to the date of birth from the message<br />
if {[clock scan &#8220;today -18 years&#8221;] &lt; [clock scan $DOB -format &#8220;%Y%m%d&#8221;]  {<br />
    # put your actions here<br />
}&lt;/pre&gt;<br />
&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9646f1ea3ad2d55493d77e0991e6fafc</guid>
				<title>James Nelson started the topic recovering corrupted smatdb in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/recovering-corrupted-smatdb/</link>
				<pubDate>Tue, 24 Mar 2020 13:33:20 -0400</pubDate>

									<content:encoded><![CDATA[<p>We use encrypted smatdb on 6.2.3.  I had a couple of the smatdb files loaded in the smatdb tool when they were cycled automatically by our script.  Now I can&#8217;t read the data in the files.  I&#8217;m getting a message that says the password is invalid.  Does anyone know of a method to recover these files?</p>
<p>&nbsp;</p>
<p>Thanks!</p>
<p>&nbsp;</p>
<p>Jim</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">38ccdd395d61d99c408084877e48b64d</guid>
				<title>James Nelson replied to the topic Coronavirus in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/coronavirus/#post-116052</link>
				<pubDate>Tue, 24 Mar 2020 13:29:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Stay safe and stay well, Charlie!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4c12f313bf2fb61c29d743a70cd70f4c</guid>
				<title>James Nelson replied to the topic 612 encrypt -&#062; decrypt Smats in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/612-encrypt-decrypt-smats/#post-115724</link>
				<pubDate>Tue, 25 Feb 2020 16:53:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>You can use the SQLite command line utility to dump the smatdb databases and then create an unencrypted database and reimport the data.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c6262fb856d05c2f590283d4de3cd4a4</guid>
				<title>James Nelson replied to the topic FEWER MESSAGES IN RAW OB THREAD THAN IB in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/fewer-messages-in-raw-ob-thread-than-ib/#post-115602</link>
				<pubDate>Tue, 18 Feb 2020 22:04:14 -0500</pubDate>

									<content:encoded><![CDATA[<p>Is the route a static route or are you routing by TrxID?  Also, do you happen to have any TCL code that would filter any of the messages?</p>
<p>&nbsp;</p>
<p>Regards &#8211; Jim</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">93a250c138de4aa84c9f6dccfac92c00</guid>
				<title>James Nelson replied to the topic Substring with Xlate in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/substring-with-xlate/#post-115425</link>
				<pubDate>Mon, 10 Feb 2020 17:59:01 -0500</pubDate>

									<content:encoded><![CDATA[<p>You could use a TCL fragment.<br />
&lt;pre&gt;set xlateOutVals [string range [lindex $xlateInVals 0] 0 end-3]</p>
<p>&lt;/pre&gt;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5dcbd354e7c15fe04908ea3cafb60e77</guid>
				<title>James Nelson replied to the topic HL7 to XML (State Immunization Registry) in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hl7-to-xml-state-immunization-registry/#post-115053</link>
				<pubDate>Mon, 27 Jan 2020 22:16:16 -0500</pubDate>

									<content:encoded><![CDATA[<p>Here is the code I use to store the message in the metadata</p>
<p>[code]</p>
<p>keylget args MSGID mh<br />
#puts &#8220;========&#8221;<br />
#puts [msgget $mh]<br />
#puts &#8220;========&#8221;<br />
set USERDATA_kl [msgmetaget $mh USERDATA]<br />
keylset USERDATA_kl MESSAGE [msgget $mh]<br />
msgmetaset $mh USERDATA $USERDATA_kl</p>
<p>[/code]</p>
<p>Then in the Xlate I pull it out with:</p>
<p>[code]</p>
<p>set USERDATA_kl [xpmmetaget&hellip;<span class="activity-read-more" id="activity-read-more-19403"><a href="https://usspvlclovertch2.infor.com/forums/topic/hl7-to-xml-state-immunization-registry/#post-115053" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fb38698e8e19ea8589ea7265e5e3c1c6</guid>
				<title>James Nelson replied to the topic HL7 to XML (State Immunization Registry) in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hl7-to-xml-state-immunization-registry/#post-115045</link>
				<pubDate>Mon, 27 Jan 2020 20:21:59 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve done something similar where I use a tcl proc in the pre-xlate stack to save the message to the USERDATA metadata and then read it back in the Xlate.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3c2307d3c8754593fdef8d97568127d2</guid>
				<title>James Nelson replied to the topic hcisiteinit from existing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hcisiteinit-from-existing/#post-114975</link>
				<pubDate>Thu, 23 Jan 2020 14:38:12 -0500</pubDate>

									<content:encoded><![CDATA[<p>If you run hcisiteinit without any options it will give you a help screen.  One of the options is &#8216;-c &lt;site&gt; = the site which will be cloned by newsite.&#8217;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">647e6b4275cbf1bc5491cd55841bd973</guid>
				<title>James Nelson replied to the topic How to delete site? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-to-delete-site/#post-114784</link>
				<pubDate>Tue, 14 Jan 2020 16:20:57 -0500</pubDate>

									<content:encoded><![CDATA[<p>1.  Remove the site from the &#8216;environs=&#8217; line in the $HCIROOT/server/server.ini file<br />
2.  Delete the $HCIROOT/helloworld directory tree<br />
3.  To change the default site, change the &#8216;site=&#8217; line in the $HCIROOT/rootInfo file<br />
4.  Restart your host server</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5aa02e533d321bd4ec0dd68c66f22ade</guid>
				<title>James Nelson replied to the topic Search SMAT in a database in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/search-smat-in-a-database/#post-114581</link>
				<pubDate>Mon, 06 Jan 2020 14:12:23 -0500</pubDate>

									<content:encoded><![CDATA[<p>You can use sqlite, but be aware that if your SMAT databases are encrypted, you will need to issue a &#8216;PRAGMA KEY = &lt;password&gt;&#8217; command when you open the file, then you can issue sqlite commands as usual.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">26bec5e4501b3fdfc5a511472f120c4b</guid>
				<title>James Nelson replied to the topic Advanced Security &#038; SAML in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/advanced-security-saml/#post-114396</link>
				<pubDate>Thu, 19 Dec 2019 15:56:31 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thank you, Rob.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b0c5829a8e2da11822d9637ba95744cc</guid>
				<title>James Nelson started the topic Advanced Security &#038; SAML in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/advanced-security-saml/</link>
				<pubDate>Wed, 18 Dec 2019 21:10:15 -0500</pubDate>

									<content:encoded><![CDATA[<p>We&#8217;re planning to implement Cloverleaf Advanced Security and I&#8217;ve been asked if a Federated Login (SAML) is supported.  I found this topic in the archives: <a href="https://usspvlclovertch2.infor.com/forums/topic/saml-2-0/" rel="nofollow ugc">https://usspvlclovertch2.infor.com/forums/topic/saml-2-0/</a> and Rob Abbott says it is not supported, but it&#8217;s from 2015.  Has anything changed in the last 4 1/2 years?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">dbb179caf8cf82a0beebf1f8041a4785</guid>
				<title>James Nelson replied to the topic Format Command in an xlate tcl fragment %-40s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/format-command-in-an-xlate-tcl-fragment-40s/#post-109517</link>
				<pubDate>Thu, 13 Jun 2019 18:34:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks, Rob!  I did finally figure that out.  I was trying to use the CODE button on the Forum page to do that and obviously that didn&#8217;t work. 🙂</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4bb005387ef24279d99879c8c6d3560a</guid>
				<title>James Nelson replied to the topic Format Command in an xlate tcl fragment %-40s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/format-command-in-an-xlate-tcl-fragment-40s/#post-109474</link>
				<pubDate>Wed, 12 Jun 2019 21:25:24 -0400</pubDate>

									<content:encoded><![CDATA[<p>Ok, trying again</p>
<p>This code snippet works:<br />
[code]<br />
set xlateOutVals &#091;list &#091;format %-40s &#091;lindex $xlateOutVals 0&#093;&#093;&#093;<br />
[/code]</p>
<p>You can validate it with this:<br />
[code]<br />
hcitcl&gt;set xlateOutVals &#091;list abcdefghijklmnopqrstuvwxyz&#093;<br />
abcdefghijklmnopqrstuvwxyz<br />
hcitcl&gt;set xlateOutVals &#091;list &#091;format %-40s &#091;lindex $xlateOutVals 0&#093;&#093;&#093;<br />
{abcdefghijklmnopqrstuvwxyz&hellip;<span class="activity-read-more" id="activity-read-more-13577"><a href="https://usspvlclovertch2.infor.com/forums/topic/format-command-in-an-xlate-tcl-fragment-40s/#post-109474" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5817d1535960fc0705ccb6958946aa15</guid>
				<title>James Nelson replied to the topic Format Command in an xlate tcl fragment %-40s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/format-command-in-an-xlate-tcl-fragment-40s/#post-109426</link>
				<pubDate>Wed, 12 Jun 2019 18:09:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>Forget it&#8230;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6198450d551d98adbd9e3a678298ceae</guid>
				<title>James Nelson replied to the topic Format Command in an xlate tcl fragment %-40s in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/format-command-in-an-xlate-tcl-fragment-40s/#post-109420</link>
				<pubDate>Wed, 12 Jun 2019 18:03:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>This works:<br />
<code>set xlateOutVals ]]</code></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4e22ff2a0f25541833c3dcd6cb72ce44</guid>
				<title>James Nelson replied to the topic sqlite in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-5/#post-70817</link>
				<pubDate>Mon, 22 Feb 2010 20:20:45 -0500</pubDate>

									<content:encoded><![CDATA[<p>We&#8217;d be interested in that class as well.</p>
<p>I had forgotten to respond regarding the other class suggestions, but I&#8217;d be interested in the TclCurl and XML also.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3a096b8a474ff0768da8c03f2d88596a</guid>
				<title>James Nelson replied to the topic httpost: empty line between headers in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/httpost-empty-line-between-headers/#post-68251</link>
				<pubDate>Thu, 29 Oct 2009 17:54:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>We&#8217;re having the same issue with the blank line between headers. &nbsp;When I tried to use the httpQueryCurl proc, it bombed complaining that &#8216;curlSubs::PKGERR&#8217; is an unknown variable. &nbsp;I&#8217;m still working on correcting that error, but if someone&#8217;s already done that it doesn&#8217;t make sense for me to reinvent the wheel. &nbsp; 🙂</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8e94144bfc471f065fe4c095e99f865d</guid>
				<title>James Nelson replied to the topic x12 278 and United Healthcare - anyone doing this? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/x12-278-and-united-healthcare-anyone-doing-this/#post-62985</link>
				<pubDate>Wed, 13 May 2009 16:05:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim,</p>
<p>I agree with you completely that we should test in test and resolve the issues there not in production. &nbsp;I&#8217;ve got a conference call with UHC in about a week and I&#8217;ll tell them as much when I talk to them.</p>
<p>Also, have you posted your updated scripts to Clovertech? &nbsp;If not, would you be willing to share them? &nbsp;It would be greatly&hellip;<span class="activity-read-more" id="activity-read-more-5561"><a href="https://usspvlclovertch2.infor.com/forums/topic/x12-278-and-united-healthcare-anyone-doing-this/#post-62985" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>