A few months ago I installed QB Sync on another site and got it working, then apparently for no reason the app stopped authenticating with the identical error I'm getting now. At the same time I ended up not finishing the site so I never followed up on the problem. I am now installing QB Sync on another site and I've gone through the normal setup woes but I got everything working fine and I was just making changes in matching to finish up and all of a sudden I started getting an authentication error after just making a match change, so it's unlikely that had anything to do with it. Here is the error from the log with VERBOSE on, and below is what I've tried to fix it.
Code:
20100923.16:06:57 UTC : QBWebConnector.SOAPWebService.do_authenticate() : Authenticating to application 'ZenCart Quickbooks Sync', username = 'mylogin'
20100923.16:06:57 UTC : QBWebConnector.SOAPWebService.do_authenticate() : *** Calling authenticate() with following parameters:<userName="mylogin"><password=<MaskedForSecurity>
20100923.16:07:28 UTC : QBWebConnector.SOAPWebService.do_authenticate() : QBWC1012: Authentication failed due to following error message.
Maximum execution time of 30 seconds exceeded
More info:
StackTrace = at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at QBWebConnector.localhost.WCWebServiceDoc.authenticate(String strUserName, String strPassword)
at QBWebConnector.localhost.WCWebService.authenticate(String strUserName, String strPassword)
at QBWebConnector.SOAPWebService.authenticate(String UserName, String Password)
at QBWebConnector.WebService.do_authenticate(String& ticket, String& companyFileName)
I've verified my site is online(having the site "down for maintenance" will cause this same behavior), I have uninstalled the app from the Web connector and re-installed it, verified that my QWC file contents have not changed, and cleared my browser cache, though I doubt this would be related .
Anyone have any other ideas of what to try?
Thanks.