Versions Compared

Key

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

Installation of Creative Cloud Connector on the local machine:

...

  • Windows: C:\Program Files\Common Files\Adobe\CEP\extensions\com.digizuite.creative-cloud-connector
  • MacOS: ~/Library/Application Support/Adobe/CEP/extensions/com.digizuite.creative-cloud-connector

Image Modified


Info
titleWindows only

If you place the files in both the Program Files AND the Program Files (x86) - you will very likely encounter issues.

Only place the files in Program Files.

...

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


Step 5: Ensure that ProtalName is set to be the MM5 site's URL

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

  • The MM’s URL if the MM does not have this defined
  • The same as the MM’s if the MM has it defined


Example of relevant json files:

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

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


Image Added



The required value for Portalname could be found within table:


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


Image Added