Modifying the P6 Environment for BPM 12c

Previous TopicNext TopicContents

You can use BPM with P6 EPPM.

To configure BPM with P6:

  1. Create a new directory on the host where P6 is running. For example, P6BPMConnector/P6 and P6BPMConnector/BPM.

In the P6 media pack Tools\BPM Connector\12c subfolder, locate the prm-bpm-connector-12c-v1.0.jar

  1. 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.
  2. 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:
  3. Edit the weblogic.policy file:
    1. Locate the weblogic.policy file in one of the following locations:

      In Windows: <Oracle_Home>/wlserver/server/lib

      In Linux: <Oracle_Home>/wlserver/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/bpm12XX/*" {
      permission java.security.AllPermission;
      };

      or

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

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

Related Topics

Connecting BPM 12c to P6

Legal Notices

Configuring Oracle BPM to Work with P6

Integrating Oracle BPM with P6

Troubleshooting and Known Issues for BPM

Integrating Oracle BPM with P6

BPM Workflows in P6

Appendix



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

Last Published Thursday, February 04, 2016

PDF Library