Reckon Accounts 2022 - Can't connect over QBFC

Options
j_dwaybill
j_dwaybill Member Posts: 2

An application that has worked for 15 years stopped working with Reckon 2022.

Set QBSessionManager = New QBSessionManager

    QBSessionManager.OpenConnection2 " ", "Application Name", ctLocalQBD

    QBSessionManager.BeginSession QBFilePath, omDontCare


Receive an error from this as follows:

"The requested connection type could not be found."

And the QB SDK Log just spits out the following two lines everytime the begin session is called:

20220721.125348 I 4656 CertVerifier The file does not contain an Authenticode signature.

20220721.125348 E 4656 RequestProcessor Could not find installation of QuickBooks that supports the SDK.


Googling those leads no where. Hoping someone can shed some light on a solution.

Comments

  • Rav
    Rav Administrator, Reckon Staff Posts: 15,416 Community Manager Community Manager
    Options

    Hi @j_dwaybill

    Is there a particular process or action that is being run and subsequently failing which results in this error message appearing?

    ℹ️ Stay up to date with important news & announcements for your Reckon software! Click HERE for more info.

  • j_dwaybill
    j_dwaybill Member Posts: 2
    Options

    Hi @Rav

    We have section in our app for invoicing, when that is selected it will try to connect to any open instance of QB or to a listed file. That is when the error message appears. And that is also when the QBSDKLOG updates with the other errors.