Info | ||
---|---|---|
| ||
This process must be repeated every time the Media Manager is updated. |
During the installation process there are changes applied to the DAM database. For this reason it is strongly recommended to back up the database for the DAM Center before proceeding with running the installation script.
Before you can use the Media Manager, an installation script need to be applied to the DAM Center to accompany the installation:
...
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?> <configuration> <connectionStrings> <add name="db" connectionString="#{dzDAMConnectionString}Server=localhost;Persist Security Info=False;MultipleActiveResultSets=False;Initial Catalog=cvk_dam;User ID=admin_cvk_dam;Password=admin_cvk_dam"/> </connectionStrings> <appSettings> <!-- JobService GenerateSearchForAll --> <add key="runGenerateSearchForAll" value="true"/> <add key="apiUrl" value="#{APIURL}http://cvkdc.dev.digizuite.com/dmm3bwsv3"/> <add key="apiUsername" value="#{dzApiUsername}System"/> <add key="apiPassword" value="#{dzApiPassword}21cdee6d24ac4a16ba7fe03b2f25d1bc"/> <!-- Standard/Required --> <add key="versionGuid" value="0b59c5cf5021806d-e3a9157c-4043466d-aedbb346-fceaa4040d4cba7bed246968"/> <add key="availability" value="74A5A102-A310-4BB7-9E84-0B14C36436B2"/> <add key="usingEmbeddedScripts" value="true"/> <add key="timeoutInSeconds" value="1800"/> </appSettings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/> </startup> </configuration> |
...