- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to configure metadata (SAS 9.4 M5) on RHEL 7 and get the below error.
sasinstaller - The account cannot be authenticated. Either the account does not exist or the password is invalid.
I am able to login to the metadata server with the same password (not sudo , direct login). However still get the above error. Here is what is in the logs.
BUILD FAILED
/opt/sas/sashome/SASFoundation/9.4/misc/base/sasconf/metadatasrv/config/metadatasrv_config.xml:640: The following error occurred while executing this line:
/opt/sas/sashome/SASDeploymentManager/9.4/products/cfgwizard__94500__prt__xx__sp0__1/Utilities/configuration_targets.xml:1284: sasinstaller - The account cannot be authenticated. Either the account does not exist or the password is invalid. Choosing to continue will result in further errors.
Any direction on this is greatly appreciated.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Nevermind. I figured out:-)
This was the error in the error.log
User sasinstaller did not authenticate. Reason: 'PAM is not configured correctly for sasauth.' (pam)
I followed the below link and that fixed it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Are you 100% sure the userid & password used in the SDW is the same you use for the direct log on ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@nhvdwalt -- Yes , I double checked. I see another post with the same issue , however that was on AIX. I am using RHEL 7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Also we are using PAM authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Check out this SAS Note. I've found it very useful in the past to troubleshoot authentication issues.
http://support.sas.com/kb/39/891.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@nhvdwalt - Thanks for the info. I tried and the authentication failed.
NOTE: SAS initialization used:
real time 0.07 seconds
cpu time 0.06 seconds
1? proc permtest;
2? run;
Authentication Test
Enter userid:
sasinstaller
Enter password:
NOTE: Access denied.
ERROR: Access denied.Authentication failed.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE PERMTEST used (Total process time):
real time 13.72 seconds
cpu time 0.00 seconds
How can I figure out why the authentication is failing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Nevermind. I figured out:-)
This was the error in the error.log
User sasinstaller did not authenticate. Reason: 'PAM is not configured correctly for sasauth.' (pam)
I followed the below link and that fixed it.