zackchandler / qbwc-mini

Sinatra ruby server implementing QBWC callbacks in < 75 LOC
9 stars 2 forks source link

Fails to Authenticate #1

Closed rposborne closed 12 years ago

rposborne commented 12 years ago

QBWC1012: Authentication failed due to following error message. Object reference not set to an instance of an object. See QWCLog for more details. Remember to turn logging on.

Running on 1.9.2 with the latest sinatra.

Been banging my head against the wall.

rposborne commented 12 years ago

Answered my own question

QWC file was incorrect.

DocWraped VS. RPC

fsantinile2 commented 8 years ago

Hey @rposborne I'm having the same problem. Do you remember what was wrong with your file?

rposborne commented 8 years ago

@fsantiniabaca You are racking my brain.

If memory serves correctly it's this line. https://github.com/zackchandler/qbwc-mini/blob/master/app.qwc#L11

RPC vs Document style

That being said I would highly recommend https://github.com/qbwc/qbwc it's still actively maintained.

fsantinile2 commented 8 years ago

We're creating a new web app in .NET. I'm following Intuit's docs and mine, so far is:

`<?xml version="1.0"?>

Troubleshoot access via QuickBooks IDNTS_FS1 https://test.developer.intuit.com/QBWC/TroubleshootWebServiceFS/Service.asmx Helps troubleshoot QBWebConnector for QuickBooks http://support.quickbooks.intuit.com/support/ test {A9A83089-7DA7-4d27-A08C-7E1626E9395A} {AE931E67-4AA5-4374-A32D-8EA4BEC91981} QBFS 0xF ` Still getting the error though. When debugging in .NET both User and Pass are null.
fsantinile2 commented 8 years ago

Got it! Rebuilt all my files, updated the QWC file and that solved the problem!

Flavio Santini Chief Technical Officer Software Architect & Software Engineer

Abaca.net Programming & Software Support 2061 NW 2ND AVE #205 Boca Raton, FL 33431

Toll Free: 1-800-626-5929 Ext. 302 Tel: 561-737-3999 Fax: 561-737-7985 E-Mail: flavio.santini@abaca.net eway@abaca.net Web: www.abaca.net https://mail.google.com/mail/u/0/www.abaca.net

To send us a file: https://www.hightail.com/u/AbacaNet

If you need a new look for your website: https://app.prontomarketing.com/signup/abacanet/

Ask me how you can start accepting credit cards anywhere with your mobile phone or iPad...

On Thu, Feb 18, 2016 at 10:57 AM, rocketosborne notifications@github.com wrote:

@fsantiniabaca https://github.com/fsantiniabaca You are racking my brain.

If memory serves correctly it's this line. https://github.com/zackchandler/qbwc-mini/blob/master/app.qwc#L11

RPC vs Document style

That being said I would highly recommend https://github.com/qbwc/qbwc it's still actively maintained.

— Reply to this email directly or view it on GitHub https://github.com/zackchandler/qbwc-mini/issues/1#issuecomment-185789388 .