<?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 | Arie Klop | Activity</title>
	<link>https://clovertech.infor.com/members/arie-klop/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/arie-klop/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Arie Klop.</description>
	<lastBuildDate>Tue, 14 Apr 2026 23:06:21 -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">eac68d1c2b56d25cbeee64a4ed812e28</guid>
				<title>Arie Klop replied to the topic Add Read_ONLY option to DB connection string in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/add-read_only-option-to-db-connection-string/#post-120730</link>
				<pubDate>Thu, 10 Aug 2023 06:27:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>because wordpress won&#8217;t show the full url, here its pasted broken up by the semicolon:</p>
<p>jdbc:sqlserver://SQLservername:1433;<br />
DatabaseName=DB;<br />
ApplicationIntent=ReadOnly;</p>
<p>This should be one single string without line breaks when you fill it in in Cloverleaf</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2bc4ea73ee78d176e6c9508fc09f5f8</guid>
				<title>Arie Klop replied to the topic Add Read_ONLY option to DB connection string in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/add-read_only-option-to-db-connection-string/#post-120725</link>
				<pubDate>Thu, 10 Aug 2023 06:15:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>If you mean the sql server (secondary) readonly node, you can use &#8216;ApplicationIntent&#8217; in your db connection.</p>
<p>Like so:</p>
<p>jdbc:sqlserver://SQLservername.domain.local:1433;DatabaseName=DBNAME;ApplicationIntent=ReadOnly;</p>
<p>I only used this in a Java UPOC, but it should work in your regular JDBC thread as well.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d94e4e70ef7034e4cdaf744a1616c525</guid>
				<title>Arie Klop replied to the topic adt thread with tcl script sends data to sqlite db - blank in db row in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/adt-thread-with-tcl-script-sends-data-to-sqlite-db-blank-in-db-row/#post-120510</link>
				<pubDate>Tue, 25 Apr 2023 06:36:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>What is the setup of your translation and database thread?</p>
<p>You should have an xlate for the data to your database thread. Maybe you don&#8217;t need one,  i haven&#8217;t tried it, but then i expect you should have a comma between the fields, instead of a pipe.</p>
<p>When i look at my smat for outbound db threads, it always shows a comma as field separator, like&hellip;<span class="activity-read-more" id="activity-read-more-25409"><a href="https://usspvlclovertch2.infor.com/forums/topic/adt-thread-with-tcl-script-sends-data-to-sqlite-db-blank-in-db-row/#post-120510" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fdc5d70cb57df0a43ba1feed3c9e323a</guid>
				<title>Arie Klop replied to the topic SFTP upload options in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sftp-upload-options/#post-120338</link>
				<pubDate>Thu, 23 Feb 2023 07:15:02 -0500</pubDate>

									<content:encoded><![CDATA[<p>Do you have a source thread where you get the message from or want to upload from a directory?</p>
<p>If you have a source thread where you get the messages from you can leave the directory empty. I did and it works fine in my case.</p>
<p>But seriously, try filling the local binding address with the ip you are coming from, not 127.0.0.1.  Not sure why but&hellip;<span class="activity-read-more" id="activity-read-more-25220"><a href="https://usspvlclovertch2.infor.com/forums/topic/sftp-upload-options/#post-120338" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2bb893b511235e6ee8a3a30579eb6a99</guid>
				<title>Arie Klop replied to the topic SFTP upload options in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sftp-upload-options/#post-120321</link>
				<pubDate>Wed, 22 Feb 2023 06:50:03 -0500</pubDate>

									<content:encoded><![CDATA[<p>I see you did not specify a local binding address, that is a mandatory field. It won&#8217;t work without it.</p>
<p>It should be the dns name of your local server/cluster.  We have defined a global variable for this $$BINDING_ADDRESS so that we only have to change it once per site.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5c4ffb24365f6b9ae36f9e51903fe3f9</guid>
				<title>Arie Klop replied to the topic SFTP upload options in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sftp-upload-options/#post-120287</link>
				<pubDate>Thu, 16 Feb 2023 09:24:41 -0500</pubDate>

									<content:encoded><![CDATA[<p>My guess would be that WinSCP automatically redirects you to a home directory and you don&#8217;t see the full path.  As the sftp fileset does not have that possibility, you would need to find out the full path. Or you could try what happens if you remove the first slash from your path and see what happens.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8c6702cc5c19dc55c0b7b750e3ffa305</guid>
				<title>Arie Klop replied to the topic SFTP upload options in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sftp-upload-options/#post-120281</link>
				<pubDate>Wed, 15 Feb 2023 12:19:52 -0500</pubDate>

									<content:encoded><![CDATA[<p>What a coincidence, i have just been breaking my head about the sftp options.</p>
<p>The fields are very non descriptive and the documentation says nothing about what to fill in where.</p>
<p>I have a working config now, see screenprint. I think the tric is to use the full pathname and dont fill in any field you don&#8217;t need (that was my mistake).</p>
<p>If you don&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-25169"><a href="https://usspvlclovertch2.infor.com/forums/topic/sftp-upload-options/#post-120281" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6089ee74d2881327558c0640072e4b68</guid>
				<title>Arie Klop replied to the topic Writing to MSSQL Database - Best Practice Question in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/#post-117889</link>
				<pubDate>Tue, 15 Sep 2020 06:44:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>We have a couple of threads writing to database, some via a stored procedure and some via db insert.</p>
<p>It works fine, but is kind of a memory hog. Performance is good though, with a couple of messages per second.</p>
<p>We got the recommendation to keep each database thread in it&#8217;s own process. I have multiple tcp threads writing to the same db thread,&hellip;<span class="activity-read-more" id="activity-read-more-22409"><a href="https://usspvlclovertch2.infor.com/forums/topic/writing-to-mssql-database-best-practice-question/#post-117889" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a624bb40a39a8dca74a70f3474ca3ab5</guid>
				<title>Arie Klop replied to the topic Security concerns with writing to an external URL from Cloverleaf in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/security-concerns-with-writing-to-an-external-url-from-cloverleaf/#post-113397</link>
				<pubDate>Mon, 28 Oct 2019 07:56:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>We used to have a policy saying you need a VPN for sending data outside the hospital, but nowadays we have a policy of VPN or TLS &gt;= 1.2. Data is just as encrypted between the two.</p>
<p>We also use SOAP to transfer data to another party, via a url. This is  no different. FHIR works the same.</p>
<p>There are two mayor issues: 1 are  you sure you are (st&hellip;<span class="activity-read-more" id="activity-read-more-17665"><a href="https://usspvlclovertch2.infor.com/forums/topic/security-concerns-with-writing-to-an-external-url-from-cloverleaf/#post-113397" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1216cb1b3588e9404c35b4609dbd0bd9</guid>
				<title>Arie Klop replied to the topic thread info from clapi: message queue depth and proto error message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-info-from-clapi-message-queue-depth-and-proto-error-message/#post-113265</link>
				<pubDate>Tue, 22 Oct 2019 06:42:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sure, no problem. I have created a small function execCLAPICmd which executes an http request. As you can see, it always uses http POST. It&#8217;s exceedingly simple.</p>
<p>&lt;?php</p>
<p>$authhash = base64_encode(&#8220;user:password&#8221;);</p>
<p>$headers = array(&#8220;Authorization: Basic $authhash&#8221;);<br />
$site = &#8220;sitename&#8221;;<br />
$process = &#8220;processname&#8221;;<br />
$thread = &#8220;threadname&#8221;;<br />
$server =&hellip;<span class="activity-read-more" id="activity-read-more-17537"><a href="https://usspvlclovertch2.infor.com/forums/topic/thread-info-from-clapi-message-queue-depth-and-proto-error-message/#post-113265" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5b116e2a0eef688d45e6a26f5460e67b</guid>
				<title>Arie Klop started the topic thread info from clapi: message queue depth and proto error message in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/thread-info-from-clapi-message-queue-depth-and-proto-error-message/</link>
				<pubDate>Thu, 19 Sep 2019 08:55:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am trying to get thread info from clapi for our custom monitoring tool (php).</p>
<p>Super easy with PHP and CURL, just by calling<br />
&lt;pre&gt;<a href="https://hostname:15037/clapi/api/site/sitename/command/thread/state&lt;/pre&#038;gt" rel="nofollow ugc">https://hostname:15037/clapi/api/site/sitename/command/thread/state&lt;/pre&#038;gt</a>;<br />
but i am missing two critical pieces of info per thread:</p>
<p>the number of pending messages and proto err msg. (as seen in normal thread status&hellip;<span class="activity-read-more" id="activity-read-more-16783"><a href="https://usspvlclovertch2.infor.com/forums/topic/thread-info-from-clapi-message-queue-depth-and-proto-error-message/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a9632872e24b86a1c6157ba134b8409c</guid>
				<title>Arie Klop replied to the topic What is CLAPI? is it new for Cloverleaf 6.2? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/what-is-clapi-is-it-new-for-cloverleaf-6-2/#post-110283</link>
				<pubDate>Mon, 01 Jul 2019 12:11:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>Is there a way to fetch the status report for a thread or a number of threads, including pending messages and Error msg via clapi?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cf725be6b89f93c19acfb7faa490c7e0</guid>
				<title>Arie Klop changed their profile picture</title>
				<link>https://clovertech.infor.com/activity/p/13639/</link>
				<pubDate>Fri, 14 Jun 2019 05:54:07 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d0b9ee2faf2cc70df011584ff2b93baf</guid>
				<title>Arie Klop replied to the topic What is CLAPI? is it new for Cloverleaf 6.2? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/what-is-clapi-is-it-new-for-cloverleaf-6-2/#post-109531</link>
				<pubDate>Fri, 14 Jun 2019 05:47:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the reassurance, i will definitely be using the API then. Must have been fake news. </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">639fa4dd3b5c19ad3e45b954e444e291</guid>
				<title>Arie Klop replied to the topic What is CLAPI? is it new for Cloverleaf 6.2? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/what-is-clapi-is-it-new-for-cloverleaf-6-2/#post-109483</link>
				<pubDate>Thu, 13 Jun 2019 13:15:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>I would really like to use clapi for my monitoring solution. I have heard through the grapevine that the future of this api is in doubt. Can anyone please confirm that i can safely build on it without losing my work in the future?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>