IBM Support

How to find out the total number of users in a DOORS database?

Question & Answer


Question

How to find out the total number of users in a DOORS database?

Answer

In order to find out the total number of users in a DOORS Database, you can run the following DXL script ( Note: The user should have the access rights to Edit and run DXL Scripts in order to use the following DXL script):

Launch DOORS, on the DOORS DB Explorer window click on Tools -> Edit DXL and copy paste this script in the DXL window:
User user
int i = 1
for user in userList do
{
string uName = user.name
print i "" uName "\n"
i = i + 1
}
Now click on 'Run', the script would list all the users in the DOORS Database. Note: Please test this on a test database before you try it in production.

DISCLAIMER: Any assistance that Telelogic gives in issues regarding private DXL scripting and/or modified DOORS scripts are not covered under the Telelogic - Licensee maintenance/support agreement. All suggestions Telelogic provides should be tested on either a test server or a back-up database, and never in a production environment. Telelogic shall not be responsible for loss of data or down time through the interaction with these unsupported scripts. Telelogic's assistance is provided "AS IS," and TELELOGIC HEREBY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING ALL IMPLIED WARRANTIES OF SATISFACTORY QUALITY, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. IN NO EVENT SHALL TELELOGIC BE LIABLE FOR ANY DAMAGES OR CONSEQUENCES ARISING FROM ITS ASSISTANCE EVEN IF TELELOGIC IS EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

8.2, 8.1, 8.0, 7.1 DOORS: Administration TST Case ID: 1056310 AnswerProduct versionPartner ContentInternal ContentCategoryReference IDAuthor

[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"General Information","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"Version Independent","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

11064

Document Information

Modified date:
01 May 2020

UID

swg21324064