itgenobr001:未找到客户端。使用 Exact Online Belgium 在数据访问点上
itgenobr001: Client not found. on Data Access Point with Exact Online Belgium
我们刚刚与 https://ecotaksen.be 一起上线。 Exact 上的查询和更新 运行 正常,但在安装生产许可证后出现错误 itgenobr001: Client not found.
。
我的数据容器规格是:
<database order="1"
creationDate="2016-04-13T09:11:03.3584276+02:00"
provider="ExactOnlineAll"
connectionString="apiUrl=https://start.exactonline.be"
/>
使用具有相同凭据和连接字符串的查询工具连接到 Exact Online 工作正常。
如何解决 itgenobr001
错误?
其实解决起来很简单:"Client"指的就是应用。我需要将 Exact Online 应用程序的客户端 ID 添加到我的连接字符串,因为数据访问点在使用生产许可证时需要客户端 ID。
生成的数据容器规范:
<database order="1" creationDate="2016-04-13T09:11:03.3584276+02:00" provider="ExactOnlineAll"
connectionString="apiUrl=https://start.exactonline.be;api-client-id=MYID" />
在那之后,我得到了一个 itgenobr001: Invalid authorization request.
,并且那个需要添加重定向 url,如 Exact Online 中“我的应用程序”页面中指定的那样:
<database order="1" creationDate="2016-04-13T09:11:03.3584276+02:00" provider="ExactOnlineAll"
connectionString="apiUrl=https://start.exactonline.be;api-client-id=MYID;apiredirecturl=https://ecotaksen.be" />
我们刚刚与 https://ecotaksen.be 一起上线。 Exact 上的查询和更新 运行 正常,但在安装生产许可证后出现错误 itgenobr001: Client not found.
。
我的数据容器规格是:
<database order="1"
creationDate="2016-04-13T09:11:03.3584276+02:00"
provider="ExactOnlineAll"
connectionString="apiUrl=https://start.exactonline.be"
/>
使用具有相同凭据和连接字符串的查询工具连接到 Exact Online 工作正常。
如何解决 itgenobr001
错误?
其实解决起来很简单:"Client"指的就是应用。我需要将 Exact Online 应用程序的客户端 ID 添加到我的连接字符串,因为数据访问点在使用生产许可证时需要客户端 ID。
生成的数据容器规范:
<database order="1" creationDate="2016-04-13T09:11:03.3584276+02:00" provider="ExactOnlineAll"
connectionString="apiUrl=https://start.exactonline.be;api-client-id=MYID" />
在那之后,我得到了一个 itgenobr001: Invalid authorization request.
,并且那个需要添加重定向 url,如 Exact Online 中“我的应用程序”页面中指定的那样:
<database order="1" creationDate="2016-04-13T09:11:03.3584276+02:00" provider="ExactOnlineAll"
connectionString="apiUrl=https://start.exactonline.be;api-client-id=MYID;apiredirecturl=https://ecotaksen.be" />