<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extract All from Zip does not work correctly after upgrade to 7.3.1 in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114382#M51039</link>
    <description>&lt;P&gt;Interesting. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt; Unfortunately, I don't have an answer for you. Your test shows that it's not an issue within the VBO itself because the same code was used. According to all the Microsoft developer documentation and multiple support boards that I've reviewed (including Microsoft's own) Deflate64 is not supported in the .NET Framework, so I really can't say how this worked for you.&lt;/P&gt;&lt;P&gt;As I mentioned before, Deflate64 is supported within the Windows core for use by File Explorer, but for whatever reason they haven't extended it to PowerShell or the regular CMD prompt.&lt;/P&gt;&lt;P&gt;I saw that you tested with 7-zip, but you said it was pretty slow. I believe the are some command line properties you can pass into 7-zip that are supposed to help influence (i.e. speed up) the process of compressing/decompressing files.&amp;nbsp; Have you looked into that?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 15:04:51 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2024-09-24T15:04:51Z</dc:date>
    <item>
      <title>Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/113664#M50856</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are facing issue with one of our project after upgrade Blue Prism to version 7.3.1.&lt;/P&gt;&lt;P&gt;We have a large zip file to unzip (&amp;gt;2GB), and we utilize "Extract All from Zip" from VBO "&lt;SPAN&gt;Utility - Windows Compressed File&lt;/SPAN&gt;".&amp;nbsp;&lt;/P&gt;&lt;P&gt;On previous 7.1.1 Blue Prism version, file was successfully unzipped, but now for the same file we receive below error:&lt;BR /&gt;"Internal : Could not execute code stage because exception thrown by code stage: The archive entry was compressed using an unsupported compression method."&lt;/P&gt;&lt;P&gt;I have checked compression method for this file and it is "Deflate64". I found that this method may be unsupported in some .NET versions, but not sure if this is the issue in this case.&lt;BR /&gt;From the "About Blue Prism" popup I see that:&lt;BR /&gt;Blue Prism 7.1.1 utilize .NET Framework 4.7, while Blue Prism 7.3.1 utilize version 4.8.4744.0&lt;BR /&gt;&lt;BR /&gt;Did anyone have similar issue and found the solution?&lt;/P&gt;&lt;P&gt;I have already tried to workaround it and unzip using CMD command "tar -xf" and Powershell command "Expand-Archive", but I get similar error. What is interesting, simple right-click on file and "Extract All..." works good...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 14:00:19 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/113664#M50856</guid>
      <dc:creator>mateusz.karpik</dc:creator>
      <dc:date>2024-09-09T14:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114171#M50991</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/42803"&gt;@mateusz.karpik&lt;/a&gt;&amp;nbsp;- usually it should be working with PowerShell "Expand-Archive -Path yourfile.zip -DestinationPath yourDestinationPath"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(If your machines have) - Try to do the front-end automation with 7 zip or winrar? (It's a basic desktop applciation)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 21:52:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114171#M50991</guid>
      <dc:creator>ManojKothapalli_G</dc:creator>
      <dc:date>2024-09-18T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114210#M51008</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/42803"&gt;@mateusz.karpik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What utility was used to create the zip file?&lt;/LI&gt;&lt;LI&gt;Are there other zip files contained within the main zip file?&lt;/LI&gt;&lt;LI&gt;Are you running 64-bit BP 7.3.1 or 32-bit?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 13:59:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114210#M51008</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-09-20T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114253#M51018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/60967"&gt;@ManojKothapalli_G&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I tried PowerShell Expand-Archive command, but it gives me the same error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mateuszkarpik_0-1727081449812.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39406iDAFB45485D0B9DF2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="mateuszkarpik_0-1727081449812.png" alt="mateuszkarpik_0-1727081449812.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried also 7zip, it works but much, much longer than&amp;nbsp;&lt;SPAN&gt;"Extract All from Zip" from VBO "&lt;/SPAN&gt;&lt;SPAN&gt;Utility - Windows Compressed File&lt;/SPAN&gt;&lt;SPAN&gt;" with BluePrism 7.1.1 for the same file.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;And I would like to avoid calling external app for this, as long as it could be done within VBO / code stage.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Mateusz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 10:35:02 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114253#M51018</guid>
      <dc:creator>mateusz.karpik</dc:creator>
      <dc:date>2024-09-23T10:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114255#M51019</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am not sure, but probably it was just Windows right-click &amp;gt; Send to &amp;gt; Compressed (zipped) folder&lt;/LI&gt;&lt;LI&gt;No, this is folder containing pdf files only&lt;/LI&gt;&lt;LI&gt;We use 64-bit version:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mateuszkarpik_0-1727088226539.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39407iA2645649E7FB5034/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="mateuszkarpik_0-1727088226539.png" alt="mateuszkarpik_0-1727088226539.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mateusz&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 10:44:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114255#M51019</guid>
      <dc:creator>mateusz.karpik</dc:creator>
      <dc:date>2024-09-23T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114294#M51025</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/42803"&gt;@mateusz.karpik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the feedback. I can't explain how this worked for you previously unless the previous zip file was compressed using Deflate instead of Deflate64. Deflate64 has never been supported by the .NET Framework. In fact, I believe there are only a few libraries out there (all commercial if I'm not mistaken) that have implemented support for it because it's a proprietary format owned by PKWare. It's not a true open standard. Microsoft have licensed it for File Explorer but it seems they didn't extend that support to .NET, the CMD prompt or PowerShell for some reason.&lt;/P&gt;&lt;P&gt;I'm researching this a bit more to see if I can find out exactly what File Explorer does when you click "Extract All". If I can figure that out, we may be able to add that capability to the VBO. Alternatively, you could create a VBO with an App Model for File Explorer and actions for performing the "Extract All" via the menu.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 18:00:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114294#M51025</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-09-23T18:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114345#M51036</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;This is not possible that we &lt;SPAN&gt;using Deflate instead of Deflate64 for previous version because w&lt;/SPAN&gt;e use exactly the same zip file and the same code to perform unzipping.&amp;nbsp;We still have previous environment 7.1.1 operative to compare. What I see, the differences are with .NET Framework, and 7.1.1 was 32-bit while 7.3.1 is 64-bit.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Please find below screenshot containing both environments details and unzipping action:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mateuszkarpik_1-1727167197505.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39415i7CECF5F79B1D14E7/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="mateuszkarpik_1-1727167197505.png" alt="mateuszkarpik_1-1727167197505.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Mateusz&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 08:40:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114345#M51036</guid>
      <dc:creator>mateusz.karpik</dc:creator>
      <dc:date>2024-09-24T08:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All from Zip does not work correctly after upgrade to 7.3.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114382#M51039</link>
      <description>&lt;P&gt;Interesting. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt; Unfortunately, I don't have an answer for you. Your test shows that it's not an issue within the VBO itself because the same code was used. According to all the Microsoft developer documentation and multiple support boards that I've reviewed (including Microsoft's own) Deflate64 is not supported in the .NET Framework, so I really can't say how this worked for you.&lt;/P&gt;&lt;P&gt;As I mentioned before, Deflate64 is supported within the Windows core for use by File Explorer, but for whatever reason they haven't extended it to PowerShell or the regular CMD prompt.&lt;/P&gt;&lt;P&gt;I saw that you tested with 7-zip, but you said it was pretty slow. I believe the are some command line properties you can pass into 7-zip that are supposed to help influence (i.e. speed up) the process of compressing/decompressing files.&amp;nbsp; Have you looked into that?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 15:04:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-All-from-Zip-does-not-work-correctly-after-upgrade-to-7/m-p/114382#M51039</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-09-24T15:04:51Z</dc:date>
    </item>
  </channel>
</rss>

