Configuring profiles, databases, and deployment environments for DB2®

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Select which method to use to configure your profiles, databases, and network deployment environment. You can use either the BPMConfig command-line utility or multiple tools (deprecated) to complete the profile and deployment environment setup.

About this task

When configuring databases, the system default table spaces are used. However, if you want to use scripts that create custom table spaces for the Business Process Choreographer component, see the usetablespaces property as described in the database and cell properties section of Configuration properties for the BPMConfig command.

You can run one of the following commands:
  • run BPMConfig -create -sqlfiles properties_file_name -outputDir output_directory
  • run BPMConfig -create -de properties_file_name when bpm.de.deferSchemaCreation is set to true.
The generated SQL files can be found in the output directory that you specified or in profile_root/dbscripts. The files include additional createTablespace*.sql files that you must run before the createSchema*.sql files to create the table spaces for Business Process Choreographer. The generated createSchema*.sql files include the appropriate references to the table spaces that you specified.