![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: auditing Topic Summary: Created On: 29-Oct-2003 14:57 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
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 |
|
![]() |
|
![]() |
|
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 |
|
![]() |
Telelogic DOORS
» Administration
»
auditing
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.