I'm having trouble connecting to a SQL Server 2016 DB when the string password is encoded.
This works.
libname test2 odbc noprompt="server=SRV;Driver=SQL Server;uid=sa;pwd=mypwd;database=DB";
But this doesn't work.
libname test2 odbc noprompt="server=SRV;Driver=SQL Server;uid=sa;pwd='{SASENC}12345F';database=DB";
Appreciate any help. Thank you very much!
What's your error message?
There's an old SAS Note that says you can't use encrypted passwords in connection strings:
http://support.sas.com/kb/31/602.html
Don't know if it is still the case or not. Maybe you could try moving the user and password outside of NOPROMPT in separate parameters as encryption in the PASSWORD parameter is allowed.
What's your error message?
There's an old SAS Note that says you can't use encrypted passwords in connection strings:
http://support.sas.com/kb/31/602.html
Don't know if it is still the case or not. Maybe you could try moving the user and password outside of NOPROMPT in separate parameters as encryption in the PASSWORD parameter is allowed.
You are correct it seems including the encoded password does not work in the connection string. I had to do a manual work around that picks up the password from a file while supressing the log when assigning the librefs.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.