ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-112
User Mapping (UMAP) Statements
•
Removes the entry for the specified trace from ZNSTRA
•
Generates an error if the system catalog is not customized for the NonStop ODBC
Server
•
Generates an error if you are not a privileged user
Example
REMOVE TRACE trace4
User Mapping (UMAP) Statements
Use the following statements to map a user and SCS process to a server class:
•
ADD UMAP
•
MODIFY UMAP
•
REMOVE UMAP
ADD UMAP
The ADD UMAP statement associates an existing alias username (Guardian username
and optionally, a profile) with the specified server class. To execute ADD UMAP, you
must be a privileged user.
scs-processname
is an alphabetic string up to 15 characters in length that specifies the name of the
SCS process in the following format:
\node.$process-name
alias-username
is an alphanumeric string up to 60 characters in length that specifies an alias
username to associate with logical-user-name; alias-username must
begin with an alphabetic character, followed by alphabetic, numeric, and
underscore characters. This name must be unique and must already exist in
ZNSALT.
SER_NAME server-name
is an alphanumeric string up to 32 characters in length that specifies the name of
the server class configuration entity to associate with a user and profile;
server-name must already be mapped to scs-processname in ZNSMAP.
ADD UMAP scs-processname alias-username
SER_NAME server-name
[ UPDATE_SYSTEM_CONFIG ]