Hello,
I have to encrypt a password in a script sas and i try to use TDWALLET but i receive "ERROR: Teradata connection: Invalid password."
I try to use this connection string:
Connect To teradata (Username="<my_username>" Password="$tdwallet(<wallet_name>)" tdpid='<server_ip>' schema=<default_db> mode=TERADATA );
but i receive:
2 proc sql;
3 Connect To teradata (Username="<my_user>" Password=XXXXXXXXXXXXXXXXXXXXXXXX tdpid='<server_ip>'
3 ! schema=<default_db> mode=TERADATA );
ERROR: Teradata connection: Invalid password.
Can someone help me?
Regards,
Gianluca