You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to export apps. We highly recommend enabling the option to export as a package, as this will try and collect all the used custom operators and action scripts and include them in the package.
@@ -65,25 +65,41 @@ From version 1.0.0.6 onwards, you can enable an option to also include DOM insta
65
65
66
66
From version 1.0.0.9 onwards, the used images are included in the package as well.
67
67
68
+
From version 1.0.0.12 onwards, the used themes can be included as well.
68
69
#### Overview of included items
69
70
- Custom operators
70
71
- Configured action scripts
71
72
- Dependencies of the used scripts
72
73
- DOM modules
73
74
- Images
75
+
- Themes
74
76
75
77
> [!NOTE]
76
78
> When exporting an app from one DMA to another, make sure the versions match (for example the GQI versions).
77
79
78
80

79
81
80
82
### Import
81
-
This is used to import apps that have not been exported as a package. These will not include any of the custom scripts.
82
83
83
-
> [!WARNING]
84
-
> If you want to import .dmapp packages, you cannot do it with this import. You will need to use the client test tool.
84
+
Importing an exported .dmapp package can happen in a few different ways:
85
+
86
+
#### Taskbar Utility
87
+
If you have access to the DataMiner agent, you can copy over the .dmapp package and double click it to install it via the Taskbar Utility.
If you do not have RDP access to the DataMiner agent, but have a DataMiner user with the correct permissions. Then you can use the Client Test Tool to install packages too.
93
+
94
+
1. Open the Client Test Tool
95
+
1. In the tool bar go to "Connection" -> "Connect"
96
+
1. Enter you credentials and press "Connect"
97
+
1. in the tool bar go to "Advanced" -> "Apps" -> "AppPackages..."
98
+
1. Click on "Upload Package" and select the .dmapp package
99
+
1. Select the uploaded package in the list and press "Install Package"
100
+
1.[Optional] Remove the uploaded package by clicking "Remove Uploaded Package"
0 commit comments