<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged server</title>
<link>https://overflow.efficy.io/?qa=tag/server</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>Best practice for having 2 efficy instances in same environment?</title>
<link>https://overflow.efficy.io/?qa=4883/best-practice-for-having-efficy-instances-same-environment</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a client on premise i have been asked the question to provide a second efficy interface that has access to a limited set of data (this database will be a subset of the existing database and will act as a slave, it has to be a different database for legal purposes). &lt;br&gt;
Version will be 11.3.&lt;/p&gt;

&lt;p&gt;In short this interface is the same environment as the one currently active but will have it's own database (a synchronisation will be in place to synchronise master and slave) and it's own users. It will only be used to view the subset of client information and to handle those specific documents, tasks, mails, ...&lt;/p&gt;

&lt;p&gt;What is the best practice for this sort of situation? Has this been done for other customers? &lt;br&gt;
Maybe install a second efficy but only the webserver? And point it to the correct database?&lt;/p&gt;

&lt;p&gt;Are there better options/practices for this sort of situations?&lt;/p&gt;

&lt;p&gt;Thank you for any information.&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4883/best-practice-for-having-efficy-instances-same-environment</guid>
<pubDate>Wed, 09 Oct 2019 14:41:06 +0000</pubDate>
</item>
<item>
<title>Is it possible to add a custom option in the report server list ?</title>
<link>https://overflow.efficy.io/?qa=4851/is-it-possible-to-add-custom-option-in-the-report-server-list</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'd like to to know if it's possible to add an element in &lt;code&gt;LK_REPO_SERVER&lt;/code&gt; and configure how the option is working in efficy.&lt;/p&gt;

&lt;p&gt;I've added the option in the lookup (no problem there of course) but I don't see how the value is used for the execution of the reports.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Reporting Solutions</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4851/is-it-possible-to-add-custom-option-in-the-report-server-list</guid>
<pubDate>Thu, 03 Oct 2019 11:27:09 +0000</pubDate>
</item>
<item>
<title>Issue after installing Efficy : &quot;class not registered, classid: {16d51579-a30b-4c8b-a276-0ff4dc41e755}&quot;</title>
<link>https://overflow.efficy.io/?qa=4631/installing-efficy-registered-classid-16d51579-0ff4dc41e755</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a client on premise (Amma) we need to upgrade their existing efficy 10SP2 to Efficy11.2.&lt;/p&gt;

&lt;p&gt;We have a dev server where we have been testing 11.2 without any problems. But when we wanted to upgrade the production server we encountered an issue.&lt;/p&gt;

&lt;p&gt;I was able to install efficy correctly. We were even able to reach the login page but after login this message appeared as a alert message : &quot;class not registered, classid: {16d51579-a30b-4c8b-a276-0ff4dc41e755}&quot;&lt;/p&gt;

&lt;p&gt;Efficy then succesfully logins but isn't able to retreive any data (same error message inside the crm).&lt;/p&gt;

&lt;p&gt;It seems that efficy tries to get a class id in the registry that isn't registered on the production server (seems to be jscript). It is registered on the dev server.&lt;/p&gt;

&lt;p&gt;Is this something that the efficy installer registers or is this more linked to the local server settings?&lt;/p&gt;

&lt;p&gt;Thank you for any information.&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4631/installing-efficy-registered-classid-16d51579-0ff4dc41e755</guid>
<pubDate>Wed, 31 Jul 2019 15:17:51 +0000</pubDate>
</item>
<item>
<title>Autocompletion of ServerScript method and priority with VSCode</title>
<link>https://overflow.efficy.io/?qa=4399/autocompletion-serverscript-method-priority-with-vscode</link>
<description>&lt;p&gt;Hey guys, would be so nice to have an autocompletion of every method and property inside VSCode, i hope someone will developpe something soon. &lt;/p&gt;

&lt;p&gt;Like that we can developpe more faster and be more productive !&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4399/autocompletion-serverscript-method-priority-with-vscode</guid>
<pubDate>Mon, 03 Jun 2019 12:20:18 +0000</pubDate>
</item>
<item>
<title>Errors are not thrown as needed</title>
<link>https://overflow.efficy.io/?qa=3187/errors-are-not-thrown-as-needed</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm facing an issue where in workflow i have some script to throw error to user in certain cases. &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;throw new Error(..)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;if i test it locally it works perfectly, but when i test on server it's not showing or throwing any error. is there some configuration somewhere to disable throwing errors?&lt;/p&gt;

&lt;p&gt;Thank you in advance for help and advice.&lt;/p&gt;

&lt;p&gt;Best regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3187/errors-are-not-thrown-as-needed</guid>
<pubDate>Fri, 25 May 2018 14:17:02 +0000</pubDate>
</item>
<item>
<title>Nomad database removing from server</title>
<link>https://overflow.efficy.io/?qa=2397/nomad-database-removing-from-server</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;I had a question from a client asking if we can delete the created child database on DB server after successful nomad setup. Is it necessary to keep the database on server after moving it to nomad machine? Is it included in somehow in replication process?&lt;/p&gt;

&lt;p&gt;Thank you in advance for your help.&lt;/p&gt;

&lt;p&gt;Best Regards.&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2397/nomad-database-removing-from-server</guid>
<pubDate>Fri, 17 Mar 2017 16:50:36 +0000</pubDate>
</item>
<item>
<title>How to restart COM+ and IIS</title>
<link>https://overflow.efficy.io/?qa=1132/how-to-restart-com-and-iis</link>
<description>&lt;p&gt;How to restart COM+ and IIS&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1132/how-to-restart-com-and-iis</guid>
<pubDate>Thu, 07 Jan 2016 09:00:59 +0000</pubDate>
</item>
</channel>
</rss>