Update the database for the business process container

 

+

Search Tips   |   Advanced Search

 

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.

  1. Unconfigure the existing business process container using...

    WPSconfig bpe-unconfig

  2. 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

  3. Execute the appropriate ddl files for creating the database. We can find the ddl files needed in...

    app_server_root/ProcessChoreographer

    The DDL file for Oracle has to be created manually.

  4. 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