/
1. Installing Office Connector (backend)
1. Installing Office Connector (backend)
In order for the Office Connecter to connect to a DAM Center, some scripts have to be run on the DAM Center.
If you ever have installed a Media Manager, DAM for Sitecore, or Creative Cloud Connector, creatíng this script is easy to do.
Out of the box, you'll see the following configuration for "OfficeConnector.DbUpgrade.exe.config"
<?xml version="1.0" encoding="utf-8"?> <configuration> <connectionStrings> <!-- <add name="db" connectionString="Server=;Database=;User Id=sa;Password=;"/> --> <add name="db" connectionString="#{dzDAMConnectionString}"/> </connectionStrings> <appSettings> <!-- JobService GenerateSearchForAll --> <add key="runGenerateSearchForAll" value="true"/> <add key="apiUrl" value="#{APIURL}"/> <add key="apiUsername" value="#{dzApiUsername}"/> <add key="apiPassword" value="#{dzApiPassword}"/> <!-- Standard/Required --> <add key="versionGuid" value="CE20DD58-AF13-417B-8C6D-CE07939F4530"/> <add key="availabilityGuid" value="74A5A102-A310-4BB7-9E84-0B14C36436B2"/> <add key="usingEmbeddedScripts" value="true"/> <add key="timeoutInSeconds" value="1800"/> </appSettings> </configuration>
You need to fill out:
Placeholder | General | Example | Note |
---|---|---|---|
#{dzDAMConnectionString} | Data Source=YOURSERVER\;Initial Catalog=YOURDATABASE_dam;Persist Security Info=True;User ID=YOURUSER;Password=YOURPASSWORD;Connect Timeout=3 | Data Source=localhost\;Initial Catalog=digizuite_dam;Persist Security Info=True;User ID=admin_digizuite_dam;Password=9ajs0gfhn9(BH);Connect Timeout=3 | You should always use admin_x_dam |
#{APIURL} | https://YOURSITE.com/dmm3bwsv3 | https://dc.digizuite.com/dmm3bwsv3 | |
#{dzApiUsername} | AUserInYourSystem | system | |
#{dzApiPassword} | The password for AUserInYourSystem | 98H9GUN20GN02IGUB9UB |
Once the script has been filled out correctly, you simply run "OfficeConnector.DbUpgrade.exe"
When this is complete, please proceed to the user guide section.