Configuring a network share to store attachments
From DataMiner 10.5.10/10.6.0 onwards, you can specify a UNC path and select credentials from the credentials library to store DOM attachments linked to DOM instances.
By default, this feature is not enabled, and attachments are saved locally in the C:\Skyline DataMiner\Documents
folder.
Make sure a correct set of credentials of the type Username and password credentials is available in the credentials library (accessible in Cube via System Center > System settings).
In the Automation app in DataMiner Cube, run the DOM Editor script.
You can find this script in the folder
DOM\DOM Main scripts
.The script window will show a list of the available modules, as well as several buttons.
Next to the module for which you want configure a network share, click Edit.
A window with four buttons will be displayed.
Click Manager Settings.
Click Network Share Attachment Settings to open a new page to configure the settings.
Select the correct set of credentials from the Credentials dropdown.
If the expected credentials are not available, verify if your account has permission to use the credentials.
In the Network Share Path box, fill in the UNC path to the network share.
Makes sure the path starts with
\\
and does not contain any characters that are illegal for a path (e.g. "<") or strings that allow directory traversal (e.g. "../").Click Back again and then click Apply and OK.
Click Back again and click the Reinitialize button next to the module you have configured.
Note
The configuration creates a DomInstanceNetworkAttachmentSettings object.