This topic applies only to the IBM Business Process Manager Advanced configuration.

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

Prerequisites

The following conditions must be met:

Location

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

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