“所请求的 QBXML 版本不受支持或未知。”快书
当我尝试连接到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否检查过您的 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 version12.0
.