Method Community

 

Application Server Error when trying to connect Method IA to QBO account

Last post 02-01-2012 4:33 PM by Method_Michael. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 02-01-2012 12:01 AM

    • voltaire
    • Top 150 Contributor
    • Joined on 08-31-2010
    • Seattle, WA
    • Posts 32

    Application Server Error when trying to connect Method IA to QBO account

    I receive the following error message when I try to connect Method to QBO via IA.  It's been like this for the last 5 hours.  Thanks.

     

    Server Error in '/TestIpp' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    ____________________________
    Sean Pearson, CPA, QB ProAdvisor
    FinancialZone
    Intuit Solution Provider
    Advanced Method Solution Provider
    (800) 322-2950 x105
    seanp@financialzone.com
    www.financialzone.com
    View Sean Pearson's profile on LinkedIn
  • 02-01-2012 4:33 PM In reply to

    Re: Application Server Error when trying to connect Method IA to QBO account

    Answer

    Sean-

    Is this still happening now? Do you see the sync process screen at all before this error comes up?

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
Page 1 of 1 (2 items)