<?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: Free up Collections in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56593#M10750</link>
    <description>I was thinking of it but did not yet try it myself.&lt;BR /&gt;&lt;BR /&gt;Thanks for the link!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Nov 2019 07:42:00 GMT</pubDate>
    <dc:creator>Walter.Koller</dc:creator>
    <dc:date>2019-11-21T07:42:00Z</dc:date>
    <item>
      <title>Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56588#M10745</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I noticed collections somehow keep their memory footprint and structure after they have been used and rows have been added, even when using eg 'remove all rows from collection'.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I experienced the situation in which my process runs out of memory even when 'reset initial values when page runs' is activated.&lt;BR /&gt;&lt;BR /&gt;Another problem is to use collections dynamically, eg when having an action that executes changing SQL statements with changing result columns, Blue Prism is only able to run it first time but raises an error when running a second time with different result structure.&lt;BR /&gt;&lt;BR /&gt;What is the best way to really reset collections?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Nov 2019 13:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56588#M10745</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-11-04T13:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56589#M10746</link>
      <description>Have you tried the "Remove All Rows" action to clear it?&lt;BR /&gt;&lt;BR /&gt;As for SQL statements, it makes sense if it's coded to look for a column name that no longer exists. You should be able to use column indices instead, if you know the exact column position.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;Richardson, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Nov 2019 18:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56589#M10746</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-11-04T18:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56590#M10747</link>
      <description>Yes, I use remove all rows to reset the collection before/after the next iteration. When working with larger collections, it still crashes because of memory reasons.&lt;BR /&gt;&lt;BR /&gt;For SQL results, I also use remove all rows, which makes the collection seem to be empty and without structure. When I try to use the same collection for a different result set with different structure, Blue Prism tells me the structures dont fit. When I try to remove columns from this collection (after remove all rows) it says this column does not exist. I didnt try to clear a collection when it is still with result data and remove each column separately, but this should not be solution anyways.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Nov 2019 08:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56590#M10747</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-11-05T08:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56591#M10748</link>
      <description>I did some tests to replicate the problems but could not create an example with the out of memory problem, maybe there have been some other reasons like log size asf.&lt;BR /&gt;&lt;BR /&gt;I have added an example with collection structure conflicts. The internal collection actions work just fine but utility objects raise problems.&amp;nbsp;&lt;BR /&gt;When 'removing all rows' from a collection it is still possible to 'get collection fields' return the previous structure and an action like 'merge collection' fails as fields do already/still exist.&lt;BR /&gt;The workaround is to have another collection without any structure or rows and assign it to purge the first collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 08:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56591#M10748</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-11-06T08:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56592#M10749</link>
      <description>Did you try garbage collection techniques?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://rpatools.com/2019/02/garbage-collection-memory-management-in-blue-prism/" target="_blank" rel="noopener"&gt;https://rpatools.com/2019/02/garbage-collection-memory-management-in-blue-prism/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2019 05:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56592#M10749</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-11-20T05:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56593#M10750</link>
      <description>I was thinking of it but did not yet try it myself.&lt;BR /&gt;&lt;BR /&gt;Thanks for the link!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2019 07:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56593#M10750</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-11-21T07:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Free up Collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56594#M10751</link>
      <description>can you confirm if garbage collection techniques, logging restriction or collection purging helped with the issue you were having?&lt;BR /&gt;&lt;BR /&gt;Dex&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dexter Whelan&lt;BR /&gt;Senior mentor, technical architect&lt;BR /&gt;SAS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2019 09:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Free-up-Collections/m-p/56594#M10751</guid>
      <dc:creator>DexterWhelan3</dc:creator>
      <dc:date>2019-12-04T09:49:00Z</dc:date>
    </item>
  </channel>
</rss>

