<?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: Connecting to SAP HANA - limit tables in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690594#M20355</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19791"&gt;@Filipvdr&lt;/a&gt;&amp;nbsp;- A library set up in SAS metadata only needs to be defined once and then shared with all EG users. If SAP HANA can authenticate against OS user accounts that would be ideal as you don't need to supply a user and password any more. An alternative would be to use token-based authentication where all SAP HANA libraries share the same user account for connection purposes.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2020 21:53:01 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-10-09T21:53:01Z</dc:date>
    <item>
      <title>Connecting to SAP HANA - limit tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/689471#M20309</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm able to connect to our SAP HANA server with the libname:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME HANA_LD SASIOHNA  PRESERVE_TAB_NAMES=YES  SERVER="a61db.al.ndis.be"  SCHEMA=_SYS_BIC  USER=TST003  password="Test123$";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It works, but i want to hide the tables with "/hier/" from the library. Are there any options i can pass in the libname to do this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filipvdr_0-1602056612829.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50253i45CDA47ED2558067/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Filipvdr_0-1602056612829.png" alt="Filipvdr_0-1602056612829.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 07:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/689471#M20309</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2020-10-07T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SAP HANA - limit tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690248#M20331</link>
      <description>&lt;P&gt;If you are OK with setting up the library in SAS metadata you could just register the non-hier tables so those would be the only ones that showed. However using a LIBNAME statement would bypass this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Discuss your issue with your SAP DBA as they could probably setup a special schema that hides these.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 02:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690248#M20331</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-10-09T02:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SAP HANA - limit tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690281#M20333</link>
      <description>&lt;P&gt;The goal is that every single user will connect from SAS Eguide to SAP HANA with his own user so we will have to set security only at the SAP HANA platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So registering the library in metadata would mean we would have to do it for every user, and update (new) tables regularly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to create a metadata library which uses something like &amp;amp;metapassword?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 07:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690281#M20333</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2020-10-09T07:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SAP HANA - limit tables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690594#M20355</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19791"&gt;@Filipvdr&lt;/a&gt;&amp;nbsp;- A library set up in SAS metadata only needs to be defined once and then shared with all EG users. If SAP HANA can authenticate against OS user accounts that would be ideal as you don't need to supply a user and password any more. An alternative would be to use token-based authentication where all SAP HANA libraries share the same user account for connection purposes.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 21:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SAP-HANA-limit-tables/m-p/690594#M20355</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-10-09T21:53:01Z</dc:date>
    </item>
  </channel>
</rss>

