BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mnjtrana
Pyrite | Level 9

Hi All,

 

I am facing issues, using sas connect to remote sign in and submit parallel jobs. We used to use this sicne last 2 years, but lately there has been many issues with our batch. Sometimes it comes sometimes it doesnt. After restarting the batch it works. Not sure what exactly is the issue.

 

The error is below:

 

Error message is 

ERROR: A communication subsystem partner link setup request failure has occurred.
ERROR: Cannot start remote process.
ERROR: Remote signon to SERVER1 canceled.

options autosignon=remote=sess1;
signon sess1 user= fsfsf passwd=;
rsubmit sess1 wait= yes connectpersist=yes cmacvar=stat_sess1
/* sas statements here */
endrsubmit;
signoff;

Cheers from India!

Manjeet
1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

You could not establish the TCP/IP connection. You might run into limitations of concurrent connections on the servers, or on the firewalls in between. Or you have a not-so-stable network path, and establishing a TCP connection exceeds a time limit set somewhere along the way.

View solution in original post

1 REPLY 1
Kurt_Bremser
Super User

You could not establish the TCP/IP connection. You might run into limitations of concurrent connections on the servers, or on the firewalls in between. Or you have a not-so-stable network path, and establishing a TCP connection exceeds a time limit set somewhere along the way.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1170 views
  • 0 likes
  • 2 in conversation