It's all about the answers!

Ask a question

DXL Error is generated when opening a specific DOORS module


Andrew Clement (7272373) | asked Jan 10 '17, 10:39 a.m.
edited Jan 10 '17, 10:41 a.m.
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


permanent link
Howard Hsiao (5.5k17) | answered Jan 10 '17, 10:51 a.m.
JAZZ DEVELOPER

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


Register or to post 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.