“所请求的 QBXML 版本不受支持或未知。”快书

发布于 2025-01-14 04:20:25 字数 272 浏览 0 评论 0原文

当我尝试连接到 QuickBook 2013 美国企业版以提取数据时。它遇到错误“所请求的 QBXML 版本不受支持或未知。” 我正在使用 QBFC13,即使我将其更新到 QBFC 14,它也会引发相同的错误。 `QBConnection.country = "美国";

        QBConnection.requestMsgSet = sm.CreateMsgSetRequest(QBConnection.country, (short)13, (short)0);`

When I try to connect to QuickBook 2013 us enterprise edition in order to pull the data. it throughs error 'The version of QBXML that was requested is not supported or is unknown.'
I am using QBFC13 even when I updated it to QBFC 14 it throws the same error.
`QBConnection.country = "US";

        QBConnection.requestMsgSet = sm.CreateMsgSetRequest(QBConnection.country, (short)13, (short)0);`

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

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

发布评论

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

评论(1

伏妖词 2025-01-21 04:20:25

您是否检查过您的 QuickBooks 支持的 qbXML 最高版本是多少?

通常,QuickBooks 版本比它们支持的 qbXML 版本早 1 个版本。例如,QuickBooks 2013 可能支持 qbXML 版本 12.0

Did you check to find out what the maximum version of qbXML your QuickBooks supports is?

Usually, QuickBooks releases are 1 ahead of the qbXML version they support. e.g. QuickBooks 2013 would likely support qbXML version 12.0.

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