USER LIST Command | bcmadmin | Teradata Business Continuity Manager - USER LIST - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 1.01.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
1.01.01
Published
March 2023
Language
English (United States)
Last Update
2023-03-13
dita:mapPath
qra1653979755546.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Lists the defined user mappings and optionally filters by matching criteria.

Syntax

USER LIST [ <username> [ <accountstring> [ <role> [ <profile> [ <region> ] ] ] ] ];

Parameters

username
Name of the user. Name can contain a maximum of 25 characters.
accountstring
Account string of the user mapping to list.
role
Role of the user mapping to delete. This must be an exact match to the target user mapping.
profile
Profile of the user mapping to delete. This must be an exact match to the target user mapping.
region
Specifies either the name of a Business Continuity Manager region or asterisk (*) to indicate any region. Use this parameter to determine a match with the logon Endpoint region. If you do not specify a region, the default asterisk (*) is used to specify any region.

Usage Considerations

The user ID determines the order in which the user mappings are matched. For each new connection, Business Continuity Manager chooses the user mapping with the lowest ID matching the session user name, region, account string, role, and profile.

Examples

The following example runs the USER LIST command without parameters.

bcmadmin>  USER LIST; 
ID              User    Account Role    Profile Routing
================================================================================
1               *       *RB*    *       *       rbRouting 
2               mark    *       *       *       readOnlySys1
3               *mktg*  *       *       *       readSys1
4               robert  acct4   dba     *       prefReadOnly 
99999           *       *       *       *       DefaultRouting

The following example performs a search for a specific user mapping.

bcmadmin>  USER LIST mark; 
2               mark    *       *       *       readOnlySys1

The following example performs a search for a user mapping that matches wildcards.

bcmadmin>  USER LIST report_mktg_3 acct2 rpt_role; 
3               *mktg*  *       *       *       readSys1

The following example performs a search with more details.

bcmadmin>  USER LIST robert acct4 dba; 
4               robert  acct4   dba     *       prefReadOnly

The following example performs a search with more details.

bcmadmin>  USER LIST robert local dba; 
99999           *       *       *       *       DefaultRouting