<?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: Queries on report studio or data metrics in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128314#M23039</link>
    <description>&lt;P&gt;So is it not possible to achieve what I am looking for?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2017 13:16:01 GMT</pubDate>
    <dc:creator>sunilyadav</dc:creator>
    <dc:date>2017-02-22T13:16:01Z</dc:date>
    <item>
      <title>Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126967#M22819</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This thread only for reporting queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;Host Name are discovered in mix of shortname or FQDN (physical servers and ESX) when I login to java. A part of my report is pulling host names but customer want only short names. I tried to add new data item and used functions like substring, left, position etc but either it throw error during validation or while running report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I run same function in mysql query it is working fine. For eg, below is giving me results what I need:&lt;/P&gt;&lt;P&gt;select name, if(position('.' in name) &amp;gt; 0, left(name, position('.' in name)-1), name) as new_host from host&lt;/P&gt;&lt;P&gt;Output of that would be: xxx.yyy.zzz &amp;nbsp; xxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I use same function in cognos report studio, and run it, I get error. Attached is the screenshot. For simplicity I am just using hostname in a report and another data item where I use function, pass hostname as input. Screenshot is 3 in 1, query explorer, new data item expression and result of that query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In 1 of the report I am pulling host IOPS data. I can see the data when I run it in tabular form in query explorer but not in HTML. A point to note here is those host have 0 IOPS as that is test environment. So just want to confirm that is there any kind of validation that 0 IOPS wont show in HTML or excel version of reports. FYI there is no filter to exclude hosts which have 0 IOPS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Storage Utilization reports working well for some devices but not with HDS VSP G series. In OCI server I can see values recorded for IOPS but reports are blank. Again this is test environment so no load on that array but I expect "0" as a value in report rather than showing blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:34:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126967#M22819</guid>
      <dc:creator>sunilyadav</dc:creator>
      <dc:date>2025-06-04T15:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126969#M22821</link>
      <description>&lt;P&gt;#1. I am very lame in Cognos, but I believe you cannot use MySQL expressions in the Cognos view you are working with. You can either write a query entirely in SQL, or use Cognos' own string manipulation functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2-3. 0s in the OCI operational server should manifest themselves as 0s in the DWH.Values should show up the same way, regardless of the output format as far as I know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the DWH ETL running reliably?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:44:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126969#M22821</guid>
      <dc:creator>ostiguy</dc:creator>
      <dc:date>2017-01-13T13:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126976#M22822</link>
      <description>&lt;P&gt;We are using OCI 7.2.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1. If you can get me help to do the same within cognos on this specific fuction from internally I would appreciate. On the other note, I thought to build the same by writing SQL query but then I realized the multiple joins which cognos is doing for me in backend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working in Volume Capacity DM and there is data item "Additional Hosts" in Host Visible Volumes - Host. I am not able to locate that in the schema. Then I realized that my schema pictures are old so I was looking directly into MySQL DB but not able to locate such field in host table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need assistance in :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a) In which table I can see that "Additionals Hosts" data?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b) How do I know that "Additional hosts" shown in cognos is renamed/formulated from some other data, if not directly fetched? Like from which table cognos data items coming. I know there was Framework Manager which I used to create custom packages in older version of OCI, but you guys removed direct link to lauch that in DWH.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c) I need latest DB schema&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2. Yes, all jobs are working fine without any failure.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:41:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126976#M22822</guid>
      <dc:creator>sunilyadav</dc:creator>
      <dc:date>2017-01-13T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126990#M22825</link>
      <description>&lt;P&gt;Hi sunilyadav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I needed a bit of experimenting, but if you want to do this in cognos, here's what worked for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Make sure you have something like the "Host Name" from the Inventory package in your query.&lt;/P&gt;&lt;P&gt;2. Create an additional data item in the query and call it Host.&lt;/P&gt;&lt;P&gt;3. As an expression, you could be usig something like this (please adjust if you're using a diffrent package than inventory according to your needs):&lt;/P&gt;&lt;P&gt;if ([Host Name] contains '.') then (substring([Host Name],1,position('.',[Host Name])-1)) else ([Host Name])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the "Additional Hosts" in the Volume Capacity datamart, I've got the feeling it's broken. At least I wasn't able to do anything with it - except producing a cognos error, and I have no Idea what sort of data is supposed to be stored there. Generally speaking, datamarts are a cognos thing and they don't necessarily map 1:1 to the database schema. The database schema you should be able to view in a webbrowser by navigating to https://dwh-server/dwh =&amp;gt; Help Icon =&amp;gt; Documentation =&amp;gt; Database schema - or on thy mysql cli (example): show full columns dwh_inventory.host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 17:18:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/126990#M22825</guid>
      <dc:creator>hotz</dc:creator>
      <dc:date>2017-01-13T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127038#M22828</link>
      <description>&lt;P&gt;Thanks hotz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given expression is working in other DM too, but another wierd behaviour observed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can run the report in HTML and see the expected output in the newly added data item but when I try to save report in excel data/format, it throw below error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RQP-DEF-0177&lt;BR /&gt;An error occurred while performing operation 'sqlPrepareWithOptions' status='-69'.&lt;BR /&gt;&lt;BR /&gt;So just to confirm if that error is related to new change, I removed that new data item then run the report. Report run in HTML and it can be saved in excel data/format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I compared the properties of original host name and new data item in case data type was different but everything is same except expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attaching the xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding "Additional Hosts" item, it is working fine at my end, showing other host names of the same cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:31:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127038#M22828</guid>
      <dc:creator>sunilyadav</dc:creator>
      <dc:date>2017-01-16T13:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127042#M22829</link>
      <description>&lt;P&gt;Hi sunilyadav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is really odd. I was able to reproduce it. For me too, the expression produces an error if I try to run the report in Excel or PDF format.&lt;/P&gt;&lt;P&gt;I'm not sure why this is happening, I suspect it's some sort of cognos bug. I was trying to find a workaround, but so far no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 17:17:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127042#M22829</guid>
      <dc:creator>hotz</dc:creator>
      <dc:date>2017-01-16T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127143#M22842</link>
      <description>&lt;P&gt;Any luck?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:31:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127143#M22842</guid>
      <dc:creator>sunilyadav</dc:creator>
      <dc:date>2017-01-19T15:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127162#M22847</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry, got a bit distracted by other things, so I haven't given it a ton of thought.&lt;/P&gt;&lt;P&gt;I think the problem with my original approach is somehow the position function. But I wasn't able ti figure out exactly how and why and it's getting late so I won't spend much more time on it right now.&lt;/P&gt;&lt;P&gt;I found a workaround, sort of. Well, it depends on whether or not your domain suffix(es) is/are of a fixed length. If you have only one domain suffix, then this should work. If you have more than one, than chances are it wont work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So instead of the if statement I tried the following case-when statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CASE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;WHEN [Host Name] like '%.your.domain.com'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;THEN substring([Host Name],1,char_length([Host Name])-16)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ELSE [Host Name]&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Please adjust to the length of your domain suffix.&lt;/P&gt;&lt;P&gt;Note that the substring function is still in place and this works perfectly well for me on a database with only a single domain suffix.&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 18:50:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127162#M22847</guid>
      <dc:creator>hotz</dc:creator>
      <dc:date>2017-01-19T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127174#M22849</link>
      <description>&lt;P&gt;Hey Gerhard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the hint. I tried your expression, working well for host name with small tweak as FQDN in my environment are mix of lower and capital cases and required % in last.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CASE&lt;BR /&gt;WHEN LOWER([Host Name]) like LOWER('%my.domain.name%')&lt;BR /&gt;THEN substring([Host Name],1,char_length([Host Name])-16)&lt;BR /&gt;ELSE [Host Name]&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in same report I have another column additional hosts from volume capacity DM which list all other hostnames part of same cluster. Unfortunately number of additional hosts varies from 1 to n (n &amp;lt;10). When I tiried to use same expression for additional host, it only convert fqdn to short for last host name in that cell, leaving remaining host in fqdn form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;Actual Data in Additional host:&amp;nbsp;&lt;/P&gt;&lt;P&gt;abcyq09.my.domain.name, abcyq0a.my.domain.name, abcyq0b.my.domain.name, abcyq0c.my.domain.name, abcyq0d.my.domain.name, abcyq0e.my.domain.name, abcyq0f.my.domain.name, &lt;STRONG&gt;&lt;FONT color="#800080"&gt;abcyq0g.my.domain.name&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After using expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;CASE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHEN LOWER([Additional Hosts]) like LOWER('%my.domain.name%')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; THEN substring([Additional Hosts],1,char_length([Additional Hosts])-16)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE [Additional Hosts]&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result is:&lt;/P&gt;&lt;P&gt;abcyq09.my.domain.name, abcyq0a.my.domain.name, abcyq0b.my.domain.name, abcyq0c.my.domain.name, abcyq0d.my.domain.name, abcyq0e.my.domain.name, abcyq0f.my.domain.name, &lt;STRONG&gt;&lt;FONT color="#800080"&gt;abcyq0g&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Leaving the remaining hosts in fqdn form.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:05:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/127174#M22849</guid>
      <dc:creator>sunilyadav</dc:creator>
      <dc:date>2017-01-20T13:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128314#M23039</link>
      <description>&lt;P&gt;So is it not possible to achieve what I am looking for?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:16:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128314#M23039</guid>
      <dc:creator>sunilyadav</dc:creator>
      <dc:date>2017-02-22T13:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128318#M23041</link>
      <description>&lt;P&gt;Hey Sunil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This thread is very hard to read because you asked 3 questions in the original post. I would recommend trying to ask one question per post, as that makes it much easier to understand if questions have been answered or not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:23:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128318#M23041</guid>
      <dc:creator>ostiguy</dc:creator>
      <dc:date>2017-02-22T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Queries on report studio or data metrics</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128365#M23047</link>
      <description>&lt;P&gt;Hi sunilyadav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in regards of the additional hosts I wasn't able to find a solution yet, sorry.&lt;/P&gt;&lt;P&gt;The problem is that the additional hosts would be a string of comma separeted hosts of varying lenght, such as 'host1.domain.com, host2.domain.com, host3, host4.domain.com', but still just a string.&lt;/P&gt;&lt;P&gt;This would have to be broken down into idividual elements that would allow us to iterate through them and apply some logic.&lt;/P&gt;&lt;P&gt;To that end, I was playing around with macro funtions, specificaly split and csv - but so far nothing I tried really worked.&lt;/P&gt;&lt;P&gt;Which doesn't mean there's no solution. I just haven't found it yet and I'm starting to loose confidence that I ever will. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It would probably be easier to tackle this on SQL level instead of doing it in cognos. Would that be an aproach that could work for you?&lt;/P&gt;&lt;P&gt;Another possibility could be to throw up this question on a forum frequented by cognos specialsts (which I am not, by any means).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 08:26:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Queries-on-report-studio-or-data-metrics/m-p/128365#M23047</guid>
      <dc:creator>hotz</dc:creator>
      <dc:date>2017-02-23T08:26:32Z</dc:date>
    </item>
  </channel>
</rss>

