ibm-doors

How to access the baseline comparison results in IBM Rational Doors from scripts?

一笑奈何 提交于 2019-12-08 11:22:45
问题 The background to the question is, that I would like to create software change requests from Doors requirement changes. For this I have to get the differences of requirements between two user selectable baselines of a module in a human readable format. In the GUI I use the "Baseline Compare" function. How can I access these results from a script (inside or outside of Doors) in a structured format? 回答1: A good starting point might the Doors DXL library Tools -> DXL Library -> baseline

Predicting DXL Memory and CPU Usage

点点圈 提交于 2019-12-06 12:35:51
问题 Has anyone had any success in predicting or profiling DXL applications for memory and CPU usage? I have a script that opens, closes, and modifies modules, possibly hundreds or even thousands of modules. I want to know, or least have a rough idea, how many modules I can run through the script before running out of memory. Cross posts: http://smartdxl.com/forum/viewtopic.php?f=1&t=602 https://www.ibm.com/developerworks/community/forums/html/topic?id=c5d4cc33-9986-463e-a73b-36523e6add7a&ps=25 来源

Are the dynamic arrays in DOORS data base worth using?

核能气质少年 提交于 2019-12-05 23:01:10
问题 I am a new developer for a DOORS database and when writing scripts in dxl. If you know there are only 1 dimensional arrays in dxl. I wanted to use more than one dimension so I decided to use a dynamic array, but this slowed my script down a lot, and when we have around 14000 objects per module it would take a day or so for the script to run. I was wondering if it is reasonable to use dynamic arrays in these scripts or if anyone has experience in dealing with dynamic arrays in databases? Just

Predicting DXL Memory and CPU Usage

最后都变了- 提交于 2019-12-04 20:59:44
Has anyone had any success in predicting or profiling DXL applications for memory and CPU usage? I have a script that opens, closes, and modifies modules, possibly hundreds or even thousands of modules. I want to know, or least have a rough idea, how many modules I can run through the script before running out of memory. Cross posts: http://smartdxl.com/forum/viewtopic.php?f=1&t=602 https://www.ibm.com/developerworks/community/forums/html/topic?id=c5d4cc33-9986-463e-a73b-36523e6add7a&ps=25 来源: https://stackoverflow.com/questions/19422567/predicting-dxl-memory-and-cpu-usage