<?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: ocum 7.2p1 custom report import failure in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153361#M27464</link>
    <description>&lt;P&gt;Thanks for your reply! We are in the process of upgrading this year. however I dont believe the issue is with the version but moreso my syntax as the error would suggest. I will most certainly give this another shot after we upgrade to a more recent version of OCUM but that wont be for some months.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 17:30:34 GMT</pubDate>
    <dc:creator>DevoidB</dc:creator>
    <dc:date>2020-01-06T17:30:34Z</dc:date>
    <item>
      <title>ocum 7.2p1 custom report import failure</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153336#M27460</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently having trouble importing a simple custom report to ocum and getting the error "&lt;/P&gt;
&lt;P&gt;2020-01-02 12:03:31 [FATAL] [default task-8] [ReportRestApiHandler:142] - Illegal arguments passed.&lt;BR /&gt;java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 5&lt;BR /&gt;.*C:\SnapshotReserveOverage_2020-01-02_12_03_31-454.*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the query:&lt;/P&gt;
&lt;P&gt;select cluster.name as Cluster, svm.name as svm, volume.name as Volume, volume.percentageSnapshotReserveUsed as "snapshot %"&lt;BR /&gt;from cluster&lt;BR /&gt;join aggregate&lt;BR /&gt;on aggregate.clusterid = cluster.id&lt;BR /&gt;join volume&lt;BR /&gt;on volume.aggregateid = aggregate.id&lt;BR /&gt;join svm&lt;BR /&gt;on svm.id = volume.svmId&lt;BR /&gt;where volume.name not like '%vol%' and volume.name not like '%root%' and volume.volType not like 'dp'&lt;BR /&gt;order by volume.percentageSnapshotReserveUsed desc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not the best at sql however i didnt think I had any illegal characters in the query, especially on line 5 which is just "join volume"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would anyone be able to tell me what I am missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 15:26:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153336#M27460</guid>
      <dc:creator>DevoidB</dc:creator>
      <dc:date>2020-01-03T15:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: ocum 7.2p1 custom report import failure</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153341#M27463</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not used custom reporting so can't really help you out.&amp;nbsp; However, in case you are stuck and you don't hear on it from anyone on the sql query error, then my advise would be to upgrade your OCUM to 7.3 or higher version. As 7.2 has reached end-of-verion support (31-Jul-2019), hence NetApp will not officially help troubleshoot the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there are number of improvements in 7.3 onwards and once you are on 7.3 you can directly upgrade to 9.5.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Some reference material:&lt;BR /&gt;NetApp OnCommand Unified Manager Reporting for ONTAP&lt;BR /&gt;&lt;A href="https://www.netapp.com/us/media/tr-4565.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4565.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=IcyZbjcs-sE&amp;amp;t=3s" target="_blank"&gt;https://www.youtube.com/watch?v=IcyZbjcs-sE&amp;amp;t=3s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 21:25:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153341#M27463</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-01-04T21:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: ocum 7.2p1 custom report import failure</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153361#M27464</link>
      <description>&lt;P&gt;Thanks for your reply! We are in the process of upgrading this year. however I dont believe the issue is with the version but moreso my syntax as the error would suggest. I will most certainly give this another shot after we upgrade to a more recent version of OCUM but that wont be for some months.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:30:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153361#M27464</guid>
      <dc:creator>DevoidB</dc:creator>
      <dc:date>2020-01-06T17:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: ocum 7.2p1 custom report import failure</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153364#M27465</link>
      <description>&lt;P&gt;I agree. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:13:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ocum-7-2p1-custom-report-import-failure/m-p/153364#M27465</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-01-06T18:13:15Z</dc:date>
    </item>
  </channel>
</rss>

