NCLHELP.HLB  —  create  session_control
    Creates the Session Control module.  For information about this
    entity and its subentities, refer to HELP ENTITY SESSION_CONTROL.

    create  [node node-id] session control

    Select application for information on creating session control
    application subentities.

    Select proxy for information on creating session control proxy
    subentities on Tru64 UNIX.

    Select transport_service for information on creating session
    control transport service subentities.

1  –  Exception Messages

 o  already exists

    A session control entity already exists.

2  –  application

    Creates a session control application entity instance which stores
    information about an end user that this activated for receipt of an
    incoming connection request when the request contains that end user's
    name in its destination name field.  Application-name is the simple
    name assigned to the application when it is created.

    create  [node node-id] session control application application-name

    Example:

    create session control application task

2.1  –  Exception Messages

 o  already exists

    An instance of a session control application entity by that name
    already exists.

3  –  proxy (Tru64 UNIX)

    create  [node node-id] session control proxy name

    Name is the simple name assigned to a particular entity instance.
    The name is the management identifier for the proxy database entry
    and is kept unique among the entries in this database maintained by
    Session Control.

3.1  –  Exception Messages

 o  already exists

    A session control proxy entity already exists.

4  –  transport_service

    Creates an instance of a session control transport service
    entity which stores information about modules in the
    Transport layer that support Session Control.

    create  [node node-id] session control -
            transport service transport-name  -
            protocol protocol-id [,tsel hex-string]

    The Protocol argument is required.  It specifies the transport
    protocol to be used by this transport service:

    '04'H      This transport service uses the NSP transport
               protocol.

    '05'H      This transport service uses version 1 of the
               OSI transport protocol.

    The optional TSEL argument is only applicable for the OSI
    transport.

    Examples:

    create session control transport service nsp protocol %X04

    create session control transport service osi protocol %X05

4.1  –  tsel

    The Transport Selector is used by the OSI Transport Module
    to bind incoming connection requests to session control.
    The default value is the hexadecimal representation of
    "DEC0". This argument is not applicable for NSP transport.

    Example:

    create session control -
            transport service osi protocol %X05, tsel %DEC0

4.2  –  Exception Messages

 o  already exists

    This session control transport service entity already exists.

 o  duplicate protocol

    The session control transport service entity fails on creation
    because the protocol already exists.

 o  protocol not supported

    The session control transport service entity fails on creation
    because the protocol is not supported by this module.
Close Help