<?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: PostGres tables on SASWebInfrastructurePlatformDataServer in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/PostGres-tables-on-SASWebInfrastructurePlatformDataServer/m-p/961257#M29717</link>
    <description>The SAS Web Infrastructure Platform Data Server is a postgres database, so you can use any postgres client to connect to it. &lt;BR /&gt;&lt;BR /&gt;From your description, it is not clear what issue you are encountering when trying to use the psql client. However to be able to use the psql CLI in that path, you'd need to set some environment variables as well as some options to that command line. &lt;BR /&gt;&lt;BR /&gt;You could run this to set the environment variables necessary to run psql:&lt;BR /&gt;# Set a variable to store the base path for the psql client.&lt;BR /&gt;PGHOME=$SASHOME/SASWebInfrastructurePlatformDataServer/9.4&lt;BR /&gt;# Put the bin subdir into PATH&lt;BR /&gt;PATH=$PATH:$PGHOME/bin&lt;BR /&gt;# Put the lib subdir into LD_LIBRARY_PATH&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PGHOME/lib&lt;BR /&gt;&lt;BR /&gt;This will allow you to run "psql" without specifying the full path.&lt;BR /&gt;&lt;BR /&gt;Then run psql with the options:&lt;BR /&gt;-p 9432 (the default postgres port is 5432, WIP Data Server runs on 9432 by default)&lt;BR /&gt;-U dbmsowner (the database user)&lt;BR /&gt;-d SharedServices (the database name)&lt;BR /&gt;&lt;BR /&gt;This will prompt you for the password for the dbmsowner user, so you will need to know that.&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Mar 2025 18:19:36 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2025-03-07T18:19:36Z</dc:date>
    <item>
      <title>PostGres tables on SASWebInfrastructurePlatformDataServer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/PostGres-tables-on-SASWebInfrastructurePlatformDataServer/m-p/961254#M29716</link>
      <description>&lt;P&gt;Is it possible to browse through the PostGre tables on the&amp;nbsp;SASWebInfrastructurePlatformDataServer configuration?. I have a requirement to provide the table and sample data being stored in these tables and I am unable to login to this database using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$SASHOME/SASWebInfrastructurePlatformDataServer/9.4/bin/psql&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 17:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/PostGres-tables-on-SASWebInfrastructurePlatformDataServer/m-p/961254#M29716</guid>
      <dc:creator>Key123</dc:creator>
      <dc:date>2025-03-07T17:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: PostGres tables on SASWebInfrastructurePlatformDataServer</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/PostGres-tables-on-SASWebInfrastructurePlatformDataServer/m-p/961257#M29717</link>
      <description>The SAS Web Infrastructure Platform Data Server is a postgres database, so you can use any postgres client to connect to it. &lt;BR /&gt;&lt;BR /&gt;From your description, it is not clear what issue you are encountering when trying to use the psql client. However to be able to use the psql CLI in that path, you'd need to set some environment variables as well as some options to that command line. &lt;BR /&gt;&lt;BR /&gt;You could run this to set the environment variables necessary to run psql:&lt;BR /&gt;# Set a variable to store the base path for the psql client.&lt;BR /&gt;PGHOME=$SASHOME/SASWebInfrastructurePlatformDataServer/9.4&lt;BR /&gt;# Put the bin subdir into PATH&lt;BR /&gt;PATH=$PATH:$PGHOME/bin&lt;BR /&gt;# Put the lib subdir into LD_LIBRARY_PATH&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PGHOME/lib&lt;BR /&gt;&lt;BR /&gt;This will allow you to run "psql" without specifying the full path.&lt;BR /&gt;&lt;BR /&gt;Then run psql with the options:&lt;BR /&gt;-p 9432 (the default postgres port is 5432, WIP Data Server runs on 9432 by default)&lt;BR /&gt;-U dbmsowner (the database user)&lt;BR /&gt;-d SharedServices (the database name)&lt;BR /&gt;&lt;BR /&gt;This will prompt you for the password for the dbmsowner user, so you will need to know that.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2025 18:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/PostGres-tables-on-SASWebInfrastructurePlatformDataServer/m-p/961257#M29717</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-03-07T18:19:36Z</dc:date>
    </item>
  </channel>
</rss>

