[GQI] Multi Select/Filter action performance impact
14th March 2025
Hi Souhail, Today it is indeed recommended to reduce the columns in the right side of your join (in your case the Get Elements query). This is something that we …
Answer
14th March 2025
Hi Souhail, Today it is indeed recommended to reduce the columns in the right side of your join (in your case the Get Elements query). This is something that we …
14th March 2025
Hi Marco, This is most likely because the dropdowns do not have any value selected. A limitation of the current data linking framework is that the component needs to output …
14th March 2025
hi Alija Most likely a library that’s referenced by the script isn’t available when it’s being executed. While looking for the Run method one of the classes defined in the …
14th March 2025
Hi Arun, Do you need the alarm of the cell of that row or the entire column? Typically ParametersSummary is used to show an aggregated value of something (i.e. entire …
14th March 2025
Hello Ryan, Ref: Preparing the two DataMiner Agents | DataMiner Docs if your DMS already contains a DMA based on its hostname or failover pair based on host name, any …
14th March 2025
Hi Nathan, I am not sure if these schemas are available in DIS. However, you can find these schemas in a DMA (C:\Skyline DataMiner\Tools\Schemas) Hope it helps.
13th March 2025
One possible approach: Create a custom driver where you: Periodically run a QAction for getting the files and their last write time and store then i a table If the …
13th March 2025
I had the exact same issue – but Skyline has now released DIS version 3.1.7 – which for me, resolved the issue.
13th March 2025
Hi Max, A similar issue was seen in Service Endpoint not found – DataMiner Dojo. Can you try the suggestions and other points mentioned in the aforementioned post and let …
13th March 2025
Hi Milos, Modifying the xml files, although would work, is not the best way to proceed. Making changes directly in the cube UI is the way to go. Have you …
13th March 2025
Hi Oscar, These errors are resolved in the recent version of the Elasticsearch connector. The version you are using is a bit old, so upgrading the driver version should resolve …
13th March 2025
Hi Marcos, Regarding the example that does not work, this is a relative path. As far as I know this will not work. You will need to define the full …
13th March 2025
Hi Ive, To know if all initial events are received, you could use TrackAddSubscription. This method returns ITrackedSubscriptionUpdate, which can notify you after all initial events have been received: OnAfterInitialEvents(Action).
13th March 2025
Hi David, This is possible by using the File Selector widget in an interactive automation script.
13th March 2025
Hi Benjamin, What action are you using to extend your booking? BookingManager.(Try)Extend method?