<?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: SAS-Vertica Integration through ODBC Connection in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121875#M1282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your first comment, would it mean that the setup can be ODBC(windows) to ODBC(unix) connection, somewhat like that? Or the setup should be Server A includes the SAS app, ODBC Manager and the driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second one, that somehow clarifies a bit about the SAS/ACCESS.&amp;nbsp; I'll try to contact one as you recommended. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 13:48:08 GMT</pubDate>
    <dc:creator>k_laiz</dc:creator>
    <dc:date>2012-05-21T13:48:08Z</dc:date>
    <item>
      <title>SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121871#M1278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A newbie here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i ask for your help on this.&amp;nbsp; The setup is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Application (SAS) &amp;lt;-&amp;gt; ODBC Driver Manager &amp;lt;-&amp;gt; ODBC Driver &amp;lt;-&amp;gt; Datasource (Vertica)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server A (Windows Platform)&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Client Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server B (Unix Platform)&lt;/P&gt;&lt;P&gt;1. ODBC Driver Manager (unixODBC)&lt;/P&gt;&lt;P&gt;2. ODBC Driver (installed with Vertica DB)&lt;/P&gt;&lt;P&gt;3. DSN (Vertica)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; I have a working SAS base foundation 9.2 working at my local machine with working SAS/CONNECT for ODBC interface.&lt;/P&gt;&lt;P&gt;2. Vertica DB is setup at the unix platform end together with the driver.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; unixODBC - still to be configured.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Plan to use LIBNAME statement and/or SQL Pass-through facility to access Vertica DB in SAS app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample ODBC configuration files that would be configured in unix env:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #1f497d;"&gt;ODBC.INI&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Location: &lt;STRONG&gt;&lt;EM&gt;/opt/etc&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;[VerticaDSN]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Description = VerticaDSN ODBC driver&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Driver = /opt/vertica/lib/libverticaodbc_unixodbc.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Database = &amp;lt;databasename&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Servername = localhost&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;UserName = dbadmin&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Password = &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Port = 5433&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;ConnSettings =&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;SSLKeyFile = /home/dbadmin/client.key&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;SSLCertFile = /home/dbadmin/client.crt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Locale = en_US&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #1f497d;"&gt;ODBCINST.INI&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Location: &lt;STRONG&gt;/opt/etc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;[VerticaDSN]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Description = ClickStream example database&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Driver = /opt/vertica/lib/libverticaodbc_unixodbc.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;[ODBC]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Threading = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Questions/Concerns:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; With the assumption that the unix platform end is configured successfully, i.e. Vertica DB data is accessible through ODBC but locally, is there a way that SAS (in Server A) can discover the ODBC data source in Server B without any configuring needed on Server A side? Though i haven't tried the direct approach, say below, since i haven't configured unixODBC just yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname vertica odbc dsn=verticaDSN user=&lt;SPAN style="color: #1f497d;"&gt;dbadmin &lt;/SPAN&gt;Password=;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Would there be any other setup in case the above configuration is not feasible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thank you! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121871#M1278</guid>
      <dc:creator>k_laiz</dc:creator>
      <dc:date>2012-05-21T09:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121872#M1279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My belief is that you need to specify, or configure, a data source entry in the local host ODBC manager. I'm not aware if there are any other setups available.&lt;/P&gt;&lt;P&gt;I think that OLEDB might be more flexible...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121872#M1279</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-05-21T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121873#M1280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I should agree with you with the configuration on the local host ODBC manager (unixODBC for unix platform).&amp;nbsp; However, the question that still lingers in my mind is that how will the SAS application from windows platform be able to 'talk' or 'find' the ODBC configured setup in the unix platform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the OLE DB, i'm not familiar as well on the configuration.&amp;nbsp; As i've checked the SAS Help Facility, I saw from the featured host that unix is not supported by such configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 13:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121873#M1280</guid>
      <dc:creator>k_laiz</dc:creator>
      <dc:date>2012-05-21T13:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121874#M1281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About finding the UNIX host in ODBC - that's the role for the data source definition (in the local Windows host). So SAS itself has no idea where data is coming from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About support on different platforms, the SAS/ACCESS support is usually based on what platform the client application is running, not where the external database is executing. You might want to talk to a SAS representative about different set-up possibilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 13:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121874#M1281</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-05-21T13:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121875#M1282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your first comment, would it mean that the setup can be ODBC(windows) to ODBC(unix) connection, somewhat like that? Or the setup should be Server A includes the SAS app, ODBC Manager and the driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second one, that somehow clarifies a bit about the SAS/ACCESS.&amp;nbsp; I'll try to contact one as you recommended. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 13:48:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121875#M1282</guid>
      <dc:creator>k_laiz</dc:creator>
      <dc:date>2012-05-21T13:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121876#M1283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you obviously need the driver for your database server.&lt;/P&gt;&lt;P&gt;Then you need to define a data source in the ODBC Manager.&lt;/P&gt;&lt;P&gt;And then you define a libref in SAS.&lt;/P&gt;&lt;P&gt;All this takes place on server A, and assuming that the necessary preparations already have been done on Server B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An overview:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63144/HTML/default/viewer.htm#n1ht6mv0wybbzkn1x4np6nnlwzu6.htm"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63144/HTML/default/viewer.htm#n1ht6mv0wybbzkn1x4np6nnlwzu6.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 13:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121876#M1283</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-05-21T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121877#M1284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Linush.. Will look for the Vertica ODBC driver for windows and try that kind of setup. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 14:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121877#M1284</guid>
      <dc:creator>k_laiz</dc:creator>
      <dc:date>2012-05-21T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121878#M1285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done with the setup and the connection works perfectly when assigned a LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I wasn't able to view the tables using the explorer in SAS 9.2.&amp;nbsp; I used the libname statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname vertica odbc dsn=VerticaDSN user=dbadmin;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and the note was:&lt;/P&gt;&lt;P style="margin-left: 0.5in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace';"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; libname vertica odbc dsn=VerticaDSN user=dbadmin;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 0.5in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace'; color: #558ed5;"&gt;NOTE: Libref VERTICA was successfully assigned as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 0.5in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace'; color: #558ed5;"&gt; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODBC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 0.5in;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'SAS Monospace'; color: #558ed5;"&gt; Physical Name: VerticaDSN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SQL Pass-through facility, I was able to query the contents with this code:&lt;/P&gt;&lt;P&gt;proc sql;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;connect to odbc (dsn=VerticaDSN=dbadmin);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;create table test as select * from connection to odbc(ODBC::SQLTables);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;disconnect from odbc;&lt;/P&gt;&lt;P&gt;quit ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you have an idea on how I could make the tables visible in the Explorer?&amp;nbsp; I tried adding SCHEMA= option, but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 00:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121878#M1285</guid>
      <dc:creator>k_laiz</dc:creator>
      <dc:date>2012-05-22T00:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121879#M1286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this usage note applies to your situation?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/kb/2/479.html"&gt;http://support.sas.com/kb/2/479.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 06:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121879#M1286</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-05-22T06:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121880#M1287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't resolve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, using SQL Pass through facility, I was able to retrieve the tables from Vertica DB.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this would be enough for the current requriement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your advise/help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 08:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121880#M1287</guid>
      <dc:creator>k_laiz</dc:creator>
      <dc:date>2012-05-23T08:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS-Vertica Integration through ODBC Connection</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121881#M1288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I faced the similar issue with teradata database.I was able to connect to database successfully but unable to see the tables in SAS editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have changed the user name and pwd to admin user of teradata(DBC) and checked then it worked perfectly(I was able to see the tables)..this is because of the role and permissions issue with the user which I was using earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check with administrator user.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 08:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Vertica-Integration-through-ODBC-Connection/m-p/121881#M1288</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-24T08:55:23Z</dc:date>
    </item>
  </channel>
</rss>

