Skip to content

Service deployment

Service download

The Isogeo service is generated from our platform for each workgroup and has its own identifiers.

To retrieve it, log on to https://app.isogeo.com with your account and go to Administration > Applications > Scan FME.

Tip

For direct access to the scan administration interface: https://app.isogeo.com/admin/isogeo-worker

If no service is installed, you can create your first service via the interface below by clicking on Create a new service.

"Service creation from the interface

The interface then lets you download the installer.

"Download installer

Service installation

  1. Unzip the downloaded archive (zip) into the C:\Program files\Isogeo folder.

    Service archive contents

  2. Open the daemon folder;

  3. Right-click on install.bat, then Run as administrator

    "Install the service with administrative rights"

A Windows console will then open, indicating that installation and start-up of the service are in progress, and will close automatically. If the window does not close and an error message appears, double-check the prerequisites. If the problem persists, contact support.

Check service installation

  1. Open the Windows Services console (click on "Start", search for "services").
  2. If the Isogeo Service has been installed successfully, a service named Isogeo Worker - WorkgroupIdentifier with the status Running will appear in the list.

If this service does not appear, try refreshing the list (F5). If it still doesn't appear, try the installation again.

Service configuration

The service must be started by the dedicated isogeo Windows user(see prerequisites). However, after installation, the local administrator account is the "master".

  1. Open service properties (right-click>properties)

"Open service properties

  1. In the Connection tab, select the This account option and enter the isogeo user account details.

"Accessing the Windows Service Manager

  1. Click OK, and a window will appear indicating that you need to restart the service to take the change into account,
  2. Right-click on the service > Restart

Installation is now complete :)!

Back to Isogeo application

Once installed, return to your browser and the Scan FME interface.

If installation is successful, the installed service automatically takes the name of your server. The version and "Connected" status are also displayed in green.

By clicking on the service name, you'll see that information on the server configuration and the path to FME are brought up.

"Successful installation

If the dot is red, refresh the page. Communication may be blocked by a proxy.

Configure proxy

The client can be used behind a corporate proxy. To do this, create a proxy.json file at the root of the service directory, and specify the proxy URL. Also specify a user and password if proxy authentication is required.

Example:

{
  "httpsProxy": "http://user:pass@proxy:8080"
}

If the connection is still not effective, contact support.