<?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: ERROR: The ODBC engine cannot be found. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430162#M13331</link>
    <description>&lt;P&gt;You error indicates that the SAS product providing ODBC, SAS/ACCESS to ODBC, is not installed. Please run - proc product_status; run - to confirm what you have installed.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2018 20:38:37 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-01-23T20:38:37Z</dc:date>
    <item>
      <title>ERROR: The ODBC engine cannot be found.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430025#M13329</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working the first time with SAS, so my question might be trivial.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are running a WIN7 client and using SAS pretty much only for data convertion.&lt;/P&gt;&lt;P&gt;To speed things up we set up SAS on some WIN10 clients with the following software installed:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SAS 9.4 (fully licenced)&lt;/LI&gt;&lt;LI&gt;Microsoft SQL Server Management Studio 2014&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We then try to run the following command:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname odbclib odbc noprompt="dsn=sql1;Trusted_Connection=yes"
schema=DBO;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Resulting in the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: The ODBC engine cannot be found.
ERROR: Error in the LIBNAME statement.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The "sql1" is a correctly configured connection in the Microsoft ODBC Administrator with the driver "SQL Server".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am by no means familiar with the program.&lt;/P&gt;&lt;P&gt;The person using it instructed me to install the software mentioned above.&lt;/P&gt;&lt;P&gt;From my point of view there are no configuration differences between the two systems other than the fact that the working enviroment of the collegue runs on WIN7.&lt;/P&gt;&lt;P&gt;I searched in the internet a lot for the error message and I also updated the ODBC drivers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you guys help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430025#M13329</guid>
      <dc:creator>ifm</dc:creator>
      <dc:date>2018-01-23T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ODBC engine cannot be found.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430162#M13331</link>
      <description>&lt;P&gt;You error indicates that the SAS product providing ODBC, SAS/ACCESS to ODBC, is not installed. Please run - proc product_status; run - to confirm what you have installed.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:38:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430162#M13331</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-01-23T20:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ODBC engine cannot be found.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430814#M13356</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;15   proc product_status ALLINFO; run;

For Base SAS Software ...
   Custom version information: 9.4_M1
   Image version information: 9.04.01M1P120413
For SAS/STAT ...
   Custom version information: 13.1
For SAS/GRAPH ...
   Custom version information: 9.4_M1
For SAS/ETS ...
   Custom version information: 13.1
For SAS/FSP ...
   Custom version information: 9.4_M1
For SAS/AF ...
   Custom version information: 9.4_M1
For SAS/QC ...
   Custom version information: 13.1
For SAS/ASSIST ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
For SAS/CONNECT ...
   Custom version information: 9.4_M1
For SAS/EIS ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
For High Performance Suite ...
   Custom version information: 2.2
   Image version information: 9.04.01M0P022614
For SAS/ACCESS Interface to DB2 ...
   Custom version information: 9.4_M1
NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):
      real time           0.18 seconds
      cpu time            0.01 seconds&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;That's the output I get.&lt;/P&gt;&lt;P&gt;Nothing about "ODBC" or SAS/ACCESS to ODBC".&lt;/P&gt;&lt;P&gt;-&amp;gt; How/Where can I install there components?&lt;/P&gt;&lt;P&gt;Are they named differently in the SAS Deployment Wizard?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430814#M13356</guid>
      <dc:creator>ifm</dc:creator>
      <dc:date>2018-01-25T09:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ODBC engine cannot be found.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430870#M13357</link>
      <description>&lt;P&gt;Ok seems like I fixed it.&lt;/P&gt;&lt;P&gt;After the third complete reinstallation it works now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think we installed the parts in the wrong order in the first place.&lt;/P&gt;&lt;P&gt;The following procedure made it work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Installing the&amp;nbsp;SAS Software Depot (default values, only for windows, only english)&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;Installing SAS Foundation and Related Software (default values) + adding ODBC Drivers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think if you try to add certain parts of subfunctions after installing the main function it just doesn't work / install properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help anyways!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/430870#M13357</guid>
      <dc:creator>ifm</dc:creator>
      <dc:date>2018-01-25T12:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ODBC engine cannot be found.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/431053#M13359</link>
      <description>&lt;P&gt;Cool. Navigating the Deployment Wizard can be tricky. SAS/ACCESS to ODBC is definitely in the Foundation install.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-The-ODBC-engine-cannot-be-found/m-p/431053#M13359</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-01-25T19:29:57Z</dc:date>
    </item>
  </channel>
</rss>

