Aras Innovator Platform

Enabling the Debugging of Methods

Aras Innovator Methods are compiled before execution. The default behavior of Aras Innovator is not to generate these methods temporary files. If this setting is enabled, these files are stored in the file system in the \Innovator\Server\dll folder of the installation. Because the files are generated at runtime, the DLL files generated in this folder do not list the Aras Corporation company name or the Aras Innovator product name in file properties. Further, the DLL files generated in this folder at runtime do not have a digital signature.

To enable the generation of these files in the file system, you need to add the following tag to the InnovatorServerConfig.xml, found in the root of your installation folder.

<Innovator>

<UI-Tailoring login_logo="...

<IEClient RequiredSyncMode5="Never"/>

<operating_parameter key="DebugServerMethod” value="true” />

<operating_parameter key="debug_log_flag” value="false” />

To disable the use of this folder again, you simply need to change the value to false.

<Innovator>

<UI-Tailoring login_logo="...

<IEClient RequiredSyncMode5="Never” />

<operating_parameter key="DebugServerMethod” value="false” />

<operating_parameter key="debug_log_flag” value="false” />

Disabling the use of this folder has no negative effect on a production system.