Oracle® Fusion Middleware WebLogic Scripting Tool Command Reference 11g Release 1 (10.3.2) Part Number E13813-04 |
|
|
View PDF |
The following sections describe the WLST commands that are specific to Oracle Imaging and Process Management. Topics include:
WLST commands specific to Imaging and Process Management are divided into the following categories.
Use the I/PM WLST BPEL diagnostic commands, listed in table Table 17-2, to list and organize processing failures during BPEL processes.
Table 17-2 Diagnostic Commands for I/PM BPEL Processing
Use this command... | To... | Use with WLST... |
---|---|---|
Count processing failures during BPEL agent processing, grouped by choice of date, application ID, or batch ID. |
Online |
|
Clear processing failures that occurred during BPEL agent processing. |
Online |
|
Provide details of processing failures that occurred during BPEL agent processing. |
Online |
|
Repair processing failures that occurred during BPEL agent processing. |
Online |
Command Category: BPEL Diagnostic Commands
Use with WLST: Online
Provides a count of processing failures that have occurred during BPEL agent processing. The results are grouped by date, application ID, or batch ID.
sumIPMBpelFaults(group)
Argument | Definition |
---|---|
groupOption
|
Required. One of the following:
|
Command Category: BPEL Diagnostic Commands
Use with WLST: Online
clearIPMBpelFaults([startDate], [endDate], [appId], [batchId])
Argument | Definition |
---|---|
startDate
|
Optional. The start of the date range for which error details should be repaired, in yyyy-MM-dd format. |
endDate
|
Optional. The end of the date range for which error details should be repaired, in yyyy-MM-dd format. |
appId
|
Optional. The application ID for which error details should be repaired, in yyyy-MM-dd format. |
batchId
|
Optional. The batch ID for which error details should be repaired. |
Command Category: BPEL Diagnostic Commands
Use with WLST: Online
listIPMBpelFaults([startDate], [endDate], [appId], [batchId])
Argument | Definition |
---|---|
startDate
|
Optional. The start of the date range for which error details should be repaired, in yyyy-MM-dd format. |
endDate
|
Optional. The end of the date range for which error details should be repaired, in yyyy-MM-dd format. |
appId
|
Optional. The application ID for which error details should be repaired. |
batchId
|
Optional. The batch ID for which error details should be repaired. |
Command Category: BPEL Diagnostic Commands
Use with WLST: Online
repairIPMBpelFaults([startDate], [endDate], [appId], [batchId])
Argument | Definition |
---|---|
startDate
|
Optional. The start of the date range for which error details should be repaired, in yyyy-MM-dd format. |
endDate
|
Optional. The end of the date range for which error details should be repaired, in yyyy-MM-dd format. |
appId
|
Optional. The application ID for which error details should be repaired. |
batchId
|
Optional. The batch ID for which error details should be repaired. |
Use the I/PM configuration commands, listed in Table 17-3, to list and set configuration values specific to I/PM.
Table 17-3 Configuration Commands for I/PM
Use this command... | To... | Use with WLST... |
---|---|---|
Get an I/PM configuration setting value, similar to navigating to the custom I/PM config mbean and using the standard WLST set command. |
Online |
|
Grants CredentialAccessPermissions to I/PM when I/PM managed servers are in a separate domain home from the admin server. |
Online |
|
List I/PM configuration mbeans. |
Online |
|
Refresh security items currently stored in the I/PM database. |
Online |
|
Set an I/PM configuration value. |
Online |
Command Category: I/PM Configuration Commands
Use with WLST: Online
Gets an I/PM configuration setting value. The command is equivalent to browsing the custom mbean hierarchy to the I/PM config mbean and using the standard WLST set command to set an mbean attribute.
getIPMConfig(attrName)
Argument | Definition |
---|---|
attrName
|
Required. Name of the attribute to be read. Must be enclosed in single or double quotes. |
Grants CredentialAccessPermissions to I/PM so that it can read credentials from the credential store. This command is required in configurations where I/PM managed servers are in a separate domain home from the admin server. When at least one I/PM managed server is in the same domain home as the admin server, this command is not required, as CredentialAccessPermissions are granted during I/PM startup.
When the I/PM managed server is not in the same domain home as the admin server, however, the I/PM startup grant only affects the local settings. Local settings get overwritten when the admin server synchronizes its copy as the domain wide configuration, so this command updates the admin server configuration such that permissions are distributed correctly to all domain nodes.
Command Category: I/PM Configuration Commands
Use with WLST: Online
Provides a listing of I/PM configuration mbeans. The command is equivalent to browsing the custom mbean hierarchy and listing the I/PM mbean attributes.
Command Category: I/PM Configuration Commands
Use with WLST: Online
Refreshes security items currently stored in the I/PM database. This is typically done when migrating security to a different policy store and only updates security items found in the new policy store.
Command Category: I/PM Configuration Commands
Use with WLST: Online
Sets an I/PM configuration setting value. The command is equivalent to browsing the custom mbean hierarchy to the I/PM config mbean and using the standard WLST 'set' command to set an mbean attribute.
setIPMConfig(attrName, value)
Argument | Definition |
---|---|
attrName
|
Required. Name of the attribute to be set. Must be enclosed in single or double quotes. |
value
|
Required. Value of the attribute to be set. Only enclosed in single or double quotes if value is a string literal. |