Disabling Item Analysis Globally
In certain scenarios, for example working with legacy systems undergoing upgrades or containing older solutions, an Administrator may find the need to disable the Item Analysis functionality in order to return the system to production-readiness quickly. If this behavior is a requirement, and individual Suppression events do not meet this requirement adequately, it is currently possible to disable the Item Analysis functionality.
To disable the Item Analysis functionality, you must add the <operating_parameter …/> parse_item to the InnovatorServerConfig.xml file, located in the root folder of the Aras Innovator installation, and set the value to false. See the following example:
<Innovator>
...
<operating_parameter key="parse_item" value="false"/>
...
</Innovator>
This will disable all Item Analysis functionality. Queries using functions like the examples listed in the Attribute Examples subsections will function as expected.