Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Search for Everyone else is set to R or RM or RMC or RMCD or RMCDA) in DOORS Structure
Topic Summary:
Created On: 25-Apr-2003 16:57
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 25-Apr-2003 16:57
User is offline View Users Profile Print this message


Chris Soihl

Posts: 4
Joined: 22-Oct-2002

I need a DXL program that will search from Database root through Projects, Folders, modules, and objects for Everyone else set to (R or RM or RMC or RMCD or RMCDA).
If Everyone else is set to R or RM or RMC or RMCD or RMCDA), then report the project, folder, module name to a text file.

Chris Soihl

-------------------------
Chris Soihl
Report this to a Moderator Report this to a Moderator
 29-Apr-2003 21:58
User is offline View Users Profile Print this message


Michael Sutherland

Posts: 248
Joined: 13-Sep-2002

Chris,

The following script should get you started. It loops through all Items ( Projects, Folders, and Modules ) in a DOORS database, and report on Access Rights. It does not attempt to open Modules and get any Access Right information from inside the Modules.

You can add your own checks for the specific Access Rights you are looking for, and update the output of the script accordingly.

-------------------------
Michael Sutherland
michael@galactic-solutions.com
http://galactic-solutions.com
Report this to a Moderator Report this to a Moderator
 1-Sep-2004 23:00
User is offline View Users Profile Print this message


Bruce Tuskey

Posts: 77
Joined: 2-Mar-2004

I think Chris Soihl was looking for the Group (non-Group) "Everyone else" settings.

Bruce Tuskey

-------------------------
Bruce Tuskey
Sr. Principle Engineer
Tuskey@gmail.com

"All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien)

Edited: 1-Sep-2004 at 23:04 by Bruce Tuskey
Report this to a Moderator Report this to a Moderator
 3-Sep-2004 16:35
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Default Access Records (those that apply to "Everyone Else") are those whose username is null. That fact will help you find the ones you are looking for.
string UName
AccessRec ar
{ for ar in all mod do
{
UName = username(ar)
if (null UName) UName = "Everyone else"
yaddy...
}
}

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.