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

    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

    Ava

    @Ava

    0
    Reputation
    249
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Ava Unfollow Follow

    Latest posts made by Ava

    • SQL Datasources not querying H2 in 3.6

      Hi!
      After migrate from 3.5 to 3.6, my SQL Datasources are not able to query H2. It says the tables are "not found". It works fine when using the same query in SQL Console.

      The error:
      class org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "EVENTS" not found; SQL statement: select count(id) as EVENTCOUNT from events; [42102-199]

      DS json:
      {
      "dataSources":[
      {
      "xid":"DS_40b9a8a4-8206-428f-9c1b-8dac016196c0",
      "name":"!!!Andre-SQL-EVENTCOUNT",
      "enabled":true,
      "type":"SQL",
      "alarmLevels":{
      "POLL_ABORTED":"URGENT",
      "STATEMENT_EXCEPTION":"URGENT",
      "DATA_SOURCE_EXCEPTION":"URGENT"
      },
      "purgeType":"YEARS",
      "updatePeriods":1,
      "updatePeriodType":"MINUTES",
      "connectionUrl":"jdbc:h2:/opt/mango/databases/mah2",
      "driverClassname":"org.h2.Driver",
      "password":"",
      "rowBasedQuery":false,
      "selectStatement":"select count(id) as EVENTCOUNT from events;",
      "username":"",
      "quantize":false,
      "useCron":false,
      "editPermission":"ds-mngt",
      "purgeOverride":false,
      "purgePeriod":1
      }
      ]
      }
      Thanks.

      posted in Mango Automation general Discussion
      A
      Ava
    • RE: Data Source management permission can't enable datasources

      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!

      posted in Mango Automation general Discussion
      A
      Ava
    • RE: Data Source management permission can't enable datasources

      Hi Phil, I just updated my testing instance to 3.6 now, but I didn't see the function working as you mentioned.
      Was it deployed?

      Andre

      posted in Mango Automation general Discussion
      A
      Ava
    • Data Source management permission can't enable datasources

      Hi there!
      Is there a way to give users permission to enable/disable datasources without being a super-admin?

      I put a new user group called "ds-mngt" in the "Data Source Management Permissions"(System settings), afterwards users can access and create DS in the DS page. However, when those users try to enable/disable any DS(which they have edit permissions or even the ones they create themselves), an error message says: "Method toggle requires admin access"

      Thanks in advance

      posted in Mango Automation general Discussion
      A
      Ava