If the SAS LIBNAME assignment
fails, first check the error messages from the SAS LIBNAME engine
through the SAS log output. In most circumstances, you can diagnose
the reason for the failure from these messages. Some common problems
include the following:
ERROR: The
SASSPDS engine cannot be found.
ERROR: Unable to connect to SPD Name Server.
This error indicates that SAS SPD Server is not running, or your LIBNAME HOST= or
SERV= values are not correct. Verify your
LIBNAME statement and that SPD Server is running on the correct host with the correct
port.
ERROR: Protocol version mismatch. Proxy version is 5.3 while
engine version is <version>.
This error indicates that you are trying to connect to SPD Server with an old client.
Verify that you are running the latest version of the SAS Scalable Performance Data
Server client.
ERROR: SPD Server has rejected login from user <username>
This error indicates you are trying to connect to SPD Server with an invalid user
ID or password. Verify your LIBNAME statement.
ERROR: Password has expired and a new password not given.
This error indicates
your password has expired and you need to use the NEWPASSWORD LIBNAME
option to update your password.