Spectrum Analyzer – How to setup a spectrum mask?
24th November 2021
You have to make a measurement script and execute it with a monitor. In the script you have to load your presets with your thresholds included, and in the script …
Answer
24th November 2021
You have to make a measurement script and execute it with a monitor. In the script you have to load your presets with your thresholds included, and in the script …
24th November 2021
Hi Gelber, You can calculate the time zone difference by subtracting the DataMinerTime and the UTCTime. Config: Result: You can now add this difference to your UTC times in the …
24th November 2021
Yes, on the 4.1.1.x and 6.1.1.x versions Catalog (dataminer.services)
24th November 2021
Hi Jens, You can send an ‘abort’ message’ to the server: ScriptControlMessage abortMessage = new ScriptControlMessage(DataMinerID) { ScriptID = scriptID, //this is the running automation script ID Type = ScriptControlType.Detach …
24th November 2021
Hi Jens, Using the client test tool, you can find “automation” under the “advanced” menu. From the pop-up, you can terminate any running script.
24th November 2021
Hi Ive, This data is currently available when using the ‘GenericInterface’ soft launch option. When enabling this, a new data source called ‘Bookings’ will be available. See the Help for …
24th November 2021
Hi Joseph, Currently it is not possible to save custom presets. There is already a similar feature requested in our section Feature Suggestions: Dataminer User’ Group’ permissions – Saving/Import/Export/Merging At …
23rd November 2021
Hi Arturo, DataMiner now supports a Cassandra cluster for the whole DataMiner system, instead of each DataMiner node having its own Cassandra node. This is although for storage of the …
23rd November 2021
Hi Arturo, The node calculator (DataMiner Node Calculator – DataMiner Dojo) uses 200 bytes for one trend record. PS: the replication factor of Cassandra also needs to be taken in …
23rd November 2021
Hi Joey, You can also do this from a QAction, Automation script, or any C# application with the following code: private bool IsAutomationScriptRunning(string scriptName) { var request = new SetAutomationInfoMessage(AutomationInfoType.Maintenance …
23rd November 2021
Hi Joey, Maybe you can have a look at the Skyline Automation Performance Monitor connector. This protocol tracks which scripts are running, how often they ran and how long the …
23rd November 2021
Hi Bruno, This case should be supported I believe, maybe we can move forward via a collaboration task, so we can investigate at your end?
23rd November 2021
The stack traces indicate that there’s an unexpected problem saving BPA configuration files to disk (on BPA updates or sync within cluster). It’s probably best to create a collaboration task …
23rd November 2021
Hi Andre, Please check the section Remarks regarding LDAP settings in DataMiner Help – Configuring LDAP settings: To connect to the LDAP server with SSL, from DataMiner 9.5.6 onwards, specify …
23rd November 2021
Hi Bruno, DMA information isn’t available yet as a GQI data source. You could duplicate such information in a table parameter and join it on your aggregated result though. We’ll …