Today I want to talk about communication encryption, especially when you are trying to do a remote signon to SAS/CONNECT server on SAS Viya. If you are trying to do that from SAS 9.X, most likely you will get the following error:
ERROR: A communication subsystem partner link setup request failure has occurred.
ERROR: Cannot negotiate encryption algorithm.
By default, SAS Viya is using SSL for encryption. On the other hand, SAS 9.x is using AES for encryption. That makes encryption settings are incompatible when trying to connect to one another.
If you want to connect to SAS Viya SAS/CONNECT server, you need to add the following option to your code:
options NETENCRALG=SSL;
You can also adjust this option in the configuration files. More information about NETENCRYPTALGORITHM (NETENCRALG) is available on this page: Encryption in SAS® 9.4, Sixth Edition -> NETENCRYPTALGORITHM System Option
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning and boost your career prospects.