Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- Users can transfer files using the built-in YADE component with shell jobs.
- The JOC Cockpit offers the File Transfer History view that displays each transfer and file.
Desired Behavior
- Users would like to use built-in OS commands such as cp, mv, curl etc. and individual scripts to transfer files in addition to YADE.
- For such non-YADE transfers the File Transfer History should be populated similar to transfers by YADE.
- The JS7 Agent should ship with the script JS7_AGENT_HOME/bin/file_transfer_history.sh|.cmd:
- The script can be parameterized for any information items as available with the File Transfer History view.
- For details and examples see the linked article.
Patch
- This feature is available starting from release 2.5.2. For earlier releases of JS7 users can download a patch file.
- How to apply the patch
- Navigate to the JS7 Agent's patch directory: cd JS7_AGENT_HOME/lib/patches.
- Download the patch file: patch-20230125-JS-2036-2.5.2.jar
- Navigate to the JS7 Agent's bin directory: cd JS7_AGENT_HOME/bin
- Navigate to the JS7 Agent's patch directory: cd JS7_AGENT_HOME/lib/patches.
-
-
- For Unix download the script file: https://download.sos-berlin.com/JobScheduler.2.5/file_transfer_history.sh
- For Windows download the script file: https://download.sos-berlin.com/JobScheduler.2.5/file_transfer_history.cmd
- Restart the JS7 Agent
-
- For details see JS7 - Patches for Agent