Skip to main content
Skip table of contents

Client Accounting integration with AccountRight Live - accessing Live Services via a proxy server

This support note applies to:

  • AO Practice Manager (NZ)

  • AO Practice Manager (AU)

  • AO Workpapers (AU)

  • AO Statutory Reporter (AU)

  • AE Workpapers (AU)

  • AE Statutory Reporter (AU)

  • AE Practice Manager (NZ)

Article ID: 35763

This Knowledge Base article is intended for users with a thorough knowledge of proxy servers. We recommend that these steps be performed by an IT professional.

If your business operates with a proxy server, you need to follow the steps in this article to be able to use the Live Services within Client Accounting module.

To use the Live Services within Client Accounting module
  1. Open Windows Explorer (or My Computer) and navigate to your AE PM folder: \\SERVER\Central

  2. Open the "ClientFrameWork.exe.config" using Notepad

  3. Add following code after "</configSections>":

    <system.net>
    <connectionManagement>
    <add address="*"
    maxconnection="30" />
    </connectionManagement>
    <defaultProxy useDefaultCredentials="true">
    <proxy proxyaddress="http://Server:PORT" bypassonlocal="True" />
    </defaultProxy>
    </system.net>

  4. Save the changes you've made to the file and close it.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.