<?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: Teradata Wallet in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/443079#M13678</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/29316"&gt;@pcapazzi&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use LDAP without using Teradata wallet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Teradata wallet example I provided came from the SAS doc. Using LDAP is covered here too:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p1djetrmbn53w3n0z737je0qpqt5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;http://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p1djetrmbn53w3n0z737je0qpqt5.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;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 21:59:15 GMT</pubDate>
    <dc:creator>JBailey</dc:creator>
    <dc:date>2018-03-06T21:59:15Z</dc:date>
    <item>
      <title>Teradata Wallet</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/440312#M13595</link>
      <description>&lt;P&gt;Anybody out there using Teradata Wallet? I cannot seem to get it to work in EG. I've logged in to the Dev platform and tried executing the following:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;libname td Teradata user="$tdwallet(user_td)" password="$tdwallet(password_td)" server=teradata_dev;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is after setting up the user_td and password_td values on the Dev server using the tdwallet CLI app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error I get is:&lt;/P&gt;
&lt;P&gt;ERROR: Teradata connection: CLI2: TDWALLETERROR(543): Teradata Wallet error. .&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have gotten the Wallet to work with FastExport (Teradata utility) however.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 19:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/440312#M13595</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2018-02-26T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata Wallet</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/442460#M13653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/29316"&gt;@pcapazzi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give this a try?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname td Teradata user="$tdwallet(user_td)" password="$tdwallet" server=teradata_dev;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 18:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/442460#M13653</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2018-03-05T18:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata Wallet</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/442613#M13657</link>
      <description>&lt;P&gt;It is still giving me an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname td Teradata user="$tdwallet(user_td)" password="$tdwallet" server=Teradata_dev;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;23         libname td Teradata user="$tdwallet(user_td)" password=XXXXXXXXXXX server=teradata_dev;
ERROR: Teradata connection: CLI2: TDWALLETERROR(543): Teradata Wallet error. .
ERROR: Error in the LIBNAME statement.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using LDAP so my user ID end with @LDAP. I'm not clear on $tdwallet is used for the password. I am not supposed to provide a value like $tdwallet(pass_td)? The tdwallet program does have it's own password which I thought was for managing these stored entries. In case that password is what $tdwallet would provide I made it the same as my network password for use by LDAP. I still had no luck. The only think I did change in your code was the server name and changed it back in what you see above.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 20:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/442613#M13657</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2018-03-05T20:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata Wallet</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/443079#M13678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/29316"&gt;@pcapazzi&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use LDAP without using Teradata wallet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Teradata wallet example I provided came from the SAS doc. Using LDAP is covered here too:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p1djetrmbn53w3n0z737je0qpqt5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;http://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p1djetrmbn53w3n0z737je0qpqt5.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;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 21:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-Wallet/m-p/443079#M13678</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2018-03-06T21:59:15Z</dc:date>
    </item>
  </channel>
</rss>

