Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I used the tFileArchive component in my job to archive the source file. The job would be running daily and so I put the date in the archive file. The job runs fine and the source file is archived, but it prints out a warning:
01 - Insert PO-Receipt rows into table
02 - Archive PO-Receipt File
WARNING: It is better that the gzip file change from "20190327.PS_PO_RCT000000013.gz" to "PS_PO_RCT000000013.gz".
[statistics] disconnected
Job testJob1_POReceipts ended at 10:10 27/03/2019. [exit code=0]
Can anyone tell me why it gives the warning?
Thanks,
TM
Hi,
I not sure - deep source, possible something specific for Linux + gzip
but it gives to you this warning if target filename does not include full source name, like:
just use zip instead
Hi,
I not sure - deep source, possible something specific for Linux + gzip
but it gives to you this warning if target filename does not include full source name, like:
just use zip instead