Use
the case production environment profile created by the BPMConfig command when you
run the tasks in the Case configuration tool.
Before you begin
Ensure that the cluster and your IBM® Content
Navigator instance are
running when you run the Case configuration tool tasks.
Procedure
To configure the development environment:
-
Set the application server timeout values. Higher timeout values help avoid transaction timeout
issues when you run the configuration tool tasks or deploy case solutions.
- Set timeout values to the following settings (examples for WebSphere® Application
Server V8.5.2):
- Under , set the following timeout values:
- Total transaction timeout
- Client inactivity timeout
- Maximum transaction timeout
- Under , set Request timeout to at least 600 and
Locate request timeout to maximum 300.
- Under , set
Connection timeout to at least 600.
- Under , set
Connection timeout to at least 600.
- Restart your entire environment.
Note: If you are using Db2® for z/OS®, your Register Project Area task might hang and fail when you restart your entire environment. To avoid this, after you restart your environment, go to , and find
IBM_BPM_DocumentStore_YourClusterName. Restart this application again.
- Start the swing-based Case configuration tool.
- On AIX, Linux, or Linux® for System z®
-
-
Change to the following directory:
install_root/CaseManagement/configure
-
Edit the appropriate script:
- For GUI configuration:
configmgr.sh
- For silent or command-line configuration:
configmgr_cl.sh
-
Set the
PATH environment variable to the Java™
bin directory of
the Business Automation Workflow
installation:
export PATH=/opt/IBM/BAW/java/bin:$PATH
-
Set the
INSTALL_DIR environment variable to the Business Automation Workflow
installation directory:
export INSTALL_DIR=/opt/IBM/BAW
-
Save the script file.
-
Ensure the script has execute permissions:
chmod +x configmgr.sh
-
Run the configuration script:
./configmgr.sh
- On Windows
-
- Change the directory to the configuration folder:
cd install_root\CaseManagement\configure
- Edit the appropriate batch file:
- For GUI configuration:
configmgr.bat
- For silent or command-line configuration:
configmgr_cl.bat
- Set the
PATH environment variable to the Java bin directory of
the Business Automation Workflow
installation:set PATH=C:\IBM\BAW\java\bin;%PATH%
-
Set the
INSTALL_DIR environment variable to the Business Automation Workflow
installation directory:
set INSTALL_DIR=C:\IBM\BAW
- Save the batch file.
- Run the configuration script:
configmgr.bat
- In the swing-based Case configuration tool, create a new profile for a fresh configuration, or open an existing profile to modify an existing configuration.
- Go to the File menu and choose either:
- New Installation Profile – for a fresh setup
- Open Profile – to modify an existing configuration
When creating a new profile:
- Select either development or production based on your environment.
- Enter the WebSphere Application
Server and
IBM Content
Navigator
details.
- In the Content Platform Engine
parameters, ensure that the server URL uses the
corbaloc protocol.
Example:
corbaloc::<cpe server hostnname>:<portnumber/cell/clusters/<cluster name>/FileNet/Engine
Important: The iiop protocol is not supported.
-
Save the edited profile.
- Run the Case configuration tool tasks for the
development environment, as specified in Running the configuration tasks.
-
Restart your entire environment, including Business Automation Workflow, Content Platform Engine, and IBM Content
Navigator.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15