Basic Installation
The BX Framework(BXM) Center-Cut installation file is included in the Install Set.
1. Checking BX Framework(BXM) Center-Cut Files
-
Check whether the 'centercut' directory exists in the $BXM_HOME location.
-
The structure of the $BXM_HOME/centercut location is as follows:
BX Framework(BXM) Center-Cut File Description Directory Name Description ccServiceEndpoint01
Service endpoint for Center-Cut service instance. It is used as the main service in the installation guide.
ccServiceEndpoint02
Service endpoint for Center-Cut service instance. It is used as the processing service in the installation guide.
cc_shell
Shell collection for Center-Cut testing.
-
The following files exist in the cc_shell directory:
cc_shell File Description File Name Description CCINPUT_test03.dat
Data file for Center-Cut extraction. The total number of target records is 1,000.
DepositCcBatch.sh
Script for Center-Cut extraction.
ExecutorCcBatch.sh
Script for executing Center-Cut.
InterestCalculateBatch.sh
Script for creating the data file.
ResultCcBatch.sh
Script for testing execution of the subsequent batch after Center-Cut job completion.
To use the shells, BXM Batch must be installed first, and modification of the shell contents may be required.
-
Check the libraries required to use Center-Cut of BX Framework(BXM).
-
Location: $BXM_HOME/lib
If the following libraries do not exist in this location, check the Install Set again.
-
BX Framework(BXM) Center-Cut Library List Library Name Function Remarks bxm-centercut-{version}.jar
BXM Center-Cut core library
bxm-centercut-default-extension-{version}.jar
BXM Center-Cut Customization library
-
2. Checking BX Framework(BXM) Center-Cut Execution Binaries
-
Check whether the Center-Cut execution binaries exist.
-
Location: $BXM_HOME/apps/centercut
If the following libraries do not exist in this location, check the Install Set again.
BX Framework(BXM) Center-Cut Execution Binary List Directory Name Function Remarks BxmCCMainMng
Application for Center-Cut main service
BxmCCOnExec
Application for Center-Cut processing service
BxmDftCcSmp
Application for Center-Cut testing
If testing is required, check whether the BxmDftCcBatchSmp application exists under $BXM_HOME/apps/batch. However, this application is an additional application unrelated to Center-Cut installation/execution, so its absence does not affect Center-Cut execution.
-
3. Installing BX Framework(BXM) Center-Cut Tables
-
Create the tables using the Center-Cut table DDL (creation script) in the Install Set.
-
DDL file name: centercut_ddl.sql
-
The default DDL is configured with the UTF-8 character set. If you want to change it to another character set for installation, convert it using iconv.
For example, if you want to change it to ECU-KR for installation, execute the following command:
iconv -f UTF-8 -t EUC-KR ${filename}.sql > ${filename}_1.sql -
-
Create the base data using the BX Framework(BXM) Center-Cut table DML.
-
DML file names: centercut_dml.sql, webadmin_centercut_dml.sql
-
The default DML is configured with the UTF-8 character set. If you want to change it to another character set for installation, convert it using iconv.
For example, if you want to change it to ECU-KR for installation, execute the following command:
iconv -f UTF-8 -t EUC-KR ${filename}.sql > ${filename}_1.sql -