<?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 SQL Anywhere data in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567934#M16556</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are connecting to SAP SQL anywhere database from SAS to read data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can create the connection through libname statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME test ODBC READBUFF=1000 USER=xxxxxxx PASSWORD=xxxxxxxxx DATAsrc=Ticketmaster SCHEMA=dba ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can see tables in the library. However when I try to open the table it opens as a blank table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I know there is data in that table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sid.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 14:40:20 GMT</pubDate>
    <dc:creator>sid3284</dc:creator>
    <dc:date>2019-06-21T14:40:20Z</dc:date>
    <item>
      <title>SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567934#M16556</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are connecting to SAP SQL anywhere database from SAS to read data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can create the connection through libname statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME test ODBC READBUFF=1000 USER=xxxxxxx PASSWORD=xxxxxxxxx DATAsrc=Ticketmaster SCHEMA=dba ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can see tables in the library. However when I try to open the table it opens as a blank table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I know there is data in that table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sid.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567934#M16556</guid>
      <dc:creator>sid3284</dc:creator>
      <dc:date>2019-06-21T14:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567938#M16557</link>
      <description>&lt;P&gt;What happens if you try to read from a data set? Do you get an error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set test.DATASETNAME (obs=100);

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234694"&gt;@sid3284&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are connecting to SAP SQL anywhere database from SAS to read data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can create the connection through libname statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LIBNAME test ODBC READBUFF=1000 USER=xxxxxxx PASSWORD=xxxxxxxxx DATAsrc=Ticketmaster SCHEMA=dba ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can see tables in the library. However when I try to open the table it opens as a blank table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I know there is data in that table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sid.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567938#M16557</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-21T14:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567941#M16558</link>
      <description>&lt;P&gt;I dont get an error. But I dont see any data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 data want;&lt;BR /&gt;27 set test.tc_api_sas_manifest_Seat_export (obs=100);&lt;BR /&gt;28&lt;BR /&gt;29 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 0 observations read from the data set TEST.tc_api_sas_manifest_Seat_export.&lt;BR /&gt;NOTE: The data set WORK.WANT has 0 observations and 74 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.28 seconds&lt;BR /&gt;cpu time 0.08 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567941#M16558</guid>
      <dc:creator>sid3284</dc:creator>
      <dc:date>2019-06-21T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567981#M16559</link>
      <description>&lt;P&gt;Did you setup a ODBC connection that defines your source?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 15:56:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567981#M16559</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-06-21T15:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567983#M16560</link>
      <description>&lt;P&gt;yes. Below is the odbc.ini entry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Ticketmaster]&lt;BR /&gt;Driver=/sas/sqlanywhere17/install/lib64/libdbodbc17.so&lt;BR /&gt;Description=SQL Anywhere 17&lt;BR /&gt;Host=xxxxxx&lt;BR /&gt;Userid=xxxxxx&lt;BR /&gt;DatabaseName=magic&lt;BR /&gt;Password=xxxxxxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And below is the odbcinst.ini entry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[SQLAnywhere17]&lt;BR /&gt;Driver = /sas/sqlanywhere17/install/lib64/libdbodbc17.so&lt;BR /&gt;Setup = /sas/sqlanywhere17/install/lib64/libdbodbc17.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And below is the LD_LIBRARY_PATH entry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export LD_LIBRARY_PATH=/usr/lib64/:/sas/sashome/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/:$ODBCHOME/lib64/:/sas/sqlanywhere17/install/lib64:/sas/sashome/SASFoundation/9.4/sasexe/:/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre/lib/amd64/server/:/sas/sqlanywhere17/install/lib64/&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 16:01:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/567983#M16560</guid>
      <dc:creator>sid3284</dc:creator>
      <dc:date>2019-06-21T16:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568094#M16564</link>
      <description>&lt;P&gt;I suggest you track this to SAS Tech Support if you haven't already done so. They are in the best position to diagnose what is going on here.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 00:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568094#M16564</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-06-22T00:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568095#M16565</link>
      <description>&lt;P&gt;I don't know anything about ANYWHERE, but in other database systems that is usually a symptom of not having the right permissions to read the data.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 00:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568095#M16565</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-06-22T00:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568098#M16566</link>
      <description>&lt;P&gt;If I was in your shoes I'd have a look at the API trace that can be generated with &lt;A href="https://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=n0732u1mr57ycrn1urf24gzo38sc.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;sastrace&lt;/A&gt;. You might try use the same ODBC driver in another application (e.g. isql from unixODBC).&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 01:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568098#M16566</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2019-06-22T01:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568102#M16567</link>
      <description>&lt;P&gt;Thanks all. Turns out that we were connecting to another database server. We connected to the correct database and we can see the data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 02:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568102#M16567</guid>
      <dc:creator>sid3284</dc:creator>
      <dc:date>2019-06-22T02:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere data</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568170#M16576</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234694"&gt;@sid3284&lt;/a&gt; - In that case please update your post as answered.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2019 01:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Anywhere-data/m-p/568170#M16576</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-06-23T01:37:27Z</dc:date>
    </item>
  </channel>
</rss>

