Versions Compared

Key

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

...

Ideally JADE Background Service is collecting all the file transfer activities through JADE and archieving it into supported RDBMS Systems i.e. MySQL, PostgreSQL, Oracle etc.

The main components of the JADE Background Service is are

  1. SOS JobScheduler running as demon/service on central server
  2. JADE Jobchain running inside the SOS JobScheduler
    ##

How to transfer the transfer history data to the JADE Background Service?

There are two possible ways to transfer the JADE trasnfer histroy to the JADE Background Service
JADE writes detail log entries of the all file transfers irspective of there status i.e. success, error in the jade_histroy.log

  1. Dynamically after the file transfer using TCP/UDP
Code Block

 The transfer history can be send to JADE Background Service immedially after the file transfer over TCP or UDP.
 The JADE Background Service server_name, port etc can be configured in the ''jade_transfer.ini'', which will be used by all the subsiquent profiles. 
  1. Batch mode as per scheduleded job in the using file transferJADE Background Service

TCP Communication

UDP Communication

...