TAFJ-DB Setup
TAFJ-DB Setup
TAFJ-DB Setup
R17
TAFJ-DB I m p o r t
Amendment History:
Revisio
Date Amended Name Description
n
24th February
16 R. Vincent Update DBUpdate usage
2015
Page 2
TAFJ-DB I m p o r t
Copyri g h t
Copyright (c) 2014 TEMENOS HOLDINGS NV
All rights reserved.
This document contains proprietary information that is protected by copyright. No part of this document may
be reproduced, transmitted, or made available directly or indirectly to a third party without the express
written agreement of TEMENOS UK Limited. Receipt of this material directly TEMENOS UK Limited
constitutes its express permission to copy. Permission to use or copy this document expressly excludes
modifying it for any purpose, or using it to create a derivative therefrom.
Temenos Headquarters SA
2 Rue de l’Ecole-de-Chimie,
CH - 1205 Geneva,
Switzerland
Please include your name, company, address, and telephone and fax numbers, and email
address if applicable. TAFJdev@temenos.com
Page 3
TAFJ-DB I m p o r t
Table of Contents
Copyright................................................................................................................................................ 3
Errata and Comments............................................................................................................................ 3
DBImport................................................................................................................................................ 5
Introduction.......................................................................................................................... 5
Setting up TAFJ................................................................................................................... 5
Importing the Database from J4 files...................................................................................6
Importing the Database from another Database..................................................................6
Example of using –startwithfile and –endwithfile..............................................................7
TAFJDBImport.default configuration file..............................................................................8
For J4 or Database to Database Imports.........................................................................8
Specific to Database to Database Imports.....................................................................10
Specific to Read-Only Database (applies to DBUpdate command only)........................10
DBImport Options:.............................................................................................................10
DB2 Special Considerations on zOS.................................................................................11
DBImport GUI Option:.......................................................................................................14
Syntax:.............................................................................................................................. 14
Screen Shots:....................................................................................................................15
DBUpdate............................................................................................................................................. 19
Overview........................................................................................................................... 19
Requirements.................................................................................................................... 19
Syntax............................................................................................................................... 19
The TAFJ_WORK TABLE.................................................................................................................... 20
Page 4
TAFJ-DB I m p o r t
DBI m p o r t
Intr o d u c t i o n
TAFJ comes with it's own tool for migrating a jBASE database (J4 files) to a DBMS. The
procedure is straightforward. An important point is to create your database with the correct
options. Once this is done, this is just a matter of answering a few questions and letting the
DBImport tool do the job.
Se t t i n g up TAFJ
!! WARNING !!
Do not run live with the database drivers in <TAFJ_HOME>/dbdrivers! They are there
merely as a convenience. You should use the correct drivers from your database
installation.
In order to run DBImport. you need the specific database drivers you are targeting to go in
<TAFJ_HOME>/ext. Please find these drivers in <TAFJ_HOME>/dbdrivers and copy them
to <TAFJ_HOME>/ext
Page 5
TAFJ-DB I m p o r t
Before doing anything, make sure that the standard T24 file structure is available on your
disk.
To run T24, you will need to have the following structure somewhere available.
<xxx>.root
<xxx>.data
<xxx>.dict
<xxx>.run
VOC
The important directories are data, dict and the File VOC. During the Database import, you
will be prompted to specify where the VOC file is. Everything will be related to this file.
To install Oracle on a Windows ® machine, please check the Installing Oracle guide. You
must then create a database with Oracle using an Oracle tool such as dbca.
IMPORTANT: The database you will use must be created with the AL32UTF8 charset.
There is no way to modify it afterwards (See TAFJ Oracle Install document). Once your
database has been successfully created, DBImport will transfer the data from your T24
structure to Oracle.
Before starting with the importation, you will need to create a TableSpace, a Schema (User)
and load some functions. All of these procedures are detailed in the TAFJ Oracle Install
document.
Sometimes you might want to copy one database to another and maintain the state. For
example, an Oracle database can be exported to an H2 database. In the first screen of the
GUI or in console mode, there is a choice of which type of import to do. If “DATABASE” is
Page 6
TAFJ-DB I m p o r t
chosen, a database to database import/export will occur. Please note that the TAFJ_VOC
file is dropped each time a database to database import is done in the target database, so if
you have a TAFJ_VOC table existing and you want to keep it, please check the checkbox on
the first screen. Generally this is necessary when you stop a DB to DB import in the middle
and quit DBImport. If one wants to begin again or split the file processing (which is generally
faster), one needs to use the –startwithfile and –endwithfile option. Below is an example:
This takes all VOC items up through FBNK.A…On another console enter:
This takes all VOC items up through the end. Run through the wizard for the first console,
unchecking create views as this should be done separately after all of the tables have been
imported.
Page 7
TAFJ-DB I m p o r t
Let the first console get through processing F.STANDARD.SELECTION and F.PGM.FILE
before you run through the wizard of the second console. (These files are overwritten so you
don’t want the processes to clash). Once the first console is through processing
F.STANDARD.SELECTION and F.PGM.FILE, run the wizard for the second console,
unchecking Create Views, and checking the checkbox “Keep VOC table”. Start the second
process.
Once your database, tablespace, and schema are created, and your TAFJ stored functions
are in place (they are needed for view creation), you will optionally need to edit the
TAFJDBImport.default configuration file to reflect what you just created. Values from this file
will be used as defaults when the DBImport process runs. The TAFJDBImport.default file is
in the directory conf/ of the tafj installation directory. The below lists the properties in this file.
“URL” specifies “how” to connect. It is composed of a hostname (or IP address), a port and
a database name (what you specified in the step 3 of the Database configuration assistant).
If your database is installed locally, and the name you gave was tafjdb for an oracle
database, then the value should be: jdbc:oracle:thin:@localhost:1521:tafjdb
“Driver” tells what kind of database it is. Leave it to the default value unless you want
another database other than Oracle. The default is oracle.jdbc.driver.OracleDriver
“User” is the name of the database user you specified when you created your database.
“Password” is the database password you specified when you created your database.
Page 8
TAFJ-DB I m p o r t
“File” = Files you want to import (comma separated list). Default is ALL
“ExcludeFile” = Files you don’t want to import (comma separated list). Default is NONE
“ExcludeFileButCreateFile” = Files you don’t want to insert but you do want to create
(comma separated list). Default is NONE
“ExcludeFileNoXML” = Files you don’t want to import as XML files (comma separated list,
ignored if XML not specified as import type). This can be used with the % wildcard, ie.
F.JOB.LIST% would apply to F.JOB.LIST .1, F.JOB.LIST.2, F.JOB.LIST .3, etc. Default is
NONE
“ClearTables” = When using the ClearTables option which is in the GUI and
console mode (if CreateTables is No and Insertrecords is Yes), the schema must already
exist AND the TAFJ_VOC must be created and filled with data already. Otherwise, do not
use it. It is really to be used to overwrite an existing database.
“CreateViews” = Create the views? To run T24 views are needed and are built
off the tables that are imported.
“VocFile” = File that tells where J4 files are on disk. Data will be imported from
these J4 files.
“InsertUDRecords” = Insert existing entries stored in directory structure into the database.
“IndexTableSpace” = If you have a separate tablespace for primary keys and indexes,
specify the name of it here. For MSSQL, this is the filegroup name that is not the primary.
Page 9
TAFJ-DB I m p o r t
There are other zOS DB2 specific parameters not covered. Please speak with a DBA
regarding these.
“DriverSourceDB” tells what kind of SOURCE DATABASE driver it is. Use the default if it is
an Oracle database. The default value is oracle.jdbc.driver.OracleDriver
“UserSourceDB” is the name of the database user FROM THE SOURCE DATABASE you
specify when you connect to your source database.
“DriverRO” is the database driver and must be identical to the transactional database
“DatabaseLinkRO” is the database link name you created in the transaction database to
connect to the read-only database.
DBI m p o r t Opti o n s :
DBImport Options:
-d Run DBImport in daemon mode. In this mode DBImport will run in the background using
the TAFJDBImport.default file to receive its input. (example usage: $nohup DBImport –d &)
–makeDDL DBImport has the ability to create a text file with the DDL (create table and other
database statements) without executing the commands on the database. In text mode,
Page 10
TAFJ-DB I m p o r t
specify the –makeDDL option when running DBImport (i.e. DBImport –makeDDL). The GUI
mode has this as a question in the wizard and hence doesn’t have to be specified.
-startwithfile DBImport can begin creating files from a particular starting point (ie.
useful if your DBImport program crashed for some reason and you don’t want to start from
scratch). PLEASE NOTE THAT THE FILENAME AFTER THE OPTION IS THE VOC (J4
FILENAME) AND NOT THE ORACLE FILENAME
-endwithfile DBImport can begin creating files from a particular starting file and stop
with a particular ending file (ie. useful if your DBImport program crashed for some reason
and you don’t want to start from scratch as well as launching multiple DBImport processes if
the database isn’t doing to much IO and isn’t too busy). PLEASE NOTE THAT THE
FILENAME AFTER THE OPTION IS THE VOC (J4 FILENAME) AND NOT THE ORACLE
FILENAME
DB 2 Sp e c i a l Con s i d e r a t i o n s on zOS
Special LOB creation DB2 can create the LOB tables automatically for you. This is the
default. If you do not want this and instead want them to be created by the DBImport
program, say « yes ». If you are running in DDL mode, the create LOB table statements will
appear in the DDL script.
Once these modification are done, save the file and run the script DBImport(.bat) in the
<TAFJ_HOME/bin directory or DBImport –GUI for the GUI version of the tools.
The following section shows the typical dialog you will have for a full import
_____________________DBImport V4.0_____________________
Page 11
TAFJ-DB I m p o r t
________________________________________________________
UD File Encoding to read:
1) UTF-8
2) ISO-8859-1
3) Cp1252
4) IBM-1047
________________________________________________________
Please choose (1-4)(Default : '2')
________________________________________________________
Available databases :
1) Oracle
2) MS-SQL Server
Page 12
TAFJ-DB I m p o r t
3) DB2
4) H2
________________________________________________________
Please choose the database (1-4)(Default : '1')
4
Please specify the connection URL, eg
(jdbc:h2:tcp://<host_or_ip>/<db_name>)
jdbc:h2:tcp://localhost/T24
User Id :
mbtafj
Password :
mbtafj
Connected to H2 with specified parameters.
____________________________________________________
Data DestinationTable Layout :
1) TEXT -> VARCHAR / VARCHAR
2) STRING -> VARCHAR / VARCHAR / CLOB
________________________________________________________
Please choose the table type (1-2)(Default : '1')
Please enter the Tables file to exclude (can be seperated by coma ',') :
Please enter the J4 files to not insert records for (can be seperated by
coma ',') :
Please enter the J4 files to exclude from XML type table (can be
seperated by coma ',') : (Default : 'F.JOB.LIST.*')
__________________________________________________________________________
Target Database : H2
URL : jdbc:h2:tcp://localhost/T24
Driver : org.h2.Driver
User ID : mbtafj
Password : mbtafj
Layout : TEXT -> VARCHAR / VARCHAR
Path UD : D:\data\temenos\src\Enterprise\dev\tafj\ReleaseDir\UD
UD Data as Table : Yes
mode zOS : No
Source J4
Voc File : D:\Temenos\BNK\bnk\bnk.run\VOC
J4 Encoding : UTF-8
UD Encoding : ISO-8859-1
To Do
Page 13
TAFJ-DB I m p o r t
Tables to
process : All
exclude :
not insert :
exclude from XML: F.JOB.LIST.*
__________________________________________________________________________
Press <ENTER> to Continue ...
The full import will take about 1 ½ hours, depending on your hardware.
Previously we saw the DBImport in normal text mode. We have another option for this
DBImport in GUI mode which will get user inputs by few wizard slides and shows the
transaction in progress bar.
Syn t a x:
Run the DBImport.bat file under TAFJ_HOME/bin by using the below arguments:
Page 14
TAFJ-DB I m p o r t
Scr e e n Sh o t s :
Page 15
TAFJ-DB I m p o r t
Page 16
TAFJ-DB I m p o r t
Note : DBImport will create user directories for those entries in the VOC table that are
directories (if “Import UD Table in RDBMS (as a Table)” is unchecked). The directory
specified must match that of the temn.tafj.runtime.directory.current property in your TAFJ
properties file. If it doesn’t, these directories will not be opened correctly in the T24 code
base.
Page 17
TAFJ-DB I m p o r t
Page 18
TAFJ-DB I m p o r t
DBU p d a t e
Overvi e w
The process to update a TAF-C format database is to load stored functions and create a
TAFJ_VOC table and views matching specific tables. This is also used to create read-only
database views in a separate instance from what is defined in a TAFC voc file.
Req u ir e m e n t s
First load stored functions. Please see the TAFJ-Oracle documentation sections for how to
load java stored functions
Warning !!!!!
The option 1 (Update a TAFC database) and option 2 (Update an R13 release)
should make use of the files javaloadsingle and javafunctions_single_oracle.sql as TAFC
uses single byte seperators.
This has to be done before a DBUpdate as TAFJ views are dependent on them.
The option 3 (Update a TAFC database and change data to double byte) should
make use of the files javaload and javafunctions_oracle.sql which will load the necessary
double byte seperators.
This has to be done before a DBUpdate as TAFJ views are dependent on them.
Note : For option 3 there is no need to put TAFJ in single byte mode.
Page 19
TAFJ-DB I m p o r t
Syn t a x
The DBUpdate syntax is the following:
-skipTAFJVOCcreation --> used with Import type 3) above: to skip the VOC creation if
already done
___________________DBUpdate V3.0___________________
Welcome in the Database Update program This tools will Update an T24 Oracle
database to
Make it compliant with TAFJ.
____________________________________________________
Press <ENTER> to Continue ...
________________________________________________________
Available databases :
1) Oracle
2) MS-SQL Server
3) DB2
4) H2
________________________________________________________
Please choose the database (1-6)(Default : '1')
Page 20
TAFJ-DB I m p o r t
The TAFJ_WORK table tracks the progress of DBIMPORT or DBUpdate so that if any errors
occur and the process unexpectedly dies, work can start from where it left off.
Page 21