Hostname based failover
27th March 2024
Hi, I’m about to configure hostname based failover for my DMS. The documentation is a bit vague about what should be configured in DNS. I’m assuming I need to create …
Question
27th March 2024
Hi, I’m about to configure hostname based failover for my DMS. The documentation is a bit vague about what should be configured in DNS. I’m assuming I need to create …
27th March 2024
How can we implement the query as stated below via a connector WMI implementation? Note that the MSFT_NetTCPConnection is under the root\StandardCimv2 namespace. select InstanceID,LocalAddress,LocalPort,RemoteAddress,RemotePort,State from MSFT_NetTCPConnection The stream-viewer indicates …
27th March 2024
On upgrading following notices were given: Could not find SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled. Long paths will not be supported. The 2 DMAs that gave that notice run Windows Server 2012. Should I address …
27th March 2024
Hi Dojo, we only use a couple of child elements and would like to delete the rest. Is this possible?
27th March 2024
Hi All. How can I rewrite the display of the active parameter (source IP address) into text. for example 10.9.55.56:500 –> display MAIN ,no 10.9.55.56:500. How will be rule in …
26th March 2024
Hi, what is the best way to display an Alarm Distribution graph against a given timespan in the new Dashboards module please? Something like the Alarm distribution graph in the …
26th March 2024
Is the Alarm/Trend template on a base protocol inherited from the device protocol? For example, these two parameter have alarming and trending enabled on the device protocol: When switching to …
26th March 2024
Hi all, I am working on a connector with HTTP main connection and Websocket secondary connection. The websocket connection seems to be opened and then closes immediately. I verified that …
26th March 2024
Hi, The following GET request works fine: <Request verb=”GET” url=”/ext/api/v1/whs/services/200698/subscriptions”> But I want to replace the id “200698” in the string by a parameter which is set in other place …
26th March 2024
Hi All, We are currently on 10.1 and need to migrate the local database to a “per DMA” cluster/server pair. On 10.1 does anyone know the best way to do …
26th March 2024
Hi, Question on behalf of a DataMiner user: — Good morning, As part of our most recent requirement we need to programmatically add files to (and remove files from) Dataminer …
26th March 2024
Hello, I have a generic Visio that will apply do different views (say per project). All elements are dynamycaly linked to elements in the current view, fine. I’d like to …
26th March 2024
I am using a drop down to try to emulate that of Cube which shows you not only the list of available alarm/trend templates but also the option of no …
26th March 2024
Hi, I have built a table in Visio that generates children shapes based on an alarm filter and the current list of alarms. This functionality works, however I seem to …
26th March 2024
When you programmatically start an automation script, you have the option not to generate the information event “Script Started – <Script Name>” When you define an on crud script for …