IBM Support

How to run the includes dbs.inc and itfutil.inc in the same DXL script

Troubleshooting


Problem

The problem rises from the fact that if you try to run the two includes in the aforementioned order you will receive an error. Example: Open the DXL edit Tool in DOORS and paste the following: [] #include #include [] Click "Run" The result will contain the error: [] -E- DXL: incorrect use of identifier (create) -I- DXL: All done. Errors reported: 1. Warnings reported: 0. []

Resolving The Problem

In order to solve this inconvenience and avoid the error, you need to switch the order of the two includes in the script. The proper order of the example above would be:


#include <utils/doctools/itfutil.inc>

#include <example/include/dbs.inc>

[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"--","Platform":[{"code":"PF033","label":"Windows"}],"Version":"8.2;8.3;9.0;9.1;9.1.0.2;9.2;9.2.0.1;9.2.0.2;9.2.0.3;9.2.0.4;9.2.0.5;9.3;9.3.0.1;9.3.0.2","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
01 May 2020

UID

swg21470647