Troubleshooting
Problem
This technote identifies an issue that can occur in IBM Rational ClearQuest Web for 7.1. You can see all available databases names at login, even though you have entered invalid credentials.
Symptom
When there are multiple user databases in ClearQuest Web 7.1, and you try to login with invalid credentials, you can see the names of all the available user databases. This is not correct behavior. You are still unable to login to those databases, due to the credentials being incorrect.
Cause
This issue was identified as a product defect under APAR PM00747 and APAR PM01952.
Resolving The Problem
This defect is fixed starting in version 7.1.1.3. Upgrade to the latest version to resolve this problem.
In order to apply this resolution, you must enable a new MBean attribute that was introduced in version 7.1.1.3. The MBean attribute is cqUserDBListSecureAccess. You set this attribute to enable checking for users' allowance to see the list of user databases when logging into ClearQuest Web.
The default value is false, which means the secure is not enabled.
You can enable this attribute by running these commands, in order:
cd "C:\Program Files\IBM\RationalSDLC\common\CM\scripts"
set WAS_BIN="C:\Program Files\IBM\RationalSDLC\common\eWAS\bin"
%WAS_BIN%\wsadmin -profileName cmprofile
- Note: You will now have a wsadmin> command line prompt.
wsadmin> source teamAdminUtils.jacl
wsadmin>set t [getTeamServer]
wsadmin>$AdminControl setAttribute $t cqUserDBListSecureAccess true
Was this topic helpful?
Document Information
Modified date:
23 June 2018
UID
swg21410302