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
The rapid growth of AI technologies is driving an AI skills gap and demand for AI talent. Ready to grow your AI literacy? SAS offers free ways to get started for beginners, business leaders, and analytics professionals of all skill levels. Your future self will thank you.