Skip to main content
Skip table of contents

Installation

  1. Extract the zip to the installation folder. For example,
    C:\EzeScanRestSync

  2. To install as a windows service run the follow command as Administrator:

    1. Assuming you installed the zip file contents into "C:\EzeScanRestSync", then copy and paste the command below into a 'Run as Administrator' cmd prompt window.

      CODE
      sc create "EzeScan REST Sync" BinPath="C:\EzeScanRestSync\EzeScan.RestSync.exe"
    2. Then press the enter key to run the command.

    3. The command should report a 'Success' styled message if the service does install correctly.

  3. Open Windows Service Control Manager

  4. Right click on EzeScan REST Sync service and select properties

  5. Enter the username and password of an account with write permissions to the installation directory

  6. Change the startup type to Automatic

  7. Back in your installation directory, edit the connection string in the appsettings.json file to point to your SQL server.

    CODE
    },
    "ConnectionStrings": {
    "AppDatabase": "Data Source=sqlserver.domain.com;Database=ezescansync;User ID=sql-user;Password=sqlpassword"
    }

Application tables will be created within the [ERS] schema. This is to provide isolation from custom tables that will might be generated for synchronisation Jobs in the same database.

  1. Save your changes to the appsettings.json file.

  2. Back in the Windows Services Control Manager screen, start the service.

  3. Confirm the web interface loads by navigating to http://localhost:32394 with your browser of choice.

JavaScript errors detected

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

If this problem persists, please contact our support.