<?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: SAP HANA connection using SAS/Access Interface ODBC in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/800850#M23908</link>
    <description>&lt;P&gt;SAP HANA needs to declare schema name before table name (cmiiw)... I get the same issue... i already try to add schema in the lib but the result still error.&lt;/P&gt;&lt;P&gt;Its looks like SAS not go deep into schema level, but strange when i register the table SAS show list of correct table in schema level but when load it SAS just give table name.&lt;/P&gt;&lt;P&gt;Any suggestion sir?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 13:58:21 GMT</pubDate>
    <dc:creator>dioninoang</dc:creator>
    <dc:date>2022-03-08T13:58:21Z</dc:date>
    <item>
      <title>SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/372158#M9235</link>
      <description>&lt;P&gt;I am trying to connect SAS to SAP HANA using &amp;nbsp;"SAS/Access for ODBC". I can able to access the SAP HANA DB using below libname statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname test odbc dsn="XXX" user=XXXXX Password=XXXXXX;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when i am trying to access the tables in EG i got the below error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"SAS IOM Data provider has failed to open data.Unspecified error: -2147417848(0x80010108)"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:42:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/372158#M9235</guid>
      <dc:creator>PKumar</dc:creator>
      <dc:date>2017-06-30T13:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/372645#M9252</link>
      <description>&lt;P&gt;A couple of suggestions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Firstly, place&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;=SYSLIBRC;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;.. immediately after the libname statement, to confirm a 0 return code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say you try to access your tables, do you mean interactively or programmatically? Try examining a known table:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=test.table;&lt;BR /&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or else try:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=test._ALL_ nods;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Regardless, please post the code &amp;amp; the log (and the ODBC configuration) for us to help you further&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 04:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/372645#M9252</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2017-07-03T04:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/372718#M9256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are other users experience the same problem? Could you test w/ another user's EG?&lt;/P&gt;
&lt;P&gt;If there are any other databases, can you connect to those?&lt;/P&gt;
&lt;P&gt;What version of SAS and EG are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anja&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/372718#M9256</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2017-07-03T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/391256#M10192</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;Error seems inconsistent. I am trying to view the tables from SAS foundation(using -nodms option) instead of EG. Because it gives the error message more accurately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the code&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc contents data=md_read._ALL_ nods;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: An exception has been encountered.&lt;BR /&gt;Please contact technical support and provide them with the following&lt;BR /&gt; traceback information:&lt;/P&gt;
&lt;P&gt;The SAS task name is [CONTENTS]&lt;BR /&gt;Segmentation Violation&lt;/P&gt;
&lt;P&gt;Traceback of the Exception:&lt;/P&gt;
&lt;P&gt;.../SASHome/SASFoundation/9.4/sasexe/sas(+0x15aa6e) [0x7fd63ff69a6e]&lt;BR /&gt;.../SASHome/SASFoundation/9.4/sasexe/sas(+0x4cb0b) [0x7fd63fe5bb0b]&lt;BR /&gt;.../SASHome/SASFoundation/9.4/sasexe/tkmk.so(bkt_signal_handler+0x144)&lt;BR /&gt; [0x7fd63e7b33c4]&lt;BR /&gt;/lib64/libpthread.so.0(+0x3b2a60f710) [0x7fd63f9df710]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the error related to any Hotfix?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/391256#M10192</guid>
      <dc:creator>PKumar</dc:creator>
      <dc:date>2017-08-28T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/391387#M10195</link>
      <description>&lt;P&gt;Which ODBC driver are you using for SAP HANA ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 04:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/391387#M10195</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2017-08-29T04:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/541063#M15809</link>
      <description>&lt;P&gt;I am not pretty sure about SAP Hana DB structure, so I guess the libname statement needs "schema=" attribute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I fixed same error by giving "schema=" for MS SQL database in a ODBC libname statement.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 12:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/541063#M15809</guid>
      <dc:creator>SathyaMantena</dc:creator>
      <dc:date>2019-03-07T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/800847#M23907</link>
      <description>&lt;P&gt;Hi, i get the same error... im using cdata odbc to SAP HANA driver.&lt;/P&gt;&lt;P&gt;Its looks like SAS did not put schema name in front of table name...&lt;/P&gt;&lt;P&gt;Any suggestion sir?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/800847#M23907</guid>
      <dc:creator>dioninoang</dc:creator>
      <dc:date>2022-03-08T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/800850#M23908</link>
      <description>&lt;P&gt;SAP HANA needs to declare schema name before table name (cmiiw)... I get the same issue... i already try to add schema in the lib but the result still error.&lt;/P&gt;&lt;P&gt;Its looks like SAS not go deep into schema level, but strange when i register the table SAS show list of correct table in schema level but when load it SAS just give table name.&lt;/P&gt;&lt;P&gt;Any suggestion sir?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/800850#M23908</guid>
      <dc:creator>dioninoang</dc:creator>
      <dc:date>2022-03-08T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA connection using SAS/Access Interface ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/801065#M23920</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/30233"&gt;@PKumar&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25908"&gt;@anja&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;There is a parallel thread running involving SAS Hana&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/SAS-Management-Console-failed-to-register-table-query-executed/m-p/800994#M23917" target="_blank"&gt;https://communities.sas.com/t5/Administration-and-Deployment/SAS-Management-Console-failed-to-register-table-query-executed/m-p/800994#M23917&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please have a look. Perhaps the underlying cause is the same.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 13:32:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAP-HANA-connection-using-SAS-Access-Interface-ODBC/m-p/801065#M23920</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-03-09T13:32:14Z</dc:date>
    </item>
  </channel>
</rss>

