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.

Prerequisites

The following conditions must be met:
  • If the server is not running, use the -conntype none option.

Location

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

Syntax

-f deleteSCADestinations.jacl
moduleName
[-conntype none]
[-force]

Required parameters

-f
Specifies the script file to run.
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