<?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: Connection string to use PowerBI with SAS in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796420#M23802</link>
    <description>&lt;P&gt;The only solution I can think of would be to set up a new instance of the SAS workspace server, called say SASApp2 and configure that instance to only assign the LIB3 library. You can do that in SMC in the data connection properties for LIB3 where you specify the SAS servers (SASApp2) it is assigned on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you call SASApp2 in your OLEDB connection string.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 23:31:17 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-02-15T23:31:17Z</dc:date>
    <item>
      <title>Connection string to use PowerBI with SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796332#M23799</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use Power BI to connect with SAS data sets with SAS Providers to OLEDB. The main issue is that when we connect we see all the libraries and tables from the SAS Workspace Server. Anybody knows if it's possible to specify a single library in the connection string?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using this string:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;provider=sas.IOMProvider.9.46;data source=SASApp;mode=Read;sas cell cache size=10000;sas machine dns name= &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;hostname&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;;sas port=8591;sas protocol=2;sas server type=1&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;</description>
      <pubDate>Tue, 15 Feb 2022 16:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796332#M23799</guid>
      <dc:creator>davidmitrovic</dc:creator>
      <dc:date>2022-02-15T16:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connection string to use PowerBI with SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796395#M23800</link>
      <description>&lt;P&gt;What is the issue with that? If the SAS data libraries are defined in SAS metadata then they are designed to be globally available to any SAS user whose metadata permissions allow it.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 20:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796395#M23800</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-02-15T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connection string to use PowerBI with SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796416#M23801</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The problem is not with the libraries, is with the information that returns the OLE DB connection from PowerBI. The connection returns for example, the following libraries (and all the tables that the libraries contains):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lib1&lt;/P&gt;&lt;P&gt;Lib2&lt;/P&gt;&lt;P&gt;Lib3&lt;/P&gt;&lt;P&gt;But with the PowerBi we only wants to see the library "Lib3" with the tables of that library only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 23:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796416#M23801</guid>
      <dc:creator>davidmitrovic</dc:creator>
      <dc:date>2022-02-15T23:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection string to use PowerBI with SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796420#M23802</link>
      <description>&lt;P&gt;The only solution I can think of would be to set up a new instance of the SAS workspace server, called say SASApp2 and configure that instance to only assign the LIB3 library. You can do that in SMC in the data connection properties for LIB3 where you specify the SAS servers (SASApp2) it is assigned on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you call SASApp2 in your OLEDB connection string.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 23:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796420#M23802</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-02-15T23:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connection string to use PowerBI with SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796480#M23803</link>
      <description>&lt;P&gt;It is a solution but in this server we have already defined 8 different SASApp. Our idea is to define the connection string so that we can specify a single library to connect to. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 08:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connection-string-to-use-PowerBI-with-SAS/m-p/796480#M23803</guid>
      <dc:creator>davidmitrovic</dc:creator>
      <dc:date>2022-02-16T08:28:54Z</dc:date>
    </item>
  </channel>
</rss>

