IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
deleteSCADestinations.jacl script
Use the deleteSCADestinations.jacl script to remove Service Component Architecture (SCA) destinations associated with a particular module.
The deleteSCADestinations.jacl script removes inactive SCA destinations associated with a module from the server configuration.
After using the command, save your changes to the master configuration using one of the following commands:
Required Parameters
- moduleName
- A mandatory parameter that specifies the module for which you are deleting the SIBus destinations.
Optional parameters
- -conntype none
- An optional parameter that specifies that all connection types are affected.
- -force
- An optional parameter that specifies that the destinations associated with moduleName should be removed even if the destination is currently active.
Example
This command deletes all of the inactive destinations associated with module, MyModule. wsadmin -f deleteSCADestinations.jacl MyModule
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library