Troubleshooting
Problem
How do you change the IBM Rational DOORS user type by DXL if the error "Access to this property is denied..." has been encountred?
Symptom
The following is failing example code to change user abc's user type to database manager, however it does not work properly. An error "Access to this property is denied..." occurs if the following is used:
<DXL>
User u = find("abc")
setUser (u ,class , "databaseManager")
saveUserRecord (u)
</DXL>
The following will also fail using "set" instead of "setUser":
<DXL>
User u = find("abc")
set (u ,"class" , "databaseManager")
saveUserRecord (u)
</DXL>
[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"General Information","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"9.2.0.2;9.2.0.1;9.2","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
swg21423407