Using an application written in vb.net and using qbfc8 to connect into QB Enterprise 11. I am making a simple call to the company file to open and then close a connection. This should result in the QB application popping up a message asking if this application is allowed to have access to this file and then I am able to assign it to a specific user to sign in as.
This all works great except on this one particular server where I have yet to get it to ever popup the application request to access QBs. An error is always returned saying, "A QuickBooks company data file is already open and it is different from the one requested." with an error code of -2147220470.
I am using these instructions to access the file: http://support.quickbooks.intuit.com/support/pages/inproducthelp/Core/QB2K12/ContentPackage/Verticals/Retail/rr_sdkapp_access_preferences.html
Also I am in single-user mode while doing this: http://support.quickbooks.intuit.com/support/articles/SLN41168
On this server there are a few QB files but none of them should be being used right now, but is there a way to find out if there are any QB files being accessed on the server that is keeping the popup from appearing?
Thanks a ton!