Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Generates deployment Plans for EIS entries, saves them, and activates the changes, but does not redeploy the plans or update the application.

Tip
titleAdapter Deployment

This operation will Save Adapter Plan after processing EIS entries.

To only Redeploy Adapter Plan, use the createOrUpdateEISEntries operation instead of this operation.

To Update Adapter instead, use the updateEISDeploymentPlans operation instead of this operation.

So, if you want save or update the Adapter, then create a workflow containing the desired EIS operation. If you want to process JMS, DataSource, and Work Manager entries in same workflow add those necessary operations in the same workflow.

This is useful if deploying EIS entries to a cluster that doesn't have shared storage. In that case, please create a workflow with these steps:

...

The first and third operation in the workflow will run on the admin server, and the SyncEISToCluster operation will run on all managed servers.

Environment/Instance Properties

Property Name

Property Code

Required

Description

Oracle Weblogic Home (WL_HOME)

FDWLS_WEBLOGIC_HOME

Yes

WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver)

Weblogic Domain Name

FDWLS_DOMAIN_NAME

Yes

WebLogic Domain Name.

Weblogic Admin Listen Address

FDWLS_ADMIN_LISTEN_ADDRESS

Yes

The listener address of the WLS admin server. (e.g. localhost)

Weblogic Admin Listen Port

FDWLS_ADMIN_LISTEN_PORT

Yes

The port of the WLS admin server. (e.g. 7001)

Weblogic Admin SSL Connection

FDWLS_ADMIN_USE_SSL

No

Indicates whether the admin server is using SSL.

Weblogic Admin User

FDWLS_ADMIN_USER

Yes

The user name for the WLS admin server.

Weblogic Admin Password

FDWLS_ADMIN_PASSWORD

Yes

The password for Weblogic Admin User.

Weblogic Admin Domain Directory

FDWLS_ADMIN_DOMAIN_DIRECTORY

No

Weblogic Domain Directory for AdminServer. If not provided, Weblogic Domain Directory will be used.

Weblogic Domain Directory

FDWLS_DOMAIN_DIRECTORY

Yes

Weblogic Domain Directory.(e.g. /u01/oracle/config/domains/soa_domain)

...