首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >QuickBooks QBSDK“无法使用InstanceFinder找到或创建QuickBooks实例”

QuickBooks QBSDK“无法使用InstanceFinder找到或创建QuickBooks实例”
EN

Stack Overflow用户
提问于 2015-10-07 14:29:33
回答 1查看 412关注 0票数 1

我在这里看到了几篇关于这个错误的文章。然而,我还没有看到适合我们情况的解决办法。

我有一个使用QBFC 13.0用QuickBooks用C#编写的“集成应用程序”。它在我的测试系统上安装和工作正常,但无法使它在production上工作。

我们正在使用QuickBooks 2014,并在服务器2008机器上运行它。

我试过了: 01。更新QB

  1. 确保应用程序是为目标x86构建的。
  2. 保持QuickBooks运行是不签入一般的首选项。
  3. QuickBooks和应用程序在同一个用户级别上运行。
  4. 路径和文件名是正确的。
  5. 授予每个人对文件和文件夹的完全权限。
  6. 尝试了一个第三方软件,它产生了同样的错误。
  7. 试着作为不同的用户运行。有和没有管理

下面是QBSDK日志消息的一部分:

代码语言:javascript
复制
Begin Session started...
OS: Microsoft Standard Edition (build 9200), 64-bit
Current Process is not elevated
Current User is in AdminGroup
Current Process is not ran as Admin
Current Process Integrity Level : 2000
Not in-proc request.
File info: "pathofQBFile.qbw", v24.0R8 (2403), wholesale, standard_stratum
Getting an instance of pRunningInfo
GetmajorVersion
GetReleaseNumber
Getflavor
GetdataFileVersion
There is a running version of QuickBooks: v24.0R8 (2403), wholesale, standard_stratum
Starting QuickBooks (no launch): Install info: v24.0R8 (2403), wholesale, standard_stratum
Performing QB Launch Retries
Check QB process ID before calling instance finder to find it.
Process Found -> 15996 for Current User -> username
QBW32.exe Proc Id: 15996
Getting the IUnknown COM instance of QB
Obtained the IUnknown COM instance of QB without an exception
QuickBooks launch succeeded.
Could not find or create an instance of QuickBooks using InstanceFinder
Connection closed by app named 'Quickbooks API Syncs'
========== Ended Connection ==========
EN

回答 1

Stack Overflow用户

发布于 2015-10-15 12:11:50

更新

使用进程监视器,我发现应用程序对某些注册表项没有权限。在修复了所有注册表安全设置之后,应用程序现在正在工作。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32994989

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档