We have a task that 7zips a bunch of files from a network location to a subdir in that same network location. What's happening is that the 7z file is created and the filenames are added to the 7z, but each file in the 7z is 0 bytes.
Example - the task is made to 7zip the file in the \\mycompany\datafiles directory and then 7zip those and put the 7z file in \\mycompany\datafiles\archive directory. The 7z file is created but the files themselves are empty. The job is reported as successful and nothing seems to be written to the logfiles that point to an issue.
The task itself has a file mask for all txt files in the directory that match a modified date of 'all files older than the first of the current month'.
When I change the task to zip, it seems to work fine in that all the expected files are compressed into the zip file. When I first get visualcron to copy the files to it's local drive in a temp directory, it will compress the files correctly but I'm hoping to avoid having to do that simply due to the extra time. Creating the 7z file manually using the 7zip application works fine.
We've now tried this on v8.2.5 and the latest version.
Has anyone seen this before or run into the same problem? Any ideas where I can look or if I'm doing something wrong? I haven't exhaustively tested (i.e. turning off the file masks / dates), etc. but since a zip file works with the same thing, I haven't gone that yet.
Edited by moderator
2019-08-19T07:53:22Z
|
Reason: Not specified