configSCAAsyncRetryCount command
Use the configSCAAsyncRetryCount command
to change asynchronous retry counts at run time.
The configSCAAsyncRetryCount command sets asynchronous retry counts for all service integration bus destinations that are created. The command targets all SCA modules in a server and overrides all retry settings that were created during the design phase.
Draft comment:
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.
Location
Draft comment:
Is this correct?
Is this correct?
Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.
Syntax
configSCAAsyncRetryCount
-serverName server_name
-nodeName node_name
-clusterName cluster_name
-retryCount value
[-applicationName name_of_application]
Required parameters
- -serverNameserver_name
- A parameter that identifies the server that you are updating. To configure a server, you must specify both a serverName and a nodeName.
- -nodeNamenode_name
- A parameter that specifies the node that the server belongs to. To configure a server, you must specify both a serverName and a nodeName.
- -clusterNamecluster_name
- A parameter that specifies the cluster name. To configure a deployment target, you must specify a clusterName.
- -retryCount
- A parameter that identifies the retry count. The value must be a zero or a positive integer.
Optional parameters
- -applicationNamename_of_application
- A parameter that identifies the application associated with a SCA module that you are updating. If you do not specify an application name, the command updates all applications with SCA modules in the specified server or cluster.
Examples
The following example uses configSCAAsyncRetryCount to change asynchronous
retry counts at run time on a
server.
AdminTask.configSCAAsyncRetryCount('[-serverName My_Server
-nodeName myNode -retryCount 3]')
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15