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: ---------------------- Hi, we need some advice to realize one of our DXL-scripts. We want to get all change reques
Topic Summary:
Created On: 29-Jan-2007 07:42
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-Jan-2007 07:42
User is offline View Users Profile Print this message


Thomas Langholz

Posts: 40
Joined: 20-Oct-2005

Hi, we need some advice for our DXL-Script. We want to list all Change Requests created through the current logged user by using the CPS and we want to display this list via doorsnet through an dxl-layout or something. Our problem is to get information of other modules besides the current to create the cr-list. Does anyone knows how to handle this? regards thomas
Report this to a Moderator Report this to a Moderator
 29-Jan-2007 23:06
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

Thomas,

What is the purpose of using DOORSNET? Do people actually use it in your company to make "small" requirement modifications? The reason I asked is I found all the versions of DOORSNET to be slow and cumbersome. Perhaps, displaying the changes on a webpage would be a better idea?

Regards,

-------------------------
pete.kowalski(at)motorola.com
Report this to a Moderator Report this to a Moderator
 30-Jan-2007 18:06
User is offline View Users Profile Print this message


David Pechacek

Posts: 674
Joined: 5-Dec-2006

If you're trying to get the information from every module in the database you can, one by one, open all the projects and loop through the modules in each.  Then get the data you want from them.

Project p
string mod

for p in database do {
   openProject(name p)
   for mod in p do {
      read(mod, false)

      ....do whatever you want to do....

      close(m)
   }
   closeProject()
}



-------------------------
David Pechacek
AAI Services Textron
dpechacek@sc-aaicorp.com
David.Pechacek@gmail.com
Report this to a Moderator Report this to a Moderator
 1-Feb-2007 01:25
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Attached are some CPS functions that will be of use. It makes use of the Telelogic written functions 'fnGetCPModulePath' and 'fnGetSourcePath'. I know for sure that those two look in the CURRENT project looking for pairs of modules in the /Change Proposal System/Change Proposals Links link module.

You no doubt want to write a DXL that opens the CPS folder, loops through all the modules therein. Loops through all the undeleted objects whose Status is not null, not Rejected, and not Applied. Check the CP author. Then summarize the CP and you may want to follow the outlink to the target source object and summarize it.

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 2 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 2 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.