Upgrade an existing DAM connector to SCCH 5.2
If you have an existing Sitecore Connect for Sitecore DAM (SCDAM) 2.0 installation, you can upgrade it to SCCH 5.2. The procedure is the same regardless of whether your installation is on-prem or in Azure.
To upgrade an existing SCDAM installation to SCCH 5.2:
-
Install the SCCH 5.2 installation package as described in the installation instructions.
-
When the installation is done, delete the following files:
-
<Sitecore instance>\sitecore\shell\Controls\Rich Text Editor\StylelabsMAssets\MAssets Commands.js -
<Sitecore instance>\App_Config\Modules\Stylelabs\Stylelabs.config -
<Sitecore instance>\bin\Stylelabs.M.Sitecore.Integration.Components.dll.
-
-
Open the
C:\inetpub\<site>\App_Config\ConnectionStrings.configfile. Update the DAM connection string as follows:RequestResponse<add name="DAM.ContentHub" connectionString="ClientId={client_id};ClientSecret={client_secret};UserName={username};Password={password};URI={uri};" /> -
On the Sitecore Launchpad, click Desktop. Switch from the Master database to the Core database.
-
Open the Content Editor. Navigate to sitecore/system/Field types/Simple types/Image. On the Content tab, in the Data section, update the following values:
Field name
Default value
Change to
Assembly
Stylelabs.M.SiteCore.Integration.ComponentsSitecore.Connector.ContentHub.DAMClass
Stylelabs.M.SiteCore.Integration.Components.Link.MImageControlSitecore.Connector.ContentHub.DAM.Link.MImageControlControl
Can be any value
Empty value
-
Save the item. Switch back to the Master database.