ODBC Server Reference Manual

Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual429151-002
7-90
Server Class Mapping (SMAP) Statements
Generates a warning if scs-processname is not a valid NonStop ODBC Server
SCS configuration entity found in ZNSSCS
Generates a warning if server-name is not a valid NonStop ODBC Server server
class configuration entity found in ZNSSER
Generates an error if you are not a privileged user
Example
ADD SMAP myscs alpha USE_AS_DEFAULT Y UPDATE_SYSTEM_CONFIG
MODIFY SMAP
The MODIFY SMAP statement changes an existing mapping between a server class
configuration entity and an SCS configuration entity. To execute MODIFY SMAP, you
must be a privileged user.
scs-processname
is an alphabetic string up to 15 characters in length that identifies a valid SCS
process in the following format:
\node.$process-name
ser-name
is an alphanumeric string up to 32 characters in length that identifies the name of
the server class configuration entity associated with the specified SCS
configuration entity.
USE_AS_DEFAULT { Y | N }
specifies whether to define server-name as the default for scs-processname.
You can designate only one scs-processname to server-name mapping entry
as the designated default server class.
SHUTDOWN_SER { Y | N }
specifies to scs-processname whether to shut down server-name as each
current client connection terminates. The NOS server instance is also stopped, and
no new instances are started for the server-name server class. The default is N.
MODIFY SMAP scs-processname server-name
[ USE_AS_DEFAULT { Y | N } ]
[ SHUTDOWN_SER { Y | N } ]
[ UPDATE_SYSTEM_CONFIG ]