• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Ava
    3. Topics

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Ava

    • A

      SQL Datasources not querying H2 in 3.6

      Mango Automation general Discussion
      • • • Ava
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      phildunlapP

      Hi Ava,

      This is almost certainly caused by the name of the H2 database file changing to include the version of H2 in the filename. This was in the course of upgrading H2 from 196 to 199 which required doing a dump and restore. The advantage of using the newer version is that the LOB expansion that caused countless Mango users to shrink their H2 databases manually and in some cases regularly has been fixed.

      Currently the version is 199, so the filename is mah2-199.h2.db now. This means the connection URL needs to be modified to:

      jdbc:h2:/opt/mango/databases/mah2.199

      I think given this it would probably be in the module's interest to add a way to say it's this Mango's database, to avoid this issue if we update H2 again / it requires an actual upgrade path like 196 to 199 did.

      Thanks for bringing this to our attention!

    • A

      Data Source management permission can't enable datasources

      Mango Automation general Discussion
      • • • Ava
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      A

      Oh yes, now I see that the problem happens only in the legacy UI, in the new datasource page UI, the feature is working properly!