Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

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.

  • ma.log not logging

    6
    0 評價
    6 貼文
    2k 瀏覽
    terrypackerT
    I just thought of another possibility. Mango 3.x uses Log4J2 where previous versions of Mango used Log4j. If you have a log4j jar that is getting loaded it won't pickup the log42.xml configuration and would probably use some default of only printing to stdout. I would check your <ma-home>/lib folder and see if there are log4j and log4j2 jars. ls <ma-home>/lib/*log4j* This should list only these jars: lib/log4j-api-2.10.0.jar lib/log4j-jcl-2.10.0.jar lib/log4j-core-2.10.0.jar lib/log4j-slf4j-impl-2.10.0.jar
  • Page Not Found with Home URL

    3
    0 評價
    3 貼文
    1k 瀏覽
    S
    I had missed setting the permission for the JSON store UI pages and UI menus as you suggested. Thanks Phil.
  • Best way to handle multi-user access

    4
    0 評價
    4 貼文
    3k 瀏覽
    G
    Was there any more info available with regards to LDAP availability? @Jared-Wiltshire
  • Uploading data to off-site URL

    7
    0 評價
    7 貼文
    3k 瀏覽
    Jared WiltshireJ
    @MStangl You can create a PowerShell script which you schedule on your Windows server. I started with a snippet created by the Chrome DevTools, you go to the network tab and find the API request and copy the network request as shown below. [image: 3Kt8ZKh.png] You just need to create an authentication token (on your users page) and add it as a header as shown below. Invoke-WebRequest ` -Uri "http://yourmangohostname:8080/rest/v2/point-values/single-array/time-period" ` -Method "POST" ` -Headers @{"Accept"="text/csv"; "Authorization"="Bearer yourlongtokenthatyougenerated"} ` -ContentType "application/json;charset=UTF-8" ` -Body "{`"dateTimeFormat`":`"yyyy-MM-dd'T'HH:mm:ss.SSSXXX`",`"from`":`"2018-10-23T21:54:58.951Z`",`"to`":`"2018-10-24T21:54:58.952Z`",`"bookend`":true,`"timezone`":`"UTC`",`"fields`":[`"TIMESTAMP`",`"VALUE`"],`"xids`":[`"DP_9004cb57-f1cb-4415-a078-b60999f06c4d`",`"DP_cd2587fa-93ab-492a-9963-e9f5c4e0a40d`",`"DP_915fb444-6133-45eb-a700-4f415662e108`",`"DP_506cab2d-8f10-46ca-90aa-ff9d8f6c0400`"]}" ` -OutFile "myData.csv" You will just need to modify the script so that it gets data relative to the time it runs at and names the output file accordingly. And also obviously make it get the XIDs you are interested in.
  • Point value may not be reliable

    8
    0 評價
    8 貼文
    3k 瀏覽
    Jared WiltshireJ
    @pspivey said in Point value may not be reliable: will i be able to fix the issue on a V2 mango without upgrading to V3? I suggested a fix for backwards compatibility with v2 publishers to one of our developers who was working on it. I'll see what became of it.
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    11 瀏覽
    尚無回覆
  • HTTP Receiver Point

    13
    0 評價
    13 貼文
    3k 瀏覽
    S
    On Sunday I will try these solutions and I will tell you what I will get . Thank you very very much :)
  • Mango XHR request failed

    2
    0 評價
    2 貼文
    1k 瀏覽
    Jared WiltshireJ
    @glamprecht There should be an error logged in your ma.log file (find it under System Status in the Administration menu). Please post this. You can try using the "Bulk data point edit" page in the new UI if you are on a recent version of Mango.
  • Use the API to query a set of tagged points for rollups over a time period

    1
    0 評價
    1 貼文
    803 瀏覽
    尚無回覆
  • IllegalStateException No Server ALPNProcessors!

    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • Disable publishing at data point config?

    2
    0 評價
    2 貼文
    1k 瀏覽
    phildunlapP
    Hi Alex, No, that's isn't possible. You could have a naming schema or XID schema that made filtering the do-not-publish points out of the publisher's "Add points" table, but there is no way to exclude them entirely from that list.
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    6 瀏覽
    尚無回覆
  • Mango Rest API - Relinquish Data Point

    3
    0 評價
    3 貼文
    1k 瀏覽
    M
    @phildunlap Thank you for your help! :)
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    2 瀏覽
    尚無回覆
  • Charts not working with any of our data points.

    11
    0 評價
    11 貼文
    3k 瀏覽
    phildunlapP
    Thanks for sharing the resolution Bryce! Keeping the pointValues table in check is definitely a necessity for users who don't have the NoSQL module!
  • Easiest way to move data from one instance of Mango to another

    15
    0 評價
    15 貼文
    5k 瀏覽
    phildunlapP
    We moved to email, but the next version of MangoNoSql, 3.5.1, will improve the handling of corruption in the database that is to be merged. This is what caused the buffer overflow exception at the end of the log, and the returning to IDLE state before finishing all the data points. Sorry I keep pasting the entire file within the post, if there's a better way to share it please let me know. Tis better to log the whole log than no log at all!
  • Logging on value change

    9
    0 評價
    9 貼文
    3k 瀏覽
    phildunlapP
    I would think so. Cache control on the functions was added in 3.5. Prior to that they were always using the cache.
  • Cloud Connect - 401 & 403 Errors

    11
    0 評價
    11 貼文
    4k 瀏覽
    Jared WiltshireJ
    By default the client should forward port 22 for SSH which you will need to change to 2222 for a MangoES yes. The web port should default to forwarding the non-SSL web port from the env.properties file however.
  • SQL Database Backup Failure

    3
    0 評價
    3 貼文
    1k 瀏覽
    M
    Okay great! Yeah I've never seen this error since we got Mango, for all these years.
  • Dashboard pages disappear when internet connection lost.

    7
    0 評價
    7 貼文
    2k 瀏覽
    MattFoxM
    Nicely done! I'll get an ES updated and will test with my code.