<?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: Metadata: Data Source of Web Report Studio Report in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349623#M8269</link>
    <description>&lt;P&gt;The metadata for a SAS Web Report Studio report does not directly contain an association to the information map data source. For that you would need to fetch and look inside the XML report definition (.SRX) stored inside the SAS Content Server. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have a report in metadata at&lt;SPAN&gt;/Folder/ReportName.srx&lt;/SPAN&gt;&amp;nbsp;then I will find the report definition at&amp;nbsp;http://midtierhost:7980/SASContentServer/repository/default/sasfolders/Folder/ReportName.srx(Report)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I fetch and examine that XML resource I find a tag&amp;nbsp;like so that points to the info map in metadata:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;InformationMap identity="root" obj="x1" absolutePathLocation="/Folder/InfoMapName(InformationMap)"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice you have already seen this, however the path is not a file system path&amp;nbsp;but a metadata path. Once you have that path and name you can look up the information map in metadata and ultimately, via metadata associations, find the table(s) behind it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a complex process and unless you want to handle the fetching and parsing of the report definition, and chasing all the metadata associations (including more advanced options&amp;nbsp;of multiple info maps, stored process / OLAP sources etc), I would recommend you use the SAS 9.4 Relationship Reporting Tools to follow these paths. I have an example of using the sas-relationship-reporter in the blog post Michelle previously mentioned:&amp;nbsp;&lt;A href="https://platformadmin.com/blogs/paul/2017/04/finding-sas-visual-analytics-reports-that-use-a-table/" target="_self"&gt;Finding SAS Visual Analytics Reports that use a Table&lt;/A&gt;.&amp;nbsp;Gerry Nelson did a blog post about them &lt;A href="http://blogs.sas.com/content/sgf/2015/03/04/relationships-are-easy-for-sas-objects/" target="_self"&gt;Relationships are easy – for SAS objects!&lt;/A&gt;&amp;nbsp;and the documentation can be found in the &lt;A href="https://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p1dcleibglhr6wn19yzvfz81yw5y.htm" target="_self"&gt;Using the Batch Relationship Reporting Tools&lt;/A&gt;&amp;nbsp;section in the &lt;EM&gt;SAS 9.4 Intelligence Platform: System Administration Guide.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2017 22:23:58 GMT</pubDate>
    <dc:creator>PaulHomes</dc:creator>
    <dc:date>2017-04-12T22:23:58Z</dc:date>
    <item>
      <title>Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349359#M8254</link>
      <description>&lt;P&gt;I would like to find out how to query the metadata of WRS reports using the metadata functions (metadata_getnobj, etc.). Looking through the metadata browser on my machine I can't find the reports. Does anybody know where the report metadata is stored or with I have to register (or something similar) my reports first to access metadata about them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm on SAS 9.4&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 10:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349359#M8254</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-04-12T10:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349379#M8255</link>
      <description>&lt;P&gt;Follow up question, in the definition of my report I find the information where the IMap is stored, but I can't find the path on my physical machine (AIX):&lt;/P&gt;
&lt;PRE&gt;&amp;lt;InformationMap absolutePathLocation="/Maps/DB2_kurz(InformationMap)" identity="root" obj="x1"&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349379#M8255</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-04-12T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349405#M8256</link>
      <description>&lt;P&gt;I have found the Reports and IMaps in the metadata browser (Transformation and TransformRole is Report - InformationMap) but the Reports are not linked back to the Information Map they have as a data source (which I can look at in WRS). Does anybody know where this connection can be found?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 12:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349405#M8256</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-04-12T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349406#M8257</link>
      <description>&lt;P&gt;If you are after BI lineage type information then this thread may help you &lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/Programmatically-navigating-BI-lineage/m-p/258717/highlight/true#M4564" target="_blank"&gt;https://communities.sas.com/t5/Administration-and-Deployment/Programmatically-navigating-BI-lineage/m-p/258717/highlight/true#M4564&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 12:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349406#M8257</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2017-04-12T12:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349428#M8258</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm after lineage type information but it looks like the data source of a WRS Report is only storred in its definition and not in its metadata.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:01:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349428#M8258</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-04-12T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349434#M8259</link>
      <description>&lt;P&gt;It is probably there in the metadata. We had a similar question today with one of our customer asking the same question with VA. &lt;A href="https://platformadmin.com/blogs/paul/2017/04/finding-sas-visual-analytics-reports-that-use-a-table/" target="_blank"&gt;https://platformadmin.com/blogs/paul/2017/04/finding-sas-visual-analytics-reports-that-use-a-table/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349434#M8259</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2017-04-12T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349441#M8261</link>
      <description>&lt;P&gt;This sounds like what I try to do, but if I execute (I of course adapted the example to my situation) the command I get an error which leads me to this website&amp;nbsp;&lt;A href="http://support.sas.com/kb/54/914.html" target="_blank"&gt;http://support.sas.com/kb/54/914.html&lt;/A&gt; - I am on 9.4M2 but I checked in the Application Manager and it is noted that I'm connecting via HTTP and not HTTPS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the information of a report in the metadata browser there is no assocication for the datasource of a report. Notes only gives me WRSHints. Properties contains only items of type Property. Responsible Parties contains the report author. And Trees contains the WRS folder in which the report is saved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8299iC0E89F8D06536803/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Unbenannt.PNG" title="Unbenannt.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349441#M8261</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-04-12T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349623#M8269</link>
      <description>&lt;P&gt;The metadata for a SAS Web Report Studio report does not directly contain an association to the information map data source. For that you would need to fetch and look inside the XML report definition (.SRX) stored inside the SAS Content Server. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have a report in metadata at&lt;SPAN&gt;/Folder/ReportName.srx&lt;/SPAN&gt;&amp;nbsp;then I will find the report definition at&amp;nbsp;http://midtierhost:7980/SASContentServer/repository/default/sasfolders/Folder/ReportName.srx(Report)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I fetch and examine that XML resource I find a tag&amp;nbsp;like so that points to the info map in metadata:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;InformationMap identity="root" obj="x1" absolutePathLocation="/Folder/InfoMapName(InformationMap)"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice you have already seen this, however the path is not a file system path&amp;nbsp;but a metadata path. Once you have that path and name you can look up the information map in metadata and ultimately, via metadata associations, find the table(s) behind it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a complex process and unless you want to handle the fetching and parsing of the report definition, and chasing all the metadata associations (including more advanced options&amp;nbsp;of multiple info maps, stored process / OLAP sources etc), I would recommend you use the SAS 9.4 Relationship Reporting Tools to follow these paths. I have an example of using the sas-relationship-reporter in the blog post Michelle previously mentioned:&amp;nbsp;&lt;A href="https://platformadmin.com/blogs/paul/2017/04/finding-sas-visual-analytics-reports-that-use-a-table/" target="_self"&gt;Finding SAS Visual Analytics Reports that use a Table&lt;/A&gt;.&amp;nbsp;Gerry Nelson did a blog post about them &lt;A href="http://blogs.sas.com/content/sgf/2015/03/04/relationships-are-easy-for-sas-objects/" target="_self"&gt;Relationships are easy – for SAS objects!&lt;/A&gt;&amp;nbsp;and the documentation can be found in the &lt;A href="https://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p1dcleibglhr6wn19yzvfz81yw5y.htm" target="_self"&gt;Using the Batch Relationship Reporting Tools&lt;/A&gt;&amp;nbsp;section in the &lt;EM&gt;SAS 9.4 Intelligence Platform: System Administration Guide.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 22:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/349623#M8269</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2017-04-12T22:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata: Data Source of Web Report Studio Report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/354746#M8432</link>
      <description>&lt;P&gt;You said:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I would like to find out how to query the metadata of WRS &lt;SPAN class="lia-search-match-lithium"&gt;&lt;STRONG&gt;reports&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;..."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What information are you looking for exactly? Because I think it is likely that the BI Lineage reporting will meet your needs. For example, you can use the plug-in "...to identify the information maps, cubes, and tables that provided the source data, as well as any stored processes that processed the data."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It also produces&amp;nbsp;SAS data sets that you can use to create Web Report Studio reports that analyze the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The offiical documentation for BI Lineage is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p14w0edwch53wdn1fior9hlxo39x.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p14w0edwch53wdn1fior9hlxo39x.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an&amp;nbsp;older sample that explains how to use the data sets to produce reports that identify broken associations.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/33/574.html" target="_blank"&gt;http://support.sas.com/kb/33/574.html&lt;/A&gt;&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>Sat, 29 Apr 2017 20:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-Data-Source-of-Web-Report-Studio-Report/m-p/354746#M8432</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2017-04-29T20:13:52Z</dc:date>
    </item>
  </channel>
</rss>

