LCA Error: Generic interface version 0.29 cannot handle a query from version 65536
14th February 2025
Hi Maximiliano, This seems to be the same error as in this question. I believe the same answer applies.
Answer
14th February 2025
Hi Maximiliano, This seems to be the same error as in this question. I believe the same answer applies.
14th February 2025
Hi Apurva, If you want to show an HTML file in an LCA, you can use the Web component. You will have to place the HTML file in a location …
14th February 2025
Hi, Could the checkbox “As Development” be unchecked and then try again? Regards,
14th February 2025
Hi Conan To use images in the LCA, you can put them anywhere they can be accessed remotely via HTTP. An example of this is the C:\Skyline DataMiner\Webpages\public folder. Including the image …
13th February 2025
I added the NoSetCheck and the script did not error on Cube but then it did with the web. This was the error on the web.
13th February 2025
Hi Joshua, For your case, the best solution to have logging ready for troubleshooting is to add a Debug Mode parameter to the protocol. Based on this parameter, extra logging …
13th February 2025
Hi Tomás, Based on the Google.Protobuf documentation, the maximum value for the Duration class is approximately 10,000 years. Therefore, it is safe to assume that this is the maximum value you can …
13th February 2025
Hi Arunkrishna, thanks for getting back to me. That parameter is set to endpoint_snitch: SimpleSnitch. Is this the preferred setting? We will explore the articles you posted to follow up. …
13th February 2025
Hi Jeeva, Adding an extra option to the previous answer (and as a last resort), you could potentially mask a row. This option is not available by default (it will …
13th February 2025
I believe the desired behaviour can be obtained, but with a slightly different approach. 1. Preventively mask the full element (but that means receiving NO alarms for any of the …
13th February 2025
Hi Michiel, Before I can try your code, do you see anything wrong with my line to retrieve the “subscription_ID” parameter: subscription_ID = Convert.ToString(protocol.GetParameterIndexByKey(1000, sI, 1)); Knowing that “1000” is …
13th February 2025
You can drag the columns from the query towards the filter of your component.
13th February 2025
Hi Thomas, You could use query filters. In Kata session #55 there is a small demo about how to use this component. Hope it helps.
13th February 2025
Hi Thomas, You can drag the fields from your query, as a filter onto your node-edge graph.
13th February 2025
Hi Dominique Instead of retrieving cell by cell, you can retrieve the entire column at once with the following call: NT_GET_TABLE_COLUMNS (321) | DataMiner Docs When using DIS there is …