How To Connect and Extract Data From T24 Oracle XML
How To Connect and Extract Data From T24 Oracle XML
Hi, I just want to use the opportunity to share some tips on my experience with working on T24
database source which was really challenging for me. The Qlik community has been a lot of help for me
on Qlik projects and have had to rely on the many professionals and users documents and tips to aid
myself. And this has led me to put up this little piece hoping I could also contribute my little to this
wonderful community. T24 is a core banking application by Temenos AG Switzerland majorly used by
Banks in Nigeria. The commonly scripting language used by T24 is called jBASE and although there are
known connectors for T24 database which are independently developed by people such as one by Vultar
and another connector by Temenos as well.
I would be focusing on setting up a connector for Oracle and extracting the data with QlikView. The
Oracle database is in XML format.
First, install Oracle Client 11g home which can be downloaded from the oracle website. You can see the
following links by other various people on the Qlik Community to guide you more on that. See here and
here. Upon the successful installation, navigate to the oracle path on the C drive - “C:\oracle\
Administrator\product\11.2.0\client_1\Network\Admin” and edit the tnsnames.ora file.
You can create as many connection on the tnsnames.ora file by label each with a unique name to guide
yourself and others about each connection setup.
Once the above is completed successfully open the ODBC Data source Administrator and add a new data
source. Select the Oracle home 11g and input the IP address for the T24 server details, Use the Test
connection tab to ensure all credentials are accurate to give you a Test Connection successful message.
Note: Create its important one creates a system DSN configuration for ODBC data source and not a user
DSN. Using a User DSN results to failure reloads when setting up data reload or refresh on the QlikView
server.
Use QlikView Desktop to connect to the database by selecting the ODBC connection.
The connection to the T24 database has been established but to retrieve meaningful data would require
additional information or expertise from a T24 consultant or Administrator.
After successfully connecting to the T24 Oracle Database, to select and pull data requires some form of
understanding of the T24 database structure. Using the jBASE command on Reflection or VOC or the
command prompt which I am not properly familiar with. With help from specialist on jBASE tables and
fields to pull into QlikView should be identified.
Also the use of Oracle SQL Developer to quickly search for table names and columns to identify data to
be loaded. It also good to note that the use of a looping script so as to load multiple load statements
without having to type repeatedly the different table names for different company data.
Please feel free to add to this document or drop comments.
Ayodele Makun