uCosminexus Application Server, System Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

Appendix L. Setting up XDM/RD E2

This section describes the settings for connecting to XDM/RD E2 by using HiRDB Type4 JDBC Driver. When using XDM/RD E2 as a database, install XDM/RD E2, and complete the initial setting. For details, see the manual HiRDB XDM/RD E2 Connection Functionality. For details on the settings of HiRDB Type4 JDBC Driver, see 4.1.6 Setting the database connection environment (setting HiRDB).

Reference note
For details on the settings for using HiRDB, Oracle, or SQL Server as a database, see the following points:

This section describes the necessary settings when using the J2EE resources in XDM/RD E2:

Organization of this section
(1) Environment variable settings
(2) Registering an environment variable group
(3) Timeout settings

(1) Environment variable settings

You must set the following environment variables. For details, see the manual HiRDB XDM/RD E2 Connection Functionality, and the HiRDB UAP Development Guide.

PDHOST
Specify the host name or the IP address of the database.

PDUSER
Specify the username and password of the database.

PDNAMEPORT
Specify the server schedule number of the DB connection server.

PDSRVTYPE
Specify VOS3 (fixed value) as the server type.

PDCLTRDNODE
Specify RD node name (example: XRAA) as an identifier of the XDM/RD E2 database to be connected.

PDXAMODE
Specify 0 (fixed value) because the migration functionality of the transaction is not used.

PDCWAITTIME
Specify a value greater than the transaction timeout value as the response timeout.

(2) Registering an environment variable group

To register the environment variable group:

For details on registering an environment variable group, see the HiRDB UAP Development Guide.

(3) Timeout settings

Set the timeout of XDM/RD E2 to the client environment variable of HiRDB, or to the control space start control statement/server space start control statement of the DB connection server. The following table describes the tuning parameters for setting the timeout of H-1 XDM/RD E2.

Table L-1 Tuning parameters for setting the timeout of XDM/RD E2

Types of timeout Setting location Method of setting (parameter name) Settings
Response timeout HiRDB client environment variable PDCWAITTIME Specify any value. #1
SQL execution CPU time timeout Control area start control statement/server area start control statement of DB connection server SQLCTIME Specify any value. #2
SQL execution elapsed time timeout Control area start control statement/server area start control statement of DB connection server SQLETIME Specify any value. #2
Transaction elapsed time timeout Control area start control statement/server area start control statement of DB connection server SVETIME Specify any value. #2
Interval time of server processing request Control area start control statement/server area start control statement of DB connection server SVINTERVAL Specify 0 when using the connection pooling functionality. #2

#1
For details, see the manual HiRDB XDM/RD E2 Connection Functionality.

#2
For details, see the manual VOS3 Database Connection Server.

For the timeout settings, see 8.6.6 Timeout settings in the database in the uCosminexus Application Server System Design Guide.