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

showSCAModule command

Use the showSCAModule command to display the attributes of a Service Component Architecture (SCA) module.

This command displays the name and description of an SCA module, including any associated process application or toolkit context.

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 moduleName
SCA module name.

Optional parameters

-applicationName applicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

The following command displays the attributes of a version 7 SCA module named PAORDER-6.0DS-SCAM1. The module is part of a process application named PAORDER, in a snapshot named 6.0S. The module was configured to run on the business object framework version 7 with lazy business object loading.

  • Jython example:
    AdminTask.showSCAModule('-moduleName PAORDER-6.0S-SCAM1')
    Tip: Add the jython print statement before the command when you want to see formatted output.
  • Jacl example:
    $AdminTask showSCAModule {-moduleName PAORDER-6.0S-SCAM1}
The following output is displayed:
name:PAORDER-6.0DS-SCAM1
description:null
scaRuntimeVersion:7
businessObjectParsingMode:Lazy
processApp:PAORDER
processAppAcronym:PAORDER
processAppTrack:Main
processAppTrackAcronym:Main
"processAppSnapshot:6.0 Snapshot"
processAppSnapshotAcronym:6.0S
processAppSnapshotGUID:b17ee0ca-d0f8-4a71-a34d-310139a3037a
If the module attributes do not contain a description, the output is null.