How to switch Quality Center (QC) / Application Lifecycle Management (ALM) authentication mode from LDAP to QC when LDAP is down.
Question ID: 108430
0
0
Marked as spam
Posted by (Questions: 29, Answers: 0)
Asked on May 30, 2018 10:20 am
233 views
Answers (1)
0
Private answer

When LDAP server is down, no users can log into QC/ALM and this issue should be solved by modifying the DB backend.
Below are the steps to switch the authentication mode:
1. Access qcsiteadmin_db schema;
2. Select the PARAMS table;
3. Change the PARAM_VALUE from ''LDAP'' to ''QualityCenter'' for the PARAM_NAME ''AUTHENTICATION'';
4. Restart the QC/ALM service or reboot the server machine.
Note: If the database schema cannot be accessed, please consult with the responsible DB Administrator.

The following SQL is used to reset the authentication mode:
UPDATE PARAMS
SET PARAM_VALUE='QualityCenter'
WHERE PARAM_VALUE='Ldap';

You will be able to log back into Site Admin with the Site Admin user account that was created when the software was originally installed.

NOTE: The Site Admin user account is uniquely defined during the original installation. If this user account is not known, I suggest you review any custom install documentation that was created showing what was input during the installation.

Once you have gained access to the ALM Site Admin, you can update the LDAP settings with the new password and switch the authentication mode back to LDAP. Keep the browser open to that instance of Site Admin, and confirm your LDAP settings on another machine.

Marked as spam
Posted by (Questions: 0, Answers: 30)
Answered on May 30, 2018 10:22 am
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top