cloud Migration
22nd October 2024
Hi Naveen do you want to move your DataMiner server to a cloud-hosted instance? If so you have different options. One of the options is to go for a DaaS …
Answer
22nd October 2024
Hi Naveen do you want to move your DataMiner server to a cloud-hosted instance? If so you have different options. One of the options is to go for a DaaS …
22nd October 2024
Hi Wale, it seems that the RegexMatch in GQI only returns the first occurrence of the regular expression. Your regex has two occurrences in your example above. Do you really …
22nd October 2024
Hi Jurgen, As far as I’m aware, it’s not possible to hide the headers and sidebars of the tables. As an alternative, you could consider dynamically generating shapes for each …
22nd October 2024
Hi Ramesh, A possible option is to implement this use case using a visual overview. In an overview (Visio file) you could create a drop-down list using session variables. You …
22nd October 2024
Hi Zhing Hang, I assume you can access the data you need from Databricks through an API. In that case, you can indeed create an ad hoc data source to …
22nd October 2024
Hi Wale It is not possible to hide this filter, without modifying your data. It is shown because the underlying ‘MCR Status’ column is a discrete column with numeric values. …
22nd October 2024
Hi Samson, Firstly I recommend using the backup files only as intended. Having said that, essential the .DMBACKUP is just a zip file organized in such a way that the …
22nd October 2024
Hi Samson, The backup file is a compressed file (zip format). If you change the extension, you should be able to extract individual files from the backup. Hope it helps.
22nd October 2024
Hi Min, As far as I know it is not possible to know the size of the backup before taking a full DMA backup. A possible workaround is to use …
22nd October 2024
Hi Jurica, Can you make sure that the option ‘Do not fail when elements are not active or in timeout’ is selected (see General script configuration). Hope it helps.
22nd October 2024
Not sure if this will work but you can try testing for the state of the element. If its in error. If its in error you might want to do …
22nd October 2024
Hi Baranisudha This can be achieved using Table templates. These templates allows you to style any table cell the way you want and to create actions and conditions based on …
22nd October 2024
Hi Sofia, This is indeed achievable through the GetPropertyValueMessage. Note that these values are already exposed as columns on the element, service and view data sets. Therefore, I wouldn’t fetch …
21st October 2024
Hi Dario, Our table currently does not allow changing values. So as you already indicated, the current way to ingest or update items is through the form component. Note that …
21st October 2024
Update: It turns out there was an error related to a #region not being closed in designer generated code when “Copy protocol to clipboard”. Removing the regions entirely fixed the …