Hello all,
I have 1 folder which has 500 to 800 text files , I want to put them in zip folder /file.
Data\temp(500 notepad files)
I want it as Data\temp\alldata110924.zip
Or I can create folder ,add all files …
So either zip folder or add files to folder and zip…
Anything is fine and works for me…
I tried zip unzip activity but having difficulty …
Pls help …
TIA !
SorenB
September 11, 2024, 5:41pm
2
Hello @Shruthika_r
You should be able to use the activity “Compress/Zip Files” and just point to your folder
Regards
Soren
1 Like
Hi @SorenB
Thanks for ur reply. This solution working in my personal laptop but in office production environment getting error below
▲ Compress/Zip Files: Method not found: 'Void
ICSharpCode.SharpZipLib.Zip.Compressio n.Streams.Deflater OutputStream.set_Pass word(System.String)'.
Anything can you suggest ?
TIA
Anil_G
(Anil Gorthi)
September 15, 2024, 4:42am
4
@Shruthika_r
On the office laptop were you able to zip manually?
Cheers
SorenB
September 16, 2024, 4:48am
5
Hello @Shruthika_r
Are you setting a password on the archive when compressing?
If you are, then try without the password just to check whether it is this property that is causing problems.
Also please verify that you have write permissions on the folder/share where the .zip is being created.
Regards
Soren
It is resolved by upgrading the dependency package.
system
(system)
Closed
November 9, 2024, 6:45pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.