<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions in Services and Processes</title>
<link>https://overflow.efficy.io/?qa=questions/developers/services-and-processes</link>
<description>Powered by Question2Answer</description>
<item>
<title>Stop Com+ batch</title>
<link>https://overflow.efficy.io/?qa=6815/stop-com-batch</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
After importing data each night to Efficy, the server's memory occupation is full.&lt;br&gt;
How is it possible to stop the Efficy Com+ component after importing data ?&lt;br&gt;
 Thank you&lt;br&gt;
Dimitri&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6815/stop-com-batch</guid>
<pubDate>Thu, 16 Feb 2023 07:12:54 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I want to import some utile files in my script runned by &quot;task scheduler service&quot;.&lt;/p&gt;

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

&lt;p&gt;But I get this error : &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Error: Cannot open file &quot;[...]\efficy\serverjs\dataSynchro\general&quot;.&lt;br&gt;
  Le fichier spécifié est introuvable&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If I change for this :&lt;/p&gt;

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

&lt;p&gt;it works. I don't understand why I couldn't use this notation while I see in the documentation that I can : &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/scpr_taskscheduleraddscheduledscript&quot;&gt;Documentation&lt;/a&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=11975129511579841757&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;If someone could explain me what I did wrong, it will be really appreciated :) &lt;br&gt;
Thanks for your help ;) &lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6519/impossible-import-file-without-extension-scheduler-service</guid>
<pubDate>Wed, 27 Apr 2022 12:06:01 +0000</pubDate>
</item>
<item>
<title>How to use &quot;where clause&quot; in DoubleFinder</title>
<link>https://overflow.efficy.io/?qa=6465/how-to-use-where-clause-in-doublefinder</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;what would be the correct syntax to exclude contacts from being a duplicate by filtering for a specific field in the table? In the DoublFinder Configuration is a node &quot;Where clause&quot; having child nodes for all entities that are searched for duplicates.&lt;/p&gt;

&lt;p&gt;I want to prevent contacts having F&lt;em&gt;TYPE = 5 in the contacts entity to be considered as a duplicate. So do i need to just insert&lt;br&gt;
F&lt;/em&gt;TYPE != 5 like an SQL statement? &lt;/p&gt;

&lt;p&gt;And what would be the syntax in case of multiple filters? Using and and or and using brackets? I don't find any information in the documentation concerning the &quot;where clause&quot;. Sorry, if i just did not find it!&lt;/p&gt;

&lt;p&gt;Best&lt;br&gt;
Stefan&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6465/how-to-use-where-clause-in-doublefinder</guid>
<pubDate>Wed, 16 Feb 2022 10:23:21 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Previously, I accessed the SOAP requests and responses xml in &lt;br&gt;
%localappdata%\temp\soap&lt;em&gt;request.xml&lt;br&gt;
and &lt;br&gt;
%localappdata%\temp\soap&lt;/em&gt;response.xml&lt;/p&gt;

&lt;p&gt;I do NOT find them anymore, at least with Efficy 12.0, even if I checked the &lt;br&gt;
&quot;Enable SOAP resquest and response log&quot; checkbox.&lt;/p&gt;

&lt;p&gt;Can anybody tell me where they are located?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6403/where-are-the-remote-datasynchro-requests-responses-stored</guid>
<pubDate>Wed, 15 Dec 2021 11:53:47 +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>Better way of monitoring Efficy availability?</title>
<link>https://overflow.efficy.io/?qa=5837/better-way-of-monitoring-efficy-availability</link>
<description>&lt;p&gt;&lt;strong&gt;context :&lt;/strong&gt; &lt;br&gt;
My client has a lot of web servers (22). Every server has 3 application pools avalable for users to connect. In front of it , we have a load balancer to present users with only one URL. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;requirement :&lt;/strong&gt;&lt;br&gt;
I would like to have a monitoring of all of my 66 endpoints. (as complete as possible)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;current solution:&lt;/strong&gt;&lt;br&gt;
currently it is solved by querying admin login page. It allows to do 2 verifications : &lt;br&gt;
- if my endpoint reply with HTTP 200&lt;br&gt;
- if my Efficy.dll can handle a simple request&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;question&lt;/strong&gt;&lt;br&gt;
Is it possible to do the check better? Have anyone done something similar with other clients ? &lt;br&gt;
Is it possible/safe to expose other information - number of sessions ? memory consumed ? sanity check ? &lt;br&gt;
Perhaps expose admin console as a node endpoint ?  &lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5837/better-way-of-monitoring-efficy-availability</guid>
<pubDate>Thu, 28 Jan 2021 16:54:57 +0000</pubDate>
</item>
<item>
<title>Automate DoubleFinder.exe</title>
<link>https://overflow.efficy.io/?qa=5672/automate-doublefinder-exe</link>
<description>&lt;p&gt;How can we automate the launch of the DoubleFinder.exe ?&lt;br&gt;
Not the Admin or Service but the one that can empty and refill the duplicates table&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=1683351421251845725&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
The goal is to do this every 2 weeks : &lt;br&gt;
- empty the duplicate list&lt;br&gt;
- launch and refill this list based on the current configration of the double finder (for contacts or companies or both)&lt;/p&gt;

&lt;p&gt;Thanks !&lt;/p&gt;

&lt;p&gt;and subsidiary question: why does the double finder service only send a notification to a user and not fill in this list of duplicates?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5672/automate-doublefinder-exe</guid>
<pubDate>Thu, 29 Oct 2020 16:10:08 +0000</pubDate>
</item>
<item>
<title>Random errors when using DataSynchro</title>
<link>https://overflow.efficy.io/?qa=5664/random-errors-when-using-datasynchro</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am trying to migrate our Efficy 10.0 to Efficy 11.3.&lt;br&gt;
The CRM part works fine, except some little issues due to the custom, but globally it's fine.&lt;/p&gt;

&lt;p&gt;I have a more important problem trying to set up the DataSynchro. I have several DataSynchro communicating with our IBMi server. They all work fine on the old server (Efficy 10.0).&lt;/p&gt;

&lt;p&gt;When I try to reuse the .dat already configured with DataSynchro 64 bits.exe, I am encountering a weird error, which appears in a background dialog, the message is in French :&lt;/p&gt;

&lt;p&gt;&quot;Défaillance irrémédiable&quot;.&lt;/p&gt;

&lt;p&gt;Then, if I try again, I have an access violation problem on jscript9.dll...&lt;/p&gt;

&lt;p&gt;I am totally lost, I have already used et configured DataSynchro with Efficy 11.3 between SQL Server (Efficy side) and Db2 (IMBi side) without problem for a customer...&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Sébastien&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5664/random-errors-when-using-datasynchro</guid>
<pubDate>Thu, 29 Oct 2020 12:04:58 +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>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</link>
<description>&lt;p&gt;An on-premise customer in Holland wants to use SSO. &lt;br&gt;
The only documentation I can find is documentation from Efficy 10.x:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/crft_10_saml2ssointegrations&quot;&gt;https://help.efficy.io/edn/admin/crft_10_saml2ssointegrations&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is this documentation still adequate for 11.3? &lt;br&gt;
Is only following this documentation enough to make it work ? or does the customer has to subscribe to the Shibboleth service provider and if so, does this cost any money ?&lt;/p&gt;

&lt;p&gt;Is there any &quot;functional&quot; documentation avaliable? &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</guid>
<pubDate>Fri, 10 Jul 2020 12:17:22 +0000</pubDate>
</item>
<item>
<title>2fa compatibility with exchange sync service</title>
<link>https://overflow.efficy.io/?qa=5467/2fa-compatibility-with-exchange-sync-service</link>
<description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;Is there a way to make efficy exchange sync service to work with Exchange's 2 factors authentification  ?&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5467/2fa-compatibility-with-exchange-sync-service</guid>
<pubDate>Tue, 02 Jun 2020 14:17:12 +0000</pubDate>
</item>
<item>
<title>Task Scheduler Script interval</title>
<link>https://overflow.efficy.io/?qa=5413/task-scheduler-script-interval</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I want to launch a scheduled task(Efficy 11.3) every monday at 22:00 for a cloud customer.&lt;br&gt;
I want to set the interval for a week (10 080 minutes) but Cloud told me that  we can't config the interval for more than one day (1440 minutes). I don't have any idea about this information.&lt;/p&gt;

&lt;p&gt;I have a solution for this inside my serverscripts.&lt;/p&gt;

&lt;p&gt;But I want to be sure if i can configure it directly with scheduledAdmin  .&lt;/p&gt;

&lt;p&gt;Thanks in advance,&lt;br&gt;
Quentin&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5413/task-scheduler-script-interval</guid>
<pubDate>Thu, 30 Apr 2020 12:45:23 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Efficy core processes (Efficy.dll, EfficyServer.dll) and Windows Services (MailDispatch, ExchangeSync...) have a rolling log file in place. The log files are cleaned up after 14 days.&lt;/p&gt;

&lt;p&gt;What we notice is that only recent log files are cleaned up, but not older log files, e.g. from months ago.&lt;/p&gt;

&lt;p&gt;What are the parameters for the log files selection to be cleaned up?&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</guid>
<pubDate>Tue, 18 Feb 2020 16:03:37 +0000</pubDate>
</item>
<item>
<title>Doublefinder service configuration settings</title>
<link>https://overflow.efficy.io/?qa=5166/doublefinder-service-configuration-settings</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm having difficulty to configure the doublefinder service for a client in an 11.3 environment.&lt;/p&gt;

&lt;p&gt;Where are the settings stored? I was told they aren't stored in an .ini file anymore but in &lt;code&gt;SYS_SETTINGS&lt;/code&gt; under &lt;code&gt;SVC_DoubleFinder&lt;/code&gt;. &lt;/p&gt;

&lt;p&gt;However, i can't seem to find the settings (no SVC&lt;em&gt;DoubleFinder in SYS&lt;/em&gt;SETTINGS). And when i try to edit the configuration nothing gets saved.&lt;/p&gt;

&lt;p&gt;The only reference i find is in &lt;code&gt;ServerSettings.json&lt;/code&gt;, under services, but there is only 1 parameter (pollingInterval, wich gets saved correctly when changed).&lt;/p&gt;

&lt;p&gt;Please advise.&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br&gt;
Ken&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5166/doublefinder-service-configuration-settings</guid>
<pubDate>Thu, 26 Dec 2019 14:20:21 +0000</pubDate>
</item>
<item>
<title>[Remote API - Javascript] Problem with the CORS policy</title>
<link>https://overflow.efficy.io/?qa=5028/remote-api-javascript-problem-with-the-cors-policy</link>
<description>&lt;p&gt;Hello ereryone,&lt;br&gt;
I created an Efficy query to retrieve active events or profiles. &lt;strong&gt;They must be processed in an external HTML page&lt;/strong&gt;. The event reception tests are conclusive in the Postman software.&lt;/p&gt;

&lt;p&gt;Unfortunately in Javascript, I receive the following message:&lt;br&gt;
&lt;strong&gt;Access to XMLHttpRequest at '&lt;a rel=&quot;nofollow&quot; href=&quot;https://labcrm.brrc.be/crm/json&quot;&gt;https://labcrm.brrc.be/crm/json&lt;/a&gt;' from origin '&lt;a rel=&quot;nofollow&quot; href=&quot;http://cms_test.brrc.be&quot;&gt;http://cms_test.brrc.be&lt;/a&gt;' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here the Javascript code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;const uri = 'https://xxxx.brrc.be/crm/json';
var settings = {
  &quot;async&quot;: true,
  &quot;crossDomain&quot;: true,
  &quot;url&quot;: &quot;https://xxxx.brrc.be/crm/json&quot;,
  &quot;method&quot;: &quot;POST&quot;,
  &quot;headers&quot;: {
&quot;Access-Control-Allow-Origin&quot;: '*',
&quot;Access-Control-Allow-Credentials&quot;: 'true',
    &quot;X-Efficy-Customer&quot;: &quot;CRR&quot;,
    &quot;X-Efficy-ApiKey&quot;: &quot;&quot;,
&quot;X-Efficy-Logoff&quot;: &quot;false&quot;,
&quot;X-Efficy-Lang&quot;: &quot;EN&quot;,
&quot;Cache-Control&quot;: &quot;no-cache&quot;,
    &quot;X_CLIENT_APP&quot;: &quot;CRR&quot;,
&quot;Content-Type&quot;: &quot;application/json&quot;,
&quot;Accept&quot;: &quot;application/json&quot;
  },
  &quot;processData&quot;: false,
  &quot;data&quot;: &quot;[\r\n\t{\r\n\t\t\&quot;@name\&quot;: \&quot;api\&quot;,\r\n\t\t\&quot;@func\&quot;: [\r\n\t\t\t{\r\n\t\t\t\t\&quot;@name\&quot;:\&quot;query\&quot;,\r\n\t\t\t\t\&quot;key\&quot;:\&quot;4102\&quot;\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]&quot;
}
$.ajax(settings).done(function (response) {
  console.log(response);
});
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Still, I added the following headers:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&quot;Access-Control-Allow-Origin&quot;: '&lt;a rel=&quot;nofollow&quot; href=&quot;http://xxxx.brrc.be&quot;&gt;http://xxxx.brrc.be&lt;/a&gt;' or '*',&lt;br&gt;
  &quot;Access-Control-Allow-Credentials&quot;: 'true'&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;From what I understand, these instructions are placed server side so I do not understand what I have to write.&lt;/p&gt;

&lt;p&gt;Would you have an idea for me?&lt;br&gt;
In advance, I thank you.&lt;br&gt;
Best regards,&lt;br&gt;
Bruno&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5028/remote-api-javascript-problem-with-the-cors-policy</guid>
<pubDate>Wed, 27 Nov 2019 14:28:51 +0000</pubDate>
</item>
<item>
<title>&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</link>
<description>&lt;p&gt;HI all,&lt;/p&gt;

&lt;p&gt;I just found out that quite a  bunch of emails got stuck in SYS_MAILS, because of a recipient that has no email address. The efficy mail dispatcher had to wait until those emails got deleted...&lt;/p&gt;

&lt;p&gt;Those emails were created by the DoubleFinder.&lt;br&gt;
Here is the question: How does the DoubleFinder determine the recipient and can I change this behaviour?&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=4082/duplicate-found-notification-sysmails-change-recipient</guid>
<pubDate>Wed, 03 Apr 2019 07:25:41 +0000</pubDate>
</item>
<item>
<title>Import JQuery into Task Scheduler Script</title>
<link>https://overflow.efficy.io/?qa=3941/import-jquery-into-task-scheduler-script</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;is there a way to I import JQuery into a task scheduler script ? &lt;/p&gt;

&lt;p&gt;My issue is : &lt;/p&gt;

&lt;p&gt;I would like to parse XML files with JQuery.&lt;/p&gt;

&lt;p&gt;In the task scheduler header, I tried :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import &quot;ecma&quot;;
@import &quot;../../lib/js/jquery/jquery&quot;;
*/
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But i got an error message : &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&quot;Unable to get property 'createElement' of undefined or null&lt;br&gt;
  reference&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Corresponding code line in jquery.js :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var div = document.createElement(&quot;div&quot;);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The document is undefined, because there is no document in this case.&lt;/p&gt;

&lt;p&gt;So, is it impossible to import JQuery in task scheduler ?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3941/import-jquery-into-task-scheduler-script</guid>
<pubDate>Mon, 04 Mar 2019 10:16:47 +0000</pubDate>
</item>
<item>
<title>How can we use Exchange synchro service through a Proxy</title>
<link>https://overflow.efficy.io/?qa=3695/how-can-we-use-exchange-synchro-service-through-a-proxy</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;Our customer &quot;Forem&quot; is actually using the Office 365 Exchange synchro and have error because they use a proxy server to filter all internet connection.&lt;/p&gt;

&lt;p&gt;The workaround is to put a rules in the proxy to authorise the exchange synchro server to go out on the internet, but they want to disabled this rules.&lt;/p&gt;

&lt;p&gt;Which config can we do to force using a proxy with efficy services ?&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3695/how-can-we-use-exchange-synchro-service-through-a-proxy</guid>
<pubDate>Fri, 30 Nov 2018 14:08:27 +0000</pubDate>
</item>
<item>
<title>Classic ExchangeSyncService and SYNCPROFILE table</title>
<link>https://overflow.efficy.io/?qa=3684/classic-exchangesyncservice-and-syncprofile-table</link>
<description>&lt;p&gt;Is it possible to use the &lt;code&gt;SYNCPROFILE&lt;/code&gt; table configurations - typically defined in Designer - in the classical &lt;code&gt;ExchangeSyncService.exe&lt;/code&gt; Windows Service? It concerns Efficy 11.0&lt;/p&gt;

&lt;p&gt;Or are these DB configurations only used by the &lt;code&gt;ExchangeQueueSync&lt;/code&gt;?&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3684/classic-exchangesyncservice-and-syncprofile-table</guid>
<pubDate>Tue, 27 Nov 2018 10:14:24 +0000</pubDate>
</item>
<item>
<title>Out of memory DataSynchro Remote after 6000 imports .</title>
<link>https://overflow.efficy.io/?qa=3257/out-of-memory-datasynchro-remote-after-6000-imports</link>
<description>&lt;p&gt;Merci pour tes réponses rapides,&lt;br&gt;
La version efficy utilisée est 10Sp2 et pour ma DTS je pense la 10.&lt;/p&gt;

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

&lt;p&gt;Merci encore.&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3257/out-of-memory-datasynchro-remote-after-6000-imports</guid>
<pubDate>Wed, 13 Jun 2018 07:56:03 +0000</pubDate>
</item>
<item>
<title>Problème d'import</title>
<link>https://overflow.efficy.io/?qa=3247/probleme-dimport</link>
<description>&lt;p&gt;Salut,&lt;/p&gt;

&lt;p&gt;J'ai une erreur lors de l'import d'un ficher dans le module remote avec le message suivant:&lt;br&gt;
est-ce que quelqu'un à une petite idée du problème pour m'aider?&lt;br&gt;
Comment puis-je utiliser le &quot;Free pour liberer la memoire&quot; ?Après chaque  6000 imports j'ai le message: &quot;Out of memory&quot; &lt;/p&gt;

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

&lt;pre&gt;&lt;code&gt;var index = 0;
var transactsTab = [];
function EfficyImportRecord(DataStore) {
    var dateFond = DataStore.AsString('TRANSACTION DATE');
    var fsma = DataStore.AsString('FSMA COMPAGNIE');
    var amount = DataStore.AsString('AMOUNT EUR');
    var IsinTrimed = (DataStore.AsString('CODE ISIN'));
    IsinTrimed = myTrim(IsinTrimed);
    var tranType = getValueFromTableWhereField(&quot;LK_TYPE_TRANS&quot;, &quot;K_TYPE_TRANS&quot;, &quot;F_VALUE&quot;, DataStore.AsString('TRANSACTION TYPE'));
    var param = DataStore.AsString('POLICY NUMBER') + &quot;\n&quot; + fsma + &quot;\n&quot; +tranType+ &quot;\n&quot; + dateFond + &quot;\n&quot; + IsinTrimed;
    var Target = 53; // Tran
    var Target_Contract = 50; //Contract
    var Target_Fond = 52; //Fond
    var k_Contract = query.firstField(&quot;select * from CONTRACTS where reference = :p1&quot;, DataStore.AsString('POLICY NUMBER'), 0);    
    var NbCtra = query.firstField(&quot;select count(*) from contracts where reference = :p1&quot;, DataStore.AsString('POLICY NUMBER') , 0);
    var k_Fond =     query.firstField(&quot;select * from Fonds where F_ISIN_CODE = :p2&quot;, IsinTrimed, 0);
    var PN = DataStore.AsString('POLICY NUMBER');
    index ++;
    Database.log(&quot;Ligne : &quot;+index);
    if(NbCtra &amp;gt; 1)
    {
        Database.log(&quot;plusieurs contrats avec le numero: &quot;+DataStore.AsString('POLICY NUMBER'));
        return;
    }
    var existeItem = 0;
    var existe =  query.firstField(&quot;select count(t.k_transact) from transacts t inner join TRAN_FOND tf on t.k_transact = tf.k_transact inner join fonds f on f.k_fond = tf.k_fond where t.name = :p1 and t.F_FSMA_COMP = :p2 and t.F_LK_TYPE = :p3 and t.F_DATE = CONVERT(datetime2, :p4, 103) and f.F_ISIN_CODE = :p5&quot;, param , 0);
    if(existe &amp;gt; 0)
    {
        Database.log(&quot;Transaction avec POLICY NUMBER: &quot;+ DataStore.AsString('POLICY NUMBER') + &quot; existe déjà =&amp;gt; NOT ADDED! &quot;);
        return;
    }
    //Call méthode add new Transact
    addTransact(k_Contract,k_Fond,Target,Target_Contract,Target_Fond,DataStore);
    for (var i=0;i &amp;lt; transactsTab.length; i++)
    {
        if(transactsTab[i] == PN)
            existeItem ++;
    }
    if(existeItem &amp;gt;0 )
        transactsTab.push(PN);
    else
    {
        transactsTab.push(PN);
        if(tranType != 4)
        {
            try{
                if(existe != 0)
                {
                    var que = &quot;delete transacts where k_transact in (select k_transact from transacts where NAME = :p1) and F_LK_TYPE &amp;lt;&amp;gt; 4 &quot;;
                    query.getDataSet(que,PN);
                    addTransact(k_Contract,k_Fond,Target,Target_Contract,Target_Fond,DataStore);
                }
            }catch (er) {
                Database.log(&quot;Erreur: &quot;+ er.message);
            }
        }
    }
    return true;
}
function addTransact(k_Contract,k_Fond,Target,Target_Contract,Target_Fond,DataStore) {
    var EditHandle = Database.OpenEditContext(Target, 0);
    //check if link existe with contract(If yes than add new Transact)
    Database.log(&quot;k_Contract: &quot;+ k_Contract);
    if( k_Contract != 0 )
    {
        try {
            Database.UpdateFields(EditHandle, 0, 'NAME', DataStore.AsString('POLICY NUMBER'));
            Database.UpdateFields(EditHandle, 0, 'F_AMOUNT', DataStore.AsString('AMOUNT EUR'));
            Database.UpdateFields(EditHandle, 0, 'F_FSMA_COMP', DataStore.AsString('FSMA COMPAGNIE'));
            Database.UpdateFields(EditHandle, 0, 'F_DATE', DataStore.AsString('TRANSACTION DATE'));
            Database.UpdateFields(EditHandle, 0, 'F_LK_TYPE',getValueFromTableWhereField(&quot;LK_TYPE_TRANS&quot;, &quot;K_TYPE_TRANS&quot;, &quot;F_VALUE&quot;, DataStore.AsString('TRANSACTION TYPE')));
            var ctraContext = Database.OpenEditContext(50, k_Contract);
            var invest = Database.ActivateCategory(ctraContext, 'CTRA$INVEST');
            Database.CommitChanges(ctraContext, false);
            Database.CommitChanges(EditHandle, true);
            Database.ExecuteBatch;
            //Database.Free;
            var K_TRANSACT = Database.GetEditKey(EditHandle);
            Database.addLink2(Target,Target_Contract,K_TRANSACT,k_Contract,true);
            Database.log(&quot;Transaction importé avec POLICY NUMBER: &quot;+ DataStore.AsString('POLICY NUMBER') );
        }catch (er) {
            Database.log(&quot;Erreur: &quot;+ er.message);
        }
        finally
        {
            Database.CloseContext(ctraContext);
            Database.CloseContext(EditHandle);
        }
        if(k_Fond != 0 )
            Database.addLink2(Target,Target_Fond,K_TRANSACT,k_Fond,true);
        else
            Database.log(&quot;Fond pas trouvé! Pas de relation avec Table Fond &quot;);
        if(k_Fond != 0 &amp;amp;&amp;amp; k_Contract != 0 )
            Database.addLink2(Target_Fond,Target_Contract,k_Fond,k_Contract,true);
    }
    else
        Database.log(&quot;Contract avec réf: &quot;+DataStore.AsString('POLICY NUMBER')+&quot; pas trouvé! Pas de relation avec table contract &quot;);
}
var query = {
    getDataSet: function (sql, params) {

            var datasetId = Database.ExecuteSQLQuery(sql, params);
            Database.executeBatch;
            var dsResult = Database.CreateDataSet;
            Database.GetObject(datasetId, dsResult);             
            if (dsResult &amp;amp;&amp;amp; !dsResult.isEmpty) dsResult.first;

            return dsResult;

    },
    firstField: function(sql, params, defaultValue) {
        var ds = query.getDataSet(sql, params);
        if (ds &amp;amp;&amp;amp; ds.recordcount &amp;gt; 0) {
            return query.castField(ds, ds.Fields(0));
        }
        return defaultValue;
    },
    castField: function(ds, field) {
        var fieldName = field.fieldName;
        var dataType = parseInt(field.dataType, 10);
        switch (dataType) {
            case 3:
                return ds.fieldByName(fieldName).asInteger; break;
            case 6: case 37: // float
            case 11: // Date
                return ds.fieldByName(fieldName).asFloat; break;
            default:
                return ds.fieldByName(fieldName).asString;
        }
    }
}
// function general to get field from table
function getValueFromTableWhereField(table, kField, field, value) {
    //Database.log(&quot;field + VALUE: &quot;+ field + &quot; =&amp;gt; &quot;+ typeof field +&quot; : &quot; + typeof value) ;
    //var dsId = Database.ExecuteSQLQuery(&quot;SELECT &quot; + kField + &quot; FROM &quot; + table + &quot; WHERE UPPER(&quot; + field + &quot;) = ' UPPER(&quot; + value + &quot;) '&quot;, &quot;&quot;);
    var dsId = Database.ExecuteSQLQuery(&quot;SELECT &quot; + kField + &quot; FROM &quot; + table + &quot; WHERE &quot; + field + &quot; = '&quot; + value + &quot;'&quot;, &quot;&quot;);
    Database.ExecuteBatch;
    var ds = Database.CreateDataSet;
    try {
        Database.GetObject(dsId, ds);
        ds.First;
        return ds.FieldByName(kField).AsString;
    } finally {
        ds.Free;
    }
    return 0;
}
//function to remove white espace for code isin
function myTrim(x) {
    return x.replace(/^\s+|\s+$/gm,'');
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Merci d'avance&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3247/probleme-dimport</guid>
<pubDate>Sat, 09 Jun 2018 13:15:34 +0000</pubDate>
</item>
<item>
<title>Meaning of Parameter ConnectionHistory in ACC_OPTIONS, [CONNECT]</title>
<link>https://overflow.efficy.io/?qa=3079/meaning-parameter-connectionhistory-accoptions-connect</link>
<description>&lt;p&gt;ConnectionHistory has a set of 128 boolean value. Does it indicate if a user connected the last 128 previous days? How can we edit this info?&lt;/p&gt;

&lt;p&gt;For instance&lt;br&gt;
[CONNECT]&lt;br&gt;
LastConnectionDate=2018/04/16&lt;br&gt;
ConnectionHistory=10011100000001010011110001111001110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3079/meaning-parameter-connectionhistory-accoptions-connect</guid>
<pubDate>Mon, 16 Apr 2018 11:10:32 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3072/events-kristofs-answer-efficy10-existing-implementation</guid>
<pubDate>Mon, 16 Apr 2018 08:03:25 +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>custom IP filter for upgrade to SP2</title>
<link>https://overflow.efficy.io/?qa=2331/custom-ip-filter-for-upgrade-to-sp2</link>
<description>&lt;p&gt;Hi there,&lt;/p&gt;

&lt;p&gt;Our Customer ”Kien Onderzoek” uses a IP filter, which is still a requirement, on our “legacy” server here in The Netherlands at Efficy.  (&lt;a rel=&quot;nofollow&quot; href=&quot;http://kien.efficy-online.nl)&quot;&gt;http://kien.efficy-online.nl)&lt;/a&gt;&lt;br&gt;
They would like to upgrade to our latest Efficy version and during the impact fase our developers noticed this comment under (Customer/Techinfo).&lt;/p&gt;

&lt;p&gt;Can we have an IP Filter on the Cloud for this customer so they will be able to upgrade to Efficy 10th SP2?&lt;/p&gt;

&lt;p&gt;Thanks in advance for your swift response,&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2331/custom-ip-filter-for-upgrade-to-sp2</guid>
<pubDate>Thu, 02 Mar 2017 10:37:52 +0000</pubDate>
</item>
<item>
<title>How to prevent MailDispatcher from deleting SYS_MAILS</title>
<link>https://overflow.efficy.io/?qa=1840/how-to-prevent-maildispatcher-from-deleting-sysmails</link>
<description>&lt;p&gt;Is it possible to prevent the MailDispatch from deleting emails in the SYS_MAILS after sending them?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1840/how-to-prevent-maildispatcher-from-deleting-sysmails</guid>
<pubDate>Fri, 02 Sep 2016 06:46:32 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;In the SYS_MAILS table, some emails are kept, other are sent.&lt;/p&gt;

&lt;p&gt;There a a few colums (KIND, SHOWN, MAILREAD, ...) that i assume are used to determine if the mail needs to be sent or not.&lt;/p&gt;

&lt;p&gt;What are the conditions for emails to be sent?&lt;/p&gt;

&lt;p&gt;Thanks !&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</guid>
<pubDate>Tue, 02 Aug 2016 09:14:42 +0000</pubDate>
</item>
<item>
<title>How can we use: CompleteActionSubjectCustom with the MSExchange sync profiles</title>
<link>https://overflow.efficy.io/?qa=1731/completeactionsubjectcustom-with-msexchange-sync-profiles</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;How can we use this setting 'CompleteActionSubjectCustom' in the MS Exchange sync profiles.&lt;br&gt;
The checkbox can be set in Efficy designer.&lt;/p&gt;

&lt;p&gt;kr&lt;br&gt;
Erwin Vogeleer&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1731/completeactionsubjectcustom-with-msexchange-sync-profiles</guid>
<pubDate>Fri, 24 Jun 2016 09:15:53 +0000</pubDate>
</item>
<item>
<title>Sys_changed replication on child database</title>
<link>https://overflow.efficy.io/?qa=1672/syschanged-replication-on-child-database</link>
<description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;A cloud customer has a child daabase on premise (for reporting) and need to have access to the history table (sys_changed) on the mother database.&lt;br&gt;
This table is not replicated by default by the replication tool&lt;/p&gt;

&lt;p&gt;Is it possible to replicate it from the mother db to the child db? &lt;/p&gt;

&lt;p&gt;Tx&lt;/p&gt;

&lt;p&gt;Kr,&lt;br&gt;
Henry&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1672/syschanged-replication-on-child-database</guid>
<pubDate>Tue, 31 May 2016 10:10:12 +0000</pubDate>
</item>
<item>
<title>How to match recurring appointments from Exchange in Efficy?</title>
<link>https://overflow.efficy.io/?qa=1602/how-to-match-recurring-appointments-from-exchange-in-efficy</link>
<description>&lt;p&gt;If enabled in the Exchange synchronisation,  every recurrent appoinment created in your Exchange calendar will become a separated action in Efficy. Because the origin in not Efficy, the typical recurrence fields in the ACTIONS table (&lt;code&gt;recurdef, k_recurparent&lt;/code&gt;) are empty.&lt;/p&gt;

&lt;p&gt;How can we map related recurring items?&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1602/how-to-match-recurring-appointments-from-exchange-in-efficy</guid>
<pubDate>Thu, 12 May 2016 06:48:25 +0000</pubDate>
</item>
<item>
<title>Double finder</title>
<link>https://overflow.efficy.io/?qa=1573/double-finder</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Is there a possibility to check on doubles based on date (contact.birthday) and lookup (company.legalkind) fields?&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1573/double-finder</guid>
<pubDate>Fri, 29 Apr 2016 12:56:29 +0000</pubDate>
</item>
<item>
<title>dtSearch support for Remote files</title>
<link>https://overflow.efficy.io/?qa=1270/dtsearch-support-for-remote-files</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Is our current dtSearch setup supporting the Remote files?&lt;/p&gt;

&lt;p&gt;kr&lt;br&gt;
Erwin Vogeleer&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1270/dtsearch-support-for-remote-files</guid>
<pubDate>Mon, 25 Jan 2016 09:10:04 +0000</pubDate>
</item>
<item>
<title>What the convert CDO to EWS function in doing exactly?</title>
<link>https://overflow.efficy.io/?qa=1240/what-the-convert-cdo-to-ews-function-in-doing-exactly</link>
<description>&lt;p&gt;Is it doing updates in MS Exchange or only in our Efficy database (synchro table)?&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1240/what-the-convert-cdo-to-ews-function-in-doing-exactly</guid>
<pubDate>Mon, 18 Jan 2016 16:59:30 +0000</pubDate>
</item>
<item>
<title>Efficy 2014 (6640): Synchro MS Exchange -&gt; Efficy</title>
<link>https://overflow.efficy.io/?qa=1131/efficy-2014-6640-synchro-ms-exchange-efficy</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;When syncing from Outlook to Efficy, a meeting with multiple invitees is created as many times as there are invitees. For each invitee a separate record is created in the actions table.&lt;/p&gt;

&lt;p&gt;The invitees are only linked as contacts and not as users. Even if all invitees are known as users in Efficy.&lt;br&gt;
Each user has a linked action record in his agenda. When moving your appointment (in Efficy) to a different timeslot, it is not moved for the other invitees.&lt;/p&gt;

&lt;p&gt;Is there a way to change this behaviour?&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1131/efficy-2014-6640-synchro-ms-exchange-efficy</guid>
<pubDate>Thu, 07 Jan 2016 08:27:43 +0000</pubDate>
</item>
<item>
<title>[Efficy2014/DataSync]: Setting D_CREATE and D_CHANGE from EfficyImportRecord</title>
<link>https://overflow.efficy.io/?qa=1011/efficy2014-datasync-dcreate-dchange-efficyimportrecord</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I am trying to import some company records from Excel sheet through the DataSync tool.&lt;br&gt;
Everything is working fine except I am not able to set D&lt;em&gt;CREATE / D&lt;/em&gt;CHANGE fields.&lt;br&gt;
The column 'Date Created' in Excel consists of string using the following format &quot;2008-02-26 04:29:00.000&quot;&lt;/p&gt;

&lt;p&gt;I am using this code inside EfficyImportRecord:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DataSet.FieldByName('D_CREATE').AsString = DataStore.AsString('Date Created')
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And getting the following error message in VisualStudio Debugger:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An unhandled exception ('&quot;2008-02-26 04:29:00.000&quot; is not a valid date and time') occured in DataSynchro.exe [832].&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;in the log I see:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Error while executing Script &quot;EConvertError&quot; at line 37 char 5.&lt;br&gt;
Message: &quot;''2008-02-26 04:29:00.000'' is not a valid date and time&quot;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Can anybody provide me with a correct snippet to set the dates (and any other datetime field)?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1011/efficy2014-datasync-dcreate-dchange-efficyimportrecord</guid>
<pubDate>Fri, 11 Dec 2015 10:48:37 +0000</pubDate>
</item>
<item>
<title>Efficy logging</title>
<link>https://overflow.efficy.io/?qa=932/efficy-logging</link>
<description>&lt;p&gt;Do we have a clear logging of the following? &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Efficy logon events (success and failure) &lt;/li&gt;
&lt;li&gt;Efficy Configuration change event&lt;/li&gt;
&lt;/ul&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=932/efficy-logging</guid>
<pubDate>Wed, 18 Nov 2015 09:26:48 +0000</pubDate>
</item>
<item>
<title>Mail uploader on Domino</title>
<link>https://overflow.efficy.io/?qa=843/mail-uploader-on-domino</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Do we have a Mail uploader for Domino?&lt;br&gt;
Like sending an email with a bcc address or drag/drop an email in a LN folder and the mail is upload as task in Efficy.&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=843/mail-uploader-on-domino</guid>
<pubDate>Wed, 14 Oct 2015 12:03:29 +0000</pubDate>
</item>
<item>
<title>Watchdoc - soap_request.xml becomes huge</title>
<link>https://overflow.efficy.io/?qa=723/watchdoc-soaprequest-xml-becomes-huge</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Be aware that the WatchDoc can crash any server if a file that needs to be uploaded to Efficy is bigger than the IIS &quot;Maximum allowed content length&quot; (default : 28.61 Mb).&lt;/p&gt;

&lt;p&gt;Here is the problem :&lt;/p&gt;

&lt;p&gt;1/ When a scan/Fax is made, it goes to a specific folder&lt;br&gt;
2/ The watchdoc service is watching this folder, and every time a document comes in, it upload it to Efficy (using SOAP) and then move this document to an ‘uploaded’ folder.&lt;br&gt;
3/ By default, IIS is configured to accept request with a maximum of 30000000 bytes (= 28.61 Megabytes).&lt;br&gt;
4/ If the document is heavier than 28.61 Megabytes, the Watchdoc fail to upload it to Efficy, and log the request (which contain the document that has been base64 encoded) in soap_request.xml.&lt;br&gt;
5/ This file is growing every time the WatchDoc is launched, and for one customer it has reached 130GB  !&lt;/p&gt;

&lt;p&gt;The solution is very simple : increase the “Maximum allowed content length” in IIS. To do so :&lt;/p&gt;

&lt;p&gt;1/ Open IIS&lt;br&gt;
2/ Click on the website that is running Efficy&lt;br&gt;
3/ Click on the icon “Request Filtering”&lt;br&gt;
4/ On the right panel, click on “Edit Feature Settings…”&lt;br&gt;
5/ Increase the “Maximum allowed content length” value (for instance, setting it to 209715200 will allow files up to 200mo to be uploaded).&lt;/p&gt;

&lt;p&gt;Geoffrey&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=723/watchdoc-soaprequest-xml-becomes-huge</guid>
<pubDate>Wed, 09 Sep 2015 10:53:06 +0000</pubDate>
</item>
<item>
<title>Experience with scheduled import+update from BOB invoices to Efficy</title>
<link>https://overflow.efficy.io/?qa=695/experience-with-scheduled-import-update-from-invoices-efficy</link>
<description>&lt;p&gt;Dear all,&lt;br&gt;
As we prefer not re-inventing the wheel, I ask the following question :&lt;/p&gt;

&lt;p&gt;Has someone already written an import script for a one-way import+update of BOB invoices, with product lines ?  (based on an export from Bob in csv or excel)&lt;/p&gt;

&lt;p&gt;Thanks a lot,&lt;br&gt;
Jappe.&lt;/p&gt;
</description>
<category>Services and Processes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=695/experience-with-scheduled-import-update-from-invoices-efficy</guid>
<pubDate>Tue, 01 Sep 2015 17:33:59 +0000</pubDate>
</item>
</channel>
</rss>