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.
test
is not defined in the SPD Server
name server sunspot.spdsname: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.
stelling
. This same
message is generated if the port address is incorrect: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.
xxx
is not accessible in the network.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.
xxx
: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.
xxx
does not exist in
the SPD Server host's password file. The resulting message is the
same if the password is invalid.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.