Unexpected behaviour of ReservationInstance.NewTimeRange method
24th October 2024
Thanks Jorge, manged to get it working. Here is the updated code:
Answer
24th October 2024
Thanks Jorge, manged to get it working. Here is the updated code:
24th October 2024
Hi Edib, When you do NewTimeRange you need to add those the objects to a new list and then use that one, as currently that is not doing anything.
24th October 2024
Hello, To have trend and alarm template available along protocol when deploying it from catalog, you should export and save templates and include it in solution folder “Default Templates” (only …
24th October 2024
Hi David, Once the service template is created, you can export the configuration (right click -> Export configuration …) This action will generate a CSV file that contains the input …
24th October 2024
At this moment, we have no support for NDS authentication. If you want to configure your DataMiner System to use external authentication, the best way to do so is using …
24th October 2024
Hi Gowrish, Although the error you see in Cube mentions Cassandra. The real problem is probably that it cannot reach any search cluster. You mentioned in the comments you wanted …
24th October 2024
Hi Jared, it looks like you are on the right path. ParameterID:Index should work, but note the the parameterID here must be the Column ID. For example if you have …
23rd October 2024
Hi Christopher, I believe the best option is to use an interactive automation script. You could use the IAS toolkit library to create it. For your use case, an option …
23rd October 2024
Is there a webpage where we can access the different MSI versions available ? How do we know the exact MSI versions needed for both the server versions we have, …
23rd October 2024
You should be able to do this without the need for a custom operator. You can aggregate (distinct count) the alarm ID. This will give you the total amount of …
23rd October 2024
Hi Matej, Think the solution from Most efficient manner to get Element table parameter – DataMiner Dojo should help you.
23rd October 2024
Hi Ive, attached is the snippet of my code.
23rd October 2024
Can you share the definition of your button parameter and QAction? Below you can see a snippet from my test protocol. I can confirm the code below works as expected.
23rd October 2024
and at the end %Failed to get value of SNMP variable. Variable does not exist (noSuchName(2)) the router is enabled as they told snmpv3 the cmd line as u can …
23rd October 2024
Hi Koen, This is a software limitation, in the alarmtemplate editor, we always use the default page size. However, if the connector would use a Table-based matrix, the alarming is …