• Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    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

    Never ending script

    User help
    2
    7
    3052
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rcarabaj last edited by

      Hi:

      Please, Have you a suggestion how to debug and error about an script executing and never ending :(, when trying to open Watch List page ?
      Thanks ! :)
      Roberto

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler last edited by

        Can you give me a bit more information about the problem? Error messages, line numbers, browser, o/s, etc.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • R
          rcarabaj last edited by

          Hi:

          A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script .....

          Operative System Windows XP service pack 2

          Browser Firefox 2.0.0.8

          Mango's form appears normal, except it doesn´t show any Points information

          Roberto

          1 Reply Last reply Reply Quote 0
          • M
            mlohbihler last edited by

            How many points do you have? Maybe it really is just taking a long time to run.

            Also, do you have any problems on the point hierarchy page?

            Best regards,
            Matthew

            1 Reply Last reply Reply Quote 0
            • R
              rcarabaj last edited by

              I am searching data using SQL windows. Can you please tell me the way to visualize data from blob fields ?

              1 Reply Last reply Reply Quote 0
              • M
                mlohbihler last edited by

                Data in blob fields are Java object serializations. The only practical way of viewing them is using Java code to deserialize. The only objects that are serialized in this way are data source and data point definitions, which are very application specific anyway.

                For background... Originally, tables were defined for each type of data source and point such that the information was stored in a more traditional way, i.e. each distinct piece of data in a distinct field. However, as more data source types were added to Mango it quickly became a significant maintenance issue. The current storage technique of using blob has a number of strong advantages, with really the only downside being the fact that - as you've noticed - the content is inaccessible via SQL.

                Best regards,
                Matthew

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post