Installing and configuring SystemsLink for TruETA

First available in: TMW Operations 2019.4

Requirements:
  • You must have system administrator permissions to install and configure SystemsLink.

  • To perform this part of the setup, you must have already downloaded the required files. If you have not, follow the steps in Downloading the required files.

You use SystemsLink to communicate between TMW Operations, your TMWSuite database, and the TruETA service.

This service uses data from your database with real-time data from the tractor or driver to perform ETA calculations. Once the TruETA service runs its calculations, SystemsLink updates your TMWSuite database so that dispatchers view updated ETA information in TMW Operations.

You must complete these steps in the order they are given:

  1. Install SystemsLink.

  2. Update the SystemsLink Web.config file.

  3. Update the SystemsLink.TMW Web.config file.

  4. Update the SystemsLink MiddleTier Web.config file.

  1. Use File Explorer to open the Trimble Web Products ZIP folder.

  2. Install SystemsLink.

    For details, see the SystemsLink installation topic in the SystemsLink online help.

    Note: After you download and install SystemsLink, you must update the following configuration files:

    • SystemsLink (also known as SystemsLink Core) Web.config

    • SystemsLink.TMW Web.config

    • SystemsLink MiddleTier Web.config

  1. Use File Explorer to open the location where you installed SystemsLink for TruETA.

    image1

  2. Open the Web.config file in a text editor, such as Notepad++.

  3. Search for the <appSettings> section.

  4. Update these setting values.

    Setting Value

    ALKApiUrl

    Enter the following value: http://tripmanagement.alk.com/Service.svc

    ALKAuthorizationKey

    Enter your company’s Trimble Maps API key.

    To obtain a Trimble Maps API key, contact your Support representative.

  5. If needed, update these application settings.

    Note: By default, these application settings are updated during the SystemsLink installation. However, there may be times when you may need to modify them.

    Setting Value

    ccUser

    Enter your company’s ClientCenter user ID.

    ccPass

    Enter your company’s ClientCenter password.

    EnvironmentType

    Enter Production.

    LicensingManagerServiceUrl

    Enter the URL to your company’s SystemsLink licensing API.

    For example:

    http://may-doc-app01/LicensingApi/LicensingManager.svc

  6. Save your changes.

  7. Back up this file so you do not have to make these changes after future upgrades.

  1. Use File Explorer to open the location where you installed SystemsLink.TMW for TruETA.

    image2

  2. Open the Web.config file in a text editor, such as Notepad++.

  3. Search for the <appSettings> section.

  4. If needed, update these setting values.

    Setting Value

    ALKApiUrl

    Enter the following value: http://tripmanagement.alk.com/Service.svc

    ALKAuthorizationKey

    Enter your company’s Trimble Maps API key.

    To obtain a Trimble Maps API key, contact your Support representative.

  5. Update the InternalBaseAddress application setting to point to your base SystemsLink URL.

    For example: <add key="InternalBaseAddress" value="http://MAY-DOC-APP01/TrimbleProducts/SystemsLinkTruETA" />

  6. Save your changes.

  7. Back up this file so you do not have to make these changes after future upgrades.

  1. Use File Explorer to open the location where you installed SystemsLink MiddleTier for TruETA.

    image3

  2. Open the Web.config file in a text editor, such as Notepad++.

  3. Search for the <appSettings> section.

  4. Update these setting values.

    Setting Value

    ALKApiUrl

    Enter the following value: http://tripmanagement.alk.com/Service.svc

    ALKAuthorizationKey

    Enter your company’s Trimble Maps API key.

    To obtain a Trimble Maps API key, contact your Support representative.

  5. If needed, update these application settings.

    Note: By default, these application settings are updated during the SystemsLink installation. However, there may be times when you may need to modify them.

    Setting Value

    ccUser

    Enter your company’s ClientCenter user ID.

    ccPass

    Enter your company’s ClientCenter password.

    EnvironmentType

    Enter Production.

    LicensingManagerServiceUrl

    Enter the URL to your company’s SystemsLink licensing API

    For example:

    http://may-doc-app01/LicensingApi/LicensingManager.svc

  6. Save your changes.

  7. Back up this file so you do not have to make these changes after future upgrades.

  8. Follow the steps listed in Installing and configuring WorkCycle for TruETA.