Defining RunAs roles user assignments for system applications
The bpmModifyMapRunAsRole script provides a way to define the RunAs roles user assignments for the system applications that are shipped with the IBM® Business Automation Workflow product.
About this task
IBM_BPM_PerformanceDW_supportDeploymentTargetIBM_BPM_Teamworks_applicationDeploymentTargetBPEContainer__applicationDeploymentTargetTaskContainer__applicationDeploymentTarget
Where the suffix is either the application cluster or
the stand-alone server (for IBM Business Process Manager
Express and IBM Integration
Designer's
Unit Test Environment (UTE)), and the support cluster or stand-alone
server: _clusterName or _nodeName_serverName.
- Standalone environment
wsadmin -username WAS_admin -password WAS_admin_password -f bpmModifyMapRunAsRole.py -usr user -pwd pwd -nodeName node -serverName server -applicationName appNamewhere
WAS_adminis the administrative user nameWAS_admin_passwordis the administrative passworduseris the user to be set for the RunAs rolespwdis the pwd to be set for the RunAs rolesnodeis the name of the nodeserveris the name of the serverappNameis the name of the application - Clustered environment
wsadmin -username WAS_admin -password WAS_admin_password -f bpmModifyMapRunAsRole.py -usr user -pwd pwd -clusterName cluster -applicationName appNamewhere
WAS_adminis the administrative user nameWAS_admin_passwordis the administrative passworduseris the user to be set for the RunAs rolespwdis the pwd to be set for the RunAs rolesclusteris the name of the clusterappNameis the name of the application