<?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: not able to export scheduled reports to repository in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5309725#M597278</link>
    <description>&lt;P&gt;had to build a new VM completely to make this work. Cisco BU couldnt tell me why the reports were not getting exported.&lt;/P&gt;&lt;P&gt;Also why the MnT node usage keeps increasing as well.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jul 2025 20:01:30 GMT</pubDate>
    <dc:creator>arane0001</dc:creator>
    <dc:date>2025-07-15T20:01:30Z</dc:date>
    <item>
      <title>not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295830#M596606</link>
      <description>&lt;P&gt;I am running ISE3.2 VM, 7 node deploy. my repository works fine because backups are getting exported.&lt;/P&gt;&lt;P&gt;my scheduled reports don't get exported to the repository. it only says "&lt;SPAN class=""&gt;Error while exporting the data&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;One of my MnT node has a disk size /OPT which is above 70% threshold. What can cause this issue ?&lt;/P&gt;&lt;P&gt;Has anyone had this issue ? Any suggestion that doesn't involve re-imaging the node ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 14:41:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295830#M596606</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-06-02T14:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295840#M596608</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;T&lt;/SPAN&gt;he error indicates that the storage threshold has been reached. I recommend contacting TAC to assist in identifying and deleting older files that may be utilizing the space&lt;/P&gt;
&lt;DIV class="lia-message-author-with-avatar"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Jun 2025 15:00:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295840#M596608</guid>
      <dc:creator>dafriday</dc:creator>
      <dc:date>2025-06-02T15:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295844#M596609</link>
      <description>&lt;P&gt;they already checked there is nothing that can be deleted . is that the reason the reports are not running though?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 15:11:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295844#M596609</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-06-02T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295878#M596610</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/90932"&gt;@arane0001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;remember that ...&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;the &lt;STRONG&gt;Data Filesystem&lt;/STRONG&gt; (&lt;STRONG&gt;/OPT&lt;/STRONG&gt;) threshold is &lt;STRONG&gt;70%&lt;/STRONG&gt; ... above this number you are unable to generate a &lt;STRONG&gt;Backup&lt;/STRONG&gt;&amp;nbsp;!!!&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Cleaning disk space for &lt;STRONG&gt;/OPT&lt;/STRONG&gt; greater than &lt;STRONG&gt;70%&lt;/STRONG&gt; must be done by &lt;STRONG&gt;TAC&lt;/STRONG&gt;, (as already said by&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1188362"&gt;@dafriday&lt;/a&gt;) using &lt;U&gt;root access commands&lt;/U&gt; to check the files (for example):&lt;/P&gt;
&lt;PRE class="lia-align-justify"&gt;ade# &lt;FONT color="#3366FF"&gt;df -h&lt;/FONT&gt;&lt;BR /&gt;ade# &lt;FONT color="#3366FF"&gt;du -h -d2 -t1G /opt&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P class="lia-align-justify"&gt;and then delete it (for example):&lt;/P&gt;
&lt;PRE class="lia-align-justify"&gt;ade# &lt;FONT color="#3366FF"&gt;rm -rf *.log.*&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Hope this helps !!!&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 17:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295878#M596610</guid>
      <dc:creator>Marcelo Morais</dc:creator>
      <dc:date>2025-06-02T17:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295926#M596619</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/17232"&gt;@Marcelo Morais&lt;/a&gt;i migrated one of the other nodes to be the MnT which has filesystem less than 70% , and it still doesn't work.&lt;/P&gt;&lt;P&gt;My backup works fine. Just exporting reports don't work.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 19:32:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295926#M596619</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-06-02T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295942#M596620</link>
      <description>&lt;P class="lia-align-justify"&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/90932"&gt;@arane0001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;excellent ... one problem solved (70% threshold) ...&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;Now for the &lt;STRONG&gt;Schedule Report&lt;/STRONG&gt; ... can you &lt;U&gt;restart&lt;/U&gt; the &lt;STRONG&gt;Nodes&lt;/STRONG&gt; to make sure that it is not a &lt;STRONG&gt;Memory Leak&lt;/STRONG&gt; issue ?&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 20:49:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295942#M596620</guid>
      <dc:creator>Marcelo Morais</dc:creator>
      <dc:date>2025-06-02T20:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295952#M596621</link>
      <description>&lt;P&gt;which node do you need to restart ? PAN or the MnT node ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 21:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295952#M596621</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-06-02T21:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295994#M596623</link>
      <description>&lt;P class="lia-align-justify"&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/90932"&gt;@arane0001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;STRONG&gt;PAN&lt;/STRONG&gt; and &lt;STRONG&gt;MnT&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 04:05:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5295994#M596623</guid>
      <dc:creator>Marcelo Morais</dc:creator>
      <dc:date>2025-06-03T04:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5296080#M596626</link>
      <description>&lt;P&gt;Have you tried to export the reports manually to the repository and see if that also fails?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 08:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5296080#M596626</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2025-06-03T08:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5303091#M596962</link>
      <description>&lt;P&gt;Yes it does fails.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 15:48:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5303091#M596962</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-06-26T15:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5303092#M596963</link>
      <description>&lt;P&gt;we have done this , made no diff .&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 15:49:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5303092#M596963</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-06-26T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5304059#M597013</link>
      <description>&lt;P&gt;I would engage with TAC on this.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 15:43:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5304059#M597013</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2025-06-30T15:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5309725#M597278</link>
      <description>&lt;P&gt;had to build a new VM completely to make this work. Cisco BU couldnt tell me why the reports were not getting exported.&lt;/P&gt;&lt;P&gt;Also why the MnT node usage keeps increasing as well.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 20:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5309725#M597278</guid>
      <dc:creator>arane0001</dc:creator>
      <dc:date>2025-07-15T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: not able to export scheduled reports to repository</title>
      <link>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5310301#M597309</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/90932"&gt;@arane0001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&amp;nbsp;keep an eye on this to ensure this problem does not return.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;&amp;nbsp;I had issues with &lt;STRONG&gt;Scheduled Report&lt;/STRONG&gt;&amp;nbsp;in &lt;STRONG&gt;ISE 3.3 P2&lt;/STRONG&gt;, solutions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;PAN &amp;amp; MnT&lt;/STRONG&gt; reload - solved temporary&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="lia-align-justify"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Reset M&amp;amp;T Database&lt;/STRONG&gt; - solved temporary, but took longer for the issue to return&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;&lt;SPAN&gt;ise/admin# &lt;FONT color="#0000FF"&gt;application configure ise&lt;/FONT&gt;&lt;BR /&gt; Selection configuration option&lt;BR /&gt; [1]Reset M&amp;amp;T Session Database&lt;BR /&gt; ...&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="lia-align-justify"&gt;&lt;SPAN&gt;update to &lt;STRONG&gt;ISE 3.3 P4&lt;/STRONG&gt; - solved the issue&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;SPAN&gt;Hope this helps !!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 21:51:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/not-able-to-export-scheduled-reports-to-repository/m-p/5310301#M597309</guid>
      <dc:creator>Marcelo Morais</dc:creator>
      <dc:date>2025-07-16T21:51:28Z</dc:date>
    </item>
  </channel>
</rss>

