Get whole response displayed in SSH connector
14th June 2024
Hi Aditiben, what is the size of the response(in lines)?, I do not have an SSH device to test the scenario, so I created a .txt file where I read …
Answer
14th June 2024
Hi Aditiben, what is the size of the response(in lines)?, I do not have an SSH device to test the scenario, so I created a .txt file where I read …
14th June 2024
Hi Ramesh, The connection string used in the call seems to be incorrect. To retrieve the correct connection string You first need to make a call to DataMiner API to …
14th June 2024
Hi Ben, Thanks a lot for your answer The weird behavior that I have is that into the same alarm console (history tracking enabled) I Have the good behavior you …
14th June 2024
Hi Simon, Italic means that it is not the most recent and up to date alarm record on that metric on that managed object. In a DataMiner System, each time …
14th June 2024
Hi Robin, This is possible when your shape is linked to an Alarm Filter (ref. Linking a shape to an alarm filter | DataMiner Docs -> Options : DefaultAlarmLevel=Normal). This …
14th June 2024
Hi Gerwin, If I understood the question correctly, you have a validation DOM action script that needs to show an interactive UI when there is an issue. But, you would …
14th June 2024
Hi Thomas, To get rid of the input parameters, you could add an extra column with a random number in your custom operator. Then you could use that new column …
14th June 2024
Hi Bernard, The engine object is only available in actual automation scripts. In GQI adhoc data sources and custom operators this is not available. However, there is the possibility to …
14th June 2024
Hey Adrian, Going by the logging it seems that the system is trying to process offload files. These files contain data that was generate when the DMA was running but …
14th June 2024
Hi Jeroen, All DOM data is stored in the indexing database, so indeed OpenSearch/ElasticSearch. Feel free to check out the DOM data storage page in the Docs for more info.
14th June 2024
Hi Stefan, I remember a similar question: Dashboard GQI Custom Operator and Services As far as I know there is no GQI data source that can provide you this information …
14th June 2024
Hi, I don’t know if DataMiner 9.6 can handle Element polling through HTTPS, but I think it is possible to gain more insight by using Wireshark and looking at the …
14th June 2024
Hi Seppe, I get following exception in Cassandra logs on startup: ObjectIdentifier() — data isn’t an object ID (tag = 48). I’m using keytool from C:\Program Files\Java\jdk-22\bin. I tried with …
14th June 2024
Hi, Depending on where you have the Cassandra instance installed, different versions can be used. If you are running Cassandra on Windows, it’s not possible to update to Cassandra 4.0 …
14th June 2024
Regarding the lock violation issue, I connected to the DMA today to check if it could cause any side effects and to identify which file is being violated, but I …