CREATE CORBASERVER

Define a CorbaServer in the local CICS region.

Read syntax diagramSkip visual syntax diagramCREATE CORBASERVER
 
>>-CREATE CORBASERVER(data-value)--ATTRIBUTES(data-value)------->
 
>--ATTRLEN(data-value)--LOGMESSAGE(cvda)-----------------------><
 

Conditions: ILLOGIC, INVREQ, LENGERR, NOTAUTH

Read syntax diagramSkip visual syntax diagramCREATE CORBASERVER attributes:
 
|--+---------------------+--+------------------+---------------->
   '-DESCRIPTION(char58)-'  '-DJARDIR(char255)-'
 
   .-STATUS(ENABLED)--.  .-AUTOPUBLISH(NO)--.
>--+------------------+--+------------------+------------------->
   '-STATUS(DISABLED)-'  '-AUTOPUBLISH(YES)-'
 
>--+---------------------+-------------------------------------->
   '-JNDIPREFIX(char255)-'
 
   .-SESSBEANTIME(00,00,10)---------.  .-SHELF(/var/cicsts)-.
>--+--------------------------------+--+--------------------+--->
   '-SESSBEANTIME(int2, int2, int2)-'  '-SHELF(char255)-----'
 
>--HOST(char255)--+---------------------+----------------------->
                  '-CERTIFICATE(char56)-'
 
>--UNAUTH(char8)--+-----------------+--+-------------------+---->
                  '-ASSERTED(char8)-'  +-CLIENTCERT(char8)-+
                                       '-SSLUNAUTH(char8)--'
 
                                 .-OUTPRIVACY(SUPPORTED)----.
>--+--------------------------+--+--------------------------+---|
   '-CIPHERS--(--data-area--)-'  +-OUTPRIVACY(NOTSUPPORTED)-+
                                 '-OUTPRIVACY(REQUIRED)-----'
 

Description

CREATE CORBASERVER commands build CORBASERVER definitions, without reference to data stored on the CSD file. If the named CorbaServer already exists, an error condition (INVREQ, RESP2=612) is raised.

A syncpoint is implicit in CREATE CORBASERVER processing, except when an exception condition is detected early in processing the command. Uncommitted changes to recoverable resources made up to that point in the task are committed if the CREATE executes successfully, and rolled back if not. See Creating resource definitions for other general rules governing CREATE commands.

Options

ATTRIBUTES(data-value)
specifies the attributes of the CORBASERVER being added. The list of attributes must be coded as a single character string using the syntax shown in CORBASERVER attributes. See ATTRIBUTES option for general rules for specifying attributes, and the CORBASERVER section in theCICS® Resource Definition Guide for details about specific attributes.
Note:
You can assign default values for all attributes of a CORBASERVER definition by specifying an ATTRLEN value of 0. You still need to specify the ATTRIBUTES option, however, even though its value is not used.
ATTRLEN(data-value)
specifies the length in bytes of the character string supplied in the ATTRIBUTES option, as a halfword binary value. The length can be from 0 to 32767.
CORBASERVER(data-value)
specifies the 4-character name of the CorbaServer definition to be added.
LOGMESSAGE
specifies whether CICS logs the attributes used for the resource being created to the CSDL transient data queue. CVDA values are:
LOG
The resources attributes are logged to the CSDL transient data queue.
NOLOG
The resources attributes are not logged to the CSDL transient data queue.

Conditions

ILLOGIC
RESP2 values:
2
The command cannot be executed because an earlier CONNECTION or TERMINAL pool definition has not yet been completed.
INVREQ
RESP2 values:
n
There is a syntax error in the ATTRIBUTES string, or an error occurred during either the discard or resource definition phase of the processing. The RESP2 value is associated with a message written to the transient data queue CSMT which identifies more precisely the nature of the error. See Appendix C. EXEC CICS CREATE RESP2 values for information on RESP2 values.
200
The command was executed in a program defined with an EXECUTIONSET value of DPLSUBSET or a program invoked from a remote system by a distributed program link without the SYNCONRETURN option.
612
Installation of the CorbaServer definition failed because it already exists.
613
Installation of the CorbaServer definition failed because an invalid JNDIprefix, shelf or certificate value has been specified.
615
Installation of the CorbaServer definition failed because the resource resolution transaction CEJR could not attach.
616
Installation of the CorbaServer defintion failed because the specified certificate is not known to the external security manager (ESM).
619
Installation of the CorbaServer defintion failed because one of its associated TCPIPSERVICES was not installed.
LENGERR
RESP2 values:
1
The length specified in ATTRLEN is negative.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
[[ Contents Previous Page | Next Page Index ]]