<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions in Efficy 10 SP2</title>
<link>https://overflow.efficy.io/?qa=questions/developers/migration/efficy-10-sp2</link>
<description>Powered by Question2Answer</description>
<item>
<title>How does Efficy  application choose what Oracle client should be used? (10.2 , 11.2 ?)</title>
<link>https://overflow.efficy.io/?qa=4526/does-efficy-application-choose-what-oracle-client-should-used</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;In the scope of migration from Efficy 10.2 to 11.2 I am facing some challanges with the Oracle client upgrade 32bit -&amp;gt; 64bit&lt;/p&gt;

&lt;p&gt;Problem : At the client we have 20+ production servers and they have to be updated in rather short time. In case of unforeseen issues with the upgrade the  impact on downtime of  Efficy PRD is big.&lt;/p&gt;

&lt;p&gt;To diminish this impact we thought about the following solution : &lt;br&gt;
- Install 64 bit version server by server before the migration day&lt;br&gt;
- inside the PATH variable specify 32 bit version and not 64 &lt;br&gt;
- during the migration day switch PATH from 32 to 64 &lt;/p&gt;

&lt;p&gt;Questions :&lt;br&gt;
Do you see any flows in the foreseen solution ? &lt;br&gt;
How does exactly Efficy choose what oracle client should be used ? &lt;br&gt;
Is it possible to specify explicitly to Efficy application, what version should be used ? &lt;/p&gt;

&lt;p&gt;Thank you in advance,&lt;br&gt;
Best regards,&lt;br&gt;
Vladimir&lt;/p&gt;
</description>
<category>Efficy 10 SP2</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4526/does-efficy-application-choose-what-oracle-client-should-used</guid>
<pubDate>Fri, 05 Jul 2019 09:50:33 +0000</pubDate>
</item>
<item>
<title>DialogHeader has disapear on Efficy 10th SP2</title>
<link>https://overflow.efficy.io/?qa=2215/dialogheader-has-disapear-on-efficy-10th-sp2</link>
<description>&lt;p&gt;From: Pierre Le Cocquen &lt;br&gt;
Sent: lundi 16 janvier 2017 16:06&lt;br&gt;
To: Pierre-Philippe Fouret &lt;a rel=&quot;nofollow&quot; href=&quot;denied:&amp;#109;&amp;#x61;&amp;#105;&amp;#x6c;&amp;#116;&amp;#x6f;&amp;#58;&amp;#x70;&amp;#102;&amp;#x6f;&amp;#64;&amp;#x65;&amp;#102;&amp;#x66;&amp;#105;&amp;#x63;&amp;#121;&amp;#x2e;&amp;#99;&amp;#x6f;m&quot;&gt;&amp;#x70;&amp;#102;&amp;#x6f;&amp;#64;&amp;#x65;&amp;#102;&amp;#x66;&amp;#105;&amp;#x63;&amp;#121;&amp;#x2e;&amp;#99;&amp;#x6f;m&lt;/a&gt;&lt;br&gt;
Cc: Vincent Hanuse &lt;a rel=&quot;nofollow&quot; href=&quot;denied:&amp;#109;&amp;#x61;&amp;#105;&amp;#x6c;&amp;#116;&amp;#x6f;&amp;#58;&amp;#x76;&amp;#104;&amp;#x61;&amp;#64;&amp;#x65;&amp;#102;&amp;#x66;&amp;#105;&amp;#x63;&amp;#121;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#109;&quot;&gt;&amp;#x76;&amp;#104;&amp;#x61;&amp;#64;&amp;#x65;&amp;#102;&amp;#x66;&amp;#105;&amp;#x63;&amp;#121;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#109;&lt;/a&gt;; Stéphane Roncin &lt;a rel=&quot;nofollow&quot; href=&quot;denied:&amp;#x6d;&amp;#97;&amp;#105;&amp;#x6c;&amp;#116;&amp;#111;&amp;#x3a;&amp;#x73;&amp;#114;&amp;#x6f;&amp;#x40;&amp;#101;&amp;#102;&amp;#x66;&amp;#105;&amp;#99;&amp;#x79;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#x6d;&quot;&gt;&amp;#x73;&amp;#114;&amp;#x6f;&amp;#x40;&amp;#101;&amp;#102;&amp;#x66;&amp;#105;&amp;#99;&amp;#x79;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#x6d;&lt;/a&gt;&lt;br&gt;
Subject: Bug SP2&lt;/p&gt;

&lt;p&gt;Salut Pierre-Philippe.&lt;/p&gt;

&lt;p&gt;Lors d’un upgrade 10 =&amp;gt; 10 SP2, je suis tombé sur le problème suivant :&lt;/p&gt;

&lt;p&gt;Dans le fichier standard MacroDialog.txt, la macro DialogHeader a disparu.&lt;/p&gt;

&lt;p&gt;Workaround : dans MacroDialogCustom.txt, insérer la définition suivante :&lt;/p&gt;

&lt;p&gt;DialogHeader {[&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;           &amp;lt;%UseStyleSheet()%&amp;gt;

           &amp;lt;%UseScript('js/config/require.config.js', fixedpath=T, data-custombase='%%GetCustomBase()')%&amp;gt;

           &amp;lt;%Evaluate(&quot;%%Macro('RequireConfigCustom')&quot;)%&amp;gt;

           &amp;lt;%UseScript('../lib/js/vendor/require.js', fixedpath=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;scripts/Mootools.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;scripts/Mooclasses.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;scripts/Base.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;scripts/Efficy.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;scripts/Desktop.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;scripts/Translate.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;%UseScript(&quot;custom/Custom.js&quot;, fixedline=T)%&amp;gt;

           &amp;lt;script type=&quot;text/javascript&quot;&amp;gt;

                          window.addEvent('load', function() { PageTips = InitTips('*[title]') });

           &amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;]}&lt;/p&gt;

&lt;p&gt;Remarque : le corps de cette macro est celui de la macro présente en Efficy 10, les lignes en vert sont nécessaires pour ajouter le module require.js, utilisé dans certains fichiers standard (Base.js notamment).&lt;/p&gt;

&lt;p&gt;Peux-tu STP en toucher un mot à la R&amp;amp;D et me dire notifier le document dans lequel tu compiles ce genre d’info ?&lt;/p&gt;

&lt;p&gt;Bien à toi,&lt;/p&gt;

&lt;p&gt;Pierre.&lt;/p&gt;

&lt;p&gt;P.S. : je n’ai rien trouvé sur le sujet dans les Release Notes SP2.&lt;/p&gt;
</description>
<category>Efficy 10 SP2</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2215/dialogheader-has-disapear-on-efficy-10th-sp2</guid>
<pubDate>Mon, 23 Jan 2017 10:18:01 +0000</pubDate>
</item>
<item>
<title>Delphi Server Scripts not supported anymore since Efficy10SP1</title>
<link>https://overflow.efficy.io/?qa=2198/delphi-server-scripts-supported-anymore-since-efficy10sp1</link>
<description>&lt;p&gt;Server scripts and also scheduled scripts and datasynchro scripts?&lt;/p&gt;
</description>
<category>Efficy 10 SP2</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2198/delphi-server-scripts-supported-anymore-since-efficy10sp1</guid>
<pubDate>Mon, 16 Jan 2017 16:09:39 +0000</pubDate>
</item>
</channel>
</rss>