<?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: ODBC Connection Error with SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310688#M20984</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114425"&gt;@jkwan&lt;/a&gt; wrote:&lt;BR /&gt;I believe that is the case. Would this prevent me from being able to run the ODBC connection through EG.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes as your ODBC definition is local. To use EG through that server you would have to have the ODBC linked defined in such a way that the server sees it. You may need to get your SAS admin and IT folks together on possibly solutions such as placing the data source in location that the server has appropriate access to and establishing the connection.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2016 15:11:49 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-11-10T15:11:49Z</dc:date>
    <item>
      <title>ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310684#M20980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just hoping someone would be able to help with this. &amp;nbsp;I created a ODBC connection and am able to make the connection with Base SAS, but when I try and run it in SAS EG I receive an error message. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Base SAS Code:&amp;nbsp;libname BMITPRD odbc dsn=CFPRD &amp;nbsp; schema=dbo; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS EG Code:&amp;nbsp;LIBNAME BMITPRD ODBC DSN="CFPRD" schema=dbo;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error message when I try and run in EG:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [unixODBC][Driver Manager]Data source name not found, and no default driver&lt;BR /&gt;specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310684#M20980</guid>
      <dc:creator>jkwan</dc:creator>
      <dc:date>2016-11-10T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310685#M20981</link>
      <description>&lt;P&gt;Is it possible that you use Base SAS locally on your desktop, while the workspace server used in EG is run on a remote server?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310685#M20981</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-10T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310686#M20982</link>
      <description>I believe that is the case. Would this prevent me from being able to run the ODBC connection through EG.</description>
      <pubDate>Thu, 10 Nov 2016 15:06:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310686#M20982</guid>
      <dc:creator>jkwan</dc:creator>
      <dc:date>2016-11-10T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310687#M20983</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114425"&gt;@jkwan&lt;/a&gt; wrote:&lt;BR /&gt;I believe that is the case. Would this prevent me from being able to run the ODBC connection through EG.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes. What you need is a similar ODBC definition on the server, which will most probably require support by the server admin. And it might need the installation of a proper client for your ODBC target on the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODBC definitions do not automatically propagate in a network, but must be configured explicitly on each host.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310687#M20983</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-10T15:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310688#M20984</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114425"&gt;@jkwan&lt;/a&gt; wrote:&lt;BR /&gt;I believe that is the case. Would this prevent me from being able to run the ODBC connection through EG.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes as your ODBC definition is local. To use EG through that server you would have to have the ODBC linked defined in such a way that the server sees it. You may need to get your SAS admin and IT folks together on possibly solutions such as placing the data source in location that the server has appropriate access to and establishing the connection.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310688#M20984</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-10T15:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310689#M20985</link>
      <description>Awesome, thanks for the help.</description>
      <pubDate>Thu, 10 Nov 2016 15:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310689#M20985</guid>
      <dc:creator>jkwan</dc:creator>
      <dc:date>2016-11-10T15:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error with SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310690#M20986</link>
      <description>Thanks for the help :).</description>
      <pubDate>Thu, 10 Nov 2016 15:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODBC-Connection-Error-with-SAS-EG/m-p/310690#M20986</guid>
      <dc:creator>jkwan</dc:creator>
      <dc:date>2016-11-10T15:13:03Z</dc:date>
    </item>
  </channel>
</rss>

