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: DXL Script to List Module/Attribute Permission Stuctures
Topic Summary:
Created On: 20-Jan-2004 19:46
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.
 20-Jan-2004 19:46
User is offline View Users Profile Print this message


Jason Aylesworth

Posts: 2
Joined: 20-Jan-2004

Anyone have or know of a DXL script that can be run against a module (or project) to generate a listing of the permissions heirarchy for the module and attribute levels. We are doing some administrative clean-up to standardize our permissions schemes, and getting a list of what's what currently would save us having to click one by one to review permissions. We're needing to look at what groups/users have access at the module and attribute levels and what access each group/user has. Basically just a listing of what you'd see if you clicked one at a time through the module and attribute permissions. Hopefully that's clear enough to understand. Can anyone offer assistance?


Jason Aylesworth
F-16 Programs
Lockheed Martin Aeronautics
jason.g.aylesworth@lmco.com
Report this to a Moderator Report this to a Moderator
 20-Jan-2004 22:03
User is offline View Users Profile Print this message


Jobina Johnson

Posts: 55
Joined: 12-Sep-2002

Attached are two dxl files. The first file will generate a hierarchy of the database(DB-AccessRgts) at what level you chose and show the module and premission per group assoicated. The second scripts(AttributeAccessRgts) run against a module and show user-defined attributes and permission levels.
You can probably combine the two files, haven't tried it, to generate one report.

Hope this helps

-------------------------


jobina.l.johnson@boeing.com
Report this to a Moderator Report this to a Moderator
 29-Jan-2004 20:59
User is offline View Users Profile Print this message


Jason Aylesworth

Posts: 2
Joined: 20-Jan-2004

Thanks for the reply. I'll give these a shot!

Jason
Report this to a Moderator Report this to a Moderator
 6-Mar-2008 09:50
User is offline View Users Profile Print this message


Hiltrud Braeuer

Posts: 8
Joined: 30-Oct-2003

Hi,

I'm looking for a DXL-script to list given permissions prior to do some "housekeeping" on our Doors dbs (same as Jason some years ago).
Would you be so kind as to share your scripts with me, too?

Thanks,
Hiltrud

hiltrud.braeuer@nm.hsd.utc.com
Report this to a Moderator Report this to a Moderator
 6-Mar-2008 13:08
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

The attached script prints the access rights on all projects in the database.
This is about as simple as it can be.

This could easily be amended to print access rights for items in a project for example.

Change the parameter to printAccessRights to be an Item.
Remove the line that gets an item handle from the project.

Use the following loop to call the function:

Item i

for i in current Project do
{
printAccessRights(i)
}

This will then print out access rights on all items in the current project.

-------------------------
Tony Goodman
http://www.smartdxl.com

Edited: 6-Mar-2008 at 13:20 by Tony Goodman
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 0 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 0 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.