Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The File History Interface supports the following operations (case insensitive) : COPY, MOVE, GETLIST, RENAME, COPYTOINTERNET, COPYFROMINTERNET, REMOVE.
- The File History view supports: COPY, MOVE, GETLIST, RENAME, COPYTOINTERNET, COPYFROMINTERNET.
- The REMOVE operation for File Transfer History view can be obtained in two ways:
- Through an YADE Standalone Client by using the Remove operation:
- the File Transfer History view displays the Remove operations as UNKNOWN because the YADE Standalone Client internally sets this operation to delete instead of remove.
- Through File Transfer History Support for 3rd Party Utilitie with the --operation="remove" option.
- If the JOC-Cockpit Web Service result contains entries with the REMOVE operation, the Web Service throws an IllegalArgumentException and the File History view does not display any entries.
- Through an YADE Standalone Client by using the Remove operation:
Desired Behaviour
- The File Transfer History view should support the REMOVE operation.
- A possible error in the resolution of some transfers should not affect the display of valid transfers.
Test Instructions
- YADE Standalone Client
- Use operation Remove.
- File Transfer History Support for 3rd Party Utilitie
- Create and run a workflow with the following Script content (Windows example):
%JS7_AGENT_HOME%\bin\file_transfer_history.cmd --operation="remove" --transfer-file="1.txt"
- Create and run a workflow with the following Script content (Windows example):
- Use the FILE TRANSFERS or HISTORY tab to check the File Transfers History.
Patch
- Patches for each security level are available for Release 2.5.3.
- Security Level LOW: https://download.sos-berlin.com/patches/2.5.3-patch/js7_joc.2.5.3-PATCH.API-1.JOC-1560.low.jar [sha256] [sig] [tsr]
- Security Level MEDIUM: https://download.sos-berlin.com/patches/2.5.3-patch/js7_joc.2.5.3-PATCH.API-1.JOC-1560.medium.jar [sha256] [sig] [tsr]
- Security Level HIGH: https://download.sos-berlin.com/patches/2.5.3-patch/js7_joc.2.5.3-PATCH.API-1.JOC-1560.high.jar [sha256] [sig] [tsr]
- See attached Wiki page how to apply the patch.