Adding solutions to a project area by using the command line

You can add solutions to a project area or to the default project area. A solution can belong to only one project area.

Before you begin

Be sure to have your completed configuration checklist available.

About this task

When a business analyst creates a solution in Case Builder, the solution is added to the project area that the user belongs to. However, you can assign the solution to a different project area. When you assign a solution to a project area, the solution is removed from the project area to which it was previously assigned.

Procedure

To add solutions to a project area:

  1. Change the current directory to the install_root/CaseManagement/configure directory. Where install_root is the location where IBM® Business Automation Workflow is installed.
  2. Add one or more solutions by running the following command. Do not enter any line breaks when you enter the command.
    configmgr_cl addSolutions -projectAreaName project_area_name
     -profile myprofile
     -solutions solution_name [-solutions solution_name_n]
     [-help]
    -projectAreaName project_area_name
    Specifies the name of the project area to add solutions to. The default project area is named dev_env_connection_definition.
    -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.
    -solutions solution_name
    Specifies the solution name to add to the project area. You can enter multiple -solutions solution_name options on the same command line.
    -help
    Optional: Shows a brief message on the command syntax instead of running the command.
  3. Repeat the previous step to add more solutions to the project area.