Is there a Schema available for editing Advanced Dataminer xml files
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.
Answer
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?
13th March 2025
Hi Marco, There is currently no way to use a regex as a filter here. The filter input will always be used as a ‘contains’ filter on the column. This …
13th March 2025
Hi Sara I’m not sure why the AddRange method you’re referring to, is causing this particular behavior. Based on the error you have included though, I believe your ad hoc …
13th March 2025
Hi, What do you mean with polling configuration? Is this the IP address etc that can be configured at the creating of the element? In that case it can be …
13th March 2025
Hi Kumar, Activating soft-launch options | DataMiner Docs i kindly ask you to double check the following: did you restart DataMiner after adding or modifying the softlaunch options? did you …
13th March 2025
Hi Sanket, To delete the row, you can use a Qaction with the row=”true” (required when trying to trigger on an instance instead of the entire table) <QAction id=”1753″ name=”Remove …