Top
Interstage Big DataComplex Event Processing Server V1.1.0 User's Guide
FUJITSU Software

9.4.1 RDB Collaboration Setup File

Set the class path of the JDBC driver to be used for RDB collaboration.

When you execute the cepstarteng command after creating this file, the class path is set and the CEP engine starts.

Create the RDB Collaboration setup file in /etc/opt/FJSVcep/config/rdb_conf.

Format

Below is a definition example of the RDB Collaboration setup file. It comprises the lines described below.

Parameter definition line

A parameter definition line has the parameterName=specifiedValue format, where the value on the right side is assigned to the parameter on the left side. Tabs and spaces at the beginning and end of the line are ignored.

Note

Do not enter any spaces or tabs around the equals sign (=).

Blank line

A blank line consists of spaces and tabs only. The entire line is ignored by RDB Collaboration.

Parameters that can be set

Parameters that can be set are described below (all of them are mandatory):

Parameter name

Item name

Explanation

Allowed values

Mandatory/
Optional

BDCEP_RDB_CLASSPATH

RDB Collaboration class path

Set the jar file of the JDBC driver to be used for RDB collaboration. Delimit multiple jar files with a colon (:).

Up to 1,023 alphanumeric characters and the following symbols:

/:-_.

Mandatory


Example

Below is a definition example of the setup file when Symfoware (Open Interface) is used as the relational database to be referenced.

BDCEP_RDB_CLASSPATH=/opt/symfoclient64/jdbc/lib/postgresql-jdbc4.jar

Note

  • You need not set the class path if using Symfoware Server with the native interface as the relational database to be referenced.

  • If referencing Symfoware Server (Open Interface) or PostgreSQL, set the JDBC driver in the class path. Refer to the manual for the relational database to be referenced for information on the jar files to be specified in the class path.

  • If multiple jar files or class files with the same class name are set at the same time, the file set first has priority.

  • If you edit the file while the CEP engine is running, you must restart the CEP engine to enable the contents.