Unattended Installer
4th January 2024
Hi Chris, To answer your question and some additional information. We’re currently busy validating the new installer for DataMiner 10.3 and in the future DataMiner 10.4. This installer will still …
Answer
4th January 2024
Hi Chris, To answer your question and some additional information. We’re currently busy validating the new installer for DataMiner 10.3 and in the future DataMiner 10.4. This installer will still …
3rd January 2024
Hi William, this is probably what you’re looking for: https://docs.dataminer.services/develop/devguide/Connector/AdvancedDcf.html
3rd January 2024
Hi Julian, NotifyProtocol 168 is executed behind the scenes when the keys of a table are being retrieved. Probably there is somewhere a GetKeys() call with a non-existing table ID. …
3rd January 2024
Hi Joel, Typically, InitVar (Initializing a session variable | DataMiner Docs) is used when you have simple a use case or when you don’t care about the scope of the …
3rd January 2024
Hey, Can I ask if you already tried it without the SetVar inside the page variables? You could add the SetVar to a button to have the same functionality as …
3rd January 2024
Hi Joe, There is no issue with your system, you will just be limited in the available features that IDP can offer. You can read some more details on what …
3rd January 2024
Hi Dave, By using GQI, in Dashboards, you can create a query that fetches all elements having a masked alarm state. You can do the same for services. Hope this …
3rd January 2024
Hi Kawssar, I believe there is no option similar to ‘multiple set’ for properties. A possible option could be using a small automation script. There is already a method that …
3rd January 2024
Hi Mieke, As far as I know, custom operators don’t expose the OnInit method. You could see this in the life cycle of a custom operator. If you compare against …
3rd January 2024
Hi Mieke, The OnInit lifecycle hook is currently not called for custom operatos (see docs). However, we have a task on our backlog to support it.
3rd January 2024
Hi Robin, You could use a script parameter instead of a script dummy. The user would then manually have to enter the element name (no dropdown). But you could use …
3rd January 2024
Hi Robin, Would it be an option for you to use the Production option? This way when you update the connector version all elements get updated but the scripts keep …
3rd January 2024
Hi Phillip, In your version 10.1, the Cube communicates towards the DataMiner Agent via .Net Remoting (http traffic over TCP/8004 > cfr http posts in your question). In later versions, …
3rd January 2024
Hi Flavio There is currently no way to make sure that all nodes & edges are visible in the viewport of the node edge component. The component bases the viewport …
3rd January 2024
Hi Luis, base on this it seems like it’s not possible to download a file to a folder outside of Skyline DataMiner(which would make sense from security point of view), so …