Stop Information events from being sent to Cube client
1st February 2021
Here is an idea, when Cube is configured in Polling method (as opposed as Eventing) information events are not “sent to the Cube session” instead they are retrieved by the …
Answer
1st February 2021
Here is an idea, when Cube is configured in Polling method (as opposed as Eventing) information events are not “sent to the Cube session” instead they are retrieved by the …
1st February 2021
Hello Jens, You can create a Resource Pool with just the resource that you want e.g. “SRM.Firewall” and then on the Service Definition > Select the Function that you want …
1st February 2021
You can make use of capabilities on the License resource to define its type ( Encoder, Decoder, Firewall, … ). Then, in your service definition, you can define the default …
1st February 2021
From the follow-up email: The [first] Screenshot is the Error that appears when exporting the Service. The [second] Screenshot is the service containing the element. The one in curly brackets …
1st February 2021
Hi Jens, you can use below code using an SLNet call: using Skyline.DataMiner.Automation; using Skyline.DataMiner.Net.Messages; public void AddExternalConnection(Engine engine, int dmaID, int ElementId, int SourceInterface, int DestinationDMA, int DestinationElement, int …
1st February 2021
Hello, Configuring the event viewer has indeed been limited to existing events. This to avoid misconfigurations. The downside of this is, as you mentioned, that the event must have occurred …
1st February 2021
Hi Arunkrishna, Since the active and offline agents will monitor the same devices/DBs, it is not advised to have different configurations on these two DMAs. I believe that the use …
1st February 2021
Hi Bing, The objective of the second connection is to monitor additional parameters related to the hardware where the OS is running. Currently there are two vendor OIDs supported: HP …
1st February 2021
The systemcache/local folder is used as a temporary offload of all the elementdata queries before we push them into MySQL (it’s faster to push a bulk of data than to …
1st February 2021
Hi Arunkrishna, Offloading towards files (instead of DB) happens when DataMiner is unable to communicate with the DB. You will need to find out why your MySQL database was unreachable …
1st February 2021
Using the wild card doesn’t work because it will refer directly to its own context, being the View you just linked your shape to. For this reason I try to …
1st February 2021
Hi Julio, Is it the same row of the SNMP table that needs to be exported to multiple DVEs? Or one row of the SNMP table to one DVE and …
30th January 2021
Hi Ahmed, The icons page in the DataMiner help provides a step by step guide on how to do this.
29th January 2021
Hi Michal, We are actually building a DataMiner app for these type of use cases called The DataMiner Planned Maintenance app. This app will make it very easy for operators …
29th January 2021
Hi I’ll add a few words. There are about 30 main Visio-views and over hundred of “sub-views”. These lower-level views represents broadcast service on each site. They differs between each …