Are filter boxes removed on DCF tables?
19th April 2023
The tables on the General Parameters page are defined in an internal protocol that is baked into the software. It cannot be modified manually. As far as I can see, …
Answer
19th April 2023
The tables on the General Parameters page are defined in an internal protocol that is baked into the software. It cannot be modified manually. As far as I can see, …
19th April 2023
Hi, If the raw parameter value is directly coming in through polling (snmp, serial) and the value can be adapted with a Sequence then it is best practice to use …
19th April 2023
I don’t think this is an error in the driver. The edit popup should behave the same way for any of the rows. I suspect there could be an issue …
19th April 2023
The main wonky part here appears to be the “switching detection” condition, which is the condition that defines which device DataMiner sees as the operational one. These conditions get applied …
19th April 2023
.NET 5 is currently still required for some modules, which means that it is currently required to have both .NET 5 and .NET 6 installed on DataMiner agents. (Note that …
19th April 2023
Hi Naveen, There are various Linux distributions that can be used for Cassandra and Elastic. A list of supported distros can be found here: Cassandra https://docs.datastax.com/en/home/docs/supportedPlatforms.html Elastic https://www.elastic.co/support/matrix In our …
18th April 2023
Offering another workaround, it’s possible to execute an automation script upon opening a Visual Overview page. The script can retrieve the notes with an SLNet call (just like in Jeroen’s …
18th April 2023
Not directly, but maybe with a workaround. There’s a possibility to do a GQI query to an ‘ad hoc data’ source, this script could retrieve the notes using an slnet …
18th April 2023
Hi Robert, indeed depending on the volume of data it can take a while, all data needs to be queried and transformed into the correct format and pushed to the …
18th April 2023
Hi Ive, After a quick look at the app, I noticed that the form component was slightly smaller than the panel with the ‘fit to view’ option enabled. This is …
18th April 2023
One of the most common things are connection issues between the different DataMiners or low latency. If you e.g. are doing bulk actions, depending on how and what this can …
18th April 2023
In our active MySQL database we have 4 tables that are linked with the alarms alarm: contains all alarms Then we have 3 different tables linked to that alarm table: …
18th April 2023
The cleanup job on the local DB first cleans the alarm table and then just does: DELETE FROM service_alarm WHERE (iAlarmDMA, iAlarm) NOT IN (SELECT dmaID, id FROM alarm); If …
18th April 2023
Hi Elvio, i assume we are talking about a MySQL Central Database? As described here? Offload database | DataMiner Docs We will indeed push all data into the database unrelated …
18th April 2023
Hi Thijs, Downloading artifacts from GitHub directly is indeed not supported at the moment. Currently, the different options are: – Enable CD in order to publish to the Catalog. To …