Versions Compared

Key

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

About

ccc_debugger is debugging tool that can be used to troubleshoot certain error in Adobe Creative Cloud Connector.

ccc_debugger is used to run the underlying logic of the DACCC(js-sdk) in a browser in order to inspect network calls, console outputs and possible errors or exceptions.

Requirements

Installation

ccc_debugger is available with every version of DACCC 2.0.9 or higher on swinstall. 

...

  1. Download and unpack the archive on your desktop.
  2. Navigate to folder `ccc_debugger/public`, find the `config.sample.js` and rename it to `config.js`.
  3. Open the file `config.js` and set the correct apiUrl, username and password.

Usage

  1. Find the file `ccc_debugger/ccc_debugger.cmd` and run it. 
  2. A new browser will open with a list of debugger to choose from. Select the desired one by clicking on it.

Debuggers


While the debuggers will try to output as much information as possible in the webpage, it might be needed to manually inspect the browser console and network requests for additional information.

Sanity Check

sanity check is a simple debugger that, using the configurations provided, will try to create an instance of the connector. This debugger can be used to catch commonly occurring problem like connection issues, invalid credentials, insufficient roles or permissions, and configurations. For most cases this is the only debugger you need (smile)

...

Output example of sanity_check in case the user does not have the correct roles and permissions.

Sanity Check SSO

sanity check sso is a debugger similar to sanity check, with only difference being that it will authenticate the user using SSO, instead of the provided username and password in the config.js file.

...

Output of sanity checker sso, once the user authenticated.

Upload Checker

upload checker is a debugger that can be used to debug the upload functionality of DACCC. When opening the debugger, wait for the file upload button to be enabled. Once it is enabled you can proceed to upload one fo more files.

...