Show TOC

Editing Adapter Property Sets in Project ConfigurationLocate this document in the navigation structure

Use the CCR Project Configuration editor to configure adapter property sets in a project configuration file. Property sets are reusable sets of properties that are stored in the project configuration file. Using an adapter property set also allows you to move adapter configuration properties out of the CCL file and into the CCR file.

Context

Property sets appear in a tree format, and individual property definitions are shown as children to property sets.

Procedure

  1. From the SAP ESP Authoring perspective, double-click the .ccr file to open the CCR Project Configuration editor.
  2. Select the Adapter Properties tab.
  3. (Optional) To create a list of adapter property sets that correspond to the ATTACH ADAPTER statements in the main CCL file for the project, click Add from CCL.
  4. To create a new adapter property set, click Add.
  5. In the Property Set Details pane, define a name for the property set.
  6. To add a new property to a property set, right-click the set and select Start of the navigation path New Next navigation step Property End of the navigation path.
    Note You can add as many property items to a property set as required.
  7. To configure a property:
    1. In the Property Details pane, define a name for the property.
    2. To define a property as an environment variable:
      • For Windows, use the format %<environment-variable-name>%.
      • For Unix, use the format ${<environment-variable-name>}.
    3. Enter a value for the property.
  8. (Optional) To encrypt the property value:
    1. Select the property value and click Encrypt.
    2. Enter the required fields, including Cluster URI and credential fields.
    3. Click Encrypt.
      The value, and related fields, are filled with randomized encryption characters.
      Note To reset the encryption, click Encrypt beside the appropriate field. Change the values, as appropriate, then click Reset.
  9. To remove items from the All Adapter Properties list:
    • Right-click a property set and select Remove, or
    • Right-click a property and select Delete.