Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Editing mango.properties for Process Event
-
Hi,
I need to run a Windows command script for a process event, specifically to disable/enable a COM port.
Mango returns:Process event handler is disabled, you must explicitly enabled it via mango.properties
I cannot find in the documentation what to put in the mango.properties file to enable this.
There is nothing obvious already in the file that is commented out?Thanks for any help.
-
The settings introduced in mango 5.2.0
## Settings for event handlers # Enable the process event handler event-handlers.process.enabled=false # Enable interpolation for the process event handler command event-handlers.process.interpolation-enabled=false
-
@terrypacker Thanks Terry
-
Hi Terry,
Does the mango.properties file go in the overrides folder, or in the bin folder?
I can't even find it, so I will have to create it.H
-
I put the newly created mango.properties file in the mango root folder, just with the specific lines as above.
This worked