Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.7.4, 1.8
-
Galadriel.sos / UK.sos-berlin.com / Japan.sos-berlin.com
Description
- If user specifies a YADE profile i.e.
file_spec = ^.*_22.01.2015\.xls$ compress_files = true
for a matching file group YADE does following
- Find the correct file and compress it with default compressed file extension .gz i.e. SOS-100_22.01.2015.xls --> SOS-100_22.01.2015.xls.gz
- Transfer SOS-100_22.01.2015.xls.gz to jumphost temporary directory
- BUT when YADE starts the transfer from jumphost to target_host, YADE looks for original files i.e. SOS-100_22.01.2015.xls matching with file_spec=^.*_22.01.2015\.xls$, but since there is no file SOS-100_22.01.2015.xls but compressed file SOS-100_22.01.2015.xls.gz, YADE throws error
- Error
SOSJADE_E_0100: No filename found which match the criteria as specified using the regular expression '^.*_22.01.2015.xls$' SOSJADE_E_0100: No filename found which match the criteria as specified using the regular expression '^.*_22.01.2015.xls$' (SOSJADE_E_0100: No filename found which match the criteria as specified using the regular expression '^.*_22.01.2015.xls$')
- How to reproduce
- user YADE CLI on Galadriel.sos
YADE CLI
/home/sos/sos-berlin.com/jade_client/jade_rc/bin/jade4dmz.sh -settings=/home/sos/sos-berlin.com/jade_client/jade_rc/config/jade_settings_compress_jumphost_compress_file.ini -profile=from_Galadriel_to_Japan_via_UK
- user YADE CLI on Galadriel.sos
Attachments
Issue Links
- is related to
-
YADE-238 YADE should evaluate RegEx for multiple file extensions ^.*\.(xls|csv)$ when used with jump host
- Released