<?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: Import Data using OLEDB in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875809#M17207</link>
    <description>&lt;P&gt;It worked ! Thank you so much for your help&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 13:35:10 GMT</pubDate>
    <dc:creator>Achraf_Ougdal</dc:creator>
    <dc:date>2023-05-15T13:35:10Z</dc:date>
    <item>
      <title>Import Data using OLEDB</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875590#M17202</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask for some help, I am currently trying to import Data from SSAS Cube to LASR and I am struggling to do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that I need a licenced SAS/ACCESS TO OLE DB Product and we already ordered it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't know how to do so, I understand that maybe I should write the query manually to connect to it and create the necessary views and the syntax is on the internet. but in the oledb options I don't know what to put for the "PROVIDER" option or how to connect to it in general.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please guide me with steps to solve this problem, it would be very very helpful and i'll appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 12:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875590#M17202</guid>
      <dc:creator>Achraf_Ougdal</dc:creator>
      <dc:date>2023-05-13T12:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import Data using OLEDB</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875618#M17203</link>
      <description>&lt;P&gt;The best way to get OLEDB going is to follow these steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Install SAS/ACCESS TO OLE DB using the SAS Installation Wizard (I'm assuming you have VA 7.5 on SAS 9.4 as you reference the LASR engine - please advise if this is not correct)&lt;/LI&gt;
&lt;LI&gt;Complete SAS/ACCESS TO OLE DB post-install configuration&lt;/LI&gt;
&lt;LI&gt;Apply your new SAS licence using the SAS Deployment Manager&lt;/LI&gt;
&lt;LI&gt;Open a SAS Studio session and test an OLEDB connection using the LIBNAME statement:&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname MyOLEDB OLEDB &amp;lt;Your connection details&amp;gt;;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This is normally a task for a SAS administrator, so I'm assuming that you are.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 23:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875618#M17203</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-13T23:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import Data using OLEDB</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875649#M17204</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply, wouldn't the SAS/ACCESS Interface to OLE DB be installed with the Visual Analytics by default since they are part of the same order and I installed all the products on the order ?&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 11:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875649#M17204</guid>
      <dc:creator>Achraf_Ougdal</dc:creator>
      <dc:date>2023-05-14T11:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import Data using OLEDB</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875694#M17205</link>
      <description>&lt;P&gt;If it was part of your original order, yes. I assumed you had ordered it separately. If you already have it you can confirm it is installed by running this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status:
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it is installed, then you can try a LIBNAME statement in SAS Studio.&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 20:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875694#M17205</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-14T20:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import Data using OLEDB</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875809#M17207</link>
      <description>&lt;P&gt;It worked ! Thank you so much for your help&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Import-Data-using-OLEDB/m-p/875809#M17207</guid>
      <dc:creator>Achraf_Ougdal</dc:creator>
      <dc:date>2023-05-15T13:35:10Z</dc:date>
    </item>
  </channel>
</rss>

