<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions and answers in Other</title>
<link>https://overflow.efficy.io/?qa=qa/developers/services-and-processes/other</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Stop Com+ batch</title>
<link>https://overflow.efficy.io/?qa=6815/stop-com-batch&amp;show=6818#a6818</link>
<description>&lt;p&gt;I think it is not possible, I know that with IIS you can set a Application Pool recycling, which will normally refresh the IIS memory for your website.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=15336235487303351323&quot; alt=&quot;IIS Recycling option&quot;&gt;&lt;/p&gt;

&lt;p&gt;The real question is why the memory occupation is full? &lt;br&gt;
Don't you forget to close efficy context during this data import?&lt;br&gt;
cf EDN : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/serverjs#Efficy-closeContext&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/serverjs#Efficy-closeContext&quot;&gt;https://help.efficy.io/edn/serverjs#Efficy-closeContext&lt;/a&gt;&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6815/stop-com-batch&amp;show=6818#a6818</guid>
<pubDate>Fri, 17 Feb 2023 14:52:57 +0000</pubDate>
</item>
<item>
<title>Answered: Impossible to import file without extension in task scheduler service</title>
<link>https://overflow.efficy.io/?qa=6519/impossible-import-file-without-extension-scheduler-service&amp;show=6522#a6522</link>
<description>&lt;p&gt;That's indeed weird.&lt;/p&gt;

&lt;p&gt;What about these attempts:&lt;/p&gt;

&lt;p&gt;One&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import General from &quot;custom/dataSynchro/general&quot;;
*/
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Two&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import from &quot;custom/dataSynchro/general&quot;;
*/
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6519/impossible-import-file-without-extension-scheduler-service&amp;show=6522#a6522</guid>
<pubDate>Wed, 27 Apr 2022 12:59:58 +0000</pubDate>
</item>
<item>
<title>Answered: How to use &quot;where clause&quot; in DoubleFinder</title>
<link>https://overflow.efficy.io/?qa=6465/how-to-use-where-clause-in-doublefinder&amp;show=6468#a6468</link>
<description>&lt;p&gt;Yes, it is SQL syntax! Pretty standard &quot;where clause&quot; without the &quot;where&quot; keyword.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6465/how-to-use-where-clause-in-doublefinder&amp;show=6468#a6468</guid>
<pubDate>Thu, 17 Feb 2022 13:55:49 +0000</pubDate>
</item>
<item>
<title>Answered: Where are the remote datasynchro xml requests and responses stored?</title>
<link>https://overflow.efficy.io/?qa=6403/where-are-the-remote-datasynchro-requests-responses-stored&amp;show=6404#a6404</link>
<description>&lt;p&gt;They are in de &lt;code&gt;./logs&lt;/code&gt; folder, relative to the execution path&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6403/where-are-the-remote-datasynchro-requests-responses-stored&amp;show=6404#a6404</guid>
<pubDate>Thu, 16 Dec 2021 08:09:44 +0000</pubDate>
</item>
<item>
<title>What are the fields SHOWN and MAILREAD for in SYS_MAILS ?</title>
<link>https://overflow.efficy.io/?qa=5894/what-are-the-fields-shown-and-mailread-for-in-sysmails</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;My question would be similar to the existing tread:  &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.io/?qa=1797/required-conditions-for-a-mail-to-be-sent-from-sysmails&quot;&gt;https://overflow.efficy.io/?qa=1797/required-conditions-for-a-mail-to-be-sent-from-sysmails&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But I also would like to know what do the SHOWN and MAILREAD stand for in SYS_MAILS table. Are they used somehow ? &lt;/p&gt;

&lt;p&gt;Some details about the client emails in SYS_MAILS:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the K_USER has email defined in designer except of Administrator&lt;/li&gt;
&lt;li&gt;the MAILFROM and MAILTO fields are field&lt;/li&gt;
&lt;li&gt;Mail Dispatcher doesn't find emails but the SYS_MAILS table has about 425 mails stored&lt;/li&gt;
&lt;li&gt;the SYS_MAILS.KIND field for remaining emails is 5&lt;/li&gt;
&lt;li&gt;all remaining email have 1 in SHOWN field&lt;/li&gt;
&lt;li&gt;some of the remaining emails have 0 or 1 in MAILREAD field&lt;/li&gt;
&lt;/ul&gt;

&lt;hr&gt;

&lt;p&gt;&lt;strong&gt;Update 1:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;I've tried to play around with email fields.&lt;/p&gt;

&lt;p&gt;Case 1 : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;when email is first generated it has : KIND = 5, SHOWN = 1 MAILREAD=1.&lt;/li&gt;
&lt;li&gt;the ADMIN (K_USER) has no email defined. &lt;br&gt;
=&amp;gt; Mail not found in Mail Dispatch&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Case 2: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;if I change KIND = 0&lt;/li&gt;
&lt;li&gt;the ADMIN (K_USER) has no email defined. &lt;/li&gt;
&lt;li&gt;Mail Dispatch : &lt;br&gt;
&lt;em&gt;Mails Found: 1&lt;br&gt;
  [2021/02/12 11:33:52.107]       Skipped (user 2): &quot;Email subject&quot;&lt;br&gt;
  [2021/02/12 11:33:52.107]     ...0 Mails Sent&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Case 3: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;KIND = 0&lt;/li&gt;
&lt;li&gt;define email for ADMIN (designer &amp;gt; Users)&lt;/li&gt;
&lt;li&gt;Mail Dispatch: &lt;br&gt;
&lt;em&gt;Mails Found: 1&lt;br&gt;
[2021/02/12 11:56:01.909]        --&amp;gt; someemail: &quot;Email subject&quot;&lt;br&gt;
[2021/02/12 11:56:01.925]     ...1 Mails Sent&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Result: I've never received the email though. Maybe SMTP server related. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Case 4: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;admin email defined &lt;/li&gt;
&lt;li&gt;new email created&lt;/li&gt;
&lt;li&gt;=&amp;gt; still KIND = 5, SHOWN = 1 and MAILREAD = 1&lt;/li&gt;
&lt;li&gt;Mail Dispatch :&lt;br&gt;
No mails found&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If I understand right : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;if KIND = 5  Mail &lt;br&gt;
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Dispatch ignores email from SYS_MAILS&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;if KIND = 0 but K_USER has no email defined&lt;br&gt;
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;email found but not send as email is not provided&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So my question would be:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;How &lt;strong&gt;Efficy.sendExternalMail&lt;/strong&gt; assigns the field KIND, SHOWN, MAILREAD ? What is the logic behind ? Why some emails have KIND= 0 and another one KIND = 5 ?&lt;/em&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;strong&gt;Update 2:&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;I forgot to mention that the checkbox &lt;strong&gt;&lt;em&gt;&quot;Send external mails created from workflow&quot;&lt;/em&gt;&lt;/strong&gt; hasn't been checked. After checking it the Mail Dispatch was able to get the emails with KIND = 5. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;K_USER has no email&lt;/li&gt;
&lt;li&gt;KIND = 5&lt;/li&gt;
&lt;li&gt;Mail Dispatcher : find emails and send them (but in case of the client I've got error : &lt;em&gt;&quot;Unable to relay for EMAILSAMPLE&quot;&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5894/what-are-the-fields-shown-and-mailread-for-in-sysmails</guid>
<pubDate>Fri, 12 Feb 2021 09:08:58 +0000</pubDate>
</item>
<item>
<title>Answered: Better way of monitoring Efficy availability?</title>
<link>https://overflow.efficy.io/?qa=5837/better-way-of-monitoring-efficy-availability&amp;show=5877#a5877</link>
<description>&lt;p&gt;The better approach (for now) is to sequence a series of http calls to the admin console, that way you can retrieve some information provided from the Admin Console.&lt;br&gt;
It is currently hard to foreseen the implementation of node endpoints because such information is currently available in a context with no serverjs context (different authentication scheme, different cookies etc…).&lt;/p&gt;

&lt;p&gt;KR&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5837/better-way-of-monitoring-efficy-availability&amp;show=5877#a5877</guid>
<pubDate>Wed, 10 Feb 2021 08:27:41 +0000</pubDate>
</item>
<item>
<title>Answered: Automate DoubleFinder.exe</title>
<link>https://overflow.efficy.io/?qa=5672/automate-doublefinder-exe&amp;show=5685#a5685</link>
<description>&lt;p&gt;Hello Henry,&lt;/p&gt;

&lt;p&gt;I don't think that the &lt;code&gt;DoubleFinder.exe&lt;/code&gt; accept any parameters.&lt;/p&gt;

&lt;p&gt;So today it seems it is not possible to run the program with parameters in order to reset the duplicate list automatically.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5672/automate-doublefinder-exe&amp;show=5685#a5685</guid>
<pubDate>Tue, 17 Nov 2020 11:16:40 +0000</pubDate>
</item>
<item>
<title>Answered: Random errors when using DataSynchro</title>
<link>https://overflow.efficy.io/?qa=5664/random-errors-when-using-datasynchro&amp;show=5666#a5666</link>
<description>&lt;p&gt;Did you install the jscript patch ? (present on ftp)&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5664/random-errors-when-using-datasynchro&amp;show=5666#a5666</guid>
<pubDate>Thu, 29 Oct 2020 13:52:57 +0000</pubDate>
</item>
<item>
<title>Efficy 11.3 not using proxy server</title>
<link>https://overflow.efficy.io/?qa=5652/efficy-11-3-not-using-proxy-server</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;we are upgrading from 10 to 11.3&lt;/p&gt;

&lt;p&gt;The system needs to query some external webservices. &lt;br&gt;
The network requires the usage of a proxy server.  &lt;br&gt;
The COM+ Server runs as a lokal admin user that has the proxy set.&lt;br&gt;
I logged into the server using the COM+ user credentials, set the proxy and I can surf / reach the internet - no problem.&lt;/p&gt;

&lt;p&gt;The COM+ service cannot.  here is the error message:&lt;/p&gt;

&lt;h2&gt;ErrorContext&lt;/h2&gt;

&lt;p&gt;EEfficyException 0&lt;br&gt;
(LIBS-1690) Cannot find web server &quot;maps.googleapis.com&quot;&lt;br&gt;
Error Code: 12029&lt;/p&gt;

&lt;p&gt;I am pretty clueless any hint highly appreciated!&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

&lt;p&gt;Tim&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5652/efficy-11-3-not-using-proxy-server</guid>
<pubDate>Thu, 15 Oct 2020 16:08:33 +0000</pubDate>
</item>
<item>
<title>Answered: Task Scheduler Script interval</title>
<link>https://overflow.efficy.io/?qa=5413/task-scheduler-script-interval&amp;show=5585#a5585</link>
<description>&lt;p&gt;I cannot see any information/restriction about this in EDN : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/scpr_taskscheduleraddscheduledscript&quot;&gt;EDN Task Scheduler&lt;/a&gt;&lt;br&gt;
I tested it in my local and I could save the value 10080 in the &quot;Interval&quot; input&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5413/task-scheduler-script-interval&amp;show=5585#a5585</guid>
<pubDate>Tue, 15 Sep 2020 07:56:09 +0000</pubDate>
</item>
<item>
<title>Answered: Single Sign On (SSO) on-premise functional and documentation</title>
<link>https://overflow.efficy.io/?qa=5510/single-sign-on-sso-on-premise-functional-and-documentation&amp;show=5513#a5513</link>
<description>&lt;p&gt;Hi Jan.&lt;/p&gt;

&lt;p&gt;I mailed you instructions to enable on-premise SSO with Active Directory.&lt;br&gt;
It's not that easy to configure it because it requires IIS configurations, web.config etc.&lt;/p&gt;

&lt;p&gt;Compared to &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/crft_11_azureactivedirectoryssointegrations&quot;&gt;configuring Azure AD SSO&lt;/a&gt;, it's difficult.&lt;br&gt;
If Azure AD is an option, go for that solution!&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5510/single-sign-on-sso-on-premise-functional-and-documentation&amp;show=5513#a5513</guid>
<pubDate>Wed, 15 Jul 2020 06:20:52 +0000</pubDate>
</item>
<item>
<title>Answered: How does the rolling log files algorithm of Efficy service works?</title>
<link>https://overflow.efficy.io/?qa=5314/how-does-the-rolling-log-files-algorithm-efficy-service-works&amp;show=5329#a5329</link>
<description>&lt;p&gt;There are two types of log used in Efficy, a continuous one and a daily one.&lt;br&gt;
Both have a size reducing method.&lt;br&gt;
For the continuous log, the file is shrinked when its size becomes too large (&amp;gt; 4 MB).&lt;br&gt;
For the daily log, the three files older than two weeks are deleted if they exist (D-15, D-16 &amp;amp; D-17). &lt;br&gt;
In a continuous usage, there should be no older files, thus by design if there are some then they must be cleaned manually.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5314/how-does-the-rolling-log-files-algorithm-efficy-service-works&amp;show=5329#a5329</guid>
<pubDate>Thu, 27 Feb 2020 14:58:54 +0000</pubDate>
</item>
<item>
<title>Answered: Doublefinder service configuration settings</title>
<link>https://overflow.efficy.io/?qa=5166/doublefinder-service-configuration-settings&amp;show=5176#a5176</link>
<description>&lt;p&gt;Hi Ken,&lt;/p&gt;

&lt;p&gt;The configuration should be done through the DoublefinderAdmin.exe&lt;br&gt;
Why do you want to edit the settings manually ?&lt;/p&gt;

&lt;p&gt;Yannick&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5166/doublefinder-service-configuration-settings&amp;show=5176#a5176</guid>
<pubDate>Mon, 06 Jan 2020 10:31:30 +0000</pubDate>
</item>
<item>
<title>Answered: [Remote API - Javascript] Problem with the CORS policy</title>
<link>https://overflow.efficy.io/?qa=5028/remote-api-javascript-problem-with-the-cors-policy&amp;show=5096#a5096</link>
<description>&lt;p&gt;Here is the PHP functional source code used:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;?php
namespace EfficyAPITools;

/**
 * Manage the Efficy API
 * Created: November 20, 2019
 * Modified: November 29, 2019
 * @author brb
 */
class EfficyAPI {
// Define the URL to access your Efficy API
private static $m_strURL = 'https://YOUR_EFFICY_MAIN_URL/crm/json';
// Array to define the different Efficy request parts required - I need maximum two parameters
private static $m_astrEfficyJSONRequest = array(
'common_part1' =&amp;gt; &quot;[{\&quot;@name\&quot;:\&quot;api\&quot;,\&quot;@func\&quot;:[{\&quot;@name\&quot;:\&quot;query\&quot;,\&quot;key\&quot;:\&quot;&quot;,
'common_final' =&amp;gt; &quot;\&quot;}]}]&quot;,
'param1' =&amp;gt; &quot;\&quot;,\&quot;param1\&quot;: \&quot;&quot;,
'param2' =&amp;gt; &quot;\&quot;,\&quot;param2\&quot;: \&quot;&quot;
);

/**
 * Get JSON results from the Efficy API.
 * @param Variant $vintQueryID ID of your Efficy query
 * @param Variant $vvntProfileID ID of the targeted profile
 * @param Variant $vvntLanguageID ID of the targeted language
 * @throws Exception
 * Created: November 20, 2019
 * Modified: November 29, 2019
 * @author brb
 */
public static function getEfficyJSONResults($vintQueryID, $vvntProfileID = NULL, $vvntLanguageID = NULL) {
try {
$strData = self::$m_astrEfficyJSONRequest['common_part1'] . $vintQueryID;
if (!is_null($vvntProfileID)) {
if (is_numeric($vvntProfileID)) {
$strData .= self::$m_astrEfficyJSONRequest['param1'] . $vvntProfileID;
}
}
if (!is_null($vvntLanguageID)) {
if (is_numeric($vvntLanguageID)) {
$strData .= self::$m_astrEfficyJSONRequest['param2'] . $vvntLanguageID;
}
}
$strData .= self::$m_astrEfficyJSONRequest['common_final'];
//return $strData;
$strEfficyAPIHeader = &quot;X-Efficy-ApiKey: YOUR_EFFICY_API_KEY\r\n&quot; .
&quot;X-Efficy-Logoff: false\r\n&quot; .
&quot;X-Efficy-Lang: EN\r\n&quot; .
&quot;Cache-Control: no-cache\r\n&quot; .
&quot;X_CLIENT_APP: YOUR_CLIENT_APP\r\n&quot; .
&quot;Content-Type: application/json\r\n&quot; .
&quot;Accept: application/json\r\n&quot;;
// use key 'http' even if you send the request to https://...
$astrOptions = array(
'http' =&amp;gt; array(
'header'  =&amp;gt; $strEfficyAPIHeader,
'method'  =&amp;gt; 'POST',
'content' =&amp;gt; $strData,
),
);
$objContext  = stream_context_create($astrOptions);
$strResult = file_get_contents(self::$m_strURL, false, $objContext);

return $strResult;
} catch (Exception $ex) {
throw $ex;
}
}
}
// In relation with your form to call the Efficy API, I defined different ID's:
// 1) queryid : ID of your query defined in your Efficy linked to the user [Remote APIS] (See the value of key in the URL) ;
// 2) profileid : ID of your first parameter to be introduced for your query to run correctly (Here ID of a targeted profile) ;
// 3) languageid : ID of your second parameter to be introduced for your query to run correctly (Here the language ID used in your Efficy) ;
if(isset($_POST)) {
if (!empty($_POST['queryid']) &amp;amp;&amp;amp; !empty($_POST['profileid']) &amp;amp;&amp;amp; !empty($_POST['languageid'])) {
echo EfficyAPI::getEfficyJSONResults($_POST['queryid'], $_POST['profileid'], $_POST['languageid']);
} elseif (!empty($_POST['queryid']) &amp;amp;&amp;amp; !empty($_POST['profileid'])) {
echo EfficyAPI::getEfficyJSONResults($_POST['queryid'], $_POST['profileid']);
} elseif (!empty($_POST['queryid'])) {
echo EfficyAPI::getEfficyJSONResults($_POST['queryid']);
}
}
?&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I hope this will help you.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5028/remote-api-javascript-problem-with-the-cors-policy&amp;show=5096#a5096</guid>
<pubDate>Fri, 29 Nov 2019 11:05:48 +0000</pubDate>
</item>
<item>
<title>Answered: &quot;Duplicate(s) found&quot; notification stuck in SYS_MAILS - how to change recipient</title>
<link>https://overflow.efficy.io/?qa=4082/duplicate-found-notification-sysmails-change-recipient&amp;show=4251#a4251</link>
<description>&lt;p&gt;Hi Tim,&lt;/p&gt;

&lt;p&gt;It will use the user's email address.&lt;br&gt;
This address is defined in the Efficy Designer's users configuration.&lt;/p&gt;

&lt;p&gt;Please make sure all you users have an email address defined.&lt;br&gt;
The best is even to link the Efficy contact to the user (from Efficy Designer), so Efficy can match when saving an email, converting an email into an action, and so on ..&lt;/p&gt;

&lt;p&gt;Yours sincerely,&lt;/p&gt;

&lt;p&gt;Yannick&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4082/duplicate-found-notification-sysmails-change-recipient&amp;show=4251#a4251</guid>
<pubDate>Thu, 16 May 2019 08:31:43 +0000</pubDate>
</item>
<item>
<title>Answered: Import JQuery into Task Scheduler Script</title>
<link>https://overflow.efficy.io/?qa=3941/import-jquery-into-task-scheduler-script&amp;show=4000#a4000</link>
<description>&lt;p&gt;The server side JS used by Efficy  - JScript - is not identical to the client side variant that you have in the browser. The variables &lt;a rel=&quot;nofollow&quot; href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/Document&quot;&gt;document&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; href=&quot;https://developer.mozilla.org/en-US/docs/Web/API/Window&quot;&gt;window&lt;/a&gt; for instance are not available. JQuery, a typical client side framework will not work because of that.&lt;/p&gt;

&lt;p&gt;For some libs, a server-side version exists. Maybe it exists for jQuery, but I'm not sure&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3941/import-jquery-into-task-scheduler-script&amp;show=4000#a4000</guid>
<pubDate>Mon, 04 Mar 2019 10:24:44 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy logging</title>
<link>https://overflow.efficy.io/?qa=932/efficy-logging&amp;show=3095#a3095</link>
<description>&lt;p&gt;To sort the active user accounts based on the last logon date, the following query can be used on a SQL Server database.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;select u.K_USER, u.FULLNAME,
Convert(datetime, SUBSTRING(opt.PARAMETERS, PATINDEX('%LastConnectionDate=%', opt.PARAMETERS) + 19, 10), 111) as LAST_CONNECT 
from ACC_ACCOUNTS u
inner join ACC_OPTIONS opt on u.K_USER = opt.K_USER 
where u.KIND='0' and ISACTIVE='1'
order by LAST_CONNECT
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It will return a list like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;4   Rachel Green    2016-06-06 00:00:00.000
5   Joey Tribbiani  2016-06-06 00:00:00.000
8   Ross Geller     2016-06-06 00:00:00.000
9   Phoebe Buffay   2016-06-06 00:00:00.000
10  Homer Simpson   2016-06-06 00:00:00.000
11  Bart Simpson    2016-06-06 00:00:00.000
12  Lisa Simpson    2016-06-06 00:00:00.000
13  Maggy Simpson   2016-06-06 00:00:00.000
14  Marge Simpson   2016-06-06 00:00:00.000
15  Administrator   2018-04-16 00:00:00.000
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=932/efficy-logging&amp;show=3095#a3095</guid>
<pubDate>Tue, 17 Apr 2018 11:13:33 +0000</pubDate>
</item>
<item>
<title>Answered: Meaning of Parameter ConnectionHistory in ACC_OPTIONS, [CONNECT]</title>
<link>https://overflow.efficy.io/?qa=3079/meaning-parameter-connectionhistory-accoptions-connect&amp;show=3084#a3084</link>
<description>&lt;p&gt;Every single digit in &lt;code&gt;ConnectionHistory&lt;/code&gt; surely doesn't indicate a single day. Efficy will not update anything to the session parameters if there is no session created. I have absolutely no idea what the value is...&lt;/p&gt;

&lt;p&gt;If you need to you when the user logged on, the design of the solution was explained in the &lt;a rel=&quot;nofollow&quot; href=&quot;http://For%20Efficy%20Logon%20Events,%20is%20Kristof%27s%20answer%20still%20up%20to%20date%20in%20Efficy10?%20Is%20there%20any%20existing%20implementation%20of%20this?&quot;&gt;post&lt;/a&gt;. You don't need to understand or manipulate &lt;code&gt;ConnectionHistory&lt;/code&gt;&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3079/meaning-parameter-connectionhistory-accoptions-connect&amp;show=3084#a3084</guid>
<pubDate>Mon, 16 Apr 2018 15:13:18 +0000</pubDate>
</item>
<item>
<title>Answered: For Efficy Logon Events, is Kristof's answer still up to date in Efficy10? Is there any existing implementation of this?</title>
<link>https://overflow.efficy.io/?qa=3072/events-kristofs-answer-efficy10-existing-implementation&amp;show=3077#a3077</link>
<description>&lt;p&gt;Yes, this is still a valid approach, even for Efficy 11.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3072/events-kristofs-answer-efficy10-existing-implementation&amp;show=3077#a3077</guid>
<pubDate>Mon, 16 Apr 2018 09:33:38 +0000</pubDate>
</item>
<item>
<title>InspectLogService Error  &quot;File too old&quot; - meaning</title>
<link>https://overflow.efficy.io/?qa=2419/inspectlogservice-error-file-too-old-meaning</link>
<description>&lt;p&gt;Hi ho all!&lt;/p&gt;

&lt;p&gt;I getting this error message from the InspectLogService:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;LogFile: D:\inetpub\efficy\customs\xxxxxxx\DataSynchro\xxxxxxx\logs\DataSynchro.log&lt;br&gt;
&lt;strong&gt;Reason: File too old&lt;/strong&gt;&lt;br&gt;
Date Sent: 05.04.2017 10:50:14&lt;br&gt;
Extract:&lt;br&gt;
[2017/04/03 11:01:07.803] Starting Synchro&lt;br&gt;
[2017/04/03 11:01:08.552]   Retrieving List of Records...&lt;br&gt;
[2017/04/03 11:01:08.661]     0 Records Found&lt;br&gt;
[2017/04/03 11:01:08.677] Synchro Finished&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What is the meaning of &quot;File too old&quot; and of course how can I get rid of it?&lt;/p&gt;

&lt;p&gt;Thank you and have agreat day!&lt;/p&gt;

&lt;p&gt;Tim&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2419/inspectlogservice-error-file-too-old-meaning</guid>
<pubDate>Wed, 05 Apr 2017 09:31:08 +0000</pubDate>
</item>
<item>
<title>Answered: custom IP filter for upgrade to SP2</title>
<link>https://overflow.efficy.io/?qa=2331/custom-ip-filter-for-upgrade-to-sp2&amp;show=2332#a2332</link>
<description>&lt;p&gt;Hi Martijn,&lt;/p&gt;

&lt;p&gt;The IP filtering is possible in the Cloud. Everything is set up to configure it for a customer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;but&lt;/strong&gt;,&lt;/p&gt;

&lt;p&gt;the customer has to know that at least the ip of the Brussels office will be authorized&lt;/p&gt;

&lt;p&gt;Alex.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2331/custom-ip-filter-for-upgrade-to-sp2&amp;show=2332#a2332</guid>
<pubDate>Sat, 04 Mar 2017 15:19:55 +0000</pubDate>
</item>
<item>
<title>Answered: Required conditions for a mail to be sent from SYS_MAILS</title>
<link>https://overflow.efficy.io/?qa=1797/required-conditions-for-a-mail-to-be-sent-from-sysmails&amp;show=1954#a1954</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I give the answer which suited to my case, because I had  a lot of mails &quot;ready to be send&quot; but  keeped in the SYS_MAILS table !!&lt;/p&gt;

&lt;p&gt;The first problem: there was a serverscript which send mail without to check if a recipient is given... So, the SYS_MAILS table was filled gradually with mails that could not be sent !&lt;/p&gt;

&lt;p&gt;Second point: in the &quot;Mail Dispath Admin&quot;, there is a parameter &quot;Maximum number of Mails sent par run&quot; which is 50 by default...&lt;/p&gt;

&lt;p&gt;So, if you had more than 50 invalids old mails in your table, your valid mails will never be send, or not before the &quot;Delete unsent mails after (in days)&quot; delays, which is by default 90 days...&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1797/required-conditions-for-a-mail-to-be-sent-from-sysmails&amp;show=1954#a1954</guid>
<pubDate>Fri, 21 Oct 2016 08:46:59 +0000</pubDate>
</item>
<item>
<title>Answered: How to prevent MailDispatcher from deleting SYS_MAILS</title>
<link>https://overflow.efficy.io/?qa=1840/how-to-prevent-maildispatcher-from-deleting-sysmails&amp;show=1843#a1843</link>
<description>&lt;p&gt;Hi Kevin, &lt;br&gt;
I don't think so overwise it will send them again and again and again.&lt;br&gt;
Once sent it delete them.&lt;/p&gt;

&lt;p&gt;You can change the number of emails sent per run so : &lt;a rel=&quot;nofollow&quot; href=&quot;http://help.efficy.com/HelpEfficy/technical/Service_Applications/EN/index.html?general_settings2.htm&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://help.efficy.com/HelpEfficy/technical/Service_Applications/EN/index.html?general_settings2.htm&quot;&gt;http://help.efficy.com/HelpEfficy/technical/Service_Applications/EN/index.html?general_settings2.htm&lt;/a&gt;&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1840/how-to-prevent-maildispatcher-from-deleting-sysmails&amp;show=1843#a1843</guid>
<pubDate>Mon, 05 Sep 2016 12:41:31 +0000</pubDate>
</item>
<item>
<title>Answered: Sys_changed replication on child database</title>
<link>https://overflow.efficy.io/?qa=1672/syschanged-replication-on-child-database&amp;show=1676#a1676</link>
<description>&lt;p&gt;I remember that &lt;code&gt;SYS_CHANGED&lt;/code&gt; was indeed was explicitly &lt;strong&gt;ignored&lt;/strong&gt; in the replication for multiple reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Reduce disk space&lt;/strong&gt; of the nomad database. SysChanged will typically contain millions of records after a while&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Transfer speed&lt;/strong&gt;: the more record, the longer it will take to sync&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security risk&lt;/strong&gt;: when a non-full synchro model is selected, only relevant data for the user is tranfered. Syschanged could contain sensitive data and accessing a non encrypted local database is not really that difficult&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I checked the system tables and my old mails. Sadly for your customer, but I do not find a setting to enable it.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1672/syschanged-replication-on-child-database&amp;show=1676#a1676</guid>
<pubDate>Tue, 31 May 2016 17:56:24 +0000</pubDate>
</item>
<item>
<title>Answered: Double finder</title>
<link>https://overflow.efficy.io/?qa=1573/double-finder&amp;show=1577#a1577</link>
<description>&lt;p&gt;Based on the filtered list of fields to select from in the Double Finder, I also conclude that Efficy excludes fields bounded to a lookup (like Country) and date fields like Birthday. &lt;/p&gt;

&lt;p&gt;I know it's not the same, but you could try to do it with custom it two ways:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Simple: Make an SQL query to search the possible doubles, or provide it as a widget&lt;/li&gt;
&lt;li&gt;Scheduled workflow that generates a duplicate record based on a your custom queries&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Why would you want to check on legal kind anyway?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1573/double-finder&amp;show=1577#a1577</guid>
<pubDate>Mon, 02 May 2016 18:28:18 +0000</pubDate>
</item>
<item>
<title>Answered: dtSearch support for Remote files</title>
<link>https://overflow.efficy.io/?qa=1270/dtsearch-support-for-remote-files&amp;show=1271#a1271</link>
<description>&lt;p&gt;The current implementation has not been updated to support remote files I'm afraid.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1270/dtsearch-support-for-remote-files&amp;show=1271#a1271</guid>
<pubDate>Mon, 25 Jan 2016 11:52:02 +0000</pubDate>
</item>
<item>
<title>Answered: [Efficy2014/DataSync]: Setting D_CREATE and D_CHANGE from EfficyImportRecord</title>
<link>https://overflow.efficy.io/?qa=1011/efficy2014-datasync-dcreate-dchange-efficyimportrecord&amp;show=1013#a1013</link>
<description>&lt;p&gt;If you provide the date as string parameter, you have to format the date like it's configured in the registry. The following keys apply to the date format and are default. So the first issue seems to be the &quot;-&quot; instead of &quot;/&quot; as separator.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\DSoft\Efficy\Web]
&quot;DateSeparator&quot;=&quot;/&quot;
&quot;LongDateFormat&quot;=&quot;dddd d mmmm yyyy&quot;
&quot;LongTimeFormat&quot;=&quot;hh:mm&quot;
&quot;ShortDateFormat&quot;=&quot;dd/mm/yy&quot;
&quot;ShortTimeFormat&quot;=&quot;hh:mm&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You can use the Delphi &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.delphibasics.co.uk/RTL.asp?Name=StrToDateTime&quot;&gt;StrToDateTime&lt;/a&gt; function to cast from String to float.&lt;br&gt;
You can use the Delphi &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.delphibasics.co.uk/RTL.asp?Name=FormatDateTime&quot;&gt;FormatDateTime&lt;/a&gt; function to do the opposite.&lt;/p&gt;

&lt;p&gt;I prefer working with float datatype:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DataSet.FieldByName('D_CREATE').asFloat = StrToDateTime('13/12/2015')
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Note that you will have to first commit the record before changing the D_CREATE, and then commit again. Else Efficy will use today!&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1011/efficy2014-datasync-dcreate-dchange-efficyimportrecord&amp;show=1013#a1013</guid>
<pubDate>Sun, 13 Dec 2015 14:05:31 +0000</pubDate>
</item>
<item>
<title>Answered: Mail uploader on Domino</title>
<link>https://overflow.efficy.io/?qa=843/mail-uploader-on-domino&amp;show=844#a844</link>
<description>&lt;p&gt;Hi Erwin,&lt;/p&gt;

&lt;p&gt;In the Efficy 2014, the service allow you to configure a domino sync connection.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=11840420242691537219&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;I assume that it would be documented soon.&lt;/p&gt;

&lt;p&gt;Alex.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=843/mail-uploader-on-domino&amp;show=844#a844</guid>
<pubDate>Thu, 15 Oct 2015 06:29:36 +0000</pubDate>
</item>
<item>
<title>Answered: Watchdoc - soap_request.xml becomes huge</title>
<link>https://overflow.efficy.io/?qa=723/watchdoc-soaprequest-xml-becomes-huge&amp;show=787#a787</link>
<description>&lt;p&gt;Info : The suggestion given by Kristof Pauwels has been pre-approved. It could be corrected in the next release by R&amp;amp;D.&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=723/watchdoc-soaprequest-xml-becomes-huge&amp;show=787#a787</guid>
<pubDate>Mon, 28 Sep 2015 14:01:11 +0000</pubDate>
</item>
</channel>
</rss>