I'm assuming that a "native QB connector" means you want a desktop link that directly opens your company file? Is this correct? If so, use the windows explorer to locate your QB file and select it. Then right click and send to desktop as shortcut. You can then use that shortcut to go directly to your QB company file. Hope this helps.
This application is not allowed to log into this QuickBooks company data file automatically?
I want to create native QuickBooks connector. While connecting with QuickBooks Company file I am getting following error.
> "This application is not allowed to log into this QuickBooks company
> data file automatically. The QuickBooks administrator can grant
> permission for an automatic login through the Integrated Application
> preferences."
[![Error][1]][1]
This is my Code:
QBSessionManagerClass sMgr = new QBSessionManagerClass();
try
{
sMgr.BeginSession(fileName, ENOpenMode.omMultiUser);
}
catch
{
sMgr.CloseConnection();
throw;
}
I am using QuickBooks Desktop Enterprise Solutions 17.0 and QBXML SDK 13.0 Installer.
Does anyone have any ideas as to what the issue may be? Thanks in advance.
[1]: https://i.stack.imgur.com/5Adkh.png
Follow
1
Add comment
More
Report
1 Expert Answer
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.