Configuring BPEL CSF Credentials
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_credential8.16 Configuring a Workflow Connection
Parts
» Oracle Fusion Middleware Online Documentation Library
» What Is an Enterprise Deployment? About Oracle Enterprise Content Management Suite
» Built-In Security High Availability
» Terminology Oracle Fusion Middleware Online Documentation Library
» Oracle Identity Management Web Tier
» Abbreviations Hardware Requirements What to Install
» Installation Procedure Oracle Fusion Middleware Online Documentation Library
» Database Host Requirements Supported Database Versions Initialization Parameters
» Loading the Oracle Fusion Middleware Metadata Repository in the Oracle RAC Database
» ecm.mycompany.com admin.mycompany.com soainternal.mycompany.com ecminternal.mycompany.com
» IPs and Virtual IPs Firewalls and Ports
» Terminology for Directories and Directory Environment Variables
» Recommended Locations for the Different Directories
» Shared Storage Configuration Shared Storage and Recommended Directory Structure
» LDAP as Credential and Policy Store
» Configuring the Oracle Web Tier
» Enabling ADMINVHN on SOAHOST1 Running the Configuration Wizard on SOAHOST1 to Create a Domain
» Configuring Oracle HTTP Server for the Administration Server
» Assumptions and Procedure Manually Failing Over the Administration Server to SOAHOST2
» Validating Access Through Oracle HTTP Server Backing Up the Installation
» Configuring Oracle Coherence for Deploying Composites
» Configuring the Java Object Cache for Oracle Web Services Manager
» Configuring Oracle HTTP Server for the WLS_SOA Managed Servers
» Setting the Frontend HTTP Host and Port Validating Access Through Oracle HTTP Server
» Enabling High Availability for Oracle File and FTP Adapters
» About Adding Oracle UCM to a Domain Extending the Domain to Include Oracle UCM
» Restarting the Administration Server Configuring a JMS Persistence Store for Oracle IPM JMS
» Configuring BPEL CSF Credentials
» About Setting Up Node Manager
» Generating Self-Signed Certificates Using the utils.CertGen Utility
» Configuring Node Manager to Use the Custom Keystores
» Configuring Managed WLS Servers to Use the Custom Keystores
» Testing the Server Migration
» Create an LDIF file assumed to be jpstestnode.ldif in this example
» Cataloging Oracle Internet Directory Attributes
» Overview of Oracle Access Manager Integration Prerequisites for Oracle Access Manager
» Running the OAM Configuration Tool
» Installing and Configuring WebGate
» Back Up Configuration Files Setting the Order of Providers
» Move to the following directory under your Oracle Home for Webgate:
» Updating the OAM11gRequest File
» Monitoring the Topology Defining an Optimal Input File Strategy for Oracle IPM
» Configuring UMS Drivers Oracle Fusion Middleware Online Documentation Library
» Choose the Automatic Server Migration Enabled option. This enables Node Click Save.
» Performing Backups and Recoveries
» Page Not Found When Accessing soa-infra Application Through Load Balancer
Show more