<?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 | Ed Mastascusa | Activity</title>
	<link>https://clovertech.infor.com/members/ed-mastascusa/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/ed-mastascusa/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ed Mastascusa.</description>
	<lastBuildDate>Tue, 07 Apr 2026 16:49:02 -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">c44f089b0e7199fc08b0317fd7550235</guid>
				<title>Ed Mastascusa replied to the topic Delay in stopping thread in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/delay-in-stopping-thread/#post-85872</link>
				<pubDate>Wed, 14 Feb 2018 04:40:18 -0500</pubDate>

									<content:encoded><![CDATA[<p>you could try the &#8220;prestart&#8221; in place of the pstop then no need for the pstart &#8211; I think prestart is just a pstop on the front end anyway &#8211; &nbsp;just make sure your time param is fairly &nbsp;large, if you think 5 go with 10.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bb118d881f53e2d32f274a61819c50d5</guid>
				<title>Ed Mastascusa replied to the topic Help interpreting Cloverleaf log in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/help-interpreting-cloverleaf-log/#post-82883</link>
				<pubDate>Thu, 23 Jul 2015 13:59:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>since it sounds pretty repeatable you can always run hcitcptest and send a saved message. hcitcptest &nbsp;displays everything received in hex. </p>
<p>$ hcitcptest -t mlp -h qted -p 5309<br />
Data recieved from the host will be printed to standard<br />
output in a hex dump format. (Including any encoding chars,<br />
data is dumped exactly as read.)</p>
<p>If you wish to&hellip;<span class="activity-read-more" id="activity-read-more-11941"><a href="https://usspvlclovertch2.infor.com/forums/topic/help-interpreting-cloverleaf-log/#post-82883" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">60965460875aa018ce164b870b88202f</guid>
				<title>Ed Mastascusa replied to the topic Cloverleaf process limitation -- Any solution ? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-process-limitation-any-solution/#post-79392</link>
				<pubDate>Thu, 24 Oct 2013 13:39:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi mitesh &#8211; </p>
<p>for the stats it sounds like the hcimsitutil command would have the info you want. hcimsiutil -dd threadName will give you a bunch of information about thread activity. &nbsp;there are also tcl commands (msiAttach, msiTocEntry, msiGetStatSample) that you can use to get a keyed list of the thread statistics that appear in the hcimsiutil&hellip;<span class="activity-read-more" id="activity-read-more-13953"><a href="https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-process-limitation-any-solution/#post-79392" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1399444a422acfda2f384853ac11ca16</guid>
				<title>Ed Mastascusa replied to the topic Failing DFT message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/failing-dft-message/#post-79133</link>
				<pubDate>Tue, 24 Sep 2013 03:06:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Kumar &#8211; </p>
<p>I think you can infer from the line feed in the &#8220;unknown segment&#8221; messages (the 3 chars between the &#8216; &#8216;s ) that in the bad message there is a line feed char after each segment delimiter. That out of order segment message takes the first 3 chars after the segment delimiter as the next &#8220;segment header&#8221; (as it should)</p>
<p>Turning up the&hellip;<span class="activity-read-more" id="activity-read-more-11883"><a href="https://usspvlclovertch2.infor.com/forums/topic/failing-dft-message/#post-79133" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4e26c6fbf637e7e38d3076c530b7f472</guid>
				<title>Ed Mastascusa replied to the topic IF statement Syntax in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statement-syntax/#post-78706</link>
				<pubDate>Thu, 20 Jun 2013 14:11:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello Danny, </p>
<p>If I read your second post right, you want to exec a SUPPRESS when PV1:10 is NOT one of {OBS,NRY,OOB,OBV} &nbsp;so you want to &#8220;AND&#8221; (&amp;&amp;) and not OR (||) your individual &#8220;ne&#8221; conditions in the original &#8220;IF&#8221; statement like this: </p>
<p>IF &nbsp; 0(0).PV1(0).#10(0) &nbsp;ne =OBS &amp;&amp; &nbsp;0(0).PV1(0).#10(0) &nbsp;ne =NRY &amp;&amp; &nbsp;0(0).PV1(0).#10(0) &nbsp;ne =OOB &amp;&amp;&hellip;<span class="activity-read-more" id="activity-read-more-2490"><a href="https://usspvlclovertch2.infor.com/forums/topic/if-statement-syntax/#post-78706" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ed0d2939723d7fb91c088996e9e6cd2b</guid>
				<title>Ed Mastascusa replied to the topic IF statement Syntax in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statement-syntax/#post-78700</link>
				<pubDate>Wed, 19 Jun 2013 13:43:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello Danny &#8211; That syntax seems OK but the boolean logic in that statement is going to be true 100% of the time. &nbsp;if you want to execute the &#8220;if&#8221; when PV1:10 is one of {OBS,NRY,OOB, OBV}, then the &#8220;ne&#8221;s should be &#8220;eq&#8221;s &nbsp;or if you want the opposite then you need to change your &#8220;||&#8221;s to &#8220;&amp;&amp;&#8221;s</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e587f25452524fb49002f92f4e1932a4</guid>
				<title>Ed Mastascusa replied to the topic Slow Initial Connection Start up in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/slow-initial-connection-start-up/#post-77693</link>
				<pubDate>Wed, 09 Jan 2013 21:31:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>I recollect we had a similar problem (3.8-5.5 on AIX) where the cause was the host server. As a result we always kill our host server on our prod box unless we need it running in order to use the GUI. maybe stop/start that (hciss -k h) and see what happens.</p>
<p>if you search for &#8220;inrecoverable socket error&#8221; there are different ways that the monitor&hellip;<span class="activity-read-more" id="activity-read-more-1749"><a href="https://usspvlclovertch2.infor.com/forums/topic/slow-initial-connection-start-up/#post-77693" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">65a8b80e031a84a003060174604c82f1</guid>
				<title>Ed Mastascusa replied to the topic trxId proc problem in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trxid-proc-problem/#post-77579</link>
				<pubDate>Fri, 07 Dec 2012 17:58:14 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>I wasn&#8217;t able to open the doc but the proc is not yet available because </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">99c692427eee8fab7682626eba379cca</guid>
				<title>Ed Mastascusa replied to the topic Trying to understand interfaces with Soarian in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trying-to-understand-interfaces-with-soarian/#post-77537</link>
				<pubDate>Fri, 30 Nov 2012 21:09:11 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hello Peter,</p>
<p>Our IDN recently went live with Soarian on 9/15. We did not purchase openlink, so I can attest to some of the issues encountered receiving HL7 2.X ADT with about 30 downstream systems. &nbsp;</p>
<p>1) Dynamic Delimiters. This one was my pet peeve. Soarian HL7 has an unusual approach to the implementation of characters that would otherwise be&hellip;<span class="activity-read-more" id="activity-read-more-4263"><a href="https://usspvlclovertch2.infor.com/forums/topic/trying-to-understand-interfaces-with-soarian/#post-77537" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8bfca9b5c3d2bb95dc5014c8f3649aa0</guid>
				<title>Ed Mastascusa replied to the topic Error 24, The process file table is full in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/error-24-the-process-file-table-is-full/#post-76535</link>
				<pubDate>Thu, 10 May 2012 22:03:09 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Vince,</p>
<p>I&#8217;m presuming you&#8217;re on some unix variant based on your path &#8211; we&#8217;re on AIX.</p>
<p>We once hit the process status limit on the &#8220;hci&#8221; user and had problems logging in although that was not the exact error message we saw &#8211; we got some fork failure most of the time. &nbsp;</p>
<p>root cause for us was that some OS setting that limited the number of PIDs&hellip;<span class="activity-read-more" id="activity-read-more-18933"><a href="https://usspvlclovertch2.infor.com/forums/topic/error-24-the-process-file-table-is-full/#post-76535" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1356ce9ab3cab1ba2e44bc00203b2ff0</guid>
				<title>Ed Mastascusa replied to the topic VPN connection log entry in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/vpn-connection-log-entry/#post-72586</link>
				<pubDate>Thu, 26 Apr 2012 21:48:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Vince,</p>
<p>check and see if your OS tcp &#8220;keepalive&#8221; setting is longer than the &nbsp;firewall&#8217;s &#8220;session timeout&#8221;. (Or the shortest session timeout if there are firewalls on both ends) If the firewall times out the session that could collapse the tunnel in such a way that one side still thinks they are connectd. &nbsp;</p>
<p>If the other side sees an &#8220;up&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-6845"><a href="https://usspvlclovertch2.infor.com/forums/topic/vpn-connection-log-entry/#post-72586" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c30b19875a3e9f67661355b9f89a7feb</guid>
				<title>Ed Mastascusa replied to the topic Connecting to Corepoint in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/connecting-to-corepoint/#post-75887</link>
				<pubDate>Thu, 29 Mar 2012 22:04:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Bev,</p>
<p>check and see if your OS tcp keepalive setting is longer than the firewall&#8217;s &#8220;session timeout&#8221;. &nbsp;</p>
<p>We had a situation where the firewall (Fortigate or Fortinet) changed their &#8220;system session time&#8221; from 60 minutes to 5 &#8211; our networks group did this due to some concerns about a memory or handle resource issue. Our CL box had the tcp&hellip;<span class="activity-read-more" id="activity-read-more-5799"><a href="https://usspvlclovertch2.infor.com/forums/topic/connecting-to-corepoint/#post-75887" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1cf78869e3d4dbbf0bd5c0dc537704a2</guid>
				<title>Ed Mastascusa replied to the topic PANIC: assertion &#039;val != ((struct Value *) 0)&#039; failed at Val in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/panic-assertion-val-struct-value-0-failed-at-val/#post-58733</link>
				<pubDate>Wed, 16 Nov 2011 22:45:46 -0500</pubDate>

									<content:encoded><![CDATA[<p>duh &#8211; found the issue with this &#8211; </p>
<p>we had an XLT file with an incomplete condition line in an IF.</p>
<p>&nbsp; &nbsp;{ COND { 0(0).MSH.#9.[1] eq =A02 &amp;&amp; &nbsp;1(0).1(0).PV1.#10 &nbsp;eq &nbsp;} }<br />
should have had a value tot he right of the a second eq.</p>
<p>hcixlttest on just the xlt file didn&#8217;t indicate any syntax error/failure to load, although once a message occurred (or was&hellip;<span class="activity-read-more" id="activity-read-more-9773"><a href="https://usspvlclovertch2.infor.com/forums/topic/panic-assertion-val-struct-value-0-failed-at-val/#post-58733" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e000f00ac4b578edc56241cde4ffeb87</guid>
				<title>Ed Mastascusa replied to the topic PANIC: assertion &#039;val != ((struct Value *) 0)&#039; failed at Val in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/panic-assertion-val-struct-value-0-failed-at-val/#post-58732</link>
				<pubDate>Wed, 16 Nov 2011 21:47:37 -0500</pubDate>

									<content:encoded><![CDATA[<p>Anyone ever see this one (same file, different line)? &nbsp;TIA</p>
<p>PANIC: assertion &#8216;vs != ((struct ValueStack *) 0) &amp;&amp; val != ((struct Value *) 0) &amp;&amp; (val)-&gt;val_next == ((struct Value *) 0)&#8217; failed at Value.cpp/958</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f9b0b1cf4149286075a8b3c4acb61c5</guid>
				<title>Ed Mastascusa replied to the topic One process and the threads shut down. Can some give a idea in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/one-process-and-the-threads-shut-down-can-some-give-a-idea/#post-75530</link>
				<pubDate>Wed, 16 Nov 2011 21:38:04 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Gerand,</p>
<p>search on the assertion that failed (&#8220;assertion &#8216;0&#8217; failed at PthreadInterface.cpp/699&#8221;). &#8220;PthreadInterface and 699&#8221; gets about 5 hits. I can&#8217;t tell you exactly what causes the initial panic but stopping the site and restarting cleared it up for us once.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b5fa40e1b9259d1719296fe0672f60f3</guid>
				<title>Ed Mastascusa replied to the topic Read returned error 2 in engine log over 3,000 times/second in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/read-returned-error-2-in-engine-log-over-3000-times-second/#post-74301</link>
				<pubDate>Mon, 09 May 2011 15:55:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>our environment is CL 5.5 on AIX 5.3</p>
<p>We&#8217;ve had similar issues on 2 of our VPN connections. (never on a non-VPN socket) </p>
<p>In our case the read error was a slightly different number (our threads are using r/t TCP-IP HL7 MLP). Also, our errors would not stop until our log files would hit the max unix file size and the engine process&hellip;<span class="activity-read-more" id="activity-read-more-7928"><a href="https://usspvlclovertch2.infor.com/forums/topic/read-returned-error-2-in-engine-log-over-3000-times-second/#post-74301" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a4cf0a8a88f7c5fff5b9b7984bccf9a6</guid>
				<title>Ed Mastascusa replied to the topic odbc qestion in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/odbc-qestion/#post-68370</link>
				<pubDate>Fri, 01 Oct 2010 15:37:25 -0400</pubDate>

									<content:encoded><![CDATA[<p>Tom,</p>
<p>Whenever its possible to select no rows in your fetch you have to initialize all your bound variables first.</p>
<p>The SQLBindCol function will associate a column with a variable name but if the data set resulting from your SQL fetch is empty &nbsp;(or you don&#8217;t actually call SQLFetch) then the bound variables won&#8217;t get set in the fetch. In other&hellip;<span class="activity-read-more" id="activity-read-more-17751"><a href="https://usspvlclovertch2.infor.com/forums/topic/odbc-qestion/#post-68370" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">87f718d59210f21def5b45a58459d655</guid>
				<title>Ed Mastascusa replied to the topic Database Error in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/database-error/#post-70581</link>
				<pubDate>Fri, 22 Jan 2010 14:13:35 -0500</pubDate>

									<content:encoded><![CDATA[<p>We encountered this issue before &#8211; we&#8217;re actually creating the SQL to exec within an XLT and our fix was a tps post proc that does the &#8220;&#8216;&#8221; character substitution with 2 single quotes. </p>
<p>set newMsg [ string map { &#8221; &nbsp;&#8216; } $msgData ]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">064c81cbf2c3f9d9824a8c78e912e75e</guid>
				<title>Ed Mastascusa replied to the topic Warning message that keeps repeating in error log in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/warning-message-that-keeps-repeating-in-error-log/#post-70242</link>
				<pubDate>Mon, 28 Dec 2009 13:51:05 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Since the warning is saying that the #2 segment is the PV1 it looks like the root cause of the warnings is that you are receiving some messages where an MSH is followed by a PV1 instead of a PID segment.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8d5abdf3bd103a3371ea3ee6b499a9ca</guid>
				<title>Ed Mastascusa replied to the topic 5.3, linux &#038; sql server in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/5-3-linux-sql-server/#post-70153</link>
				<pubDate>Mon, 28 Dec 2009 13:39:31 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi &nbsp;Jason,</p>
<p>We used 5.3 on AIX to connect to SQL server 2005 so hopefully that is close enough. We bought the odbc Data Direct add-on from cloverleaf.</p>
<p>The MS-SQL driver file (that goes with version 8.0 of the odbc package and MSSQL 2005) we use is CVmsss22.so and on our site installed to &nbsp;$HCIROOT/lib/Connect5.2/lib. </p>
<p>The MS SQL driver files&hellip;<span class="activity-read-more" id="activity-read-more-8965"><a href="https://usspvlclovertch2.infor.com/forums/topic/5-3-linux-sql-server/#post-70153" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3f51ca2d7e0ea2936d5323af2979f5f8</guid>
				<title>Ed Mastascusa replied to the topic to SMAT or not to SMAT... in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/to-smat-or-not-to-smat/#post-70257</link>
				<pubDate>Thu, 17 Dec 2009 21:32:26 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Troy,</p>
<p>possible gotchas to not keeping the outbound SMATs </p>
<p>If any of your XLTs or TPS procs depend upon tables that change, you may have some latency issues. Replaying an old set of inbound data through a newer route/TCL/table/Xlate configuration might not exactly replicate what did in fact happen. </p>
<p>There&#8217;s also the hassle of re-playing&hellip;<span class="activity-read-more" id="activity-read-more-10135"><a href="https://usspvlclovertch2.infor.com/forums/topic/to-smat-or-not-to-smat/#post-70257" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3af1a9ffab7874901b6239099101c572</guid>
				<title>Ed Mastascusa replied to the topic xlate config file unloadable in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/xlate-config-file-unloadable/#post-68803</link>
				<pubDate>Wed, 05 Aug 2009 20:49:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>FWIW, </p>
<p>hcixlttest at the command line will generally give a fair amount of detail on the offending statement (I think this is just what &#8220;compile&#8221; runs in the GUI.) </p>
<p>Here&#8217;s what I got when I deliberately mangled a table name in a working xlt.</p>
<p>$ hcixlttest temp.xlt<br />
[0:TEST] Unable to load TBL &#8216;asdasddhinChartNames.tbl&#8217;<br />
[0:TEST] Cannot resolve&hellip;<span class="activity-read-more" id="activity-read-more-14291"><a href="https://usspvlclovertch2.infor.com/forums/topic/xlate-config-file-unloadable/#post-68803" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d53891c635d1f5564349b07573ee1a04</guid>
				<title>Ed Mastascusa replied to the topic hcidbdump -r -D -d threadname questions in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/hcidbdump-r-d-d-threadname-questions/#post-68539</link>
				<pubDate>Wed, 15 Jul 2009 13:34:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>more on -U: If you embed the -U parameter into scripts you can still get user ID collisions when using constant strings. One way to minimize the chance of that is to use the process pid (ksh $$ variable or TCL &#8220;pid&#8221; command) as the User ID.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6bc18fd0fc0a50b7c5c866217179cdc1</guid>
				<title>Ed Mastascusa replied to the topic ODBC Hangs in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/odbc-hangs/#post-67617</link>
				<pubDate>Fri, 01 May 2009 22:23:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello Brahim,</p>
<p>We see similar chronic &#8220;hanging&#8221; problems. In our case the root cause is some design issues with the remote database. &nbsp;Our stored proc &#8220;exec&#8221; gets deadlocked / blocked in the remote database and never returns. &nbsp;We know this because we have echos immedaitely prior and after the SQLExecDirect call. While the SQLExecDirect call is hung&hellip;<span class="activity-read-more" id="activity-read-more-4235"><a href="https://usspvlclovertch2.infor.com/forums/topic/odbc-hangs/#post-67617" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">40b54b31fb3ceb8f1f17070db6adf129</guid>
				<title>Ed Mastascusa replied to the topic Modify default save path for database tool in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/modify-default-save-path-for-database-tool/#post-67259</link>
				<pubDate>Tue, 17 Mar 2009 21:48:49 -0400</pubDate>

									<content:encoded><![CDATA[<p>Todd, </p>
<p>I see a different default on our box so I wouldn&#8217;t give up.</p>
<p>we run 5.5 on AIX, and the &#8220;output selection&#8221; file that activates when you select &#8220;file&#8221; instead of &#8220;screen&#8221; defaults to the &#8220;$HCIROOT&#8221; direcectory &#8211; in our case /hci/qdx5.5/integrator. We could create a common dir under that somewhere.</p>
<p>Also, you can manually navigate around the&hellip;<span class="activity-read-more" id="activity-read-more-14451"><a href="https://usspvlclovertch2.infor.com/forums/topic/modify-default-save-path-for-database-tool/#post-67259" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c5a0fddd1fb2be4b90d07c6def432d14</guid>
				<title>Ed Mastascusa replied to the topic Unable to initialize DBI, err = 2 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/unable-to-initialize-dbi-err-2/#post-59439</link>
				<pubDate>Mon, 14 Aug 2006 19:24:58 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi Henry,</p>
<p>One way (not sure it it is the only way or not) to make this happen is for 2 processes to both be using the same user ID to access the database at the same time. The second process trying to use hcidbdump on the user ID will get locked out with that as the error message.</p>
<p>If you call hcidbdump but don&#8217;t specify a user ID with the -U&hellip;<span class="activity-read-more" id="activity-read-more-2681"><a href="https://usspvlclovertch2.infor.com/forums/topic/unable-to-initialize-dbi-err-2/#post-59439" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">49a93bc373fe749b79bc767c933560b4</guid>
				<title>Ed Mastascusa replied to the topic How to check to see if a HL7 segment is present. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/how-to-check-to-see-if-a-hl7-segment-is-present/#post-58268</link>
				<pubDate>Fri, 03 Feb 2006 22:11:11 -0500</pubDate>

									<content:encoded><![CDATA[<p>Ron,</p>
<p>If there are no required fields in the segment you can set up an iterate on the segment(s). </p>
<p>If the segment isn&#8217;t there on the inbound message you shouldn&#8217;t enter the iterate loop. Your basis won&#8217;t be a list, it will probably be group or segment &#8211; the specifics will depend on your message definition.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>