<?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: META SERVER error register table in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883241#M26841</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;From your post the&amp;nbsp; is "&lt;SPAN&gt;ERROR: CLI error trying to establish connection: connection to server at "10.4.18.143", port 5432 failed: FATAL: password&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication failed for user "postgres""&lt;BR /&gt;Can you please check the connection to postgres using odbc manager at the OS level ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jul 2023 13:38:34 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2023-07-02T13:38:34Z</dc:date>
    <item>
      <title>META SERVER error register table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883072#M26839</link>
      <description>&lt;P&gt;I use sas management console connect to sas meta with user "sasadm@saspw",&amp;nbsp; after create server, library then&amp;nbsp;register table,&amp;nbsp; have error:&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;NOTE: SAS Initialization used (Total process time):&lt;BR /&gt;real time 0.07 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The autoexec file, /u01/SASConfig/Lev1/SASApp/WorkspaceServer/autoexec.sas, was executed at server initialization.&lt;BR /&gt;1 LIBNAME LIBPOSG ODBC DATAsrc=postgresdb1 USER=postgres PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;BR /&gt;NOTE: Libref LIBPOSG was successfully assigned as follows:&lt;BR /&gt;Engine: ODBC&lt;BR /&gt;Physical Name: postgresdb1&lt;BR /&gt;2&lt;BR /&gt;2 The SAS System 18:19 Friday, June 30, 2023&lt;/P&gt;&lt;P&gt;3 proc metalib&lt;BR /&gt;4 ;&lt;BR /&gt;4 ! omr (LIBURI="A5FSLUGQ.B5000006"&lt;BR /&gt;5 user="sasadm@saspw" password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;6 );&lt;BR /&gt;7 REPORT(type = summary out = "tab_info");&lt;BR /&gt;8 SELECT ("CAS_USERS"&lt;BR /&gt;9 );&lt;BR /&gt;10 FOLDERID = "A5FSLUGQ.AA000002";&lt;BR /&gt;11 run;&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: connection to server at "10.4.18.143", port 5432 failed: FATAL: password&lt;BR /&gt;authentication failed for user "postgres"&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE METALIB used (Total process time):&lt;BR /&gt;real time 0.24 seconds&lt;BR /&gt;cpu time 0.10 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 11:06:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883072#M26839</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2023-06-30T11:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: META SERVER error register table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883241#M26841</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;From your post the&amp;nbsp; is "&lt;SPAN&gt;ERROR: CLI error trying to establish connection: connection to server at "10.4.18.143", port 5432 failed: FATAL: password&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication failed for user "postgres""&lt;BR /&gt;Can you please check the connection to postgres using odbc manager at the OS level ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 13:38:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883241#M26841</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-07-02T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: META SERVER error register table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883243#M26843</link>
      <description>at the OS level, on sas app, use isql test odbc is ok&lt;BR /&gt;[main-sas@dc-sas-app ~]$ isql postgresdb1 postgres ************&lt;BR /&gt;+---------------------------------------+&lt;BR /&gt;| Connected! |&lt;BR /&gt;| |&lt;BR /&gt;| sql-statement |&lt;BR /&gt;| help [tablename] |&lt;BR /&gt;| quit |&lt;BR /&gt;| |&lt;BR /&gt;+---------------------------------------+&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Jul 2023 14:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883243#M26843</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2023-07-02T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: META SERVER error register table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883250#M26844</link>
      <description>&lt;P&gt;After seeing that you are able to connect to the postgres and my understanding if wat you are attempting to do,&lt;BR /&gt;I have the following suggestions.&lt;BR /&gt;1.If it is desired to create odbc session and resgister tables better to use SASMC&lt;BR /&gt;2.I see that odbc connection is being created in the workspace server session. So table registration is not needed.&lt;BR /&gt;Access control can be managed at the database level itself.&lt;BR /&gt;3.Are you trying to follow this example ?&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/engimap/p09tt26phccdlbn17aw01bavqtdj.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/engimap/p09tt26phccdlbn17aw01bavqtdj.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please have a look at theis link&amp;nbsp;&lt;A href="http://support.sas.com/kb/13/848.html" target="_blank"&gt;http://support.sas.com/kb/13/848.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 15:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883250#M26844</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-07-02T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: META SERVER error register table</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883318#M26846</link>
      <description>&lt;P&gt;I have a vague memory that there is something special with the unrestricted user&amp;nbsp;&lt;A href="mailto:sasadm@saspw" target="_blank" rel="noopener"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;and external passwords. Something related to security.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also &lt;A href="mailto:sasadm@saspw" target="_blank" rel="noopener"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;is an internal user that shouldn't have an external user associated. To register your tables SAS will need to create a SAS session which requires an external user.&lt;/P&gt;
&lt;P&gt;Try and use a different user that's not unrestricted to register your tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:24:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/META-SERVER-error-register-table/m-p/883318#M26846</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-07-03T11:24:56Z</dc:date>
    </item>
  </channel>
</rss>

