Create Dummy Failed: 0x80004005
11th March 2022
Hi Catalin, I believe this might be because you’re potentially interacting with stopped elements. Can you try to filter them out by updating your code like this: var List = …
Answer
11th March 2022
Hi Catalin, I believe this might be because you’re potentially interacting with stopped elements. Can you try to filter them out by updating your code like this: var List = …
11th March 2022
Hi Amit, An option could be using the SNMP Manager feature. However, this feature only allows you to forward events/alarms (via SNMP traps) to external systems. If you would like …
11th March 2022
Indeed, the Protocol MIB does not seem to contain an OID which maps the Overall Element Status (or any other General Parameters).
11th March 2022
You can check the OID’s you can add to your traps by clicking the “add” button in the custom bindings section. See below. Is this what you’re looking for?
11th March 2022
Hi Robin, To run an automation script from a dashboard you could use the ‘Button’ component. You can link an automation script to a button:
11th March 2022
Has the FQDN been configured in the maintenancesettings.xml (see help)? To open Cube, instead of using http://localhost, also use https://fqdn/. See the help on how to configure an auto redirect …
11th March 2022
Hi Dominik, Is there an HTTP to HTTPS redirect configured on your web server (IIS)? If so, this error may be fixed by skipping the redirect on “localhost”. I also …
11th March 2022
Hi Silvino, As far as I know, there aren’t any guides available on hosting DataMiner in AWS or Azure. In general, you need to spin up a number of cloud …
11th March 2022
One option would be to use a Feed. The feed can be used to filter the interface by the indices of the device table. Check the boxes you want to …
10th March 2022
Hi, The DataMiner processes connecting to the cloud are running as System account by default, so you should configure the proxy settings of this user. I haven’t done that myself …
10th March 2022
Hi, The following list of IPs are currently being used: 52.149.106.174 20.50.2.35 20.50.217.191 20.103.147.5 Note that these are not yet documented in the DataMiner help, but soon will be. For …
10th March 2022
Hi Michiel, Not yet a straight answer to your question, but I’m also interested because I would need to do the same from an automation script. I’ve been checking around, …
10th March 2022
Hi Max, Unfortunately, that scenario is not supported. When applied, a service template uses a set of input data to generate a DataMiner Service. While it keeps track of the …
10th March 2022
This is indeed the expected behavior, alarms on exported parameters only influence the element state of the DVE child elements. This is done to avoid duplicate alarms in the alarm …
10th March 2022
Hi Arunkrishna, If you want to be fully redundant (on DataMiner and DB level) you will need at least the following architecture (more info on Supported System Data Storage Architectures …