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.
Storage position of alarm message of Mango 2.4
-
Where does MA 2.4 store its alarm messages? Are they stored in a database named H2 or MySQL?
We need to read alarm message from an application developed by ourselves. We can do that before version 2.4 but not now.
If H2 is used, how can we read alarm message from an application ? the application is developed using PHP language.
thanks.
-
H2 is now the default database rather than Derby. If you where reading alarms before I'm guessing you had Mango configured for a MySQL database. You can still switch to MySQL in the /classes/env.properties file.