Kingswaysoft:检索到错误的高级查找日期

发布于 2025-02-10 16:55:41 字数 649 浏览 1 评论 0原文

我正在使用高级查找来匹配一些数据。 我在该组件中使用的查询是:

<fetch mapping="logical" count="1" page="1">
  <entity name="new_erpcustomer">
    <attribute name="new_lastsales" />
    <filter type="and">
      <condition attribute="new_erpcustomercode" operator="eq" value="@[Column::ERPCode]" />
    </filter>
  </entity>
</fetch>

在执行过程中,我遇到了此错误:“年,月和日参数描述了一个不可证明的日期时间数据:'05/11/2017 23:00:00'(SSIS Premium服务查找(共享汇编),v21.2.0.31501 -dtsdebughost,v13.0.4561.14)system.argumentOutofRangeException“ new_lastsales上”。我通过更改Packaglocalid进行了一些尝试,即CRM中帐户的语言/dateformat而没有任何成功。

关于如何解决此问题的任何线索? 谢谢

I'm using the Premium Lookup to match some data.
the query I'm using in the component is :

<fetch mapping="logical" count="1" page="1">
  <entity name="new_erpcustomer">
    <attribute name="new_lastsales" />
    <filter type="and">
      <condition attribute="new_erpcustomercode" operator="eq" value="@[Column::ERPCode]" />
    </filter>
  </entity>
</fetch>

During the execution I got this error: "Year, Month, and Day parameters describe an un-representable DateTime Data: '05/11/2017 23:00:00' (SSIS Premium Service Lookup (Shared Assembly), v21.2.0.31501 - DtsDebugHost, v13.0.4561.14)System.ArgumentOutOfRangeException " on the column new_lastsales. I've done few attempts by changing the packaglocalID, the account's language/dateformat in CRM without any success.

Any clue on how to fix this?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜吻♂芭芘 2025-02-17 16:55:41

我通过在查找日期列中创建一个名为“ salesdate”的日期列,在查找中找到了解决方法

I found a workaround by creating before the lookup a date column named 'salesDate', in the lookup instead of adding a new column with the value of the lastsales field, I assign it to salesDate and it went without any error

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文