Versions Compared

Key

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

Version 5.7 is the last version supporting a proxy site. Proxy sites will no longer work with versions 5.8+.

Selection of config manager version

...

Background information

The connector can use the Media Manager's Config Manager opposed to earlier versions of the software, where the Creative Cloud Connector (CCC) always had its own version in the Config Manager.There are two ways you . This update means that creating a proxy site is no longer required, but can still be performed, if separate configuration is needed.

When opening the plugin for the first time changing the environment, there appears a prompt to enter an url. Dependent on whether the proxy site was created, there are two ways the user can point the CCC to a Config Manager version:

  1. Use the MM5's Config Manager version by pointing to providing the MM5's url.

  2. Use a CCC-only Config Manager version, by pointing to a new proving the url for the proxy website you create.

...

Installation of a proxy website

Step 1: Preparation

To install a proxy website please perform the following steps:

...

Step 2: Creating a Config Manager version solely for CCC to use 

This step is the whole "meat and potatoes" core of this guide. Here you create what the the CCC points to. In other words, the other steps are there to allow the CCC plugin to point to the Config Manager version you create here.

To start, go to you DAM Center, and navigate to System tools → ConfigManager → Media Manager 5 → 5.0x.0x.

...

In here, you have the ability to create CCC's Config Manager version.

Press the text field in the top-right corner, and input a name you find fitting. Some people go with "CCC", while other go with "Default" - or something else entirelyof your choosing, for example ‘CCC’ or ‘Default’.

...

...

Info

 Please note that the name itself is not important

...

, but

...

it cannot be changed nor deleted later on.

 After After creation, the new Config Manager version can be found beneath System tools → ConfigManager → Media Manager 5 → 5.0x.0x.

...

In here - locate the ID of the Config Manager version by pressing the Menu button → Version information (found next to the Create new version button):

...

Navigate to the CCC website files from step 1 (again, usually found in C:/webs), and open the file named appsettings.json - we . We recommend Notepad++ for editing such files:

...

The easiest way to configure this , is to look at your Media Manager website's appsettings.json file, and copy its values.

...

(Optional): Go into the site's bindings and add a "http" binding:

...

Step 5: Ensure that

...

PortalName is set to be the MM5 site's URL

Define PortalName which could be found withing appsettings.json "ProductConfiguration" section to be either:

...

D:\webs\test-mm5.qa.digizuite.com\appsettings.json

Image Modified

The required value for Portalname could be found within table:

Code Block
SELECT TOP (1000) [ProductName]
      ,[PortalName]
      ,[MemberId]
      ,[Configuration]
  FROM [test_dam].[dbo].[LoginService_Preferences]

Image Modified