Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Warning from the tFileArchive component

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

Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

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:

  • source file - Example.XML
  • target name Example.gz - warning and inside archive file Example without XML extension
  • target name Example.XML.gz - no warning, inside archive - proper file Example.XML

 

just use zip instead

View solution in original post

1 Reply
vapukov
Master II
Master II

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:

  • source file - Example.XML
  • target name Example.gz - warning and inside archive file Example without XML extension
  • target name Example.XML.gz - no warning, inside archive - proper file Example.XML

 

just use zip instead