Update the database for the business process container
The default configuration uses Cloudscape as the database for business process container. Follow these steps if we need to move to another supported database product.
- Unconfigure the existing business process container using...
WPSconfig bpe-unconfig
- Edit...
portal_server_root/config/helpers/bpeconfig.properties...and update the following parameters for the new database application...
- dbType
- dbVersion
- dbHome
- dbJava
- dbName
- dbUser
- dbPwd
- dbAdmin
- driverType
- dbTablespaceDir
- dbServerName
- dbServerPort
- dbStorageGroup
- dbSubSystem
- dbSQLID
- dbInstance
- Execute the appropriate ddl files for creating the database. We can find the ddl files needed in...
app_server_root/ProcessChoreographerThe DDL file for Oracle has to be created manually.
- Configure the business process container using...
WPSconfig bpe-config
Parent topic:
Configure the business process container for the portal
Related concepts
Member Manager staff plug-in provider
Related tasks
Update security settings for business process applications
Related reference:
Business process configuration parameters
Related information
Create the database for the business process container