<?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 Connecting to Db2 from SAS Viya in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/591310#M17289</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone connected to db2 9.7 from SAS Viya 3.4?&amp;nbsp; I am trying to connect from data explorer GUI from environment Manager .&lt;/P&gt;&lt;P&gt;I can connect but can't see the list of tables.&amp;nbsp; As per excellent blog by&amp;nbsp;&lt;SPAN&gt;Roberto Meléndez , Isql connectivity works perfectly&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the significance of catalog and and schema options? are they needed&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to specify my schema and also sysibm.systables as catalog but will not list tables or view&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also need to specify dm_unicode=utf-16 parameter for connection to work , not sure what is the significance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yatin&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2019 21:17:49 GMT</pubDate>
    <dc:creator>yatinrao</dc:creator>
    <dc:date>2019-09-24T21:17:49Z</dc:date>
    <item>
      <title>Connecting to Db2 from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/591310#M17289</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone connected to db2 9.7 from SAS Viya 3.4?&amp;nbsp; I am trying to connect from data explorer GUI from environment Manager .&lt;/P&gt;&lt;P&gt;I can connect but can't see the list of tables.&amp;nbsp; As per excellent blog by&amp;nbsp;&lt;SPAN&gt;Roberto Meléndez , Isql connectivity works perfectly&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the significance of catalog and and schema options? are they needed&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to specify my schema and also sysibm.systables as catalog but will not list tables or view&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also need to specify dm_unicode=utf-16 parameter for connection to work , not sure what is the significance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yatin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 21:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/591310#M17289</guid>
      <dc:creator>yatinrao</dc:creator>
      <dc:date>2019-09-24T21:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Db2 from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/592145#M17320</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/248988"&gt;@yatinrao&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Did you see any errors in the CAS server log? You can find that log in /opt/sas/viya/config/var/log/cas/default directory.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 12:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/592145#M17320</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-09-27T12:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Db2 from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/597716#M17473</link>
      <description>&lt;P&gt;Finally got the solution for this issue .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It had to do with which variation of the installed 9.7 cli driver was used by unixODBC&amp;nbsp;&lt;/P&gt;&lt;P&gt;isql works fine with the single threaded driver file libdb2.so.1&amp;nbsp;&lt;/P&gt;&lt;P&gt;for CAS server and sas which are multi threaded needed to use libdb2&lt;STRONG&gt;o&lt;/STRONG&gt;.so.1 . Thanks to Sam Loflin from sas for figuring it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;as usual this is probably documented by IBM where only Watson can find &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest this and similar database connectivity should be added to SAS Viya documentation . I would also appreciate if someone can document the use of dm_unicode =UTF-16 during ODBC database connections&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 13:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-Db2-from-SAS-Viya/m-p/597716#M17473</guid>
      <dc:creator>yatinrao</dc:creator>
      <dc:date>2019-10-18T13:49:42Z</dc:date>
    </item>
  </channel>
</rss>

