<?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: Library management with pre-assigned user/pass in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68753#M14898</link>
    <description>Some information is unclear to me:&lt;BR /&gt;
&lt;BR /&gt;
What do exactly mean by "In the physical storage of my table..."?&lt;BR /&gt;
&lt;BR /&gt;
Do you wish to continue to use user/pass from config, or use the ones registered in the metadata?&lt;BR /&gt;
&lt;BR /&gt;
If you wish to use metadata passwords, you have to them in sync, and the re-generate your code upon change.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
    <pubDate>Tue, 13 Jan 2009 12:33:42 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2009-01-13T12:33:42Z</dc:date>
    <item>
      <title>Library management with pre-assigned user/pass</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68752#M14897</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to do the following:&lt;BR /&gt;
&lt;BR /&gt;
There is 1 implementation and 1integration environment. Both contain a DB/2 database with different user/pass settings. In the physical storage of my table I have set up a profile with user/pass, which is no longer valid, when I deploy my .sas files to the integration environment. &lt;BR /&gt;
&lt;BR /&gt;
The user/pass are pre-assigned in the SAS config files per environment and would need to be accessed via &amp;amp;DBUSER and &amp;amp;DBPASS - is it possible to set up the profile like this in the Management Console or do I need to do it differently?&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot,&lt;BR /&gt;
Thomas</description>
      <pubDate>Mon, 12 Jan 2009 15:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68752#M14897</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2009-01-12T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Library management with pre-assigned user/pass</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68753#M14898</link>
      <description>Some information is unclear to me:&lt;BR /&gt;
&lt;BR /&gt;
What do exactly mean by "In the physical storage of my table..."?&lt;BR /&gt;
&lt;BR /&gt;
Do you wish to continue to use user/pass from config, or use the ones registered in the metadata?&lt;BR /&gt;
&lt;BR /&gt;
If you wish to use metadata passwords, you have to them in sync, and the re-generate your code upon change.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Tue, 13 Jan 2009 12:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68753#M14898</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-13T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Library management with pre-assigned user/pass</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68754#M14899</link>
      <description>Hi Linus,&lt;BR /&gt;
&lt;BR /&gt;
thanks for your reply.&lt;BR /&gt;
&lt;BR /&gt;
With ph. storage I mean the "physical storage" tab of the table.&lt;BR /&gt;
&lt;BR /&gt;
And I would like to use user/pass from the config, so I do not have to regenerate the code but only put another config to another environment.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Thomas</description>
      <pubDate>Thu, 15 Jan 2009 08:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68754#M14899</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2009-01-15T08:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Library management with pre-assigned user/pass</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68755#M14900</link>
      <description>Hi Thomas&lt;BR /&gt;
&lt;BR /&gt;
What I have seen working is:&lt;BR /&gt;
- The metadata definitions use &amp;amp;DBUSER and &amp;amp;DBPASS (like that, as text string).&lt;BR /&gt;
- The values are set in the autoexec -&amp;gt; %let DBUSER=....&lt;BR /&gt;
&lt;BR /&gt;
The deployed code contains then something like ..password=&amp;amp;DBUSER... - which resolves at runtime and based on the value set in the autoexec used.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick&lt;BR /&gt;
&lt;BR /&gt;
And yes: use proc pwencode to mask the passwords at least a bit.&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
Message was edited by: Patrick</description>
      <pubDate>Thu, 15 Jan 2009 12:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-management-with-pre-assigned-user-pass/m-p/68755#M14900</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2009-01-15T12:03:22Z</dc:date>
    </item>
  </channel>
</rss>

