3 OBAPI-FCUBS Configuration/ Installation
To inquire the banking information, FCUBS provides a set of database views/synonyms. These are created on a connector schema which is created at the time of installation of the product.
A datasource must be created on the application server where the application has been deployed. The name of the datasource must be specified in the jdbc.poperties file for the property name FCON.A1.JNDI.NAME
, FCON.AP.JNDI.NAME
and FCON.B1A1.JNDI.NAME
.
Below properties should be define in config/jdbc.properties
file
FCAT.WEBSERVER.ID=ZZFCAT.APPSERVER.ID=ZZFCAT.ROUTER.DAEMON.NAME=ROUTERDISPLAY.MESSAGE.
ID=NFCAT.LDB.DATABASE.NAME=ORACLE FCON.A1.LDB.DRIVER=oracle.jdbc.driver.OracleDriverFCON.A1.LDB.
URL=%%DB_CONNECT_STRING%%FCON.A1.JNDI.NAME=B1A1FNDI.A1.ABCD= FCON.AP.LDB.DRIVER=oracle.jdbc.
driver.OracleDriverFCON.AP.LDB.URL=%%DB_CONNECT_STRING%%FCON.AP.JNDI.NAME=B1A1FNDI.AP.ABCD= B001.
A1=B1A1FNDI.B1A1.ABCD=FCON.B1A1.JNDI.NAME=B1A1FCON.B1A1.LDB.DRIVER=oracle.jdbc.driver.OracleDriverFCON.
B1A1.LDB.URL=%%DB_CONNECT_STRING%%
- Server Setup
- Deployment
We have FCUBS deployable ear containing all the jar files required to invoke the FCUBS adapter.