Applying a security configuration by using the command line

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
After you create a security configuration by using the IBM® Business Automation Workflow Case administration client , you can apply the security configuration by using the command line. You must specify a target environment if the solution is in a production environment.

Before you begin

The solution must be deployed before you apply the security configuration.

Procedure

To apply a security configuration:

  1. Change the current directory to the install_root/CaseManagement/configure directory, where install_root is the location where Business Automation Workflow is installed.
  2. Apply the security configuration by running the following command. Do not enter any line breaks when you enter the command.
    configmgr_cl applySolutionSecurityManifest
     -profile myprofile
     -targetEnvName target_environment_name
     -solutionName solution_name
     -manifestName manifest_name
      [-help]
    -profile myprofile
    Specifies the profile to use. The myprofile value can be one of the following items:
    • The name of the profile, such as develop1. The profile is located in the install_root/CaseManagement/configure/profiles directory. install_root is the location where IBM Business Automation Workflow is installed.
    • The full path to the profile directory, such as "install_root\CaseManagement\configure\profiles\develop1" or /install_root/CaseManagement/configure/profiles/develop1.
    • The full path to the profile input file, such as "install_root\CaseManagement\configure\profiles\develop1\develop1.cfgp" or /install_root/CaseManagement/configure/profiles/develop1/develop1.cfgp.
    -targetEnvName target_environment_name
    Specifies the name of the target environment. This argument is required only on production environments.
    -solutionName solution_name
    Specifies the name of the solution that is associated with the security configuration.
    -manifestName manifest_name
    Specifies the name of the security manifest.
    -help
    Optional and displays a brief message on the command syntax instead of running the command.