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.
Draft comment:
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include 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.
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include 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.
Location
Draft comment:
Is this correct?
Is this correct?
Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.
Syntax
showSCAModule
-moduleName moduleName
[-applicationName applicationName]
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.
AdminTask.showSCAModule('-moduleName PAORDER-6.0S-SCAM1')Tip: To
see formatted output, add the print statement before the command
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-310139a3037aIf
the module attributes do not contain a description, the output is null.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15