Reference SRM from Automation Script
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.
Answer
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 …
28th October 2022
Hi Enrique, We have this use case available in our use case library, where you can see some of the parameters that are included on this connector: Synamedia Virtual DCM …
28th October 2022
Variable initializations from InitVar are executed before the listener is set up for the ValueChanged. This means the variable will already be filled in and thus a change will never …
28th October 2022
Hi Stefan, if you want to select the “Channel Name” row, you can simply use “Channel Name” without wildcards in the placeholder. This should result in an exact match.
28th October 2022
Hi Stefan, if you are talking about dynamic shapes and table rows, than I assume you are using this feature: Generating shapes based on table rows | DataMiner Docs? If …
28th October 2022
You can initialize the value of a session variable when opening a page of a visio. That’s shape data ‘InitVar’ on page level. In your case your ‘varLockTransfer’ session variable …
28th October 2022
Jeff, Indeed, this will turn into a query that will delete all the records that are older than the current datetime. Basically, we add the TTL timespan to the current …
28th October 2022
Indeed, without using the placeholder, 4005 is the fixed parameter ID of all aggregation parameters (it’s the table column that holds the value in the hidden aggregator element). As the …