<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions and answers in IT</title>
<link>https://overflow.efficy.io/?qa=qa/category-users/it</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: ACTI_USER STATUS Values 2012 summer++ vs 11.3</title>
<link>https://overflow.efficy.io/?qa=5277/actiuser-status-values-2012-summer-vs-11-3&amp;show=7146#a7146</link>
<description>&lt;p&gt;Hello Laurent,&lt;br&gt;
did you have more information about this?&lt;br&gt;
the values you gave are the good ones, may be there is something wrong for the resources?&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5277/actiuser-status-values-2012-summer-vs-11-3&amp;show=7146#a7146</guid>
<pubDate>Thu, 14 Nov 2024 17:29:15 +0000</pubDate>
</item>
<item>
<title>Only select year and month in date picker</title>
<link>https://overflow.efficy.io/?qa=6957/only-select-year-and-month-in-date-picker</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there a way to only select the year and month in the date picker? The day is not relevant for my case. In the database, it can still have the full date, as I can just extract the year and month. However, the date picker itself should not show the day.&lt;br&gt;
I see that it is possible in the newest version of the &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/Eonasdan/bootstrap-datetimepicker&quot;&gt;library&lt;/a&gt; that you adapted, but I don't see how it's possible with your implementation.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6957/only-select-year-and-month-in-date-picker</guid>
<pubDate>Wed, 30 Aug 2023 08:16:13 +0000</pubDate>
</item>
<item>
<title>Answered: Outlook detected an issue with an add-in and disabled it (repeatedly)</title>
<link>https://overflow.efficy.io/?qa=6746/outlook-detected-an-issue-with-add-and-disabled-repeatedly&amp;show=6747#a6747</link>
<description>&lt;p&gt;Add the following exception to the registry&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Resiliency\DoNotDisableAddinList]
&quot;OutlookAddIn.OutlookAddIn&quot;=dword:00000001
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Restart Outlook and click on the warning. Apply the do not remind in the next 30 days option.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=243774711152239790&quot; alt=&quot;no remind&quot;&gt;&lt;/p&gt;

&lt;p&gt;See also this Microsoft about &lt;a rel=&quot;nofollow&quot; href=&quot;https://learn.microsoft.com/en-us/office/vba/outlook/Concepts/Getting-Started/support-for-keeping-add-ins-enabled&quot;&gt;Preventing add-ins from being disabled&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6746/outlook-detected-an-issue-with-add-and-disabled-repeatedly&amp;show=6747#a6747</guid>
<pubDate>Mon, 07 Nov 2022 10:59:38 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy Contact Sync with Exchange Online/Hybrid</title>
<link>https://overflow.efficy.io/?qa=6648/efficy-contact-sync-with-exchange-online-hybrid&amp;show=6651#a6651</link>
<description>&lt;p&gt;Hi Tachatz_dab&lt;/p&gt;

&lt;p&gt;Are you using Efficy Designer and synchronization profiles to configure the synchro?&lt;br&gt;
Did you notice the various checkboxes related to contacts synchro?&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=2908500567155104660&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6648/efficy-contact-sync-with-exchange-online-hybrid&amp;show=6651#a6651</guid>
<pubDate>Fri, 05 Aug 2022 05:58:31 +0000</pubDate>
</item>
<item>
<title>Exchange provider that allow impersonate rights modification</title>
<link>https://overflow.efficy.io/?qa=6612/exchange-provider-allow-impersonate-rights-modification</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;A client has an Exchange server provided by OVH (no Office 365). Their issue is that OVH won't let them setup impersonate rights on an user to sync with Efficy.&lt;/p&gt;

&lt;p&gt;They do not want to migrate to Office 365 or get an On premise server for this.&lt;/p&gt;

&lt;p&gt;Does anyone know of a client that has an Exchange server provider that can allow impersonate rights ?&lt;/p&gt;

&lt;p&gt;It's a French client so a French provider/Hosted in France would be nice. &lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6612/exchange-provider-allow-impersonate-rights-modification</guid>
<pubDate>Mon, 27 Jun 2022 08:03:34 +0000</pubDate>
</item>
<item>
<title>Fix failed to install Windows Store application on Efficy domain computers</title>
<link>https://overflow.efficy.io/?qa=6183/failed-install-windows-application-efficy-domain-computers</link>
<description>&lt;p&gt;Set this value in Registry to zero, restart Windows and your &lt;strong&gt;Store&lt;/strong&gt; should work fine.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
&quot;DoNotConnectToWindowsUpdateInternetLocations&quot;=dword:00000000
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.reddit.com/r/SCCM/comments/g379iw/donotconnecttowindowsupdateinternetlocations/&quot;&gt;External source&lt;/a&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6183/failed-install-windows-application-efficy-domain-computers</guid>
<pubDate>Fri, 18 Jun 2021 12:15:14 +0000</pubDate>
</item>
<item>
<title>Answered: How to avoid extranet to use CRM rewriting</title>
<link>https://overflow.efficy.io/?qa=5408/how-to-avoid-extranet-to-use-crm-rewriting&amp;show=5419#a5419</link>
<description>&lt;p&gt;Hi Stéphane,&lt;/p&gt;

&lt;p&gt;Here are 2 samples I used.&lt;br&gt;
This first one blocks with the wanted error message (standrard iis or custom message)&lt;br&gt;
the second one redirect to another website (I puttd google.com in my sample)&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;rule name=&quot;blockexactmatch&quot; enabled=&quot;false&quot; patternSyntax=&quot;ECMAScript&quot; stopProcessing=&quot;true&quot;&amp;gt;
                    &amp;lt;match url=&quot;^test/&quot; negate=&quot;false&quot; /&amp;gt;
                    &amp;lt;conditions logicalGrouping=&quot;MatchAll&quot; trackAllCaptures=&quot;false&quot;&amp;gt;
                        &amp;lt;add input=&quot;{HTTP_HOST}&quot; pattern=&quot;yannick&quot; negate=&quot;true&quot; /&amp;gt;
                    &amp;lt;/conditions&amp;gt;
                    &amp;lt;action type=&quot;CustomResponse&quot; statusCode=&quot;999&quot; subStatusCode=&quot;450&quot; statusReason=&quot;dd&quot; statusDescription=&quot;ffds&quot; /&amp;gt;
                &amp;lt;/rule&amp;gt;
                &amp;lt;rule name=&quot;block&quot; enabled=&quot;false&quot; patternSyntax=&quot;ECMAScript&quot; stopProcessing=&quot;true&quot;&amp;gt;
                    &amp;lt;match url=&quot;^test/&quot; /&amp;gt;
                    &amp;lt;conditions logicalGrouping=&quot;MatchAll&quot; trackAllCaptures=&quot;false&quot; /&amp;gt;
                    &amp;lt;action type=&quot;Redirect&quot; url=&quot;https://www.google.com&quot; appendQueryString=&quot;false&quot; /&amp;gt;
                &amp;lt;/rule&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;HTH,&lt;/p&gt;

&lt;p&gt;Yannick&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5408/how-to-avoid-extranet-to-use-crm-rewriting&amp;show=5419#a5419</guid>
<pubDate>Mon, 04 May 2020 13:20:58 +0000</pubDate>
</item>
<item>
<title>Answered: can .txt allowed in web.config be a security issue  ?</title>
<link>https://overflow.efficy.io/?qa=5282/can-txt-allowed-in-web-config-be-a-security-issue&amp;show=5285#a5285</link>
<description>&lt;p&gt;That is to avoid downloading the content of &lt;code&gt;Macro&lt;/code&gt; files. It's also a design pattern to do something similar for &lt;code&gt;.js&lt;/code&gt; files in folders as &lt;code&gt;serverjs&lt;/code&gt; and &lt;code&gt;serverscripts&lt;/code&gt;. Hiding direct access to your coding sources will slow down (or prevent) hacking attempts.&lt;/p&gt;

&lt;p&gt;It's recommended to leave it in place and override it with true only in sub-folders where you want to share &lt;code&gt;.txt&lt;/code&gt; files as assets.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5282/can-txt-allowed-in-web-config-be-a-security-issue&amp;show=5285#a5285</guid>
<pubDate>Fri, 31 Jan 2020 14:27:01 +0000</pubDate>
</item>
<item>
<title>Answered: Issues with sidebar after chrome update</title>
<link>https://overflow.efficy.io/?qa=4924/issues-with-sidebar-after-chrome-update&amp;show=5211#a5211</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I just found how we can fix the protocol pop-up issue of Chrome 77.&lt;/p&gt;

&lt;p&gt;1.Close all chrome pages and services (check the Task manager)&lt;br&gt;
2.Open notepad with admin rights&lt;br&gt;
 &lt;img src=&quot;http://&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
3.Choose open&lt;br&gt;
&lt;img src=&quot;http://&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;4.Select the next file: C:\Users\Username\AppData\Local\Google\Chrome\User Data\Default\Preference&lt;br&gt;
5.Add the next code on the last line between two other settings : Example: &lt;br&gt;
….. &quot;web&lt;em&gt;apps&quot;:{&quot;system&lt;/em&gt;web&lt;em&gt;app&lt;/em&gt;last&lt;em&gt;update&quot;:&quot;78.0.3904.108&quot;}, &quot;protocol&lt;/em&gt;handler&quot;:{&quot;excluded&lt;em&gt;schemes&quot;:{&quot;efficy&quot;:false}}, &quot;zerosuggest&quot;:{&quot;cachedresults&quot;:&quot;&quot;}}, …..&lt;br&gt;
Efficy 11&lt;br&gt;
&quot;protocol&lt;/em&gt;handler&quot;:{&quot;excluded_schemes&quot;:{&quot;efficy11&quot;:false}},&lt;/p&gt;

&lt;p&gt;Efficy 10 &amp;amp; 2014&lt;br&gt;
&quot;protocol&lt;em&gt;handler&quot;:{&quot;excluded&lt;/em&gt;schemes&quot;:{&quot;efficy&quot;:false}},&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4924/issues-with-sidebar-after-chrome-update&amp;show=5211#a5211</guid>
<pubDate>Mon, 20 Jan 2020 08:37:47 +0000</pubDate>
</item>
<item>
<title>Answered: using parameters for the installation of the MSI Efficy sidebar setup</title>
<link>https://overflow.efficy.io/?qa=5015/using-parameters-for-the-installation-efficy-sidebar-setup&amp;show=5019#a5019</link>
<description>&lt;p&gt;Thanks for sharing these additional configuration options.&lt;/p&gt;

&lt;p&gt;This tutorial explains how the automatic distribution can be handled:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/projectguides/deploy_efficy_sidebar_and_add_ins_msi&quot;&gt;Deploy Efficy SideBar and Add-ins msi&lt;/a&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5015/using-parameters-for-the-installation-efficy-sidebar-setup&amp;show=5019#a5019</guid>
<pubDate>Wed, 13 Nov 2019 11:34:20 +0000</pubDate>
</item>
<item>
<title>Answered: E-Deal 2019: Technical Documentation in PDF required</title>
<link>https://overflow.efficy.io/?qa=4918/e-deal-2019-technical-documentation-in-pdf-required&amp;show=4971#a4971</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
The technical documentations, as of E-Deal 2019 will be provided solely through the help efficy web site: it is the best and easy way to always have an up-to-date documentation, as it allows us to easily and quickly update and correct this documentation.&lt;br&gt;
I agree that the documenation can be improved on its ergonomy and navigation (it came from the existing pdf doc transformed to html), and we are currently working on that in order to give you the most user-friendly and more importantly up to date documentation.&lt;br&gt;
We do not plan to go back to pdf documentation for these reasons.&lt;br&gt;
Hope this helps,&lt;br&gt;
JS Alet&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4918/e-deal-2019-technical-documentation-in-pdf-required&amp;show=4971#a4971</guid>
<pubDate>Tue, 29 Oct 2019 16:08:59 +0000</pubDate>
</item>
<item>
<title>Answered: Azure AD authentication and mobile app</title>
<link>https://overflow.efficy.io/?qa=4752/azure-ad-authentication-and-mobile-app&amp;show=4754#a4754</link>
<description>&lt;p&gt;Yes, the mobile app can also use the Azure authentication.&lt;br&gt;
See the documentation &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/user/mbau_logonoff&quot;&gt;https://help.efficy.com/edn/user/mbau_logonoff&lt;/a&gt; near the middle of the page.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4752/azure-ad-authentication-and-mobile-app&amp;show=4754#a4754</guid>
<pubDate>Fri, 06 Sep 2019 15:42:07 +0000</pubDate>
</item>
<item>
<title>Answered: Interface not supported (Encoder_TLB, TEncoderStub.Connect)</title>
<link>https://overflow.efficy.io/?qa=4368/interface-not-supported-encodertlb-tencoderstub-connect&amp;show=4505#a4505</link>
<description>&lt;p&gt;Hi Kristof,&lt;/p&gt;

&lt;p&gt;This is weird because we have several Efficy installations running on our servers and it works.&lt;br&gt;
Current versions are 11.1.17772, 11.2.17771 and 11.0.17773 (worked with older versions too since an Efficy 11.0 version)&lt;/p&gt;

&lt;p&gt;Do you confirm you have separate application pool for those verions ?&lt;br&gt;
Are both com+ well configured ?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;/p&gt;

&lt;p&gt;Yannick&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4368/interface-not-supported-encodertlb-tencoderstub-connect&amp;show=4505#a4505</guid>
<pubDate>Fri, 28 Jun 2019 11:50:38 +0000</pubDate>
</item>
<item>
<title>Answered: Switch of userrole isn't shown in the Top bar in Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4485/switch-of-userrole-isnt-shown-in-the-top-bar-in-efficy-11-2&amp;show=4486#a4486</link>
<description>&lt;p&gt;Hi Jeroen&lt;/p&gt;

&lt;p&gt;I can indeed reproduce it, ticket CFT-2019-100601 is for the internal follow-up of a fix.&lt;/p&gt;

&lt;p&gt;However, you can quickly find a solution by forcing a full reload of the opener when submitting the dialog options.&lt;/p&gt;

&lt;p&gt;Add the following in the &quot;Loaded()&quot; function :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$('#UserRoleID').on('change', function() {
window._roleChanged = true;
});
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Change the following part in the &quot;ClickOK()&quot; function:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;if (from &amp;lt; to || to === 0) {
form.submit();
if (window._roleChanged &amp;amp;&amp;amp; window.opener) {
 window.opener.location.reload(true);
}
}
else {
alert('&amp;lt;%GetLabel(&quot;The start date must occur before the end date&quot;, context=JS)%&amp;gt;')
}
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4485/switch-of-userrole-isnt-shown-in-the-top-bar-in-efficy-11-2&amp;show=4486#a4486</guid>
<pubDate>Mon, 24 Jun 2019 12:40:58 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy 11: ImageMagick and GhostScript 64-bit</title>
<link>https://overflow.efficy.io/?qa=3020/efficy-11-imagemagick-and-ghostscript-64-bit&amp;show=4005#a4005</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Some additional info :&lt;/p&gt;

&lt;p&gt;The Com+ user (the user which is running the com+) has to have at least read/write/modify on the folder c:\windows\temp.&lt;/p&gt;

&lt;p&gt;If not, you would have an error like this on the log ImageMagickErrors_20190305.log&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2019/03/05 13:21:54.732] Database &quot;test15112&quot; Exception EEfficyMagickWandException File 24_0
Delegate Error : PDFDelegateFailed `[ghostscript library 9.22] -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=4 -dGraphicsAlphaBits=4 &quot;-r72x72&quot; -dUseCIEColor -dFirstPage=1 -dLastPage=2 &quot;-sOutputFile=C:/Windows/TEMP/magick-1392ctlMWaJGyeJK%d&quot; &quot;-fC:/Windows/TEMP/magick-13927zUutq5JoNHw&quot; &quot;-fC:/Windows/TEMP/magick-1392rmVFZoQ8mRaA&quot;: (null)' @ error/pdf.c/ReadPDFImage/809
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Alex.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3020/efficy-11-imagemagick-and-ghostscript-64-bit&amp;show=4005#a4005</guid>
<pubDate>Tue, 05 Mar 2019 12:54:21 +0000</pubDate>
</item>
<item>
<title>Answered: NOMAD Server needs?</title>
<link>https://overflow.efficy.io/?qa=3962/nomad-server-needs&amp;show=3968#a3968</link>
<description>&lt;p&gt;Hi Martijn,&lt;/p&gt;

&lt;p&gt;I don't know if this can help but you can find information on EDN : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/admin/dbrp_introduction&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/admin/dbrp_introduction&quot;&gt;https://help.efficy.com/edn/admin/dbrp_introduction&lt;/a&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3962/nomad-server-needs&amp;show=3968#a3968</guid>
<pubDate>Tue, 19 Feb 2019 17:50:06 +0000</pubDate>
</item>
<item>
<title>503 Error - Application Pool will not stay started after IIS reboot/reset</title>
<link>https://overflow.efficy.io/?qa=3754/error-application-pool-will-stay-started-after-reboot-reset</link>
<description>&lt;p&gt;So, this is in fact a known Windows 10 bug.&lt;/p&gt;

&lt;p&gt;Solution is quite easy: &lt;/p&gt;

&lt;p&gt;Open a Windows PowerShell window by using the Run as administrator option.&lt;br&gt;
Run the following commands:&lt;br&gt;
Stop-Service -Force WAS&lt;br&gt;
Remove-Item -Recurse -Force C:\inetpub\temp\appPools&amp;#42;&lt;br&gt;
Start-Service W3SVC&lt;/p&gt;

&lt;p&gt;Sauce : &lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/13322937/http-error-503-the-service-is-unavailable&quot;&gt;https://stackoverflow.com/questions/13322937/http-error-503-the-service-is-unavailable&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GLHF, I lost an hour on this...&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3754/error-application-pool-will-stay-started-after-reboot-reset</guid>
<pubDate>Thu, 13 Dec 2018 19:15:43 +0000</pubDate>
</item>
<item>
<title>Answered: Difference between ExchangeQueueListener and ExchangeQueueSync</title>
<link>https://overflow.efficy.io/?qa=3616/difference-between-exchangequeuelistener-exchangequeuesync&amp;show=3617#a3617</link>
<description>&lt;p&gt;Hello Vince,&lt;/p&gt;

&lt;p&gt;In the synchro by queue, Efficy add/update events in the table SyncQueue each time there are modifications that require to be synced. &lt;br&gt;
Since the sync is bidirectional, we need a service that connects to exchange and fill the same table for the other direction: this is the Listener.&lt;br&gt;
The queue sync is the main service that performs the sync based on events contained in the table.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Pascal&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3616/difference-between-exchangequeuelistener-exchangequeuesync&amp;show=3617#a3617</guid>
<pubDate>Tue, 23 Oct 2018 11:19:59 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy 11: IIS HTTP Error 500.19, issues with url_rewrite 2.0</title>
<link>https://overflow.efficy.io/?qa=3016/efficy-11-iis-http-error-500-19-issues-with-urlrewrite-2-0&amp;show=3406#a3406</link>
<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;You can also change the registry key MajorValue to 7&lt;/p&gt;

&lt;p&gt;Computer\HKEY&lt;em&gt;LOCAL&lt;/em&gt;MACHINE\SOFTWARE\Microsoft\InetStp&lt;/p&gt;

&lt;p&gt;you will be able to install 'iis&lt;em&gt;urlrewrite&lt;/em&gt;2.0&lt;em&gt;rtw&lt;/em&gt;x64'&lt;/p&gt;

&lt;p&gt;(after that don't forget to reset the value)&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3016/efficy-11-iis-http-error-500-19-issues-with-urlrewrite-2-0&amp;show=3406#a3406</guid>
<pubDate>Thu, 19 Jul 2018 09:11:27 +0000</pubDate>
</item>
<item>
<title>Answered: download attachments from outside domain (without efficy sidebar)</title>
<link>https://overflow.efficy.io/?qa=3222/download-attachments-outside-domain-without-efficy-sidebar&amp;show=3277#a3277</link>
<description>&lt;p&gt;Is this still an issue ?&lt;br&gt;
You have a way to force the appbase used to construct urls with &amp;lt;%GetFileUrl()%&amp;gt; by adding an AppBase value in your sys_storage.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3222/download-attachments-outside-domain-without-efficy-sidebar&amp;show=3277#a3277</guid>
<pubDate>Fri, 15 Jun 2018 08:56:41 +0000</pubDate>
</item>
<item>
<title>Answered: Open client session loses customs folder</title>
<link>https://overflow.efficy.io/?qa=3127/open-client-session-loses-customs-folder&amp;show=3130#a3130</link>
<description>&lt;p&gt;Hi Geert.&lt;/p&gt;

&lt;p&gt;There is only one explanation imo, the custom base was not provided upon creation of the session.&lt;/p&gt;

&lt;p&gt;For an on-premise installation with only one set of custom, it's a good idea to put all your custom in the custom folder named &lt;strong&gt;default&lt;/strong&gt;. You can then even leave the custom base folder in the Sidebar settings empty, equally with the file base.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3127/open-client-session-loses-customs-folder&amp;show=3130#a3130</guid>
<pubDate>Mon, 07 May 2018 09:15:31 +0000</pubDate>
</item>
<item>
<title>Efficy11 r12385 missing upgradeDb scripts</title>
<link>https://overflow.efficy.io/?qa=3059/efficy11-r12385-missing-upgradedb-scripts</link>
<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;in the r12385, after installing everything the usual &lt;br&gt;
C:\Program Files\Efficy\11.0\scripts folder is not created. so the upgradeDb tool throw an error cause the scripts are not there.&lt;/p&gt;

&lt;p&gt;May just simply use the scripts folder of the Efficy11 previous release?&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3059/efficy11-r12385-missing-upgradedb-scripts</guid>
<pubDate>Tue, 10 Apr 2018 08:44:38 +0000</pubDate>
</item>
<item>
<title>Answered: disable vs7debug only for Efficy on a server</title>
<link>https://overflow.efficy.io/?qa=2721/disable-vs7debug-only-for-efficy-on-a-server&amp;show=2731#a2731</link>
<description>&lt;p&gt;Hi Louis, I'm not aware of any other possibility to disable it and I know we tried a lot of possibilities. At least disabling the vs7debug is essential for Efficy stability.&lt;/p&gt;

&lt;p&gt;I guess you will have to install it on separated servers.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2721/disable-vs7debug-only-for-efficy-on-a-server&amp;show=2731#a2731</guid>
<pubDate>Tue, 24 Oct 2017 11:03:52 +0000</pubDate>
</item>
<item>
<title>Answered: Nomad database removing from server</title>
<link>https://overflow.efficy.io/?qa=2397/nomad-database-removing-from-server&amp;show=2399#a2399</link>
<description>&lt;p&gt;Ammar.&lt;/p&gt;

&lt;p&gt;Both the &lt;strong&gt;Database&lt;/strong&gt; and the &lt;strong&gt;DbAlias&lt;/strong&gt; of the child should be removed from the server. There is no added value in keeping them, they are certainly not involved in the replication process.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2397/nomad-database-removing-from-server&amp;show=2399#a2399</guid>
<pubDate>Mon, 20 Mar 2017 07:26:19 +0000</pubDate>
</item>
<item>
<title>Answered: Registry entries for the Efficy File Helper</title>
<link>https://overflow.efficy.io/?qa=2147/registry-entries-for-the-efficy-file-helper&amp;show=2150#a2150</link>
<description>&lt;p&gt;Jeroen.&lt;/p&gt;

&lt;p&gt;You can alter the range (start-end) of the http ports the Sidebar is allowed to run his web-server. Efficy Sidebar is specifically designed to select a random (free) port in this range in order to be able to run multiple instances on one Terminal or Citrix server.&lt;/p&gt;

&lt;p&gt;The HTTP communication between the sidebar and the interface is done exclusively over HTTPS, with support of TLS 1.2.&lt;/p&gt;

&lt;p&gt;The Sidebar web server signs HTTP communication with a certificate that is installed with the MSI setup of the sidebar.&lt;/p&gt;

&lt;p&gt;The default configuration is the following: &lt;br&gt;
Two files are installed next to SideBar.exe: localhost-chain.cert.pem which contains the certificate, and localhost.key.pem which contains the private key, encrypted with a password. &lt;/p&gt;

&lt;p&gt;Registry keys allow overriding of these files and ports:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[HKEY_CURRENT_USER\SOFTWARE\DSoft\Efficy\HttpHelper]
&quot;StartPort&quot;=dword:0000c350
&quot;EndPort&quot;=dword:0000ea60
&quot;SSLCert&quot;=&quot;localhost-chain.cert.pem&quot;
&quot;SSLKey&quot;=&quot;localhost.key.pem&quot;
&quot;SSLPwd&quot;=&quot;_?§$~?_R9ERzJVRm3LDuzzZo9jPFw==&quot;
&quot;Debug&quot;=dword:00000000
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;There is an internal technical document made by R&amp;amp;D available with this reference TECH2016-000071. I strongly suggest you consult it, as it contains more technical details.&lt;/p&gt;

&lt;p&gt;Greetings&lt;br&gt;
Kristof&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2147/registry-entries-for-the-efficy-file-helper&amp;show=2150#a2150</guid>
<pubDate>Fri, 30 Dec 2016 11:27:12 +0000</pubDate>
</item>
<item>
<title>Answered: Dependency Win32OpenSSL_Light-1_0_2h.exe is used for?</title>
<link>https://overflow.efficy.io/?qa=2080/dependency-win32openssllight-102h-exe-is-used-for&amp;show=2105#a2105</link>
<description>&lt;p&gt;Hello Kristof,&lt;/p&gt;

&lt;p&gt;It is used for the integration of Qlik Sense reports.&lt;br&gt;
When opening a QS report, Efficy communicates with Qlik via SSL.&lt;/p&gt;

&lt;p&gt;Alex developed this part and can give you more info if needed.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2080/dependency-win32openssllight-102h-exe-is-used-for&amp;show=2105#a2105</guid>
<pubDate>Mon, 12 Dec 2016 10:19:59 +0000</pubDate>
</item>
<item>
<title>Answered: Compatibility view setting for Efficy 10.</title>
<link>https://overflow.efficy.io/?qa=2037/compatibility-view-setting-for-efficy-10&amp;show=2065#a2065</link>
<description>&lt;p&gt;Hello DSP,&lt;/p&gt;

&lt;p&gt;We did something similare for our customer ORAC.&lt;/p&gt;

&lt;p&gt;You can check SVN revision 19374&lt;br&gt;
in this SVN Branch: &lt;strong&gt;orac/branches/PRO-2015_06-03096&amp;#95;Migration2014&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What we did is to change the meta tags on all the pages by adding this following META tag (so you need to override all of them :( )&lt;br&gt;
    &lt;meta content=&quot;IE=9,10,11,edge&quot;&gt;&lt;/p&gt;

&lt;p&gt;And we also change the following macros and did the same .. add the meta&lt;/p&gt;

&lt;p&gt;MacroDesktopCustom.txt : DesktopHeaderCustom&lt;br&gt;
MacroDialogCustom.txt : DialogHeader&lt;br&gt;
MacroEditCustom.txt: EditHeaderCustom&lt;br&gt;
MacroLibraryCustom.txt: MetaDefaultIE&lt;br&gt;
MacroRelationCustom.txt: RelationHeaderCustom&lt;br&gt;
MacroSearchCustom.txt: SearchHeaderCustom&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2037/compatibility-view-setting-for-efficy-10&amp;show=2065#a2065</guid>
<pubDate>Thu, 01 Dec 2016 17:25:58 +0000</pubDate>
</item>
<item>
<title>Answered: Not so easy to do because no manual intervention is planned</title>
<link>https://overflow.efficy.io/?qa=2041/not-so-easy-to-do-because-no-manual-intervention-is-planned&amp;show=2045#a2045</link>
<description>&lt;p&gt;Hi Dimitri,&lt;/p&gt;

&lt;p&gt;I think you will get a better answer to your question if you post it in the category &quot;Developers&quot; where R&amp;amp;D can answer you.&lt;/p&gt;

&lt;p&gt;Br,&lt;br&gt;
Daniel Dolinski&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2041/not-so-easy-to-do-because-no-manual-intervention-is-planned&amp;show=2045#a2045</guid>
<pubDate>Thu, 24 Nov 2016 15:29:59 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy 2012 - JAVA certificate expired</title>
<link>https://overflow.efficy.io/?qa=1496/efficy-2012-java-certificate-expired&amp;show=1501#a1501</link>
<description>&lt;p&gt;A possible alternative is to use the integrated ActiveX component in Internet Explorer&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1496/efficy-2012-java-certificate-expired&amp;show=1501#a1501</guid>
<pubDate>Wed, 06 Apr 2016 07:41:43 +0000</pubDate>
</item>
<item>
<title>Answered: Addins &amp; Sidebar - Does it work with a reverse proxy ?</title>
<link>https://overflow.efficy.io/?qa=1170/addins-sidebar-does-it-work-with-a-reverse-proxy&amp;show=1331#a1331</link>
<description>&lt;p&gt;Hi Stijn,&lt;/p&gt;

&lt;p&gt;Can you add some specifications on your question like :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Where is the revers proxy ? &lt;br&gt;
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;between the server and internet ? &lt;/li&gt;
&lt;li&gt;between internet and the client ?&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Does it make browsing cache ?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Alex.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1170/addins-sidebar-does-it-work-with-a-reverse-proxy&amp;show=1331#a1331</guid>
<pubDate>Thu, 11 Feb 2016 06:46:49 +0000</pubDate>
</item>
<item>
<title>Answered: How to solved - slide plugin in Efficy 2012 not working</title>
<link>https://overflow.efficy.io/?qa=1161/how-to-solved-slide-plugin-in-efficy-2012-not-working&amp;show=1162#a1162</link>
<description>&lt;p&gt;Uninstalling the update of Internet explorer 11.&lt;/p&gt;

&lt;p&gt;right click on your computer -&amp;gt; properties&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17159588048623262655&quot; alt=&quot;desktop&quot;&gt;&lt;/p&gt;

&lt;p&gt;click on Windows update (left-corner)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=3318596888086860667&quot; alt=&quot;properties&quot;&gt;&lt;/p&gt;

&lt;p&gt;click on Installed updates (left-corner)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=18172953635397750419&quot; alt=&quot;winup&quot;&gt;&lt;/p&gt;

&lt;p&gt;find the update that cause the problem (KB3104002)&lt;br&gt;
rightclick and uninstall it&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=11383363324368054048&quot; alt=&quot;delete&quot;&gt;&lt;/p&gt;

&lt;p&gt;click on yes&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=9361865116151148491&quot; alt=&quot;pop1&quot;&gt;&lt;/p&gt;

&lt;p&gt;wait...&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=2327648670757857800&quot; alt=&quot;pop2&quot;&gt;&lt;/p&gt;

&lt;p&gt;You're done! Welcome back in the version 11.0.25!&lt;br&gt;
You can restart now to apply this uninstall!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=10351289794616557762&quot; alt=&quot;pop3&quot;&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1161/how-to-solved-slide-plugin-in-efficy-2012-not-working&amp;show=1162#a1162</guid>
<pubDate>Mon, 11 Jan 2016 16:10:25 +0000</pubDate>
</item>
<item>
<title>Answered: How to restart COM+ and IIS</title>
<link>https://overflow.efficy.io/?qa=1132/how-to-restart-com-and-iis&amp;show=1136#a1136</link>
<description>&lt;p&gt;&lt;strong&gt;Restarting the COM+&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1) Make a search of the service component and open it.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=1327388784788947437&quot; alt=&quot;comp&quot;&gt;&lt;/p&gt;

&lt;p&gt;2) Go to Component Services &amp;gt; Computers &amp;gt; My Computer &amp;gt; COM+ Applications and shutdown the Efficy Application Server, it will restart automatically.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=1504140882211607341&quot; alt=&quot;comp2&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Restarting the IIS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1) Make a search of the command prompt by searching &quot;cmd&quot; and run it as an administrator (right click).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=7278965549727568082&quot; alt=&quot;cmd&quot;&gt;&lt;/p&gt;

&lt;p&gt;2) type iisreset in your command prompt and press enter, the IIS will restart.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=132697834641404027&quot; alt=&quot;cmd2&quot;&gt;&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1132/how-to-restart-com-and-iis&amp;show=1136#a1136</guid>
<pubDate>Thu, 07 Jan 2016 10:01:54 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy Addins disappears everytime outlook 2016 is closed</title>
<link>https://overflow.efficy.io/?qa=1108/efficy-addins-disappears-everytime-outlook-2016-is-closed&amp;show=1109#a1109</link>
<description>&lt;p&gt;Close your Outlook, execute regedit.exe&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=9165800204621172051&quot; alt=&quot;regedit&quot;&gt;&lt;/p&gt;

&lt;p&gt;Go to HKEY&lt;em&gt;CURRENT&lt;/em&gt;USER\Software\Microsoft\Office\Outlook\Addins\OutlookAddIn.OutlookAddIn&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=7014814855252413920&quot; alt=&quot;edit&quot;&gt;&lt;/p&gt;

&lt;p&gt;change the value LoadBehavior from 0 to 3. (right click on the key LoadBehavior&amp;gt;Modify)&lt;/p&gt;

&lt;p&gt;click on ok and close your registry.&lt;/p&gt;

&lt;p&gt;Open Outlook and enjoy!&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1108/efficy-addins-disappears-everytime-outlook-2016-is-closed&amp;show=1109#a1109</guid>
<pubDate>Wed, 06 Jan 2016 09:09:20 +0000</pubDate>
</item>
<item>
<title>Answered: Reset Admin Console password to test</title>
<link>https://overflow.efficy.io/?qa=685/reset-admin-console-password-to-test&amp;show=686#a686</link>
<description>&lt;p&gt;Hello Ammar,&lt;/p&gt;

&lt;p&gt;Have you tried to reinstall Efficy ... I think I read somewhere that this will reinitialize this password.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane R.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=685/reset-admin-console-password-to-test&amp;show=686#a686</guid>
<pubDate>Tue, 01 Sep 2015 08:28:59 +0000</pubDate>
</item>
<item>
<title>Answered: How to reset admin password</title>
<link>https://overflow.efficy.io/?qa=641/how-to-reset-admin-password&amp;show=644#a644</link>
<description>&lt;p&gt;Wipe the registry key and re-install Efficy web. The setup will add the missing key again with the default password.&lt;/p&gt;

&lt;p&gt;They keys are the ones below. &lt;/p&gt;

&lt;p&gt;[HKEY&lt;em&gt;LOCAL&lt;/em&gt;MACHINE\SOFTWARE\Wow6432Node\DSoft\Efficy\Web]&lt;br&gt;
&quot;AdminPassword&quot;=&quot;&quot;&lt;br&gt;
&quot;AdminSalt&quot;=&quot;&quot;&lt;/p&gt;

&lt;p&gt;After setup, default password is &quot;test&quot;&lt;br&gt;
So the advice is to change it, &lt;strong&gt;ESPECIALLY&lt;/strong&gt; when your server is accessible from the internet&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=641/how-to-reset-admin-password&amp;show=644#a644</guid>
<pubDate>Thu, 13 Aug 2015 16:25:22 +0000</pubDate>
</item>
</channel>
</rss>