Setting the Bootstrap Location if Fusion PPM Bridge is in a Different WebLogic Server from P6

Previous TopicNext TopicContents

If you will run the prm-fusion.war file in the same domain as P6, skip this section and continue to Adding Fusion PPM Bridge to WebLogic.

If you will run the prm-fusion.war file in a different domain from P6, set the location of your P6 bootstrap file.

  1. Launch the WebLogic Administration Console.

    Note: You can open the Administration Console via a web browser using this address: http://serverIP:listenport/console. The default listenport is 7001.

  2. In the Welcome window, log in using the user name and password you created when you created your WebLogic domain.
  3. In the Change Center pane of the Administration Console, click Lock & Edit.
  4. In the Domain Structure pane:
    1. Expand Environment.
    2. Click Servers.
  5. In the Summary of Servers pane, in the Control tab, click the link for your managed server name.
  6. In the Settings for <managed server name> pane, select the Server Start tab.
  7. Locate the Arguments field and set the following:
    1. Set the Primavera bootstrap system property (it should be all one line with no space between "-" and "Dprimavera").
      • In Windows, the line should look similar to the following (all one line):

        -Dprimavera.bootstrap.home=p6home

        where p6home is the P6 home directory that was set during installation (for example, C:\P6EPPM_1\p6).

      • In UNIX, the line should look similar to the following (all one line):

        -Dprimavera.bootstrap.home=p6home

        where p6home is the P6 home directory that was set during installation (for example, /usr/P6EPPM_1/p6).

    2. Add the following arguments for Fusion:

      -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl

      The line will look similar to the following (with a space before each "-Djavax"):

      -Dprimavera.bootstrap.home=p6home -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl

    3. If your bootstrap file has only one database, skip this step.

      If your bootstrap file contains more than one database, you need to add an argument clarifying which database you want to use. The line will look similar to the following:

      -Ddatabase.instance=db_id

      where db_id is the database instance you want to use (for example, -Ddatabase.instance=2).

      The whole line should look similar to the following (all one line):

      -Dprimavera.bootstrap.home=p6home -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl -Ddatabase.instance=db_id

  8. Click Save.
  9. In the Change Center pane, click Activate Changes.
  10. Restart your managed server:
    1. In the Domain Structure pane:
      1. Expand Environment.
      2. Click Servers.
    2. In the Summary of Servers pane:
      1. Select the Control tab.
      2. Select the option for your managed server.
    3. Click Shutdown.
      1. Click the down arrow to the right of the Shutdown button.
      2. Click When work completes or Force Shutdown Now.
      3. In the Server Life Cycle Assistant pane, click Yes.
      4. Select the option for your managed server.
      5. Click Start.
    4. In the Server Life Cycle Assistant pane, click Yes.
    5. In the Summary of Servers pane, click the 'Start Refresh' icon in the middle of the pane to see when the State column says 'RUNNING.'
  11. Repeat these steps for each managed server.

Related Topics

Deploying Fusion PPM Bridge for the First Time

Placing the saaj-impl jar in a New Location to Support Fusion PPM Bridge

Running the Fusion PPM Bridge Data Integration Utility

Adding Fusion PPM Bridge to WebLogic

Starting Fusion PPM Bridge in WebLogic

Configuring Fusion PPM Bridge in the Primavera P6 Administrator



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

Last Published Thursday, February 04, 2016

PDF Library