BookmarkSubscribeRSS Feed
Sanjay_Boga
Calcite | Level 5

cas mySession sessopts=(timeout=7200 locale="en_US");
libname caspath cas caslib="~/path";

%let mySAS94=abcd.xyz.com 00;
signon user=abcd passwd="XXX" remote=mySAS94;

 

Facing issue in connecting to remote server using signon statement. 

ERROR: A communication subsystem partner link setup request failure has occurred

 

Please suggest any solution or else guide us with any alternative steps to connect to remote server using SAS Viya 4.

2 REPLIES 2
Kurt_Bremser
Super User

How does the server listen? On the telnet port, or on the spawner port? Your server definition needs to include the correct port.

According to the documentation, the password is either the clear text password without quotes, or a SAS-encoded (PROC PWENCODE) password with quotes.

Possible reasons for your ERROR:

  • wrong host and/or port
  • wrong credentials
  • the service (CONNECT spawner, telnetd) is not up
  • a router/firewall blocks the connection

Connect to host and port with telnet and see if you get a response

mcboneto
Calcite | Level 5

Hi,

 

Just thought on sharing, my shop had this exact error message for Spawner(SAS Connect), the pc application only returned this message. However when using the REXX process via TSO we identified that the root cause was a bad DR License. The license we received did not had the SAS Connect active under it, however the license was applied successfully and some of the IVP jobs that we had ran successfully.

 

When receiving this message and being unable to identify the cause, it's worth checking on mainframe side since the pc side never complained about license keys.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Discussion stats
  • 2 replies
  • 1391 views
  • 1 like
  • 3 in conversation