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.
The SPD Server is nowadays no more that widely used. I suggest you also contact SAS Tech Support directly with your question.
It's hard to know what you have actually done when you refer to the manual.
So assuming you have done this:
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/spdsag/n0xu7x87ob9sw9n1l79wxs7pky1g.htm
Hi @KIIMCL
Not sure which documentation you have followed, but I hope this Data Administration Guide link https://documentation.sas.com/doc/en/bicdc/9.4/bidsag/n0a7lt4p1l4nhwn19fhqb4yam90f.htm
provide you with better steps towards your resolution.
Hope this helps,
Ahmed
Schema == domain
(SPDS User Guide): https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/spdsug/p1tofgu13wdlcan1gl7mavwhmx8y.htm
Here is how domains are defined
(SPDS Admin Guide): https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/spdsag/n0nhzqn43hpeb6n1ucu1vo689zd4.htm
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.
Find more tutorials on the SAS Users YouTube channel.