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:
  • For Jython:
    AdminConfig.save()
  • For Jacl:
    $AdminConfig save

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