Details
-
Fix
-
Status: Released (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.7.4, 1.8
-
Galadriel.sos / UK.sos-berlin.com / Japan.sos-berlin.com
Description
- If user specify a RegExto transfer group of files with same filename BUT different file extention i.e. user want to transfer two files
- SOS-100_22.01.2015.csv
- SOS-100_22.01.2015.xls
- Valid RegEx for such a file group is
^.*_22.01.2015\.(xls|csv)${code} *#
._22.01.2015\.xls$|._22.01.2015\.csv${code}
- JADE does find files and transfer them to jump host, but as soon as it start transfer file from jumphost to target host YADE throws an error
- Error
5634 [main] INFO sos.net.ssh.SOSSSHJob2 - stderr = bash: -c: line 0: syntax error near unexpected token `('
- How to reproduce
- user YADE CLI on Galadriel.sos
YADE Command line execution
/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_bkp.ini -profile=from_Galadriel_to_Japan_via_UK
- user YADE CLI on Galadriel.sos
Attachments
Issue Links
- relates to
-
YADE-239 YADE should not raise an error "File Not Found" when file_compress=true for use with jump hosts
- Released