Hi. I am managing EG9.4 and need to create a new spds library.
I have added path and info in libname.parm and also assigned the new lib in SMC.
However, whenever executing the below libname statement I get errors saying "ERROR: LIBNAME domain (schema_name) not found in SPD Name Server."
LIBNAME new_lib SASSPDS IP=YES LIBGEN=NO DISCONNECT=YES
USER="(user)"
PASSWORD="(pw)"
ACLSPECIAL=YES
HOST="(the_Server_hostname)"
Serv='5400'
SCHEMA="(schema_name_in_libname.pem)" ;
I've followed all the instructions in the spds manual. I don't know what to do more.
What have i missed? do I need to restart spds service?
Thanks.