Cassandra CronJob Query
26th June 2025
Since Reaper is the big culprit here, I will suggest first you reduce its logging or turn it off completely. Setting up a cronjob is well documented. Here is how …
Answer
26th June 2025
Since Reaper is the big culprit here, I will suggest first you reduce its logging or turn it off completely. Setting up a cronjob is well documented. Here is how …
26th June 2025
Hi Apurva, I think you don’t need Ad Hoc Data Sources for this unless you need more custom logic, next to a simple retrieval. If you can use the default …
26th June 2025
In short: you will receive an exception if a hosting agent goes down. Full description: the GetElementsForView call will send a GetLiteElementInfo SLNet message. For every element received from that …
26th June 2025
Hi Apurva, I see that this question has been inactive for some time. Have you found a solution for this yet? If yes, could you provide some information about this …
26th June 2025
Hi Jose, In your object[] columnInfo, can you remove the following entry?: Parameter.Networktable2.Pid.networktable2interfacename, // Status.Name (key) For the Notify NT_FILL_ARRAY_WITH_COLUMN, for the columnInfo object, the ID for the keys …
26th June 2025
Hi Wale, It is not possible to add javascript when using a web component with custom HTML. Before rendering the content of the component, we sanitize it for security reasons. …
26th June 2025
Hi Joao, I fix set custom in type: <ArrayOptionsindex=”0″> <ColumnOptionidx=”0″pid=”1801″type=”retrieved”options=””/> <ColumnOptionidx=”1″pid=”1802″type=”retrieved”options=”;save”/> <ColumnOptionidx=”2″pid=”1803″type=”retrieved”options=”;save”/> <ColumnOptionidx=”3″pid=”1804″type=”custom”options=”;save”/> then save and work ok Thanks
25th June 2025
Hi Hari, If you need to have to get an element name using the IP, you can use the GetInfo message with the ElementInfo type to get information regarding all …
25th June 2025
By custom API I assume you mean a 3rd party API and not a user defined API within Dataminer. As you are getting the same error in postman the problem …
25th June 2025
Hi Micah, Make sure that a baloon is shown when you expect the audible alert to be played. You can configure the conditions to show the baloon in the “Filter” …
25th June 2025
Hi Marco, A possible explanation for the sorting could be that the raw values of the cells do not match the display values. Since GQI uses the raw value to …
25th June 2025
Hi, This issue is unrelated to STaaS itself, but rather our system detecting that certain DxMs are not sending their heartbeat and as such are considered unhealthy. We prevent certain …
25th June 2025
Hi Jose, The DefaultValue tag is only compatible with standalone parameters (see note at the bottom of this docs page DefaultValue element | DataMiner Docs) and, as such, will not …
25th June 2025
Hi Ryan, You can change this limit in the user settings (Visual Overview settings): User settings | DataMiner Docs Hope it helps.
25th June 2025
Hi Mauricio, You might be able to find errors in SLWatchdog2.txt in the Logging folder found in Skyline DataMiner to see why the license is being rejected. I would create …