英特尔取消办了20年的IDF大会:将不再严重依赖PC
436 questions
0
votes
0
answers
47
views
How to parse .ole file in python?
I have some .ole files extracted from a reqifz archive. Along with them, there are just .png files that have the same name. This reqifz is exported from DOORS, as far as I know.
When we imported them ...
0
votes
0
answers
23
views
How can to "force" IBM DOORS to refresh a previous object's attributes?
I'm trying to export the contents of any given module via a DXL script into a *.tex file instead of trying to use the native Word export routine or into Word via Excel. (Both of which are very clunky ...
1
vote
1
answer
50
views
Find escape sequence used in string IBM DOORs DXL
I have a DOORs module and I want to export all the columns and data to CSV, everything worked as expected, except the strings that contain certain escape sequences. I've tried to replace them using '\...
0
votes
1
answer
42
views
DOORS IBM: How to copy all links from module "A" to module "B" where ReqID_B == ReqID_A?
I need to write a module "B" that extends information of another module "A".
I need to copy all links in my new object from an objects in module "A" having the same ReqID ...
0
votes
0
answers
62
views
IBM DOORS NG - How to concatenate without having to export?
I realized it's not possible to create DXL attributes on NG so I'm trying to figure out a workaround. The objective is to concatenate two attributes into a link display name. It seems that the link ...
0
votes
0
answers
63
views
Is there a way in DXL to suppress the error that occurs when a view with an invalid filter is loaded?
I am trying to analyze all the views in a bunch of module with DXL. If the view includes an invalid filter (e.g., an enumeration no longer exists), an error pop-up is displayed. I have to click "...
0
votes
0
answers
57
views
Using On Error Resume Next statements with OLE Automation Objects
Is it possible to use On Error statements with OLE Automation Objects?
Usually in VBA when I want to suppress errors I might use the following:
On Error Resume Next
Is there some excel object method ...
1
vote
1
answer
296
views
How to append values into a DOORS attribute using DXL
I would like to add the values from a buffer into a DOORS attribute #Fruits (Attribute type: Text).
The buffer content is updated every time with a for loop. -> Works
Buffer content is inserted ...
1
vote
1
answer
99
views
Run DXL script with existing instance of DOORS without login
I'm trying to figure out if there is a way to run a DXL script using an existing instance of DOORS. That is, I know how to run it from the command line with the username and password parameter, and I ...
1
vote
1
answer
210
views
Is there any way to import/export in/from DOORS automatically without DXL scripting
Is it possible to import or export automatically a file in DOORS(CSV, Excel, XML, etc.) with something like a command line?
Found a post from 2017 that stated the only way to do it was either manually ...
0
votes
1
answer
78
views
Restrict Analysis Wizard DXL to specifc module at depth >1
I have inherited a problematic requirements tree, and need to do some quick and dirty work to make it presentable.
I have 1 high-level module with in-links from 4 modules at depth 1, but only 3 ...
0
votes
1
answer
144
views
Path for running batch mode in DOORs
When I try to use batch mode in doors with command line "-b abc.dxl", the path of .dxl file is set default in "C:\Program Files\IBM\Rational\DOORS\9.7".
How can I modify this path?
...
1
vote
1
answer
406
views
IBM DOORS DXL script to search for an ID inside a requirement text, and then linking it to another module with the same ID
I am new to DOORS DXL scripting and I am facing some issues with a script I have trying to write. I want to achieve the following:
We have two DOORS modules: a source module and a target module. You ...
0
votes
1
answer
259
views
How to populate a DXL attribute with the history from a specific attribute?
Hi I'm trying to return the date that the last edit was made to the attribute titled "VVT Status", into the attribute titled "VVT Status Update". It is currently returning all of ...
0
votes
1
answer
43
views
Can we periodically test all external links in DOORS and JIRA to see if they are pointing to nothing, or something different, and ping all watchers?
People are changing requirements outside of DOORS and JIRA, so we end up with links to deleted content and no one is pinged.
Two options to fix, what is possible? :
A. Can we periodically, ...