<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Web portal | General Info | Connections]]></title><description><![CDATA[<p dir="auto">I'm looking at the numbers from a client site and they don't make sense to me.  At a given time stamp today, I see the following user connection counts:<br />
4GL: 412<br />
batch: 30<br />
remote: 383<br />
self-service: 0</p>
<p dir="auto">I know this client has self-service users.  I believe that most if not all of those 30 batch users are also self-service.  Looking at historical data, most of the time this database shows zero self-service users, with occasional spikes of 1.</p>
<p dir="auto">What criteria are used to determine that a client is self-service?</p>
]]></description><link>https://community.wss.com/topic/68/web-portal-general-info-connections</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 23:44:38 GMT</lastBuildDate><atom:link href="https://community.wss.com/topic/68.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Dec 2019 18:20:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Web portal | General Info | Connections on Sat, 14 Dec 2019 12:28:41 GMT]]></title><description><![CDATA[<p dir="auto"><code>if ( not _Connect-device matches "*batch*" ) and _connect-batch &lt;&gt; "yes" then tt_Dashboard.con_self  = tt_Dashboard.con_self  + 1.</code></p>
<p dir="auto">So "self" is counted for non-batch self-service connections.  It (mostly) equates to local interactive connections.</p>
<p dir="auto">Somehow I suspect that you are going to suggest that that might be sub-optimal <img src="https://community.wss.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=cg5jembuhoa" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
]]></description><link>https://community.wss.com/post/283</link><guid isPermaLink="true">https://community.wss.com/post/283</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Sat, 14 Dec 2019 12:28:41 GMT</pubDate></item></channel></rss>