Deferred process Installation
Deferred process installation is performed using the installation zip file.
1. Deferred process directory check and installation
-
Check the contents of the
$BXM_HOME/deferreddirectory. -
The contents of the deferred process directory are as follows.
Deferred process directory structure Directory name Remarks deferredServiceEndpoint01
service endpoint for deferred process instance
The naming rule for the service endpoint for deferred process instances can be set according to the characteristics of the Client Site. e.g. deferredServiceEndpoint01, dfServiceEndpoint01, etc.
Change the name of the service endpoint and configure it accordingly.
-
The libraries required for the deferred process are as follows.
-
Location:
$BXM_HOME/lib/bxmDeferred process library list Library name Function Remarks bxm-deferred.jar
Deferred process engine
bxm-default-deferred-extension.jar
Default extension module for deferred process
-
2. Deferred process Table creation
-
Create the tables using the deferred process DDL.
-
DDL file name:
deferred_ddl.sql -
The default DDL is configured with the UTF-8 character set. If you want to change and install it with another character set, use
iconvto convert it. e.g. if you want to change and install it as EUC-KR, execute the following command:
iconv -f UTF-8 -t EUC-KR ${filename}.sql > ${filename}_1.sql -
-
Deferred process tables
Deferred process table list Table name Description Remarks BXM_DEFERRED_ERR_LOG
Deferred process error log
BXM_DEFERRED_EXEC
Processing status of deferred process execution process
BXM_DEFERRED_HIST
Deferred process execution history
BXM_DEFERRED_MAIN
Deferred process main
BXM_DEFERRED_SEQ
Numbering for deferred process target tables
BXM_DEFERRED_STATUS
Status per main node of deferred process
BXM_DEFERRED_STATUS_HIST
History of deferred process main status
BXM_DEFERRED_WORK
Work progress status of deferred process main
BXM_DEFERRED_WORK_STATUS
Progress status of deferred process target tables