Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Info
titleInfo

This process must be repeated every time the Digizuite Mobile App is updated

For this installation, no website is needed. Digizuite Mobile App is a self employed product that reflects the Digizuite Media Manager.

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 Mobile App, an installation script needs to be run towards the DAM Center.

...

Parameter nameDescription
connectionString

The database connection string. 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.

Most of it can be found in the Media Manager's 5.1 DbUpgrade.exe.config file.

runGenerateSearchForAll

Determines whether all Solr searches should be

repopuplated

repopulated after the install/update.

Default: true

apiUrlThe URL to the DAM Center's external API. Usually this would be the base URL of the DAM Center, with /dmm3bwsv3 added to the end.
apiUsername

The system user.

Default: System

apiPasswordMD5 hash of the password for the user set in apiUsername. You will find this in the db members table.
versionGuid

The Guid can be generated in e.g. https://www.guidgenerator.com/

Otherwise, the field can use the Media Manager version GUID from the DAM Center. 

More information can be found here: Where do I find this GUID?

availability

Guid of

metadatafield

metadata field that controls publishing.

Default: 74A5A102-A310-4BB7-9E84-0B14C36436B2

usingEmbeddedScripts

Determines whether the executable uses the default embedded SQL scripts for the install, or if it looks for SQL scripts in the installer folder.

Default: true

timeoutInSeconds

Maximum time to wait before timing out any request. If using runGenerateSearchForAll, the advised value is 1800.

Default: 1800

Once the config file is set up correctly, the next step is to simply run the MediaManager.DbUpgrade.exe file from the cmd prompt.

...