<?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 | David Dillard | Activity</title>
	<link>https://clovertech.infor.com/members/david-dillard/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/david-dillard/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for David Dillard.</description>
	<lastBuildDate>Tue, 07 Apr 2026 16:08:59 -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">a86aae63f921617735eeb5ab9b93e7e1</guid>
				<title>David Dillard replied to the topic Device Integration with Cloverleaf in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/device-integration-with-cloverleaf/#post-121816</link>
				<pubDate>Fri, 14 Feb 2025 18:23:09 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>I can give you some notes on what I have experienced.</p>
<p>We have integration setup between Phillips monitors and Epic, last I checked it was about 4 million msg per month.  We don&#8217;t save any SMAT for the reasons you mentioned, and have no message transformation going on, it is just a straight raw route of message between Phillips and&hellip;<span class="activity-read-more" id="activity-read-more-26745"><a href="https://clovertech.infor.com/forums/topic/device-integration-with-cloverleaf/#post-121816" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5f04ddfdd71754277663ec3c326a1e91</guid>
				<title>David Dillard replied to the topic Large XML messages crashing process in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/large-xml-messages-crashing-process/#post-120875</link>
				<pubDate>Mon, 25 Sep 2023 20:45:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Did you try turning on the Disk-Based Queuing for the process?</p>
<p>We had a problem with large PDF messages causing memory issues but they seemed to go away after we turned this on.</p>
<p>The AIX 32-bit limit is a pain</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0f07bddb0827b36e7cc14f673ac99635</guid>
				<title>David Dillard replied to the topic OBR fields to OBX segment in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/obr-fields-to-obx-segment/#post-75899</link>
				<pubDate>Wed, 25 Jan 2012 20:48:51 -0500</pubDate>

									<content:encoded><![CDATA[<p>I would create a translate to iterate over the OBR segments, save the provider information for each OBR then loop over all the OBX segment under the OBR and set the fields using the variables.</p>
<p>iterate over the OBR segments<br />
&nbsp; &nbsp; &nbsp;save the provider information into variables<br />
&nbsp; &nbsp; &nbsp;iterate over the OBX segments for each OBR<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Set the OBX&hellip;<span class="activity-read-more" id="activity-read-more-13323"><a href="https://usspvlclovertch2.infor.com/forums/topic/obr-fields-to-obx-segment/#post-75899" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c7857160a09e2315ce41daed4556e99c</guid>
				<title>David Dillard replied to the topic Not sending mail without returns in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/not-sending-mail-without-returns/#post-60921</link>
				<pubDate>Fri, 23 Mar 2007 15:08:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>HI,<br />
Here is a script I used to e-mail the status of the processes and connections on the engine. &nbsp;It only sends mail if a process or connection is dead or down.<br />
I had this run as an hourly report from a cron job.</p>
<p>It should give you a place to&hellip;<span class="activity-read-more" id="activity-read-more-928"><a href="https://usspvlclovertch2.infor.com/forums/topic/not-sending-mail-without-returns/#post-60921" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">49f37da34f4de44b9f446ae5cd236f5a</guid>
				<title>David Dillard replied to the topic Holding messages in engine in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/holding-messages-in-engine/#post-56321</link>
				<pubDate>Tue, 12 Apr 2005 22:17:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>HI,<br />
We do an order consolidation process on some of our inbound order messages which sounds similar to what you are after.</p>
<p>To do this we use two threads:<br />
<s></p>
<ul>
</ul>
<p></s></p>
<li>One to collect messages from the client and store them in a gdbm database</li>
<p><s></p>
<ul>
</ul>
<p></s></p>
<li>A second that pulls the messages from the database and consolidates them. &nbsp;This is on a timed schedule to allow&hellip;</li>
<p><span class="activity-read-more" id="activity-read-more-15132"><a href="https://usspvlclovertch2.infor.com/forums/topic/holding-messages-in-engine/#post-56321" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>