<?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: Flow storage tidy up in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796052#M23795</link>
    <description>&lt;P&gt;yes, for some reason, we are getting this.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 14:21:40 GMT</pubDate>
    <dc:creator>sathya66</dc:creator>
    <dc:date>2022-02-14T14:21:40Z</dc:date>
    <item>
      <title>Flow storage tidy up</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/795470#M23785</link>
      <description>&lt;P&gt;All,&lt;BR /&gt;we have removed the flow(AP_000_test) from flow manager but flow instance still exists. We have unscheduled and deleted the flow from SMC too&lt;BR /&gt;Ex:&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 46K Feb 10 12:20 lsfuser:AP_000_test%%%%%2045.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 46K Feb 10 12:20 lsfuser:AP_000_test%%%%%2085.dat&lt;/P&gt;
&lt;P&gt;/&amp;lt;home&amp;gt;/pm/work/storage/flow_storage&lt;/P&gt;
&lt;P&gt;Every time we re-schedule/schedule same flow , it is creating multiple instances of the same flow with diffrent ID on the server . how can we keep only one latest version of the flow instance in the flow storage folder?&lt;/P&gt;
&lt;P&gt;Ex: from &lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 3.2K Jul 29 2021 lsfuser:CUST_TEST_day%%%%%2361.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 3.7K Jul 29 2021 lsfuser:CUST_TEST_day%%%%%2363.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 4.0K Oct 27 16:10 lsfuser:CUST_TEST_day%%%%%2359.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 4.0K Oct 27 17:10 lsfuser:CUST_TEST_day%%%%%2362.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 4.5K Nov 2 09:06 lsfuser:CUST_TEST_day%%%%%2364.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 3.3K Nov 3 21:09 lsfuser:CUST_TEST_day%%%%%2389.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 3.3K Nov 11 17:44 lsfuser:CUST_TEST_day%%%%%2398.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 3.3K Nov 16 09:26 lsfuser:CUST_TEST_day%%%%%2427.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 3.3K Nov 16 11:26 lsfuser:CUST_TEST_day%%%%%2439.dat&lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 46K Feb 10 12:20 lsfuser:CUST_TEST_day%%%%%2441.dat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to &lt;BR /&gt;-rw-r--r--. 1 lsf Domain Users 46K Feb 10 12:20 lsfuser:CUST_TEST_day%%%%%2441.dat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;SS&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 12:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/795470#M23785</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-02-10T12:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flow storage tidy up</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/795483#M23787</link>
      <description>You may want to look at the JS_IM_ACTIVEPOLICY setting and it's associated options in js.conf if you want these to be cleared out based on time (JF_IM_TPolicy) instead of number of instances (JF_IM_IPolicy, the default).&lt;BR /&gt;&lt;BR /&gt;js.conf&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/en/slpm/10.2.0?topic=files-jsconf" target="_blank"&gt;https://www.ibm.com/docs/en/slpm/10.2.0?topic=files-jsconf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Process Manager stores these files for historical record purposes. These are related to files in work/storage/flow_instance_storage. So the flow definition info is in storage/flow_storage and then the info on each run is in storage/flow_instance_storage/finished, but the detail in those files references back to flow_storage names. The note below from IBM describes how to remove these files for a given user. If you wanted to remove this history manually you would similarly need to stop process manager, identify the files you want to remove in flow_storage and their associated files in flow_instance_storage/finished and backup then remove them, backup and remove the cache file and then start Process Manager again.&lt;BR /&gt;&lt;BR /&gt;How to clean flow instances from Flow Manager&lt;BR /&gt;&lt;A href="https://www.ibm.com/support/pages/how-clean-flow-instances-flow-manager" target="_blank"&gt;https://www.ibm.com/support/pages/how-clean-flow-instances-flow-manager&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;File Structure&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/en/slpm/10.2.0?topic=files-file-structure#concept_xww_hdx_h4" target="_blank"&gt;https://www.ibm.com/docs/en/slpm/10.2.0?topic=files-file-structure#concept_xww_hdx_h4&lt;/A&gt;</description>
      <pubDate>Thu, 10 Feb 2022 14:09:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/795483#M23787</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-02-10T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flow storage tidy up</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796032#M23793</link>
      <description>Thanks ,&lt;BR /&gt;and also we deleted two calendar but we are getting below errors when we resart jfd. is there a way we can tidy up these.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2022 Feb 14 11:40:14 93953 93953 4 JFCalendarCache::addCalendar: Parse error -- calendar invalid/non-exist &amp;lt;CM_CAL_____71@Sys&amp;gt;.&lt;BR /&gt;2022 Feb 14 11:40:14 93953 93953 4 JFCalendarCache::buildCache: Failed to find the calendar CM_CAL@lsfuser.&lt;BR /&gt;2022 Feb 14 11:40:14 93953 93953 4 JFCalendarCache::addCalendar: Parse error -- calendar invalid/non-exist &amp;lt;CM_programme_____49@Sys&amp;gt;.&lt;BR /&gt;2022 Feb 14 11:40:14 93953 93953 4 JFCalendarCache::buildCache: Failed to find the calendar CM_programme@lsfuser.&lt;BR /&gt;2022 Feb 14 11:40:14 93953 93953 5 Starting Recovery (10 Steps in Total).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796032#M23793</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-02-14T11:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flow storage tidy up</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796048#M23794</link>
      <description>Did you use the Calendar Editor to delete the calendars?</description>
      <pubDate>Mon, 14 Feb 2022 13:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796048#M23794</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-02-14T13:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flow storage tidy up</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796052#M23795</link>
      <description>&lt;P&gt;yes, for some reason, we are getting this.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 14:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796052#M23795</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-02-14T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flow storage tidy up</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796057#M23796</link>
      <description>It sounds like they are still in use, maybe you have other calendars based on these? If you grep the files in work/calendar and work/storage/flow_instance for those calendar names do you see any results?</description>
      <pubDate>Mon, 14 Feb 2022 14:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Flow-storage-tidy-up/m-p/796057#M23796</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-02-14T14:29:37Z</dc:date>
    </item>
  </channel>
</rss>

