我删除了.qwc文件的第一行,因为我一直在获取和错误,直到我尝试删除它。
.QWC文件:
<QBWCXML>
<AppName>Dashboard</AppName>
<AppID></AppID>
<AppURL>https://app.cyfe.net/ext/quickbooks/soap/</AppURL>
<AppDescription>Allows you to add QuickBooks Desktop info to your Dashboard</AppDescription>
<AppSupport>https://app.cyfe.net/ext/quickbooks/</AppSupport>
<UserName>derekjosepholson@gmail.com</UserName>
<OwnerID>{192E4G11-F265-QNCE-F1BB-X36916G13D6B}</OwnerID>
<FileID>{57F3B9B6-86F1-4FDC-B1FF-966DE1853D20}</FileID>
<QBType>QBFS</QBType>
<Notify>false</Notify>
<Scheduler>
<RunEveryNMinutes>10</RunEveryNMinutes>
</Scheduler>
<IsReadOnly>false</IsReadOnly>app.cyfe.net托管在本地虚拟服务器上进行测试。
QBWC日志:
20180111.16:52:32 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connecting to QuickBooks...
20180111.16:52:43 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connected., Session started
20180111.16:52:54 UTC : QBWebConnector.SOAPWebService.DisconnectFromQB() : Session ended and connection closed
20180111.16:52:54 UTC : RemoveApp() : Application Troubleshoot access via QuickBooks cannot be removed.
20180111.16:53:00 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connecting to QuickBooks...
20180111.16:53:00 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connected., Session started
20180111.16:53:09 UTC : QBWebConnector.SOAPWebService.DisconnectFromQB() : Session ended and connection closed
20180111.16:53:09 UTC : RemoveApp() : Application Troubleshoot access via QuickBooks cannot be removed.
20180111.16:53:19 UTC : QWCReader.ParseQWC() : Contents of QWC file: -
<QBWCXML>
<AppName>Dashboard</AppName>
<AppID></AppID>
<AppURL>https://app.cyfe.net/ext/quickbooks/soap/</AppURL>
<AppDescription>Allows you to add QuickBooks Desktop info to your Dashboard</AppDescription>
<AppSupport>https://app.cyfe.net/ext/quickbooks/</AppSupport>
<UserName>derekjosepholson@gmail.com</UserName>
<OwnerID>{192E4G11-F265-QNCE-F1BB-X36916G13D6B}</OwnerID>
<FileID>{57F3B9B6-86F1-4FDC-B1FF-966DE1853D20}</FileID>
<QBType>QBFS</QBType>
<Notify>false</Notify>
<Scheduler>
<RunEveryNMinutes>10</RunEveryNMinutes>
</Scheduler>
<IsReadOnly>false</IsReadOnly>
</QBWCXML>
20180111.16:53:19 UTC : QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC) : Parsing application configuration xml file to load its content to variables
20180111.16:53:47 UTC : QBWebConnector.RegistryManager.createRegKey() : Error creating registry key for appName = <>
20180111.16:53:47 UTC : QBWebConnector.RegistryManager.createRegKey() : Reason: Value cannot be null.
Parameter name: name
20180111.16:53:47 UTC : QBWebConnector.SOAPWebService.SerializeToRegistry() : Error saving Dashboard to Registry: Object reference not set to an instance of an object.
20180111.16:53:47 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connecting to QuickBooks...
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connected., Session started
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.AddToQuickBooks() : Application name = Dashboard
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.AddToQuickBooks() : Querying company file to find if owner/file id exists.
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Latest QBXML version supported = v13.0
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Querying QuickBooks for existance of owner/file id
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : XML dump follows: -
<?xml version="1.0"?><?qbxml version="13.0"?><QBXML><QBXMLMsgsRq onError="stopOnError"><DataExtDefQueryRq requestID="1"><OwnerID>{192E4G11-F265-QNCE-F1BB-X36916G13D6B}</OwnerID></DataExtDefQueryRq></QBXMLMsgsRq></QBXML>
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : XML dump follows: -
<?xml version="1.0" ?>
<QBXML>
<QBXMLMsgsRs>
<DataExtDefQueryRs requestID="1" statusCode="3065" statusSeverity="Error" statusMessage="There was an error when converting the GUID value "{192E4G11-F265-QNCE-F1BB-X36916G13D6B}" in the field "OwnerID". " />
</QBXMLMsgsRs>
</QBXML>
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Status message: There was an error when converting the GUID value "{192E4G11-F265-QNCE-F1BB-X36916G13D6B}" in the field "OwnerID".
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.AddToQuickBooks() : QBWC1039: There was a problem adding the application. Check QWCLog.txt for details.
<Unable to access QuickBooks, QuickBooks must be open the first time an application is added to the web connector>
at QBWebConnector.WebService.AddToQuickBooks()
20180111.16:54:41 UTC : QBWebConnector.SOAPWebService.DisconnectFromQB() : Session ended and connection closed当我在QuickBooks中创建一个新公司,然后尝试添加.qwc文件时,我可以在第一次尝试添加.qwc文件时更进一步。更进一步,我的意思是,当我单击“授权新Web服务”上的“确定”时,不会立即出现错误,但在之后单击“确定”之后就会出现错误。我粘贴了下面的日志,以显示错误是如何不同的。
QBWC日志:
Log file initialized at Thursday, January 11, 2018 - 5:52 PM UTC
Timestamp format used: YYYYMMDD.HH:MM:SS UTC
QBWebConnector 2.2 has been initialized with its logging status to level = VERBOSE.
Please restart QBWebConnector for any change in log level to take effect. Use file menu to clear log.
20180111.17:52:39 UTC : QBWebConnector.RegistryManager.setUpdateLock() : HKEY_CURRENT_USER\Software\Intuit\QBWebConnector\UpdateLock has been set to False
20180111.17:52:39 UTC : QBWebConnector.RegistryManager.setUpdateLock() : ********************* Update session unlocked *********************
20180111.17:52:39 UTC : : ~SingleInstanceHandler() - usingInstanceChannel = false. Returning without any Registry key delete or unmarshalling.
20180111.17:52:45 UTC : QWCReader.ParseQWC() : Contents of QWC file: -
<QBWCXML>
<AppName>Dashboard</AppName>
<AppID></AppID>
<AppURL>https://app.cyfe.net/ext/quickbooks/soap/</AppURL>
<AppDescription>Allows you to add QuickBooks Desktop info to your Dashboard</AppDescription>
<AppSupport>https://app.cyfe.net/ext/quickbooks/</AppSupport>
<UserName>derekjosepholson@gmail.com</UserName>
<OwnerID>{192E4G11-F265-QNCE-F1BB-X36916G13D6B}</OwnerID>
<FileID>{57F3B9B6-86F1-4FDC-B1FF-966DE1853D20}</FileID>
<QBType>QBFS</QBType>
<Notify>false</Notify>
<Scheduler>
<RunEveryNMinutes>10</RunEveryNMinutes>
</Scheduler>
<IsReadOnly>false</IsReadOnly>
</QBWCXML>
20180111.17:52:45 UTC : QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC) : Parsing application configuration xml file to load its content to variables
20180111.17:52:52 UTC : QBWebConnector.RegistryManager.createRegKey() : Error creating registry key for appName = <>
20180111.17:52:52 UTC : QBWebConnector.RegistryManager.createRegKey() : Reason: Value cannot be null.
Parameter name: name
20180111.17:52:52 UTC : QBWebConnector.SOAPWebService.SerializeToRegistry() : Error saving Dashboard to Registry: Object reference not set to an instance of an object.
20180111.17:52:52 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connecting to QuickBooks...
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.ConnectToQB() : Connected., Session started
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.AddToQuickBooks() : Application name = Dashboard
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.AddToQuickBooks() : Querying company file to find if owner/file id exists.
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Latest QBXML version supported = v13.0
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Querying QuickBooks for existance of owner/file id
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : XML dump follows: -
<?xml version="1.0"?><?qbxml version="13.0"?><QBXML><QBXMLMsgsRq onError="stopOnError"><DataExtDefQueryRq requestID="1"><OwnerID>{192E4G11-F265-QNCE-F1BB-X36916G13D6B}</OwnerID></DataExtDefQueryRq></QBXMLMsgsRq></QBXML>
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : XML dump follows: -
<?xml version="1.0" ?>
<QBXML>
<QBXMLMsgsRs>
<DataExtDefQueryRs requestID="1" statusCode="3065" statusSeverity="Error" statusMessage="There was an error when converting the GUID value "{192E4G11-F265-QNCE-F1BB-X36916G13D6B}" in the field "OwnerID". " />
</QBXMLMsgsRs>
</QBXML>
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Status message: There was an error when converting the GUID value "{192E4G11-F265-QNCE-F1BB-X36916G13D6B}" in the field "OwnerID".
20180111.17:53:06 UTC : QBWebConnector.SOAPWebService.AddToQuickBooks() : QBWC1039: There was a problem adding the application. Check QWCLog.txt for details.
<Unable to access QuickBooks, QuickBooks must be open the first time an application is added to the web connector>
at QBWebConnector.WebService.AddToQuickBooks()
20180111.17:53:17 UTC : QBWebConnector.SOAPWebService.DisconnectFromQB() : Session ended and connection closed我愿意接受任何建议!我总是确保以管理员的身份运行QB,我打开了公司文件,通过QB打开了web连接器,并通过UI在web连接器上添加了应用程序。我试着查找我在日志中发现的所有错误,但到目前为止没有任何帮助。
发布于 2018-01-12 03:04:00
如果您读取您发布的日志文件,您可以看到以下内容:
20180111.16:53:48 UTC : QBWebConnector.SOAPWebService.findFileIDinQB() : Status message: There was an error when converting the GUID value "{192E4G11-F265-QNCE-F1BB-X36916G13D6B}" in the field "OwnerID".
这不是一个有效的GUID:
192E4G11-F265-QNCE-F1BB-X36916G13D6B
在这里阅读关于GUID值的文章:
具体来说,这部分说:
the sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits注意,GUID不使用十六进制数字。例如,X、Q和N都不是十六进制的。
根据日志文件错误消息修复GUID。
https://stackoverflow.com/questions/48213329
复制相似问题