Troubleshooting
Problem
Attempts to run a DXL query for a module level discussion status results in inconsistent output when using IBM Rational DOORS.
Symptom
DXL perm for discussions status is not working as intended; status property of Discussion is not consistent, unless refreshed.
Steps to reproduce:
- Open a formal module
- Create a new module discussion using the discussions menu
- Open the DXL Editor and run following script
Discussion myD
for myD in current Module do {
if (myD.status == Open) {
print "OPEN DISCUSSION: " myD.summary
print "\n"
}
}
The output will show the newly opened discussion. - Click View module discussions from the formal module Discussions menu
- Click Close discussion
- Click OK to close the discussions dialog box
- Run the DXL script again to query the discussion status
The output shows the discussion as open - Open then close the view module Discussions
- Run the DXL script again
Now the discussion is recognized as closed.
[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"General Information","Platform":[{"code":"PF033","label":"Windows"}],"Version":"9.3.0.4;9.3.0.3;9.3.0.2;9.3.0.1;9.3","Edition":"","Line of Business":{"code":"LOB77","label":"Automation Platform"}}]
Log InLog in to view more of this document
This document has the abstract of a technical article that is available to authorized users once you have logged on. Please use Log in button above to access the full document. After log in, if you do not have the right authorization for this document, there will be instructions on what to do next.
Was this topic helpful?
Document Information
Modified date:
01 May 2020
UID
swg21516421