Modifying the P6 Environment for BPM 11g

Previous TopicNext TopicContents

You can use BPM 11g (11.1.1.7) with P6 EPPM R8.4. Previous versions of 11g will not work with R8.4.

To configure BPM 11g with P6 Release 8.4:

  1. Create a new directory on the host where P6 is running. For example, P6BPMConnector/P6 and P6BPMConnector/BPM.
  2. In the P6 media pack Tools\BPM Connector\11g subfolder, locate the prm-bpm-connector-11.1.1.X-v1.0.jar
  3. Copy the connector file listed above to the P6BPMConnector/P6 folder you created. Determine the location of the BPM installation that you are using to integrate with P6. If you have multiple SOA Suite installations, ensure that you determine the location of the specific installation that you are integrating with P6.
  4. Copy all the supporting jars from the BPM installation that you are using to integrate with P6 to the P6BPMConnector/BPM folder you created. Their default locations are listed:
  5. Edit the weblogic.policy file:
    1. Locate the weblogic.policy file in one of the following locations:

      In Windows: C:\WebLogic_Home\wlserver_10.3\server\lib

      In Linux: /WebLogic_Home/wlserver_10.3/server/lib

    2. Add the following information in weblogic.policy file and restart the P6 application server.

      grant codeBase "file:<full path to BPM support JAR directory>/*" {
      permission java.security.AllPermission;
      };

      For example :

      grant codeBase "file:C:/oracle/bpm1111X/*" {
      permission java.security.AllPermission;
      };

      or

      grant codeBase "file:/home/oracle/bpm1111X/*" {
      permission java.security.AllPermission;
      };

    3. Save and close the file.
    4. Restart the P6 application server.

Related Topics

Integrating Oracle BPM 11g with P6

Configuring P6 to Connect to Oracle BPM 11g

Verifying the Sample Workflow Configuration

Creating a Cluster Environment for BPM in WebLogic

Testing the Connection for P6, BPM, and Web Services



Legal Notices
Copyright © 1999, 2015, Oracle and/or its affiliates. All rights reserved.

Last Published Wednesday, July 29, 2015

PDF Library