<?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: How to deal with &amp;quot;ERROR: The POSTGRES engine cannot be found.&amp;quot;? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495990#M31942</link>
    <description>&lt;P&gt;You use the SAS Deployment Wizard on the server where you want to add it and select the install additional software option. Note it would be safest to use the SAS install account to do this unless your user account has full admin access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for more details: &lt;A href="https://documentation.sas.com/?docsetId=whatsdiff&amp;amp;docsetTarget=installsteps.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=whatsdiff&amp;amp;docsetTarget=installsteps.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This type of task is best done by your SAS Administrator. Since you didn't know how to install additional software I'm assuming that you are not a SAS administrator - sorry if I got this wrong &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Sep 2018 22:29:58 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-09-15T22:29:58Z</dc:date>
    <item>
      <title>How to deal with "ERROR: The POSTGRES engine cannot be found."?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495780#M31933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS EG 7.1 and the following code trying to&amp;nbsp;connect to PostgreSQL:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;libname A1 postgres &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; server=XXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; port=5432&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; database=XXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; user=XXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; password='XXX';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000"&gt;But I get an error like:&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR: The POSTGRES engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;When run&amp;nbsp;{proc setinit; run;},&amp;nbsp;find [SAS/ACCESS to Postgres] installed.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;How to deal with it?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 17:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495780#M31933</guid>
      <dc:creator>sasemi</dc:creator>
      <dc:date>2018-09-14T17:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with "ERROR: The POSTGRES engine cannot be found."?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495782#M31934</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/233432"&gt;@sasemi&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;I am using SAS EG 7.1 and the following code trying to&amp;nbsp;connect to PostgreSQL:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;libname A1 postgres &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; server=XXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; port=5432&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; database=XXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; user=XXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp; password='XXX';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000"&gt;But I get an error like:&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR: The POSTGRES engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;When run&amp;nbsp;{proc setinit; run;},&amp;nbsp;find [SAS/ACCESS to Postgres] installed.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;How to deal with it?&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Proc Setinit shows that a product is licensed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;proc product_status;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to show what is actually installed, or at least it does for SAS Display manager.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 17:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495782#M31934</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-14T17:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with "ERROR: The POSTGRES engine cannot be found."?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495784#M31935</link>
      <description>&lt;P&gt;It's possible that you have SAS/Access to Postgres licensed but it is not installed on the server. Run the following code and see if SAS/Access to Postgres is listed in the product_status:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc setinit noalias; run; %put _all_; proc product_status; run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 17:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495784#M31935</guid>
      <dc:creator>jebjur</dc:creator>
      <dc:date>2018-09-14T17:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with "ERROR: The POSTGRES engine cannot be found."?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495810#M31940</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;setinit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; noalias; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Find: &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;SAS/ACCESS to Postgres&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;product_status&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT color="#ff0000"&gt;Can't&lt;/FONT&gt; find: &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For SAS/ACCESS Interface to Postgres&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to install the component?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 19:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495810#M31940</guid>
      <dc:creator>sasemi</dc:creator>
      <dc:date>2018-09-14T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with "ERROR: The POSTGRES engine cannot be found."?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495990#M31942</link>
      <description>&lt;P&gt;You use the SAS Deployment Wizard on the server where you want to add it and select the install additional software option. Note it would be safest to use the SAS install account to do this unless your user account has full admin access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for more details: &lt;A href="https://documentation.sas.com/?docsetId=whatsdiff&amp;amp;docsetTarget=installsteps.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=whatsdiff&amp;amp;docsetTarget=installsteps.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This type of task is best done by your SAS Administrator. Since you didn't know how to install additional software I'm assuming that you are not a SAS administrator - sorry if I got this wrong &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 22:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-deal-with-quot-ERROR-The-POSTGRES-engine-cannot-be-found/m-p/495990#M31942</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-15T22:29:58Z</dc:date>
    </item>
  </channel>
</rss>

