DXL Error is generated when opening a specific DOORS module
I have a user who is running DOORS 9.6.1.3
He got the following DXL Error when opening a specific module.
-E- DXL <Line:2> could not open include file
(layout/actual/oslcColumn.inc) (No such file or directory)
-E- DXL <Line:2> syntax error
What could be the problem?
|
Accepted answer
This issue could be resolved by one of the following steps
1. run the following DXL script
string modPath = "/<Path_To_Module/Module_Name"
Module m = edit (modPath, true, false, true)
2. remove OSLC columns and then reopen the module
3. re-create the views
Andrew Clement selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.