This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

deleteSCADestinations.jacl script

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
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

Draft comment:
If it runs in connected mode, what is the 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.
The following conditions must be met:
  • If the server is not running, use the -conntype none option.

Location

Draft comment:
Is this correct?

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