Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

General

  • The JADE YADE Background Service contains essentially a JobScheduler job which imports the JADE YADE Client transfers transfer history into a database.
  • For this the JADE YADE Client send sends for each transfer an order to the JADE YADE Background Service.
    • You have to configure some parameters (see below) in the profiles of the JADE YADE Client so it knows the JobScheduler and the name of the Background Service job chain where the order is to be sent.

Requirements

  • A JobScheduler has to be installedup and running.

Installation

  • The downloads of the JADE YADE Background Service comes since release 1.8.0 without an installer.
  • Please extract the downloaded archive jade_background_service.<release>.(tar.gz|zip) directly in the SCHEDULER_DATA directory of a JobScheduler installation.

Configuration

Configuration of the database in the

...

YADE Background Service

  • Per By default the JADE YADE Background Service use uses the JobScheduler database. All database tables are created with the JobScheduler installer.
  • Edit the file ./config/sos/jade/jade_history_db.params.xml to configure another a different database for the JADE Background ServiceYADE Background Service.
    • If you don't use the JobScheduler database then you have to create the database tables which are described in SCHEDULER_HOME/db/<dbms>/sosftphistory.sql.
  • The database has to be the same as is used from the JADE YADE History Viewer.

Configuration of the

...

YADE Client

  • Use the following parameters ...
    • in a [globals] section of the JADE YADE settings file if you want that the JADE YADE Client sends transfer history data to the Background Service for all profiles in a every profile where you want that transfer data are sent
    • Alternatively this setting can be applied to individual profiles if the transfer history should not be be sent for all profiles.
Code Block
titleExample in \[globals\] section
[globals]
BackgroundServiceJobChainName = /sos/jade/jade_history
BackgroundServiceHost         = myJobSchedulerHost
BackgroundServicePort         = 4444
SendTransferHistory           = true
  • Please note that since release 1.8.0 the JADE YADE Background Service job chain location which imports the transfer data has changed.
  • It is required to set the parameter: BackgroundServiceJobChainName = /sos/jade/jade_history

...