<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged network</title>
<link>https://overflow.efficy.io/?qa=tag/network</link>
<description>Powered by Question2Answer</description>
<item>
<title>Error 12044 in openUrl2/secure/secureUtf8 when Postman call is processed correctly</title>
<link>https://overflow.efficy.io/?qa=6638/error-openurl2-secure-secureutf8-postman-processed-correctly</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;For a customer we are developing a link with Canopy Deploy. In Postman / PowerShell (Invoke-Webrequest) the request is processed correctly. &lt;/p&gt;

&lt;p&gt;When trying it in the application with the same headers / data at the same machine the Efficy.openUrlSecure / Utf8 is receiving a 12044 A certificate is required to complete client authentication error. In openUrl2 the same: Message: &quot;Cannot find web server &quot;webhook.myclang.com&quot;&lt;br&gt;
Error Code: 12044&lt;/p&gt;

&lt;p&gt;What could be wrong?&lt;/p&gt;

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

&lt;p&gt;Rob&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6638/error-openurl2-secure-secureutf8-postman-processed-correctly</guid>
<pubDate>Tue, 19 Jul 2022 12:25:45 +0000</pubDate>
</item>
<item>
<title>Efficy 10 SP+ Installation at customer - Firewall configuration ?</title>
<link>https://overflow.efficy.io/?qa=2976/efficy-10-sp-installation-customer-firewall-configuration</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I have a very strange issu at a customer, I have installed Efficy and it seems working (on HTTPS) I can logon, consult entity, edit entities and modify them ... but I cannot delete it, I got the following error message ... which is not an Efficy Error message &lt;/p&gt;

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

&lt;p&gt;if I remove the &quot;javascript:top.opener.ShowDesktop(true);top.close()&quot; from the URL it is working&lt;/p&gt;

&lt;p&gt;I would like to know if there is any special rules / Ports on a NetWork Firewall or any other NetWork device that should be setup for Efficy to work properly&lt;/p&gt;

&lt;p&gt;PS: I have also issue when adding Widget to the Main page, the issue is also a 403 Forbidden but in this case I don't have any Javascript in the URL&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=1304690969583643178&quot; alt=&quot;Widget Adding Error&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2976/efficy-10-sp-installation-customer-firewall-configuration</guid>
<pubDate>Wed, 14 Mar 2018 18:19:32 +0000</pubDate>
</item>
<item>
<title>Permission denied when creatng new folder on network share</title>
<link>https://overflow.efficy.io/?qa=2621/permission-denied-when-creatng-new-folder-on-network-share</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to create some folder structure on network share. Access is ok, and i can create folders manually with no problem from Efficy server.&lt;/p&gt;

&lt;p&gt;I tested this script using SchedulerAdmin, and it works perfectly&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function CreateSubfoldersDE(EditHandle){
    var docuDS = Database.GetMasterDataSet(EditHandle, 0);
    var docuRef = docuDS.FieldByName(&quot;REFERENCE&quot;).AsString;
    var subFolders = Database.GetSysStorageValue(&quot;DeSubFolders&quot;).split(&quot;;&quot;); //Folder1;Folder2;Folder3
    var rootFolder = Database.GetSysStorageValue(&quot;DeRootFolder&quot;);// \\servername\Puplic$\1- Projects\TestEfficyCrmIntegration
    var folderObject = new ActiveXObject(&quot;Scripting.FileSystemObject&quot;);
    var path = rootFolder + &quot;\\&quot; + docuRef;
    if(!folderObject.FolderExists(path)){
        folderObject.CreateFolder (path)
        for(var i = 0 ; i &amp;lt; subFolders.length; i++){
            var subFodlerFullPath = path + &quot;\\&quot; + subFolders[i];
            folderObject.CreateFolder (subFodlerFullPath);
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But when i try to do it from workflow (call the same function on AfterCommitDocu) i go error &quot;Permission Denied&quot; like in teh screenshot, indication to line of first fodler to create &quot;folderObject.CreateFolder (path)&quot;&lt;/p&gt;

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

&lt;p&gt;I've doubled check to make sure the user that's running COM+ is the same one that has access to that folder. it's a domain user.&lt;/p&gt;

&lt;p&gt;Please advise.&lt;br&gt;
Thank you in advance for help.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2621/permission-denied-when-creatng-new-folder-on-network-share</guid>
<pubDate>Mon, 17 Jul 2017 10:39:41 +0000</pubDate>
</item>
</channel>
</rss>