Versions Compared

Key

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

...

There are two possible ways to transfer the JADE trasnfer histroy to the JADE Background Service

#Near Real Time : immediately after the file transfer using TCP/UDP, JADE client initiate the transfer
#Batch Mode : as per scheduled job in JADE Background Service using file transfer , JADE Background Service initiate the transferh3.

TCP/UDP Communication

The transfer history can be send to JADE Background Service immediately after the file transfer over TCP or UDP. The JADE Background Service _server_name, port_ServiceHost, ServicePort, TransferMethod(protocol) etc. can be configured under the profile _BackgroundService_ in the _jade_settings.ini, which will be used by all the subsequent profiles. _ _

No Format
No Format
_
_[BackgroundService]_
_BackgroundServiceHosh1. jadebs.sos_
_BackgroundServicePort4210_
_SendTransferHistorh1. true_
_TransferMethodTCP

...

...

File Transfer

JADE Background Service have process (SOS Jobscheduler Jobchain) to collect all the _jade_histroy.csv_ files from different servers. The _jade_histroy.csv_ file(s) can be PULL/RECEIVED from different JADE Client(s) (server(s) where JADE is running),to the JADE Background Service, using FTP, SFTP, FTPS, SCP. Once file is successfully PULL/RECEIVED by JADE Background Service files will be automatically processed and transfer history will be imported in the respective Database.h3.

Firewall and Port settings

...

  • JADE Background Service is using TCP/UDP port(s) i.e. 5432 , for Scheduler's Operation Center GUI and to receive the transfer history (TCP/UDP packets), thus Firewall rules should allow the bi-directional TCP/UDP traffic for JADE Background Service (SOS Scheduler).

...

  • For JADE Background Service to PULL/RECEIVED

...

  • jade_history.csv

...

  • files from the JADE client server(s), the respective ports as per as transfer protocol i.e. FTP 21, SFTP 22 should be allowed by the Firewall on JADE client server(s)