Lookup table path
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 …
Answer
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 …
13th March 2025
Hello Jaroslaw, Implementing failover means adding another DataMiner agent, so you will need a license otherwise DataMiner will not start. Obtaining a DataMiner license | DataMiner Docs I believe the …
13th March 2025
Hi Joshua, There is a similar question: Adding a Write-only parameter (eg; button) into a service Hope it helps.
13th March 2025
Hi Charlene, Are you using this method to provision elements: Importing and exporting elements If this is the case, before importing the elements from a CSV file, you could update …
12th March 2025
Hi Ross, You can fix it by filling the request with: DeleteDocumentMessage deleteRequest = new DeleteDocumentMessage { Document = System.IO.Path.Combine(folderName, documentOverview[i]), Element = “”, Web = false, }; Tried on …
12th March 2025
As I use InteractiveController, I would like to post an solution for it too: view.ShowScriptAbortPopup = false;