...
Info |
---|
Here is the description of how you retrieve most of the most information about the DAM Center:
|
Here is the description of all the configuration parameters:
Parameter name | Description | ||
---|---|---|---|
db | This is database connection string. It must include the SQL server IP/Hostname, database name for the DAM Center, and the credentials of a SQL Server user with the rights to edit the given database. This information can be found in the DAM Center's configuration file. You need to copy information from the field called "connectionString": | ||
runGenerateSearchForAll | This determines, whether all Solr searches should be repopulated after the installation/update. Default: true | ||
apiUrl | The URL to the DAM Center's external API. It is formed by the base URL of the DAM Center and ending "/dmm3bwsv3/". Remember to include the character "/" at the end! Example: https://demo3dc.digizuite.com/dmm3bwsv3/ | ||
apiUsername | This is the name of the system user. This information can be found in the DAM Center's configuration file. You need to copy information from the section "digiConfig". Default: System | ||
apiPassword | This is the MD5 hash of the password for the user set in apiUsername. This information can be found in the DAM Center's configuration file. You need to copy information from the section "digiConfig". | ||
versionGuid | This is the desired GUID for the Media Manager 5 configuration. If there is no Media Manager 5 installed on the DAM Center, this field can be any valid GUID. If Media Manager 5 is already installed and the update is performed, the field must use the Media Manager 5 version GUID from the DAM Center.
| ||
usingEmbeddedScripts | This determines, whether the executable uses the default embedded SQL scripts for the installation, or if it looks for SQL scripts in the installer folder. Default: true | ||
timeoutInSeconds | This is the maximum time to wait before timing out any request. If runGenerateSearchForAll is used, it is recommended to set the value to 1800. Default: 1800 | ||
Availability | This is the Guid of metadata field that controls publishing. Default: 74A5A102-A310-4BB7-9E84-0B14C36436B2 |
Example of a valid configuration:
3.2 Running the installation script
...
While you fill out the required fields, the same rules as with the configuration file for the installation scripts apply. Here is the description of how to replace the placeholders (marked in red):
Placeholder | Description |
---|---|
#{dzDigiConfigLogPath} | This is the absolute file path to the folder where all the Media Manager 5 log files will be stored. This folder was created in point 4 of the preparation step. In order to find out the correct path, go to the abovementioned folder, click on the breadcrumb trail that leads to it, and then copy it. Example of a correct file path: C:\LogFiles\MediaManager5 |
#{dzDigiConfigUncUsername} | This is the username for the assetstream user. This information can be found in the DAM Center's configuration file. You need to copy information from the section "digiConfig". |
#{dzDigiConfigUncPassword} | This is the password for the assetstream user. This information can be found in the DAM Center's configuration file. You need to copy information from the section "digiConfig". |
#{dzDigiConfigUncDomain} | This is the domain of the assetstream user. This information can be found in the DAM Center's configuration file. You need to copy information from the section "digiConfig". |
#{dzDigiConfigServicesPassword} | This is the MD5 hash of the password for the user set in apiUsername. This information can be found in the DAM Center's configuration file. You need to copy information from the section "digiConfig". |
DAMCENTER_URL | You need to replace DAMCENTER_URL with the base URL of the DAM Center that Media Manager 5 should be connected to. |
!/2/0 | This is the version ID of the Media Manager 5 ConfigManager version to be used. The easiet way to find it is by opening and logging in to your DAM Center, as demonstrated on the screenshot below: Remember to include the character "/" at the end! |
#{instrumentationKey} | If MM5 is installed on a non-production environment, e.g. DEV, POC or TEST, use: 74afe12a-8df3-4efa-998d-936a1021ff6c If MM5 is installed on a production environment, use: e08240fb-c3b6-4b1f-9013-361c81dc506d |
#{productVersion} | The version of the product that has been installed. Example: 5.0.0-1404 |
Step 5: Creation of a New IIS Website
...