FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001024FL51.1 FLCLpublic2021-11-04 12:492021-11-04 13:17
ReporterFalk Reichbott 
Assigned ToFalk Reichbott 
PriorityhighSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformGeneralOSGeneralOS VersionGeneral
Product Version5.1.25 
Target Version5.1.26Fixed in Version5.1.26 
Summary0001024: If the first file list does not have an match the remaining file specifications are not used and a error (not found) occure
DescriptionHallo zusammen,

 

mit diesem Job möchte ich verschiedene Dateitypen abrufen:

 

//FLCL#SSH EXEC PGM=FLCL,PARM='CONV=DD:FLPARM'

//SYSPRINT DD SYSOUT=*

//SYSOUT DD SYSOUT=*

//FLPARM DD *

MESSAGE(USAGE DEFAULT)

read.bin(

 file='OUT/*.encode'

 file='OUT/*.sig'

 file='OUT/*.xml.err'

   NET.SSH(HOST='xx.xxx.xx.xxx'

        USER='anonym'

        HOSTKEYCHECK=ACCEPT

        port=22

        PRIKEYFILE='/home/OPCE800/.ssh/id2_rsa'

        KNOWNHOSTS='/home/OPCE800/.ssh/known_hosts'

        )

)

write.bin(file='/scp/tmp/[name]')

/*

 

Wenn jedoch der erste Versuch file='OUT/*.encode' negativ ist (keine Datei vorhanden) endet der Job mit RC=8 und es wird nicht auf file='OUT/*.sig' und file='OUT/*.xml.err' geprüft.

Steps To Reproduceflcl conv "read.bin(file=d*.bbb file=s*.txt) write.dummy"
Additional InformationIs a bug in FLUCRUN, and general to all commands supporting file lists
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001348)
Falk Reichbott (administrator)
2021-11-04 13:17

fixed

- Issue History
Date Modified Username Field Change
2021-11-04 12:49 Falk Reichbott New Issue
2021-11-04 12:49 Falk Reichbott Status new => assigned
2021-11-04 12:49 Falk Reichbott Assigned To => Falk Reichbott
2021-11-04 13:17 Falk Reichbott Note Added: 0001348
2021-11-04 13:17 Falk Reichbott Status assigned => resolved
2021-11-04 13:17 Falk Reichbott Fixed in Version => 5.1.26
2021-11-04 13:17 Falk Reichbott Resolution open => fixed


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker