You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Part of JobScheduler implementation project , one of our customer have 50+ of trading partners , customers and vendors. Each one of them exchange 100s files of file between them . To automate all file exchange to/from we had employed solution using Jobscheduler + JADE on Linux server i.e. JADE-HUB. The local file system where JADE is running had folders and sub folders per department , per user/project/vendor etc. JADE was configure to transfer files matching with regular expression , size etc. from/to those folders. JobScheduler had the time and event scheduling information. Thus i.e. if vendor place a new report i.e. daily_new_customer_20140207.xls on there FTP/sFTP server daily at morning 06:00 hours, JADE-HUB was configured to start polling the target server starting from 06:00 hours until next 2 hours with frequency of 5 minutes , until file is successfully downloaded or file is not found. Fair weather condition JADE as soon as JADE-HUB finds file(s) , JADE will download it into per-reconfigured folder i.e. /data/inbound/marketing/CustRes/daily_report/ the file system /data/ on JADE-HUB is exported as shared drive over Samaba. The interested users had mounted the shared drive to there workstation. The user management i.e. access to particulate folder was controlled using Active directory.

  • No labels