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.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Problem to generate excel report

    2
    0 Votes
    2 Posts
    388 Views
    terrypackerT
    The underlying Java library for generating Excel reports isn't great on memory usage, if you are generating too large of an excel file it can crash Mango. I would suggest you try running that report over a very small time range to see if that helps.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Mango 3.7.7 free version will not start

    3
    0 Votes
    3 Posts
    357 Views
    terrypackerT
    @mitchb6 said in Mango 3.7.7 free version will not start: Caused by: java.lang.NoClassDefFoundError: jdk/nashorn/api/scripting/ClassFilter The version/flavor of Java you are using doesn't have the nashorn scripting classes (which are required for Mango). We are working to migrate away from that but Mango 4.0.0 will still have this dependency too.
  • whe the user does not have permission to view the excel report page?

    7
    0 Votes
    7 Posts
    2k Views
    terrypackerT
    @dage here are some screenshots proving it works on the latest (un-released) Mango 4.0.0-SNAPSHOT The user is tpacker with only the user role: [image: vZrqxjV.png] The user tpacker viewing excel reports: [image: DR0A46v.png] Excel Report Permissions: [image: BDqsybk.png] Menu Item Permissions: [image: M6gN6gZ.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • How does Use multiple write commands only option really work?

    2
    0 Votes
    2 Posts
    552 Views
    terrypackerT
    @cmusselm that setting may help depending on what you are doing. That setting will effectively send a short value to a register if it is 2 bytes according to the point locator's modbus data type. If it is > 2 bytes then no matter what it will send an array to the slave and likely will write > 1 register.
  • POP3 not returning values

    3
    0 Votes
    3 Posts
    778 Views
    G
    Ahh! That make sense. Thanks @MattFox !
  • Environment Canada data source - Data gap issue

    5
    0 Votes
    5 Posts
    1k Views
    G
    Appreciate it @mattfox !
  • a error w'hen editting data source permission?

    1
    0 Votes
    1 Posts
    213 Views
    No one has replied
  • how to implement multiple sites use mango?

    7
    0 Votes
    7 Posts
    1k Views
    D
    @mattfox thanks,I tested it your way and got some ideas
  • 0 Votes
    2 Posts
    694 Views
    MattFoxM
    Use maStats (the statistics directive) and get the max value over your monthly time period. Fox
  • Mango Crash - No Restart Flag

    2
    0 Votes
    2 Posts
    704 Views
    M
    [image: dQvhkHH.png]
  • When we backup and restore mysql backup, is file store also restored?

    2
    1 Votes
    2 Posts
    523 Views
    MattFoxM
    File store is on system running mango under the /opt/mango/filestore You'd require those files as well as the SQL database. Fox
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Migrating the DB

    nosql licensing
    3
    0 Votes
    3 Posts
    974 Views
    flehF
    Thanks for your reply and adding the noSQL licence, @CraigWeb! Regarding the other error: I wanted to migrate existing H2 data into noSQL and was mislead by the documentation: The NoSQL migration can take several hours to complete but it will happen in the background. My bad -- I thought it was a one-click solution given, that Mango knows which DB it is using and what the credentials are. Will report back when I had access to the client's server again. Thanks again for your help!
  • Is Mango compatible with 21 CFR Part 11 ?

    3
    1 Votes
    3 Posts
    548 Views
    M
    @cwangv Actually, Mango logs audit events for edit, delete, create user actions.
  • Excel Report TimeZone Behavior under Mango 3.7.x

    10
    0 Votes
    10 Posts
    1k Views
    MattFoxM
    You are correct. Set each user in their respective timezones. Mango system will continue to use system timezone unless explicitly specified in the env.properties file. I half wonder if your mango system should run GMT then all offsets are based from a zero offset per user rather than an offset of an offset.. Fox