Hi,
I used to run a code like this in SAS 9.3 PC version:
%let serv=xxx.edu 4016;
options comamid=TCP remote=serv;
signon username=_prompt_;
When I run it in SAS Studio thourg (SAS on demand for Academics), I obtain the following errors:
ERROR: A communication subsystem partner link setup request failure has occurred.
ERROR: Cannot negotiate encryption algorithm.
ERROR: Remote signon to serv canceled.
Any ideas on the reason behind these errors? any way to solve it? Thank you for your time and help.