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: auditing
Topic Summary:
Created On: 29-Oct-2003 14: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.
 29-Oct-2003 14:57
User is offline View Users Profile Print this message


Lloyd Goldston

Posts: 1
Joined: 7-Aug-2003

Im aware of the ability to review to login log. Im curious to know if there is a DXL or other method to capture the amount of time a user checks out a module? Running Doors 7 SR1.

I dont believe this capability exists because I have never seen nor heard of it within DOORS but I can certainly cross my fingers and hope. I would much rather be able to do this the easy way and not have to cross reference the IDS (Intrusion Detection Monitor) with the lDOORS ogin log or some other scheme to get what is needed.

Thanks in advance,
Lloyd Goldston
System Administrator II
SAIC
Report this to a Moderator Report this to a Moderator
 29-Oct-2003 15:16
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

You want to know how long a user has a module open for "Exclusive Edit"?

You'll need two triggers: one is module->post->open and the other is module->pre-close. Both triggers halt if the module is not open Exclusive. The Open trigger sets a configuration file, named the same as the module and containing the results of intof(today()). The CLose trigger looks for the configuraition file, reads the contents, closes and deletes the file, and calculates int SecondsItWasOpen = intof(today()) - IntFromConfigFile. I guess it would then get the "doorsuser()" and log this information in a log file. To resolve conflicts, if the log file is currently open it could log to a secondary log file.

Alternatively, the open trigger would log the open in a log file, the close trigger would look for the open entry and create a close entry containing the time and total time it was open.

Good luck with triggers.

- Louie

Edited: 29-Oct-2003 at 15:17 by Louie Landale
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.