Generates deployment Plans for EIS entries, saves them, and activates the changes, but does not redeploy the plans or update the application.
Tip | ||
---|---|---|
| ||
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) |
| Yes | WebLogic Home Directory. (e.g. |
Weblogic Domain Name |
| Yes | WebLogic Domain Name. |
Weblogic Admin Listen Address |
| Yes | The listener address of the WLS admin server. (e.g. |
Weblogic Admin Listen Port |
| Yes | The port of the WLS admin server. (e.g. 7001) |
Weblogic Admin SSL Connection |
| No | Indicates whether the admin server is using SSL. |
Weblogic Admin User |
| Yes | The user name for the WLS admin server. |
Weblogic Admin Password |
| Yes | The password for |
Weblogic Admin Domain Directory |
| No | Weblogic Domain Directory for AdminServer. If not provided, |
Weblogic Domain Directory |
| Yes | Weblogic Domain Directory.(e.g. |
...