Previous Topic: Edit an ASCII FileNext Topic: Job Allocation Details


context.xml Parameters

You can edit values in the context.xml file. The context.xml file is an ASCII file. Use special handling when editing this file.

Some parameters in context.xml depend on corresponding parameters in the CUSMAC(SRVLIB) member:

The following example is a sample from context.xml:

url="jdbc:datacom:/ServerName=SRVMUF,SystemID=A31SENF, ApplicationID=SRVMUF, HostPort=1202,ConnectType=CCI, HostName=AA01,UserID=SWMGRQA"

The URL string consists of the following parameters:

ServerName

Defines the CA Datacom/MSM server that the CA CSM application server uses.

SystemID

Defines the CA-ENF CAICCI SYSID on the system that the CA CSM application server uses.

ApplicationID

Defines the CA Datacom/MSM server name.

HostPort

Depending on how you have configured the PROTOCOL parameter in the CUSMAC(SRVLIB) member, defines the CA CCITCP or CCISSL port number that is configured in CA Common Services for z/OS on your system (for example, 1202), or the value of the TCPIP_PORT parameter in the CUSMAC(SRVLIB) member.

ConnectType

Defines the type of connection between the CA CSM application server and the CA Datacom/MSM server. Depending on how you have defined the PROTOCOL parameter in the CUSMAC(SRVLIB) member, set this parameter to CCI or TCP.

HostName

Defines the name or IP address of the host system on your system.

UserID

Defines the user ID used by CA CSM to access the database.