Deploy and Configure Data Loader Files

Note: The APM Connect installer automatically deletes the file RunDataLoaderRoute.cfg from the following location C:\APMConnect\Utilities\runtime\deploy, if it exists there. You must complete the remaining steps in this topic manually.

Steps

  1. Access the APM Connect installation package, and then copy the file RunDataLoaderRoute.cfg.
  2. Navigate to <root>\APMConnect\Utilities\runtime\etc, and then paste the copied file in that location.
  3. Open the file to edit, and then configure the following parameters:

    Parameter Description Default or Recommended Value
    context Defines what Talend context environment is used. Default.
    TRUSTSTORE_FILE The directory path to the dinoloader SSL configuration file. Value is unique to the user.
    TRUSTSTORE_PASSWORD

    The password for the keystore files.

    Value is unique to the user.
    USE_SSL Determines if SSL is used.
    • true: will use SSL.
    • false: will not use SSL.
    IR_HOST Intermediary Repository host name. Value is unique to the user.
    IR_DATABASE Database for the dinoloader job. Value is unique to the user.
    IR_USERID Intermediary Repository username. Value is unique to the user.
    IR_PASSWORD Intermediary Repository password. Value is unique to the user.
    IR_SCHEMA

    The schema in which the IR database will be created.

    The default value is public.

    IR_PORT Intermediate Repository port. Default value is 5432.
    LOG4J_CONFIG_FILE Log4j directory path. C:/APMConnect/Config/log4j.properties
    IS_LINUX Indicates if the machine on which the Data Loaders are deployed is a POSIX-compliant operating system (e.g., Linux, UNIX, AIX, HPUX etc.) or another operating system.
    • true: Enter true if you are deploying the Data Loaders on a POSIX-compliant operating system.
    • false: Enter false if you are not deploying the Data Loaders on a POSIX-compliant operating system.
    LINUX_BASE_PATH The directory path where the data loader file share is mounted.

    This parameter is required only if you are deploying the Data Loaders on a Linux machine.

    This path is defined by system administrator for the Linux machine, and the value is unique to the user.

    ROW_LEVEL_LOGGING Used for debugging, specifies whether or not data rows are written to the log.

    The default is false.

    true: Writes data rows to the log.

    false: Suppresses data rows from the log.

    org.apache.karaf.features.configKey Karaf web console configuration tie-in is used to associate this configuration file with the RunDataLoaderRoute class.

    RunDataLoaderRoute.talendcontext.Default

    IMPORTANT: Do not modify this parameter.

  4. Save the file.
  5. In the installation package, copy the file RunDataloaderRoute.kar.
  6. On your APM Connect server, navigate to <root>\APMConnect\Utilities\runtime\deploy, and then paste the copied file in that location.

    Note: If new configuration is not automatically applied, restart the APM_CONTAINER service. This will force the changes to be applied.

What's Next?

Copyright © 2018 General Electric Company. All rights reserved.