BookmarkSubscribeRSS Feed
char22
Fluorite | Level 6

Hi,

 

I need to change SAS Metadata bound library (Secured Library) password

 

http://support.sas.com/documentation/cdl/en/seclibag/66930/HTML/default/viewer.htm#n0cylegyx7e6pcn1n...

 

The thing is , i lost the old password.

 

I tried command like this , empty the old password and set new one

 

proc authlib lib=somd ;
remove securedfolder="/System/Secured Libraries"
securedlibrary="SOMD"
read=/newpass
write=/newpass
alter=newpass;
run;

 

But it doesn't work.

Any suggestion?

 

Thanks ,

Charlie

3 REPLIES 3
anja
SAS Employee

Hi,

 

when you say "it doesn't work", what do you mean? Do you get an error?

 

Thanks

Anja

char22
Fluorite | Level 6

Hi Anja,

 

Yes , the error indicating some password entered incorrectly

 

ERROR: All current secured library passwords must be valid in order to change any.

anja
SAS Employee

Hi,

 

Is this the exact and complete error message?

Do you get this error when you are submitting the code you use to change the password?

 

Lots of questions, I know, but there could be several reasons why this happens

 

Thanks

Anja

 

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

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.

Discussion stats
  • 3 replies
  • 881 views
  • 0 likes
  • 2 in conversation