automatic logon on dashboards (authentication API)
12th May 2022
If you want to embed the Dashboards app within Cube (or another DataMiner application having an SLNet or WebAPI connection), then you can make use of the ticket url parameter …
Answer
12th May 2022
If you want to embed the Dashboards app within Cube (or another DataMiner application having an SLNet or WebAPI connection), then you can make use of the ticket url parameter …
12th May 2022
Access to the Web applications can also be granted through a ?ticket=[authentication ticket] query parameter. This will try to authenticate using the ticket and will bypass the login screen when …
12th May 2022
Gabriel, I would suggest to take a look at the following tag in your QActions: dllImport attribute | DataMiner Docs Also a small remark you say the DMA copies over …
12th May 2022
Hi, The weight is calculated based on what percentage of the parameter sets reach SLElement are from that element. If the element is responsible for <10% of the parameter sets …
12th May 2022
The auto-logoff setting of Cube (“Time before automatic disconnect”) is based solely on keyboard and mouse input to the Cube window(s). Sending and receiving of DataMiner messages has no impact …
12th May 2022
Hi Jens, What I know is that this data is based on reports of Watchdog (..\Skyline DataMiner\Logging\WatchDog\Reports\…). That’s maybe a starting point for you to investigate further?
12th May 2022
Hi Miao Miao, When linking a shape data to an automation script (see DataMiner Help), you could use the placeholder [this view] to make a reference to the view to …
12th May 2022
Paul, Multithreading could also be a viable option for the use case above since the tasks executed by the QActions are logically decoupled. Multi-threading | DataMiner Docs
12th May 2022
Hi Bernard, A KMZ file consists of a KML file and other support files (more information in this external link). You could uncompress the file using a ZIP tool. If …
11th May 2022
Hi Luis, I Suppose you are talking about the online migration from MySQL to Cassandra (the deprecated migration from MySQL to ‘Standard Cassandra setup without Elasticsearch’ from the Supported System …
11th May 2022
Hi Paul The DataMiner SLProtocol process is indeed designed so everything gets put on a queue and is executed in sequence. More information can be found about it here: https://docs.dataminer.services/develop/devguide/Connector/InnerWorkingsSLProtocol.html …
11th May 2022
Hi Srikanth, Currently, DataMiner supports up to the latest Windows Server version (2022) and the lowest supported version is Windows Server 2012 R2 (but note this will be End of …
11th May 2022
Using a shared folder is the only way currently supported. Q1 : If you map a network drive on the DMA and configure its local folder path in Booking Manager …
11th May 2022
I checked this internally, there might be a call that we could use in the driver to accomplish this: NT_UPDATE_DESCRIPTION_XML (127) | DataMiner Docs