<?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 Cobane | Activity</title>
	<link>https://clovertech.infor.com/members/james-cobane/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/james-cobane/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for James Cobane.</description>
	<lastBuildDate>Sun, 19 Apr 2026 15:06:00 -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">1e003dfbe2e588184c0f8772df6b0d15</guid>
				<title>James Cobane replied to the topic Cloverleaf API Methods in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/cloverleaf-api-methods/#post-122370</link>
				<pubDate>Tue, 10 Mar 2026 14:06:58 -0400</pubDate>

									<content:encoded><![CDATA[<p>It would be great of Infor would do a Webinar for this functionality.  I have a bunch of script that utilize ncitlib to pull data from NetConfig(s), but supposedly using these API&#8217;s is the future direction for getting this kind of data.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f82b6e3bf826dc1fc0f63d90361481cf</guid>
				<title>James Cobane replied to the topic Converting Large Spreadsheet to Table in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/converting-large-spreadsheet-to-table/#post-122351</link>
				<pubDate>Thu, 05 Mar 2026 20:03:48 -0500</pubDate>

									<content:encoded><![CDATA[<p>I have a script that I created that reads a CSV file and utilizes an SQLite database to remove duplicates and generates a Cloverleaf lookup table.  Let me know if you would like a copy of it.</p>
<p>Regards,</p>
<p>Jim Cobane, Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">89279e3e359bee3c8656a3e40cf80bd4</guid>
				<title>James Cobane replied to the topic Suppress message if no Base64 PDF in OBX in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/suppress-message-if-no-base64-pdf-in-obx/#post-122325</link>
				<pubDate>Mon, 02 Mar 2026 13:54:10 -0500</pubDate>

									<content:encoded><![CDATA[<p>Darrell,</p>
<p>You could add a statement in your ITER that sets a temp variable if a PDF exists (i.e. @pdfExists, set it to &#8216;1&#8217;), then just after your ITER you can add an IF statement to check if @pdfExists is not equal to &#8216;1&#8217;, and SUPPRESS.</p>
<p>Hope that makes sense.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">55f62ea287df94a30a1afb4e84ec49f8</guid>
				<title>James Cobane replied to the topic Message flow question in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/message-flow-question/#post-122126</link>
				<pubDate>Thu, 28 Aug 2025 13:08:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>Mischa,</p>
<p>The Recovery DB is going to process the messages in a first in, first out (FIFO) basis unless you have code in place to change the message priority.  So, messages should queue in the order they are received.</p>
<p>Depending on volume, just allowing the Recovery DB to handle the data is the path of least resistance (i.e. let it queue).  We h&hellip;<span class="activity-read-more" id="activity-read-more-27018"><a href="https://clovertech.infor.com/forums/topic/message-flow-question/#post-122126" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">82ba899e0cd072e74a74f09a16e61e48</guid>
				<title>James Cobane replied to the topic TCL function to get todays day minus 5 in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/tcl-function-to-get-todays-day-minus-5/#post-122044</link>
				<pubDate>Tue, 20 May 2025 21:51:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>In Tcl you can simply use the clock scan command:</p>
<p>set myDate [clock scan &#8220;5 days ago&#8221;]</p>
<p>That will return the clock value from 5 days ago that you can then format:</p>
<p>clock format $myDate</p>
<p>&nbsp;</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">87094f54be9c8ac60f78aa559b05be43</guid>
				<title>James Cobane replied to the topic document conversion interfaces into Epic Gallery in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/document-conversion-interfaces-into-epic-gallery/#post-122011</link>
				<pubDate>Mon, 28 Apr 2025 18:47:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>David,</p>
<p>From the Epic documentation, i<span>n this scenario where we need to create DCS records for the documents (rather than update existing ones), you can either:</span><br />
&lt;ol start=&#8221;1&#8243; type=&#8221;1&#8243;&gt;<br />
 	&lt;li class=&#8221;x_MsoListParagraph&#8221;&gt;Use a fully HL7 option, where the messages contain the base64 encoded PDF in OBX-5<br />
 	&lt;li class=&#8221;x_MsoListParagraph&#8221;&gt;Use a Kuiper&hellip;<span class="activity-read-more" id="activity-read-more-26912"><a href="https://clovertech.infor.com/forums/topic/document-conversion-interfaces-into-epic-gallery/#post-122011" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0f1cfd450cd68e77d5109bb44db0f463</guid>
				<title>James Cobane 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-121852</link>
				<pubDate>Tue, 04 Mar 2025 14:19:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>Remember that you should treat xlateOutVals as a list:  set xlateOutVals </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1bfe8888336444a8469558fe693ca575</guid>
				<title>James Cobane 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-121845</link>
				<pubDate>Tue, 04 Mar 2025 14:10:09 -0500</pubDate>

									<content:encoded><![CDATA[<p>You could use the clock commands to reformat the date:</p>
<p>set dateIn [lindex $xlateInVals 0]</p>
<p>set dateOut [clock format [clock scan $dateIn -format &#8220;%Y%m%d&#8221;] -format &#8220;%m%d%Y&#8221;]</p>
<p>set xlateOutVals </p>
<p>&nbsp;</p>
<p>Hope that helps.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">df7664e220daada11af79fdf63807b84</guid>
				<title>James Cobane replied to the topic Setting AUTOSTART in tcl script and save updates into NetConfig file in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/setting-autostart-in-tcl-script-and-save-updates-into-netconfig-file/#post-121838</link>
				<pubDate>Mon, 03 Mar 2025 15:28:54 -0500</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t know that I would recommend attempting to change the NetConfig programmatically from a script; I think you could unknowingly corrupt your NetConfig.  When I have had to do a mass change on the AutoStart settings in NetConfig in the past, I have done it via a text editor and simply done a search/replace of AUTOSTART 0 to AUTOSTART 1 (or&hellip;<span class="activity-read-more" id="activity-read-more-26764"><a href="https://clovertech.infor.com/forums/topic/setting-autostart-in-tcl-script-and-save-updates-into-netconfig-file/#post-121838" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">58cafacc83ead54ace5308af39b283e0</guid>
				<title>James Cobane 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-121835</link>
				<pubDate>Thu, 27 Feb 2025 21:00:48 -0500</pubDate>

									<content:encoded><![CDATA[<p>Jason,</p>
<p>Yes, this information is available within the DRIVER CONTROL portion of the metadata of the message.  Here is a snippet of Tcl code that you could put into a proc in the inbound context that would give you that information from the message:</p>
<p>set myklst [msgmetaget $mh DRIVERCTL]<br />
keylget myklst FILENAME myFileName</p>
<p>Hope that helps.</p>
<p>Jim&hellip;<span class="activity-read-more" id="activity-read-more-26761"><a href="https://clovertech.infor.com/forums/topic/ftp-filename-in-proc/#post-121835" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7c851ab3dd8303dba57435b131910234</guid>
				<title>James Cobane replied to the topic SMATDB in IDE not up-to-date in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smatdb-in-ide-not-up-to-date/#post-121631</link>
				<pubDate>Thu, 10 Oct 2024 16:33:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>I would recommend opening an incident with Support.  It could be something as simple as adding some arguments to the JVM in the Advanced Tab on the Client preferences or even checking/unchecking items on the SMAT tab.  Support probably has some recommendations/best practices for performance related to the SMAT DB/GUI</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8bdcb10d4ca55eacee66f010fc125160</guid>
				<title>James Cobane replied to the topic Cloverleaf API - SMATDB in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-api-smatdb/#post-121550</link>
				<pubDate>Fri, 16 Aug 2024 13:19:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>It would be great if Infor would produce/present a webinar series on how to interact with the Cloverleaf APIs.  We have many scripts that use the ncitlib functions that I would like to replicate with the CLAPI functionality.  Just my $.02</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">95a86bf9b960b3f7bc0b3cef3ed5e110</guid>
				<title>James Cobane replied to the topic Killing messages using an XLATE in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/killing-messages-using-an-xlate/#post-121549</link>
				<pubDate>Fri, 16 Aug 2024 13:00:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>Rather than killing it in an Xlate, it would be more efficient to kill it in a tps proc on the route prior to translation.  Below is a snippet of code for the &#8216;run&#8217; section of a tps proc for reference:</p>
<p>run {<br />
# &#8216;run&#8217; mode always has a MSGID; fetch and process it<br />
keylget args MSGID mh</p>
<p>set disp &#8220;CONTINUE&#8221;</p>
<p>set msg [msgget $mh]</p>
<p># get the message&hellip;<span class="activity-read-more" id="activity-read-more-26522"><a href="https://usspvlclovertch2.infor.com/forums/topic/killing-messages-using-an-xlate/#post-121549" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d7c43e5f0a88cc121a21b6bb90cef2f0</guid>
				<title>James Cobane replied to the topic Delete queued messages in a thread in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/delete-queued-messages-in-a-thread/#post-121535</link>
				<pubDate>Tue, 30 Jul 2024 21:13:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Do you want to delete ALL the messages queue for that thread, or only the first one on the queue?</p>
<p>You can use the Database Administrator tool from the IDE or the command line (depending on your preference and/or skill level).</p>
<p>If you want to delete ALL the messages on the queue for that thread, then the command line option would be:</p>
<p>hcidbdump -r&hellip;<span class="activity-read-more" id="activity-read-more-26504"><a href="https://usspvlclovertch2.infor.com/forums/topic/delete-queued-messages-in-a-thread/#post-121535" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">122f482926b51d23b7c789b1a801e2f1</guid>
				<title>James Cobane 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-121417</link>
				<pubDate>Mon, 27 May 2024 15:16:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>Rob,</p>
<p>Congrats on your retirement!  It is well earned and deserved!  Thank you so much for all your contributions to the Cloverleaf community and direction/development/support of the product!  You will be greatly missed!  I&#8217;ll never forget seeing you at Level I training shortly after you joined HCI (at the time) and so glad that we chose&hellip;<span class="activity-read-more" id="activity-read-more-26387"><a href="https://usspvlclovertch2.infor.com/forums/topic/so-long-and-thanks-for-all-the-fish/#post-121417" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48b42188653c56671fe7545f6341ab04</guid>
				<title>James Cobane replied to the topic needing pdl for Experian eligibility epic query interface going thru cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/needing-pdl-for-experian-eligibility-epic-query-interface-going-thru-cloverleaf/#post-121306</link>
				<pubDate>Tue, 09 Apr 2024 20:04:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>Attached is a .zip file containing the .pdl and .pdo file that I believe we created when we had connected to Experian.  We currently use this for our connection to Passport.</p>
<p>You may want to do your own compile of the .pdl to create the .pdo in your environment.</p>
<p>Hope this helps.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">729021be177bf119a1a7e848330d6586</guid>
				<title>James Cobane replied to the topic Thread IP and ports in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-ip-and-ports/#post-121053</link>
				<pubDate>Fri, 05 Jan 2024 18:38:33 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hmm&#8230;not sure why you&#8217;re getting the error as the script runs for me.  Make sure that you&#8217;re root is set (i.e. setroot / showroot)</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9a208cd2f388d8ff99c059e2ddf4b954</guid>
				<title>James Cobane replied to the topic Thread IP and ports in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-ip-and-ports/#post-121039</link>
				<pubDate>Thu, 04 Jan 2024 19:29:57 -0500</pubDate>

									<content:encoded><![CDATA[<p>We created a script (getportsall) that searches all your sites NetConfig(s) and pulls the data out of the NetConfig for each site.  The output looks like this:<br />
&lt;pre&gt; Port    Type            Host/site thread                         Protocol   Thread/Dest                    Site<br />
&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&hellip;<span class="activity-read-more" id="activity-read-more-26006"><a href="https://usspvlclovertch2.infor.com/forums/topic/thread-ip-and-ports/#post-121039" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3078bc4fe56b427b148af39bccd016dd</guid>
				<title>James Cobane replied to the topic Where to place command line Tcl Procs in Windows O/S? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/where-to-place-command-line-tcl-procs-in-windows-o-s/#post-120846</link>
				<pubDate>Wed, 06 Sep 2023 19:27:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>Hope all is well.  My assumption would be that you would put them in the &#8216;$HCIROOTusercmds&#8217; folder the same as on AIX as the directory structure on Windows should be the same as on AIX.  I would also assume (perhaps incorrectly) that you would need a .bat extension.</p>
<p>Good luck!</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">16058622a9230312009ab86292254f5c</guid>
				<title>James Cobane replied to the topic Reference in Xlate to variable that doesn&#039;t exist - not generating error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reference-in-xlate-to-variable-that-doesnt-exist-not-generating-error/#post-120800</link>
				<pubDate>Mon, 28 Aug 2023 17:29:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>As @ variables are dynamic temp variables, I would not expect the engine to complain or throw any warning.  So, I believe this is expected behavior.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">af7ab713be0b0663c1ba4e05dcb3a458</guid>
				<title>James Cobane replied to the topic Unable to bind tcp/ip socket: Address already in use in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/unable-to-bind-tcp-ip-socket-address-already-in-use-2/#post-120784</link>
				<pubDate>Fri, 25 Aug 2023 15:29:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>We are AIX, and I ran the command to see what it produced:</p>
<p>/usr/sbin/no -a | fgrep ephemeral</p>
<p>tcp_ephemeral_high = 65535<br />
tcp_ephemeral_low = 32768<br />
udp_ephemeral_high = 65535<br />
udp_ephemeral_low = 32768</p>
<p>Hopefully, you can find the command for your environment.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">77741098c92acb8e62fab9ecfcda0653</guid>
				<title>James Cobane replied to the topic Unable to bind tcp/ip socket: Address already in use in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/unable-to-bind-tcp-ip-socket-address-already-in-use-2/#post-120782</link>
				<pubDate>Fri, 25 Aug 2023 15:20:58 -0400</pubDate>

									<content:encoded><![CDATA[<p>I believe on AIX, you can use the command:</p>
<p>/usr/sbin/no -a | fgrep ephemeral</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6364cc5932c95805b9927897929bea7d</guid>
				<title>James Cobane replied to the topic Error returned from SMAT database: file is encrypted or is not a database. Error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/error-returned-from-smat-database-file-is-encrypted-or-is-not-a-database-error/#post-120781</link>
				<pubDate>Fri, 25 Aug 2023 15:13:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>Normally, when the SMAT DB is encrypted, if you are trying to open it from a different site than the one it was created in, it prompts you for a password &#8211; not throw an error.  The password is normally just the name of the site it was created in.</p>
<p>If you are truly getting an error, then you may want to open an incident with Infor to help&hellip;<span class="activity-read-more" id="activity-read-more-25709"><a href="https://usspvlclovertch2.infor.com/forums/topic/error-returned-from-smat-database-file-is-encrypted-or-is-not-a-database-error/#post-120781" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9289aae4af132388a239c4b4529a1533</guid>
				<title>James Cobane replied to the topic Error returned from SMAT database: file is encrypted or is not a database. Error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/error-returned-from-smat-database-file-is-encrypted-or-is-not-a-database-error/#post-120779</link>
				<pubDate>Fri, 25 Aug 2023 14:56:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>First, I think you need confirm whether the SMAT you are trying to open is a SMAT DB or a SMAT file.  It sounds like you may be trying to open a SMAT file using the SMAT DB tool.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">48d2d533b643ffe43ce77d6626a271b6</guid>
				<title>James Cobane replied to the topic Unable to bind tcp/ip socket: Address already in use in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/unable-to-bind-tcp-ip-socket-address-already-in-use-2/#post-120775</link>
				<pubDate>Fri, 25 Aug 2023 14:28:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>You could configure an alert type of &#8220;protocol status&#8221; == error.  If the thread is unable to bind on the port, the protocol status would go to &#8216;error&#8217;.</p>
<p>But regarding the port being in the ephemeral range, that could be why you see it happen occasionally.  The ephemeral range is used by the OS to arbitrarily assign ports when needed by the OS.  If&hellip;<span class="activity-read-more" id="activity-read-more-25704"><a href="https://usspvlclovertch2.infor.com/forums/topic/unable-to-bind-tcp-ip-socket-address-already-in-use-2/#post-120775" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6852180e0f8dc713b22bf901cb244ed5</guid>
				<title>James Cobane replied to the topic Accessing hciserveradmin without using MobaXtern? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/accessing-hciserveradmin-without-using-mobaxtern/#post-120768</link>
				<pubDate>Fri, 25 Aug 2023 12:17:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>Although I haven&#8217;t done this, I believe you need to use Xming with puTTY and allow X-forwarding.  Another option (I think) is to use Exceed, but it isn&#8217;t free.  I think there are some other freebies similar to MobaXterm, but likely if your security team isn&#8217;t allowing MobaXterm, they wouldn&#8217;t allow those either.</p>
<p>You may want to check with your A&hellip;<span class="activity-read-more" id="activity-read-more-25699"><a href="https://usspvlclovertch2.infor.com/forums/topic/accessing-hciserveradmin-without-using-mobaxtern/#post-120768" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3913e57f591b915ed6e51116827753ef</guid>
				<title>James Cobane replied to the topic reset stats for status thread in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/reset-stats-for-status-thread/#post-120759</link>
				<pubDate>Wed, 23 Aug 2023 13:53:42 -0400</pubDate>

									<content:encoded><![CDATA[<p>To reset the stats on a thread, the command is:</p>
<p>hcimsiutil -zt <em>threadnamehere</em></p>
<p>To reset all threads in a site:</p>
<p>hcimsiutil -Z</p>
<p>&nbsp;</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">82418f6d1875fdf60ffb94c34239ac3e</guid>
				<title>James Cobane replied to the topic script to restart daemon for alert in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/script-to-restart-daemon-for-alert/#post-120746</link>
				<pubDate>Tue, 22 Aug 2023 14:20:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>You can script a re-start of the monitor daemon with the following command:</p>
<p>hcisitectl -r m -d 10 -A &#8220;m=-cl default.alrt&#8221;</p>
<p>where &#8216;m&#8217; specifies the monitor daemon</p>
<p>where the -d 10 is the &#8216;delay&#8217; and 10 is 10 seconds</p>
<p>-A is the alert file to use.  I believe if omit the -A parameter it will used the default.alrt file by default.</p>
<p>You would need to&hellip;<span class="activity-read-more" id="activity-read-more-25683"><a href="https://usspvlclovertch2.infor.com/forums/topic/script-to-restart-daemon-for-alert/#post-120746" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">456be8717c63e32f94b8d44b46a371ec</guid>
				<title>James Cobane replied to the topic Delete Segment Using Xlate (Second FT1) in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/delete-segment-using-xlate-second-ft1/#post-120740</link>
				<pubDate>Mon, 21 Aug 2023 18:25:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>You may want to check the outbound variant definition and ensure that the FT1 is not marked as &#8216;Required&#8217;. I wouldn&#8217;t expect it to be but usually when I&#8217;ve seen a segment still being produced after nulling it out, it is because the variant had the segment as required.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">708a5a30f2144784def0608d7f136bb9</guid>
				<title>James Cobane replied to the topic Sad News in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sad-news/#post-120625</link>
				<pubDate>Fri, 16 Jun 2023 10:24:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Charlie,</p>
<p>So sorry to hear of Greg&#8217;s passing.  Thank you for letting us know.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f5870e50fa123b3ec4d419a43520b8af</guid>
				<title>James Cobane replied to the topic NetConfig Parse - Basic in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/neconfig-parse-basic/#post-120563</link>
				<pubDate>Thu, 18 May 2023 14:45:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>Attached is a script you can use for reference that pulls connection info from NetConfig.  Per Infor, future direction to get this type of info is via the Cloverleaf API (CLAPI), but I have not utilized that functionality yet.</p>
<p>Hope this helps.</p>
<p>Jim Cobane, Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7cf5b72118113c863e3e28b40b0ffdbe</guid>
				<title>James Cobane replied to the topic Extra step to keep processes/threads down in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/extra-step-to-keep-processes-threads-down/#post-120541</link>
				<pubDate>Thu, 04 May 2023 20:14:56 -0400</pubDate>

									<content:encoded><![CDATA[<p>You could configure an alert to shut-down thread/processes if they get started.  But there is always the risk that something may still process depending on the systems involved.</p>
<p>Not sure how far in advance you would want to migrate things as having something in a production environment that you don&#8217;t want running is a bit counter&hellip;<span class="activity-read-more" id="activity-read-more-25444"><a href="https://usspvlclovertch2.infor.com/forums/topic/extra-step-to-keep-processes-threads-down/#post-120541" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a76a1dd212379fdba1f75aa742501d64</guid>
				<title>James Cobane replied to the topic How to install and enable new release in Prod without outage in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-to-install-and-enable-new-release-in-prod-without-outage/#post-120491</link>
				<pubDate>Thu, 20 Apr 2023 12:51:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>We have normally installed the upgraded version to our production server in advance of the actual cutover, since as Tim pointed out, you can have mutliple versions of Cloverleaf co-existing.  Additionally, with the use of the &#8220;portable client&#8221;, you can have differing clients on your workstations so you can connect to the differing versions.</p>
<p>With&hellip;<span class="activity-read-more" id="activity-read-more-25388"><a href="https://usspvlclovertch2.infor.com/forums/topic/how-to-install-and-enable-new-release-in-prod-without-outage/#post-120491" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">071b3881124ff3f6d88912db708c9bc6</guid>
				<title>James Cobane replied to the topic Xlate Debugger tool Presentation in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-debugger-tool-presentation/#post-120483</link>
				<pubDate>Wed, 19 Apr 2023 16:58:42 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim &#8211; Thanks for putting the time into the presentation and sharing!</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">06418ab7f84fa79285feed675e7da32b</guid>
				<title>James Cobane replied to the topic creating 2 msgs from a single msg in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/creating-2-msgs-from-a-single-msg/#post-120465</link>
				<pubDate>Fri, 07 Apr 2023 15:31:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>Stewart,</p>
<p>In Tcl, you can use the msgcopy command (look in the reference guide for Tcl extensions, message extensions) in the tps context.</p>
<p>Within an xlate, you could use the CONTINUE (or SEND) option.</p>
<p>Which method you use is going to depend on your &#8220;use case&#8221; and what you are trying to do.</p>
<p>For example, if you need to create two ADT^A02 messages&hellip;<span class="activity-read-more" id="activity-read-more-25355"><a href="https://usspvlclovertch2.infor.com/forums/topic/creating-2-msgs-from-a-single-msg/#post-120465" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4d61a8bc7d2c8b5b99e37ef9cae9ffd3</guid>
				<title>James Cobane replied to the topic Force 19.1 to use SMAT file not SMAT DB in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/force-19-1-to-use-smat-file-not-smat-db/#post-120403</link>
				<pubDate>Mon, 20 Mar 2023 16:03:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>I believe this is controlled from the Server Administration GUI.  My understanding is that the file-based SMAT is being deprecated, so you may want to consider staying with the SMAT DB as this is the standard going forward.</p>
<p>Jim Cobane</p>
<p>Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bcfbaea896f610d826a43edbf913b4b9</guid>
				<title>James Cobane replied to the topic Disabling alerts for planned downtimes in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/disabling-alerts-for-planned-downtimes/#post-120191</link>
				<pubDate>Fri, 20 Jan 2023 20:03:31 -0500</pubDate>

									<content:encoded><![CDATA[<p>@Jay Hammond &#8211; The condition we have in the minimal.alrt to send an e-mail when it has been active for more than 4 hours is simply the &#8216;system % CPU &gt;= 0&#8217; since that condition will always be true.</p>
<p>Hope that makes sense.</p>
<p>Jim Cobane</p>
<p>Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0c519b7621bf2b2acb6c76b6916261c9</guid>
				<title>James Cobane replied to the topic Disabling alerts for planned downtimes in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/disabling-alerts-for-planned-downtimes/#post-120172</link>
				<pubDate>Thu, 19 Jan 2023 14:18:21 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>We have a &#8216;minimal.alrt&#8217; configuration that we invoke for planned downtimes that has just some basic system level alert types (i.e. user%, disk%, et al).  For Cloverleaf server downtimes, we backup the current default.alrt and then copy &#8216;minimal.alrt&#8217; to default.alrt so that when the system comes back up it invokes the &#8220;minimal&#8221; version&hellip;<span class="activity-read-more" id="activity-read-more-25047"><a href="https://usspvlclovertch2.infor.com/forums/topic/disabling-alerts-for-planned-downtimes/#post-120172" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9429dbf667fb7016decf8c9a56344289</guid>
				<title>James Cobane replied to the topic Export Table to CSV or Similar in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/export-table-to-csv-or-similar/#post-120049</link>
				<pubDate>Thu, 03 Nov 2022 10:33:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have also attached a couple of scripts to import &amp; export a Cloverleaf table from/to a text file.  The scripts prompt you for your input/output file/table names.</p>
<p>Regards,</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3310adb3321a002531779c7dc0cbf381</guid>
				<title>James Cobane replied to the topic Infor Document Request: Cloverleaf Site Thread Recommendation in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/infor-document-request-cloverleaf-site-thread-recommendation/#post-119854</link>
				<pubDate>Fri, 15 Jul 2022 15:49:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>Attached is the &#8220;Cloverleaf 19.x Best Practices&#8221; document from the Support Portal</p>
<p>Jim Cobane</p>
<p>Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">94444a27a9a285e4e26cc2c9e92c95bc</guid>
				<title>James Cobane replied to the topic SMAT Password Prompt in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smat-password-prompt/#post-119826</link>
				<pubDate>Wed, 22 Jun 2022 20:40:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>If you turned on &#8216;Encryption&#8217;, the default password of a SMAT DB is the name of the site the SMAT DB was created in.  If you try to open a SMAT DB from another site other than the site you are in, you will get prompted for the password (which is the site name).</p>
<p>Hope that helps.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">abc5ed6d74bd744dd1a9b5d55aa9ca1a</guid>
				<title>James Cobane replied to the topic Cloverleaf Data Retention Policy in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-data-retention-policy/#post-119799</link>
				<pubDate>Wed, 15 Jun 2022 13:13:35 -0400</pubDate>

									<content:encoded><![CDATA[<p>We only keep 7 days worth of SMAT DBs available on our Cloverleaf server.  If needed, we can go back 30 days from backup, but we only keep the week&#8217;s worth on the server.  This is normally more than sufficient for any trouble-shooting that may need to occur.</p>
<p>Our stance is that Cloverleaf is an interface engine and the data is transient; it is n&hellip;<span class="activity-read-more" id="activity-read-more-24594"><a href="https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-data-retention-policy/#post-119799" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bb1e2fb2bd722ee821314e3c4e339bca</guid>
				<title>James Cobane replied to the topic Alerts when a thread is in an &#039;Error&#039; State in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/alerts-when-a-thread-is-in-an-error-state/#post-119684</link>
				<pubDate>Tue, 26 Apr 2022 17:14:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>Is it possible that you really want the alert type of &#8216;Protocol Status&#8217; instead of Thread Status?  Thread status is generally if the thread is running or not; Protocol status is whether the protocol is connected (i.e. &#8220;up&#8221;), not connected (i.e. &#8220;opening&#8221;) or there is an error connecting (i.e. &#8220;error&#8221;).</p>
<p>Hope that helps.</p>
<p>Jim Cobane &#8211; Henry Ford Health</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">240eb32f6f0f0c844ec37bb6b9983705</guid>
				<title>James Cobane replied to the topic script to make a dashboard for our Engine in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/script-to-make-a-dashboard-for-our-engine/#post-119652</link>
				<pubDate>Tue, 29 Mar 2022 13:28:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Updated Screen shot of web page</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5fd1e6817c55f434b36660d4356bef66</guid>
				<title>James Cobane replied to the topic script to make a dashboard for our Engine in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/script-to-make-a-dashboard-for-our-engine/#post-119646</link>
				<pubDate>Tue, 29 Mar 2022 12:34:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>We have a script that we run every 5 minutes via a cron job that outputs stats to a .html file that is then ftp&#8217;d to a webserver where we have a main page that has links to each site&#8217;s .html file to display the information.  If a thread as a queue depth, the particular line is highlighted in red.   In the cron script, we simply setsite to each si&hellip;<span class="activity-read-more" id="activity-read-more-24434"><a href="https://usspvlclovertch2.infor.com/forums/topic/script-to-make-a-dashboard-for-our-engine/#post-119646" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">29c7b05ca96c963036351c394dd99e70</guid>
				<title>James Cobane replied to the topic HL7 Variants, best practices migrating from test -&#062; prod in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hl7-variants-best-practices-migrating-from-test-prod/#post-119552</link>
				<pubDate>Fri, 18 Feb 2022 15:47:04 -0500</pubDate>

									<content:encoded><![CDATA[<p>Depending on what OS you are on you can use the diff tool of your choice.  Since the variants are likely on different servers, you would probably need to migrate the prod variant over to the test server to compare.  You could create a pseudo site to deploy the prod variant to, then compare the variant folders/files using a diff tool for whatever O&hellip;<span class="activity-read-more" id="activity-read-more-24335"><a href="https://usspvlclovertch2.infor.com/forums/topic/hl7-variants-best-practices-migrating-from-test-prod/#post-119552" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f0986bac174da08ea80c908c74e6799b</guid>
				<title>James Cobane replied to the topic HL7 Variants, best practices migrating from test -&#062; prod in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hl7-variants-best-practices-migrating-from-test-prod/#post-119550</link>
				<pubDate>Thu, 17 Feb 2022 19:43:05 -0500</pubDate>

									<content:encoded><![CDATA[<p>Have you used the BOX functionality within Cloverleaf?  It is very easy to migrate items using this tool.</p>
<p>I would recommend that you confirm that there aren&#8217;t any other differences in the variants in your prod vs test (other than what you changed).</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0ed13211fbaa861785fd746279ec07ba</guid>
				<title>James Cobane replied to the topic Slowness in Cloverleaf 20.1.1.1 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/slowness-in-cloverleaf-20-1-1-1/#post-119358</link>
				<pubDate>Mon, 22 Nov 2021 16:16:30 -0500</pubDate>

									<content:encoded><![CDATA[<p>We upgraded to 20.1.1 from 6.2.2 in October.  We are running on AIX.  We noticed that changing sites is definitely slower, but not to the point where it is of a concern/hindrance.  I&#8217;m not sure if there is anything that can be tweaked, but you may want to open an incident with Support.  I have my JVM arguments set to -Xmx1024m on the Advanced tab&hellip;<span class="activity-read-more" id="activity-read-more-24103"><a href="https://usspvlclovertch2.infor.com/forums/topic/slowness-in-cloverleaf-20-1-1-1/#post-119358" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a8b0c794d0cf1fbc1cbf0be5f0937291</guid>
				<title>James Cobane replied to the topic How do I use TPS to the name of the file that fileset is currently processing? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-do-i-use-tps-to-the-name-of-the-file-that-fileset-is-currently-processing/#post-118569</link>
				<pubDate>Thu, 04 Mar 2021 18:03:17 -0500</pubDate>

									<content:encoded><![CDATA[<p>I believe getting the message metadata from the DRIVERCTL will get you to the info you need:</p>
<p>msgmetaget $mh DRIVERCTL</p>
<p>Then within that list there should be additional keys for the fileset protocol and filename</p>
<p>Hope that helps.</p>
<p>Jim Cobane &#8211; Henry Ford Health System</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e7633942dceb042c4e4bad0161b18ad8</guid>
				<title>James Cobane replied to the topic 2.5.1 routing in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/2-5-1-routing/#post-118418</link>
				<pubDate>Fri, 22 Jan 2021 19:28:35 -0500</pubDate>

									<content:encoded><![CDATA[<p>Double check that you have the &#8216;Wild Card Route&#8217; option checked, and also that your TrxID Determination Format on the &#8216;Inbound tab&#8217; is HL7.  I believe the ADT_A03.* should route if those options are set.</p>
<p>Jim Cobane &#8211; Henry Ford Health System</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>