<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged datasynchroremote</title>
<link>https://overflow.efficy.io/?qa=tag/datasynchroremote</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to check if the record is locked by someone in DataSynchro Remote ?</title>
<link>https://overflow.efficy.io/?qa=7091/how-to-check-if-the-record-locked-someone-datasynchro-remote</link>
<description>&lt;p&gt;I've seen in Efficy ServerJS script reference documentation that we have &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/serverjs#Efficy-lockedByAccount&quot;&gt;Efficy.lockedByAccount&lt;/a&gt; method. &lt;br&gt;
But I don't see the same method in  Remote reference. &lt;br&gt;
Is it possible to know if record is locked by someone during a DataSynchro Remote ?&lt;br&gt;
If yes, how ? If not, why ? &lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7091/how-to-check-if-the-record-locked-someone-datasynchro-remote</guid>
<pubDate>Mon, 19 Aug 2024 13:48:35 +0000</pubDate>
</item>
<item>
<title>How to run multiple instance of DataSynchro (Remote) at same time ?</title>
<link>https://overflow.efficy.io/?qa=7090/how-to-run-multiple-instance-of-datasynchro-remote-same-time</link>
<description>&lt;p&gt;I recently tried out to run multiple instances of  DataSynchro Remote and it seemed to work. But after several thousands of treatments of rows the two instances got into error (do not remember exactly which one).&lt;/p&gt;

&lt;p&gt;I'd like to know: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how properly to configure DataSynchro (Remote) to run the multiple instance at the same time ?  (best practice)&lt;/li&gt;
&lt;li&gt;possibility to separate the log files for each instance ? &lt;/li&gt;
&lt;li&gt;are there any concerns about running multiple instances (except: hardware usage, remote -&amp;gt; Throttling limit, record edit-handler that might be opened by one instance) ? &lt;/li&gt;
&lt;li&gt;any other details and attention points to take into account ? &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Update 20/08/2024&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First attempt:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1 thread (as am importing files and some details : last modified, created date, file size -&amp;gt; multi thread is not an option yet)&lt;/li&gt;
&lt;li&gt;3 folders, each one contains the source file (excel) + the .dat file + ds remote .exe&lt;/li&gt;
&lt;li&gt;for each file (excel) an ODBC source has been created and configured in .dat file&lt;/li&gt;
&lt;li&gt;started DSRemote one by one with a diff range in queries for each one&lt;/li&gt;
&lt;li&gt;end result -&amp;gt; after few lines got into &quot;Session timeout&quot;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=8682061803098430082&quot; alt=&quot;enter image description here&quot;&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7090/how-to-run-multiple-instance-of-datasynchro-remote-same-time</guid>
<pubDate>Mon, 19 Aug 2024 13:33:13 +0000</pubDate>
</item>
<item>
<title>DatasyncRemote: ERROR &quot;RetrieveUsersList: Please Logon to Database&quot; ?</title>
<link>https://overflow.efficy.io/?qa=6497/datasyncremote-error-retrieveuserslist-please-database</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I have an Issue with the DatasyncRemote at a customer, when we try to get the &lt;code&gt;Efficy Object&lt;/code&gt; list we get the following Error : &lt;/p&gt;

&lt;p&gt;&lt;code&gt;RetrieveUsersList: Please Logon to Database&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I activated the SOAP logs (generation of request and response XML files) and I see in the Response file that the connexion seems OK, it has been marked as &lt;code&gt;&quot;handle=&quot;true&quot;&lt;/code&gt;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2022/03/30 17:11:42.623]  https://xxxxxx/crm/soap?customer=xxxx
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope&quot; xmlns:efficy=&quot;http://www.efficy.com&quot;&amp;gt;
  &amp;lt;SOAP-ENV:Body&amp;gt;
    &amp;lt;efficy:logon customer=&quot;xxxx&quot; handled=&quot;true&quot; id=&quot;6&quot; password=&quot;************************&quot; user=&quot;ADMIN&quot;/&amp;gt;
  &amp;lt;/SOAP-ENV:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But when I check the responses of the of the &lt;code&gt;Efficy Object&lt;/code&gt; retrieve list we get the Error : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2022/03/30 17:11:42.654]  https://xxxxxx/crm/soap?customer=xxxx
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope&quot; xmlns:efficy=&quot;http://www.efficy.com&quot;&amp;gt;
  &amp;lt;SOAP-ENV:Body&amp;gt;
    &amp;lt;SOAP-ENV:Fault&amp;gt;
      &amp;lt;Detail&amp;gt;FRMK-1660&amp;lt;/Detail&amp;gt;
      &amp;lt;faultcode&amp;gt;EEfficyException&amp;lt;/faultcode&amp;gt;
      &amp;lt;faultid/&amp;gt;
      &amp;lt;faultstring&amp;gt;RetrieveUsersList: Please Logon to Database&amp;lt;/faultstring&amp;gt;
    &amp;lt;/SOAP-ENV:Fault&amp;gt;
    &amp;lt;efficy:api error=&quot;true&quot; id=&quot;7&quot;&amp;gt;
      &amp;lt;data id=&quot;10&quot; operation=&quot;currentlicensename&quot;/&amp;gt;
      &amp;lt;data id=&quot;11&quot; operation=&quot;currentusergroups&quot;/&amp;gt;
      &amp;lt;data id=&quot;12&quot; operation=&quot;currentdatabasealias&quot;/&amp;gt;
      &amp;lt;data id=&quot;13&quot; operation=&quot;currentdatabasetimezone&quot;/&amp;gt;
      &amp;lt;data id=&quot;14&quot; operation=&quot;currentusertimezone&quot;/&amp;gt;
      &amp;lt;data id=&quot;18&quot; operation=&quot;largefileminsize&quot;/&amp;gt;
      &amp;lt;data id=&quot;9&quot; operation=&quot;currentuserid&quot;/&amp;gt;
      &amp;lt;datacontainer format=&quot;binary&quot; id=&quot;8&quot; operation=&quot;userlist&quot;/&amp;gt;
      &amp;lt;datacontainer id=&quot;15&quot; operation=&quot;options&quot;/&amp;gt;
      &amp;lt;datacontainer id=&quot;16&quot; operation=&quot;entitycollection&quot;/&amp;gt;
      &amp;lt;datacontainer id=&quot;17&quot; operation=&quot;relationentitycollection&quot;/&amp;gt;
    &amp;lt;/efficy:api&amp;gt;
  &amp;lt;/SOAP-ENV:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I found the following Efficy ticket (old one, accessible only to Efficy Employee), where it says that we should remove the sessions with &quot;.&quot; from the Efficy Admin console : &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://submariners.efficy.com/crm/view/Case/2400000792&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://submariners.efficy.com/crm/view/Case/2400000792&quot;&gt;https://submariners.efficy.com/crm/view/Case/2400000792&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I did it but this did not change a thing.&lt;/p&gt;

&lt;p&gt;Remark : In the Alias Manager, the SOAP and JSON end point are allowed.&lt;/p&gt;

&lt;p&gt;I remarked also the following Script Exception file, the following error, but that appears in the morning ... can it be that we missed a configuration on the customer serveur IIS settings ? &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2022/03/30 09:26:20.868] TObjectWrapper.Invoke: EEfficyException
Session timeout
EEfficyException in Node  &quot;SOAP-ENV:Fault&quot; of SOAP request
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And if we try to launch the Datasync we get the &quot;Session timeout&quot; : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[09:16:08.235] Starting Synchro
[09:16:08.532]   Retrieving List of Records...
[09:16:08.563]     1083 Records Found
[09:16:08.563] Start job - Total records: 1083
[09:16:08.766] [1]   Handling Record &quot;2015-002357 121436&quot;
[09:16:08.766]   Processing Recette on Opportunity(2015-002357)
[09:16:08.798] [1] 
[09:16:08.798] [1] *** ERROR ***
[09:16:08.798] [1] Error while creating or modifying destination record &quot;2015-002357 121436&quot;
[09:16:08.798] [1] Error: WKFL-2142 Error while executing script &quot;EfficyImportRecord&quot; at line 62 char 2. (File &quot;DatasyncImportScript&quot; line 61)
Message: &quot;Session timeout
EEfficyException in Node  &quot;SOAP-ENV:Fault&quot; of SOAP request&quot;
[09:16:08.798] [1] *************
[09:16:08.798] [1] 
[09:16:08.798] [1] Synchro Aborted because of Error
[09:16:08.969] Job finished
[09:16:09.079] Synchro Finished
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Remark 2 : This Datasync is working on the TEST environment at the customer, so it is not a script Error !&lt;/p&gt;

&lt;p&gt;Does anyone have a clue what I should look for to solve this issue ?&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6497/datasyncremote-error-retrieveuserslist-please-database</guid>
<pubDate>Wed, 30 Mar 2022 15:47:45 +0000</pubDate>
</item>
<item>
<title>Is there any way to use openUrlSecure in a DataSynch Remote ? Env : 11.2 | DatasynchroRemote</title>
<link>https://overflow.efficy.io/?qa=4096/there-openurlsecure-datasynch-remote-datasynchroremote</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I got to use the  openUrlSecure in a serverjs DataSynchro Remote script,&lt;br&gt;
but the function is not supported in this case, &lt;br&gt;
is there any way to use it or any other function to replace it please?&lt;/p&gt;

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

&lt;p&gt;Env : 11.2 | DatasynchroRemote&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4096/there-openurlsecure-datasynch-remote-datasynchroremote</guid>
<pubDate>Fri, 12 Apr 2019 10:51:08 +0000</pubDate>
</item>
<item>
<title>How to get a master Dataset using Datasynchro Remote? Env : 11.1 | DatasynchroRemote</title>
<link>https://overflow.efficy.io/?qa=4087/master-dataset-using-datasynchro-remote-datasynchroremote</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to get the master Dataset using DatasynchroRemote,&lt;br&gt;
i've followed what is specified in edn concernig this need,&lt;/p&gt;

&lt;p&gt;i used : &lt;br&gt;
(Remote) &lt;strong&gt;Efficy.getMasterDataSet(contextHandle, tableViewIndex)&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;which return &lt;strong&gt;TSoapResponseHandle&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;so i used :&lt;/p&gt;

&lt;p&gt;(Remote) Efficy.getDataset(handle) which return normally a TDataset,&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;var dsSale = Efficy.getMasterDataset(editSale,0);&lt;br&gt;
var ds = Efficy.getDataset(dsSale);&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;but unfortunately i get this error:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;SOAP Error : No result&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Could you help me please?&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4087/master-dataset-using-datasynchro-remote-datasynchroremote</guid>
<pubDate>Wed, 10 Apr 2019 15:47:53 +0000</pubDate>
</item>
<item>
<title>How to generate specific DataSynchro log files?</title>
<link>https://overflow.efficy.io/?qa=3928/how-to-generate-specific-datasynchro-log-files</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I need to generate specific DataSynchro log files which contains some details that the client needs( number of records, number of errors, imported recors, rejected  records ...)&lt;/p&gt;

&lt;p&gt;PS: the import is scheduled.&lt;/p&gt;

&lt;p&gt;Could you help me doing that please?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br&gt;
Regards&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3928/how-to-generate-specific-datasynchro-log-files</guid>
<pubDate>Fri, 08 Feb 2019 09:44:12 +0000</pubDate>
</item>
<item>
<title>Wrong character incoding when exporting Efficy Data in a CSV file usin DataSynchroRemote</title>
<link>https://overflow.efficy.io/?qa=2611/wrong-character-incoding-exporting-efficy-datasynchroremote</link>
<description>&lt;p&gt;Hello Everyone, &lt;/p&gt;

&lt;p&gt;For one of my projects, I have to export Efficy data into a csv file using the DataSynchroRemote tool and I noticed during my tests that some special characters are not propely incoded in my csv file:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=4557812496703107251&quot; alt=&quot;&amp;quot;5ème SENS&amp;quot; is correctly incoded in Efficy Database&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=6767383536817817261&quot; alt=&quot;Data exported in csv file&quot;&gt;&lt;/p&gt;

&lt;p&gt;I tried to encode those values using Js functions like encodeUri (for example) but without success. &lt;/p&gt;

&lt;p&gt;Do someone have an idea on how I could do? &lt;/p&gt;

&lt;p&gt;Kr,&lt;/p&gt;

&lt;p&gt;Prince &lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2611/wrong-character-incoding-exporting-efficy-datasynchroremote</guid>
<pubDate>Thu, 13 Jul 2017 08:52:42 +0000</pubDate>
</item>
<item>
<title>DatatsynchroRemote: function Database.SetSysStorageValue not working</title>
<link>https://overflow.efficy.io/?qa=2593/datatsynchroremote-function-database-setsysstoragevalue</link>
<description>&lt;p&gt;Hello Everyone: &lt;/p&gt;

&lt;p&gt;I'm trying to update a value in Sys_Storage from a DatasynchroRemote using Database function &quot;&lt;strong&gt;SetSysStorageValue&lt;/strong&gt;&quot; but I get the following error message:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Message: &quot;Cet objet ne gère pas cette propriété ou cette méthode&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Translation: &quot;This object doesn't support that property or method.&quot;&lt;/p&gt;

&lt;p&gt;I know that some basic functions are not the same when using the DatasynchroRemote tool but we have no doc about this.&lt;/p&gt;

&lt;p&gt;Do someone know how I could do this (update a Sys_Storage value) ?&lt;/p&gt;

&lt;p&gt;Kr,&lt;/p&gt;

&lt;p&gt;Prince&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2593/datatsynchroremote-function-database-setsysstoragevalue</guid>
<pubDate>Fri, 07 Jul 2017 09:25:26 +0000</pubDate>
</item>
<item>
<title>How to avoid session timeout for a long datasynchro remote</title>
<link>https://overflow.efficy.io/?qa=2099/how-to-avoid-session-timeout-for-a-long-datasynchro-remote</link>
<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;I have a remote datasynchro that runs a couple times a day, it contains a lot of records that need updating. The issue is that I get a session timeout before it can finish.&lt;/p&gt;

&lt;p&gt;Is there a way to avoid this? It has to be a remote datasynchro, there's no other way.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2099/how-to-avoid-session-timeout-for-a-long-datasynchro-remote</guid>
<pubDate>Fri, 09 Dec 2016 13:31:54 +0000</pubDate>
</item>
<item>
<title>Datasynchro Access violation at adres in module DatasynchroRemote.exe</title>
<link>https://overflow.efficy.io/?qa=1338/datasynchro-access-violation-adres-module-datasynchroremote</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;When running DatasynchroRemote trough a batch file. At the end their is a datasynhroRemote popup screen mentioning an error. Looking at the source, their is a message&quot; Acces violation at address 00563568  in module DatasynchroRemote.exe. Read of address 0C5B77E0.&quot;&lt;/p&gt;

&lt;p&gt;The straings this is that:&lt;br&gt;
Error occures at 3 different pc at customer side but also on laptop of consultant.&lt;br&gt;
Error only occures in one specific data synchro. (customer has 2 different synchros running)&lt;br&gt;
Import of data is proces correctly. All data is imported and handled well.&lt;/p&gt;

&lt;p&gt;Does anybody know this error and knows a way to resolve this.&lt;/p&gt;

&lt;p&gt;I double checked the code for missing semicons and database closure.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1338/datasynchro-access-violation-adres-module-datasynchroremote</guid>
<pubDate>Mon, 15 Feb 2016 10:13:45 +0000</pubDate>
</item>
<item>
<title>Where is the Application ID stored when using DataSynchro</title>
<link>https://overflow.efficy.io/?qa=1141/where-is-the-application-id-stored-when-using-datasynchro</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;when you do an import using DataSynchro(Remote) it's possible to set an Application ID, but where is this Application ID stored?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen Floor&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1141/where-is-the-application-id-stored-when-using-datasynchro</guid>
<pubDate>Fri, 08 Jan 2016 09:18:33 +0000</pubDate>
</item>
<item>
<title>Datasynchro Remote: Is the Function GetLookupKeyFromValue availible in Datasynchro remote?</title>
<link>https://overflow.efficy.io/?qa=315/datasynchro-getlookupkeyfromvalue-availible-datasynchro</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I'm wondering if the datasynchro function GetLookupKeyFromValue is availible in DataSynchroRemote.&lt;/p&gt;

&lt;p&gt;Unfortunatly the documentation on DataSynchroRemote is very little.&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=315/datasynchro-getlookupkeyfromvalue-availible-datasynchro</guid>
<pubDate>Mon, 30 Mar 2015 11:48:52 +0000</pubDate>
</item>
<item>
<title>Datasynchro Remote: Is the Function GetLookupKeyFromValue availible in Datasynchro remote?</title>
<link>https://overflow.efficy.io/?qa=314/datasynchro-getlookupkeyfromvalue-availible-datasynchro</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I'm wondering if the datasynchro function GetLookupKeyFromValue is availible in DataSynchroRemote.&lt;/p&gt;

&lt;p&gt;Unfortunatly the documentation on DataSynchroRemote is very little.&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=314/datasynchro-getlookupkeyfromvalue-availible-datasynchro</guid>
<pubDate>Mon, 30 Mar 2015 11:48:26 +0000</pubDate>
</item>
</channel>
</rss>