Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Julien Benoit
2023-06-30T19:22:55Z
When I tried to extract a .7z file with visual cron I get the following message

Invalid archive: open/read error! Is it encrypted and a wrong password was provided?
If your archive is an exotic one, it is possible that SevenZipSharp has no signature for its format and thus decided it is TAR by mistake.
at VisualCronService.ProcessTaskArchiveDecompressClass.OrderWatcher() in C:\git\code\VisualCronService\Jobs\TaskProcesses\File\Archive\clsProcessTaskArchiveDecompress.vb:line 249 - file:


I copied the file from server to my computer and I can extract it without a password. I also tried to create a test .7z file from my computer and drop it on the server for extraction and it work.

Someone have any ideas?
Sponsor
Forum information
Michael Garrett
2023-07-28T11:47:25Z
Originally Posted by: Julien Benoit 

When I tried to extract a .7z file with visual cron I get the following message

Invalid archive: open/read error! Is it encrypted and a wrong password was provided?
If your archive is an exotic one, it is possible that SevenZipSharp has no signature for its format and thus decided it is TAR by mistake.
at VisualCronService.ProcessTaskArchiveDecompressClass.OrderWatcher() in C:\git\code\VisualCronService\Jobs\TaskProcesses\File\Archive\clsProcessTaskArchiveDecompress.vb:line 249 - file:


I copied the file from server to my computer and I can extract it without a password. I also tried to create a test .7z file from my computer and drop it on the server for extraction and it work. MyAccountAccess Login 

Someone have any ideas?



Hello,

The error message suggests that there might be an issue with the file or the extraction process in Visual Cron. It could be related to the specific file's format or a compatibility problem. However, since you can extract the file without a password on your computer and the test file extraction works on the server, the problem might be specific to the combination of Visual Cron and this particular file.

To troubleshoot, ensure Visual Cron is updated to the latest version and check for any known issues or updates related to file extraction. Additionally, verify the file's integrity and try different compression formats if possible.
Scroll to Top