Using a regex anchor in a filter
1st November 2022
Hi Ken, Could you please try with the pattern .*SNP-E$
Answer
1st November 2022
Hi Ken, Could you please try with the pattern .*SNP-E$
1st November 2022
Others may weigh in on this, but I believe there’s not an off the shelf solution available for this. Then again, there is always a solution, and I believe that …
31st October 2022
Hi Alberto, Since all responses are retrieved via the same protocol connection, the “200”-replies will indeed give the element a “still alive” indication. And even when a previous request would trigger …
31st October 2022
Hi, Currently, DataMiner still needs the local configured DB to start up. It looks like your local DB is Cassandra. DataMiner cannot connect to it to retrieve the correct information …
31st October 2022
The error alarms indicate the Cassandra database is down, which will indeed increase the startup time. Here you can find a flowchart to troubleshoot Cassandra database issues.
31st October 2022
Hi, below an example of a task that is created using this method: var dms = new Dms(communication); var dma = dms.GetAgent(Settings.TestElementAgentId); var scheduler = dma.Scheduler; DateTime startDate = DateTime.Now.AddDays(5); …
31st October 2022
Hi Yuki, At the moment the history mode is not supported for ParameterControl, it is only supported for Elementshapes, Parametershapes and Spectrumshapes. If you need it for ParameterControl as well, …
31st October 2022
Julio, When installing or upgrading SRM, SLSRMLibrary is deployed under c:\Skyline DataMiner\Files\ directory. Copying the DLL in a different directory will generate conflicts.
31st October 2022
Hi Pramod, More information on certification is available on Certification – DataMiner Dojo Indeed, this includes guidance from an instructor and a test / evaluation at the end. Note that …
28th October 2022
Was able to get this resolved with the assistance of Gelber Mahecha from Skyline. Shape Data must include ForcePropertyFromParent in the Options. Regex ended up having to be broken apart …
28th October 2022
Just came across this question looking for the same answer and did some investigating and it seems this is now possible with Dataminer 10.2.8 by adding the “SKIP_STARTED_INFO_EVENT:TRUE” script option. …
28th October 2022
Omar One option is using our API to collect the data and store that in the Elasticsearch indexes. For example, you can use GetTrendStatisticsForParameter | DataMiner Docs to collect the trend stats …
28th October 2022
Jorge In the current implementation, IDP configuration needs a minimum of one location, building, floor, room and aisle for creating a rack. Please raise a new feature request at DataMiner …
28th October 2022
Hi Michiel, I don’t think that this is possible. As far as I understood correctly, a DomInstanceId only needs to be unique in a certain DOM Module (for now), not …
28th October 2022
Hi Michiel, The ID of the module where a DomInstance was created in is not encoded into the Guid. This is a separate string that should be stored alongside the …