WebServices Methods in DMA 9.6 vs DMA 10.x.x
16th January 2023
The v0 is no longer available by default since 10.1.6, and will eventually no longer be accessible at all in the future. In the v1 however, both the SOAP and …
Answer
16th January 2023
The v0 is no longer available by default since 10.1.6, and will eventually no longer be accessible at all in the future. In the v1 however, both the SOAP and …
16th January 2023
Hi the message you are seeing is not requesting any authentication but is telling you that access to this data is restricted by the WAF (Web Application Firewall). This software …
16th January 2023
Hi Dojo, I have found the following information regarding the migration of the general database to a DMS Cassandra Cluster: https://docs.dataminer.services/user-guide/Advanced_Functionality/Databases/Supported_System_Data_Storage_Architectures/Migrating_the_general_database_to_a_DMS_Cassandra_cluster.html?tabs=tabid-2 Note that it will be best if the system …
15th January 2023
Hi Jens, For a use case we were able to use IDP to provision elements and DCF connections using an external inventory as data source. This external data source exposes …
14th January 2023
Hi Jens, Expanding on Edson’s response, for as long as the connectivity script has access to the DCF configuration (we have used flat files in the past, but if access …
14th January 2023
Hi Stacey, The migration to Cassandra procedure can be found here (Migrating the general database to Cassandra | DataMiner Docs). To install Cassandra (Linux is now recommended as SO): Installing …
14th January 2023
Cristel, Could it be that the element is actually hidden and not deleted? Hidden elements | DataMiner Docs If for some reason, the element went into a rogue state, you …
14th January 2023
Hi Bruno, Looks like problem with the Skyline.AppInstaller class, which is one of the packages in the Dataminer Class Library. I had a similar issue in VS 2019 some time …
14th January 2023
Hi Miao, In your staging environment, can you insert the following at the begining of the C# code: engine.FindInteractiveClient(“This is test only”, 15); When the script is executed, active clients …
13th January 2023
Hi Jens, The way IDP works with LLDP tables is through an automation script that collects the data from the LLDP tables in the elements and then makes the relations …
13th January 2023
Hi Dino – DataMiner has a system-wide blinking option for alarms that are not acknowledged. Making alarms without owner blink | DataMiner Docs Note that this blinking then applies everywhere, …
13th January 2023
Hi Vikas, This issue has also been reported to us by the same person and a task has been created under their maintenance contract. A solution is being investigated
13th January 2023
Hi Jan-Terje, Whilst Oracle/MySQL have their own support schedule and official compatibility, we have the combination of MySQL 5.5.27 and WIn Server 2022 running in our lab and have no …
13th January 2023
Hi Fares, The alarm table component is only available from DataMiner 10.2.0/10.1.5 onwards. Before this, the component is available in a soft launch from DataMiner 9.6.8 onwards. I recommend you …
13th January 2023
Another alternative, instead of using an automation script, is to use the element export/import to CSV function. This allows you to export your element settings to a CSV file, you …