BookmarkSubscribeRSS Feed
sathya66
Barite | Level 11

Hi All,

User is getting below ERROR . He has correct user ID and password and updated through SAS logon manager.

Even tried with TD  user ID and password in the libname but no luck. Tried in TD sql assistant with same ID and password and it worked.

libname test teradata  user=<user_ID> password=”password” database=test fastload=yes;

 

libname test teradata AUTHDOMAIN="TeradataAuth" database=test fastload=yes;

 

sathya66_0-1641993113779.png

 

6 REPLIES 6
sathya66
Barite | Level 11

User  has special char (double quote) in the TD password. like  Pass"31.  is it with password?

how can we make it work as TD sql assistant is accepting this password but not through SAS.

 

gwootton
SAS Super FREQ
If you attempt a connection with a password without that particular special character, does it work as expected?
--
Greg Wootton | Principal Systems Technical Support Engineer
sathya66
Barite | Level 11
Yes, it is working without particular special character (like ! ",etc)
gwootton
SAS Super FREQ
You may wish to engage SAS Technical Support then, to ensure this is not an issue with the Teradata engine. For the LIBNAME statement including the user/password I could see how a double-quote could raise an issue if you were also using double-quotes to enclose the password (as in your first post example), but if it's stored in an AUTHDOMAIN I would expect this to be properly handled.
--
Greg Wootton | Principal Systems Technical Support Engineer
SASKiwi
PROC Star

If you are testing the connection like this:

libname test teradata  user=<user_ID> password=”password” database=test fastload=yes;

Then try single quotes around the password string. BTW even your double quotes don't look right as they should look like this: "

libname test teradata  user=<user_ID> password='password' database=test fastload=yes;
sathya66
Barite | Level 11
Double quotes looks right.Tried with single quotes as well. raised with SAS. Update you once I get back from them.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 6 replies
  • 1798 views
  • 0 likes
  • 3 in conversation