Import dashboards into low code apps
25th September 2023
That’s currently not supported, and probably not something coming up soon. You could maybe embedded the dashboard in the app (and use the embedded version of the dashboard – on …
Answer
25th September 2023
That’s currently not supported, and probably not something coming up soon. You could maybe embedded the dashboard in the app (and use the embedded version of the dashboard – on …
25th September 2023
Not an expert, but recently came across this, thought this might help you already: Deploying Automation scripts from a GitLab repository | DataMiner Docs
25th September 2023
Hi Bruno, As far as I know, this is the case. The partner should contact the team assigned to that account to provide the required information.
25th September 2023
Hi Chris That driver is used to display ‘passive’ devices on your rack overview, devices that are not actively monitored in DataMiner, devices where you don’t have a DataMiner element …
25th September 2023
Hello Jarno I also though so but I’m getting an error, so i assumed that by manifest.xml was “sunset” 🙂
25th September 2023
Hi Tiago, You can normally do this by using a tag in the manifest.xml on your Visio. SetAsDefault element | DataMiner Docs Kind Regards, Jarno
25th September 2023
Hi, The upgrade should be executed to the next major release as explained here : If there is no information available for your specific DataMiner upgrade path and you are using …
25th September 2023
Tim, You need to configure a ‘Group’ on the timeline component and assign the column from your GQI query containing the resource guid or name.
25th September 2023
Hi, Like the documentation mentions for NT_FILL_ARRAY_WITH_COLUMN_ONLY_UPDATES (336) This call behaves in exactly the same way as NT_FILL_ARRAY_WITH_COLUMN (220) There is no difference between both calls, also not in performance. …
25th September 2023
Hi Robert, This is a known issue fixed in 10.3.9-CU2 and 10.3.10. Upgrading to those versions should fix the issue. Regards,
25th September 2023
Hi Jussi, Thanks for bringing this up. At present, there is no capability to adjust column sizes on mobile devices. However, we are committed to making this feature available, and …
25th September 2023
Hi, there is a tool – “C:\Skyline DataMiner\Tools\Change Element States Offline.exe”
25th September 2023
Hi Thomas, I believe you are looking for this tool: Change Element States Offline | DataMiner Docs You can find it on C:\Skyline DataMiner\Tools\ChangeElementStatesOffline.exe
25th September 2023
The DB.xml tag “<DataBase active=”True” local=”false” type=”MySQL”>” indicates that a MySQL central database (local=”false”) is configured an active (active=”true”). This section will be the reason why the upgrade tries to …
25th September 2023
There is actually something in the help, that you could add to the db.xml, <SkipTableUpdates><SkipTableUpdate/> tags. DB.xml | DataMiner Docs