invantive-dap

itgenobr001: Client not found. on Data Access Point with Exact Online Belgium

时光毁灭记忆、已成空白 提交于 2020-01-13 17:05:15
问题 We have just gone live with https://ecotaksen.be. The queries and updates on Exact were running fine, but after installing the production license an error itgenobr001: Client not found. occurs. My data container specification is: <database order="1" creationDate="2016-04-13T09:11:03.3584276+02:00" provider="ExactOnlineAll" connectionString="apiUrl=https://start.exactonline.be" /> The connection to Exact Online using Query Tool with the same credentials and connection string is working fine.

itgenobr001: Client not found. on Data Access Point with Exact Online Belgium

萝らか妹 提交于 2020-01-13 17:05:11
问题 We have just gone live with https://ecotaksen.be. The queries and updates on Exact were running fine, but after installing the production license an error itgenobr001: Client not found. occurs. My data container specification is: <database order="1" creationDate="2016-04-13T09:11:03.3584276+02:00" provider="ExactOnlineAll" connectionString="apiUrl=https://start.exactonline.be" /> The connection to Exact Online using Query Tool with the same credentials and connection string is working fine.

Exact Online query with joins runs more than 15 minutes

送分小仙女□ 提交于 2019-12-12 04:20:27
问题 I am using the following query: set use-result-cache false set use-http-cache false create or replace table settings@inmemorystorage as select '29676ec4-61b5-45eb-a5a3-6feffe03d1d3' sor_id , '[[Exploded]]' exploded_signal_text , '{res:itgen_eol_sales_order}' entity_name_singular , '{res:itgen_eol_sales_orders}' entity_name_plural from me select ... from settings@inmemorystorage stg left outer join ExactOnlineREST..salesorders sor on sor.orderid = stg.sor_id left outer join ExactOnlineREST.