Hi Anja, There has been no changes in the servers or the script file location. I have checked all the files and unixauto.scr. Checked both SAS Servers, they are up and I can work with them in Linux. Following is the signon script: %let mynode=epensass06 5005; options netencryptalgorithm=sasproprietary; options comamid=tcp remote=mynode; options symbolgen; filename rlink "C:\Users\c-absingh\Documents\unixauto.txt"; signon; Following is the log for the session: 603 %let mynode=epensass06 5005; 604 options netencryptalgorithm=sasproprietary; 605 options comamid=tcp remote=mynode; 606 options symbolgen; 607 filename rlink "C:\Users\c-absingh\Documents\unixauto.txt"; 608 signon; NOTE: Remote signon to MYNODE commencing (SAS Release 9.04.01M3P062415). NOTE: Start of script file trace. TRACE: Echo on; TRACE: Log 'NOTE: Script file 'tcpunix.scr' entered.'; NOTE: Script file 'tcpunix.scr' entered. TRACE: If not TCP then goto notcp; TRACE: If signoff then goto signoff; TRACE: Waitfor 'login:', TRACE: 'Username:', TRACE: 'Scripted signon not allowed': noscript, TRACE: 120.0 seconds: noinit; Username: TRACE: Input display 'Userid?'; TRACE: Type lf; TRACE: Waitfor 'Password', TRACE: 30.0 seconds: nolog; Password TRACE: Input nodisplay 'Password?'; TRACE: Type lf; TRACE: unx_log: TRACE: Waitfor 'Hello>': unxspawn, TRACE: '$', TRACE: 'bash-2.05$', TRACE: '>', TRACE: '', TRACE: '}', TRACE: 'Login incorrect': nouser, TRACE: 'Enter terminal type': unx_term, TRACE: 'TERM': unx_term, TRACE: 30.0 seconds: timeout; :Hello> TRACE: unxspawn: TRACE: Type 'bash /sas09/SASFoundation/9.3/sas -dmr -comamid tcp -device grlink -noterminal -nosyntaxcheck' lf; TRACE: Waitfor 'SESSION ESTABLISHED', TRACE: 90.0 seconds: nosas; ERROR: Cannot start remote process. ERROR: Cannot start remote process. Goodbye TRACE: nosas: TRACE: Log 'ERROR: Did not get SAS software startup messages.'; ERROR: Did not get SAS software startup messages. TRACE: Abort; NOTE: End of script file trace. ERROR: A communication subsystem partner link setup request failure has occurred. ERROR: Communication script processing aborted. ERROR: Remote signon to MYNODE canceled. Unixauto is attached if you want to have a look at it. I have tried the command directly on Linux Command line and I am getting the mesage "Session Established" but white remote submitting, It says that CANNOT START THE REMOTE PROCESS. Hope this would help in finding a solution.
... View more