Configuring BPEL CSF Credentials

Extending the Domain with Oracle IPM 8-13

3. Enter a name and description for the new connection, and then click Next.

4. In the Connection Settings screen, do the following: ■ Make sure the Use Local Content Server check box is selected. ■ Set the Content Server port to 4444. ■ Add two servers to the Content Server pool: – ECMHOST1:4444 – ECMHOST2:4444 Click Next. 5. In the Connection Security screen, leave the default selections for the WebLogic user, and then click Next.

6. Review the connection details and click Submit.

8.15 Configuring BPEL CSF Credentials

When connecting to a BPEL system from Oracle IPM, it is required to configure the required credential to communicate with the SOA system. To add these credentials, use these steps: 1. Change directory to the commonbin location under the ECM Oracle Home in SOAHOST1 where your administration servers resides: SOAHOST1cd ORACLE_HOMEcommonbin ORACLE_HOME is the ECM home under MW_HOMEecm. 2. Run the Oracle WebLogic Scripting Tool WLST: SOAHOST1.wlst.sh 3. Run connect and supply the username, password, and administration server URL t3:ADMINVHN:7001. wls:offline connect 4. Create a CSF Credential Store Framework credential. This credential is the credential that IPM will use to connect to the BPEL system. It should be a BPEL admin user. CSF credentials are usernamepassword pairs that are keyed by an alias and stored inside a named map in the CSF. Because of its integration with OWSM web services, Oracle IPM is currently leveraging the standard OWSM CSF map named oracle.wsm.security. To create a credential, use the createCred WLST command: wls:ecm_domainserverConfig createCredmap=oracle.wsm.security, key=basic.credential, user=weblogic, password=password_for_credential The key in the command is the alias, which is used for the Credential Alias property of the BPEL connection definition in the Oracle IPM administration user interface also the Connection.CONNECTION_BPEL_CSFKEY_KEY property in the API. The alias basic.credential is used in the example because it is a standard default name used by OWSM and BPEL. However, the alias can be anything as long as it is unique within the map. 8-14 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite 5. Run the list credentials command to verify that the credential was created: wls:ecm_domainserverConfig listCredmap=oracle.wsm.security, key=basic.credential {map=oracle.wsm.security, key=basic.credential} Already in Domain Runtime Tree [Name : weblogic, Description : null, expiry Date : null] PASSWORD: password_for_credential

8.16 Configuring a Workflow Connection