BookmarkSubscribeRSS Feed
QLi
Fluorite | Level 6 QLi
Fluorite | Level 6

when I tried to connect remote server, I run the following code

options comamid=tcp;

options remote=SASLPAR.mf_spawn;

signon noscript user=&XID password=&XPASS;

   

Log window showed the error message:

   

NOTE: Remote signon to SASLPAR.MF_SPAWN commencing (SAS Release 9.01.01M3P020206).

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

ERROR: Communication request rejected by partner: security verification failure.

ERROR: Remote signon to SASLPAR.MF_SPAWN cancelled.

What's wrong with these?

Any suggestions ?

Thanks,

1 REPLY 1
Patrick
Opal | Level 21

ERROR: Communication request rejected by partner: security verification failure.

Check if your user and password are valid. You could use a prompt:

signon noscript user=_prompt_ password=_prompt_;

If this works: Try and quote user and password:

signon noscript user="&XID" password="&XPASS";

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 4991 views
  • 0 likes
  • 2 in conversation