Enable or disable extraction for an object
To improve extraction performance, IRC enables you to select the objects that you want extracted. By default, the number of objects selected for extraction is 31.
The file ObjectList.xml enables you to either enable or disable extraction for an object.
Configure the XML as :
XML file name and path | [InstallPath]\ProcessModules\XMLConfigFiles\760034c8-edf5-4bac-9eba-bfe895543d26\ObjectList.xml |
Tag | <object>
|
Node | Add the node
<selected_default>false</selected_default>
|
Configuration setting | To disable extraction for a particular object, add the node
<selected_default>false</selected_default> under that
particular <object> tag. To enable extraction for an object,
delete the node <selected_default>false</selected_default>
from that particular <object> tag. This may be necessary in
order to enhance extraction performance. |
Default value | By default the node
<selected_default>false</selected_default>
does not exist in the XML. Extraction for an object is enabled.
|
Note: If objects are excluded from extraction, any rules which refer to
these objects will not produce any violations. Any reports that refer to these
objects will also be impacted.