1? libname foo sasspds 'test' server=sunspot.spdsname
passwd='xxx';
ERROR: Module FOO not found in search paths.
ERROR: Error in the LIBNAME or FILENAME statement.
2.
Invalid specification of the logical LIBNAME domain name in the LIBNAME
statement. The domain name 'test' is not defined in the SPD Server Name Server
sunspot.spdsname.
2? libname foo sasspds 'test' server=sunspot.spdsname
passwd='xxx';
ERROR: ERROR: Libname path info not found in SPDS name server..
ERROR: Error in the LIBNAME or FILENAME statement.
3.
No Name Server is running on the specified node name or no Name Server is available
at the specified port address. In this case, no Name Server is running on the specified
node stelling. This same message is generated if the port address is incorrect.
3? libname foo sasspds 'test' server=stelling.spdsname
passwd='xxx';
ERROR: Unable to connect to SPDS name server.
ERROR: Connection refused.
ERROR: Error in the LIBNAME or FILENAME statement.
4.
An invalid or unknown node name is specified in the LIBNAME statement. In this
case, node xxx is not accessible in the network.
4? libname foo sasspds 'test' server=xxx.spdsname
passwd='xxx';
ERROR: Unable to connect to SPDS name server.
ERROR: xxx.
ERROR: Error in the LIBNAME or FILENAME statement.
5.
Invalid SPD Server user password specified in the LIBNAME statement. In this case,
the SPD Server user ID is derived from the UNIX user ID running the SAS session.
The SPD Server password file has an entry for this SPD Server user ID, but the password
is not xxx.
8? libname foo sasspds 'test' server=sunspot.spdsname
passwd='xxx';
ERROR: Error on server libname socket.
ERROR: SPD server has rejected login from user
sasetb.. ERROR: Error in the LIBNAME or FILENAME
statement.
6.
Invalid SPD Server user ID specified in the LIBNAME statement. In this case, the SPD
Server user ID xxx does not exist in the SPD Server host's password file. The resulting
message is the same for the invalid password case.
10? libname foo sasspds 'test' server=sunspot.spdsname
user='xxx' passwd='xxx';
ERROR: Error on server libname socket.
ERROR: SPD server has rejected login from user xxx..
ERROR: Error in the LIBNAME or FILENAME statement.
SAS LIBNAME Assignment Failed 35