Modifying the P6 Environment for BPM 11g

Previous TopicNext TopicContents

You can use BPM 11g (11.1.1.6 or later) with P6 EPPM R8.3. Previous versions of 11g will not work with R8.3.

To configure BPM 11g with P6 Release 8.3:

  1. In the P6 media pack Tools\BPM Connector\11g subfolder, locate the prm-bpm-connector-11.1.1.X-v1.0.jar
  2. Copy the connector file listed above to the local drive of the P6 application server. 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.
  3. Copy all the supporting jars from the BPM installation that you are using to integrate with P6 to a separate directory on the host where P6 is running. Their default locations are listed:
  4. 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

Installing the Oracle MDS Schema for BPM 11g



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

Last Published Friday, March 28, 2014

PDF Library