Ebrc File Message Processing Outgoing IF Exit Points Installation Guide
This document aims at explaining the installation procedures required to install and deploy the package contents for the outward extract of the Ebrc file.
The following are the pre-requisites for installing this package.
- Jdk 11.
The queues required for the IF exit points have to be configured in the area.
The content of the package is the 1_IF_INLENDEbrcFileMessageProcessingOutgoingIFExitPoints_1_JAVA_<release_version>.jar file.
Event and Flow Mapping for File Types
Filename | Event | Flow | Event type in IF.INTEGRATION.FLOW.CATALOG |
---|---|---|---|
EBRCDATA |
EbrcDetails EbrcAuto EbrcCancel EbrcCorrection EbrcReissue |
EbrcDetailsFlow EbrcAutoFlow EbrcCancelFlow EbrcCorrectionFlow EbrcReissueFlow |
ebrcFileMessageProcessingOutgoing-EbrcDetailsFlow ebrcFileMessageProcessingOutgoing-EbrcAutoFlow ebrcFileMessageProcessingOutgoing-EbrcCancelFlow ebrcFileMessageProcessingOutgoing-EbrcCorrectionFlow ebrcFileMessageProcessingOutgoing-EbrcReissueFlow |
IFSCDATA | IfscNew | IFSCUpload | ebrcFileMessageProcessingOutgoing-IFSCUpload |
Deployment Steps
The following steps are required for deploying the package file.

Configure the environment variables as per below.
- Set JAVA_HOME as per the screenshot below.
- Add the %JAVA_HOME%\bin in the path variable as per below.
- Place the 1_IF_INLENDEbrcFileMessageProcessingOutgoingIFExitPoints_1_JAVA_<release_version>.jar in the ..\Temenos\t24home\default\Package existing package folder.
- Set the run directory as T24 Home.
- Execute the tRun T24PackageInstaller command.
- The successful completion of the command will result in the message below.
- Execute the tRun packageDataInstaller command.
The difference between update and install is:
- Install checks whether the exit point and flow in the package already exists in Temenos Transact. If exists, then the Install option deletes the exit point and flow if exists and creates new exit points and flows. If not, then the new exit point and flow get created.
- Update checks whether the exit point and flow in the package already exists in Temenos Transact. If exists, instead of deleting the existing exit point and flow record, it modifies the existing records. If not, then the new exit point and flow get created.
Configure the System
The following configurations need to be done in the system.

- The queues required for the file extracts have to be configured in Temenos Transact in the ...\jboss\standalone\configuration\standalone-utp.xml path.
- For each exit point type, a new event queue along with a new corresponding trigger queue need to be created. The same event queue needs to be mentioned in the input.file.queue property and the corresponding trigger queue needs to be mentioned in the trigger.queue property in the application.properties of the EBRCINMB_FileMessageProcessingOutgoing package. Below is the sample configuration for one single file type.

- The event queues must be configured in the SYSTEM record of the IF.INTEGRATION.SERVICE.PARAM application. A sample configuration is given below.
- For each event, the corresponding event queue needs to be configured at the client area.
- The trigger queues needs to be configured in the BNK/INLEND.OUTWARD.EXTRACT record of the BATCH application (the prefix BNK can differ based on the client area). A sample configuration is given below.
In this topic