If the SAS LIBNAME assignment
fails, first check the error messages from the SPD Server 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:
ERROR: The SASSPDS engine cannot be found.
This error indicates
your SAS installation did not include the SAS Scalable Performance
Data Server client. Review your SAS installation.
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.1 while
engine version is <version>.
This error indicates
you are trying to connect to SPD Server with an old client. Verify
that you are running SAS 9.4 with 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.