<?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: Progress Data Direct SQL Driver in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829134#M24883</link>
    <description>&lt;P&gt;I'm not familiar with Progress but you can find recommended connection strings here:&amp;nbsp;&lt;A href="https://www.connectionstrings.com/progress/" target="_blank"&gt;https://www.connectionstrings.com/progress/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect you could set up multiple DSNs pointing to different ODBC drivers.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 01:13:56 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-08-18T01:13:56Z</dc:date>
    <item>
      <title>Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829071#M24879</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We plan to upgrade the ODBC driver to the latest version on an AIX machine. Is it possible to run the old and new drivers running simultaneously? As far as I know, the SAS will pick up whichever driver path is specified in the sasenv local file. But I'm curious to know if there is a solution.&lt;/P&gt;
&lt;P&gt;Thank you in advance for any assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 16:51:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829071#M24879</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2022-08-17T16:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829113#M24880</link>
      <description>&lt;P&gt;It is possible to identify the ODBC driver in a LIBNAME connection string. Here is one we use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SQLSRVR odbc noprompt = "server=SQLServerName;DRIVER=SQL Server Native Client 11.0;Trusted Connection=yes" DATABASE = MyDatabase schema = dbo;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Not sure how you configure SAS for multiple ODBC drivers on AIX. We use Windows and you can use the connection string to point to any ODBC driver installed in the ODBC Administrator tool. No other configuration is required. On Unix you have an odbc.ini file to configure.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 20:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829113#M24880</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-17T20:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829131#M24882</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;Thanks for your response.&lt;/P&gt;
&lt;P&gt;We are currently using Progress Data Direct 7.1 and plan to upgrade to version 8.0 to support SQL 2017. We configure our connections in the odbc.ini file, and when we install the new driver, the variables need to be set to point the ODBCINI and ODBCINST and the new driver path in sasenv , so SAS can pick up the latest driver. I don't think we set any variables in Windows to point to a specific driver, hence the below libname works? please correct me if I am wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 23:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829131#M24882</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2022-08-17T23:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829134#M24883</link>
      <description>&lt;P&gt;I'm not familiar with Progress but you can find recommended connection strings here:&amp;nbsp;&lt;A href="https://www.connectionstrings.com/progress/" target="_blank"&gt;https://www.connectionstrings.com/progress/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect you could set up multiple DSNs pointing to different ODBC drivers.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 01:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829134#M24883</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-18T01:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829372#M24903</link>
      <description>&lt;P&gt;In principle yes.&lt;BR /&gt;Make sure you install them to different folders/paths.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 15:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829372#M24903</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-08-19T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829840#M24928</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&amp;nbsp;Thanks for your response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if i understood correctly the install location should be different from the old driver.&lt;/P&gt;
&lt;P&gt;for eg: Old driver is already installed in &lt;STRONG&gt;Progress/DataDirect/Connect64_for_ODBC_71&lt;/STRONG&gt;, the new driver installation location will be&amp;nbsp; &lt;STRONG&gt;/Progress/DataDirect/Connect64_for_ODBC_80&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;What about the variables, LIBPATH&amp;nbsp; &amp;amp; path defined in sasenv_local ? These are pointed to the old driver, how can we make both drivers work side by side?&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 11:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829840#M24928</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2022-08-23T11:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829927#M24932</link>
      <description>&lt;P&gt;Your objective is to ensure that both the database drivers be running simultaneously.&lt;BR /&gt;The path of the new driver should be appended to the existing&amp;nbsp;LD_LIB_PATH in the sasenv_local.&lt;BR /&gt;To make both the drivers available side by side , then new DSN names need to be created to make use of the new drivers,&amp;nbsp; in the odbc configuration files. Thus any code that is to use the new driver, should use the new name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 16:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/829927#M24932</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-08-23T16:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/831541#M24982</link>
      <description>&lt;P&gt;SAS apps were unable to locate the new driver. As a workaround, we added the new driver LIBPATH to the sasenv local file, which now works!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp; for your advise.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/831541#M24982</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2022-09-02T12:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Progress Data Direct SQL Driver</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/832067#M24996</link>
      <description>&lt;P&gt;Great. Good to know that it is working.&lt;BR /&gt;I did mention in my posts that libpath variable in sasenv_local needs to be updated.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 00:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Progress-Data-Direct-SQL-Driver/m-p/832067#M24996</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-09-07T00:24:28Z</dc:date>
    </item>
  </channel>
</rss>

