Upgrading Temenos Transact libraries and binaries
This section shows you how to upgrade Temenos Transact libraries and data to higher release.
Procedure
- Download the latest temp.release zip file (for example, 201812.TAFJ201812.1.temp.release.tar.gz).
- Unzip the zip file to your destination folder.
- Unzip the tar file to extract the temp.release pack.
- Open the tafj.properties file from the TAFJ_HOME/conf directory.
- Add the below property:
- In the tafj.properties file, look for the SYSTEM directory. If the directory is not available, then create the same in JQL-SQL editor of eclipse by using the below command.
CREATE-FILE SYSTEM TYPE=UD
- Create a temp.release record inside the SYSTEM file using the JQL-SQL editor as shown below.
The temp.release record should have two entries. Line 1 - D (directory) and Line 2 - path of the temp.release directory.
- Use the below property to specify the precompiled directory in the .properties file.
- Launch DBtools under the TAFJ_HOME/bin directory to start the Temenos Transact library and binary upgrade process.
- Use the below syntax and run the command.
DBtools [options] TEMP-RELEASE (pathToTempRelease) (pathToPrecompiledDestinationFolder) (-i pathToInsertDestinationFolder) (-bp pathToSrcDestinationFolder)
Where options can be:
–s (script mode)
-log (log filename) (Log file gets generated under TAFJ_HOME/log)
-cf (Configuration filename)
For example:
DBtools –u t24user –p password –cf tafj.properties –s –log tmprelease TEMP-RELEASE C:\T24Upgrade\201812.TAFJ201812.1.temp.release\temp.releaseC:\UTP\R18DEV\Temenos\t24home\default\JARS –bp C:\UTP\R18DEV\Temenos\t24home\default\BP
In the TEMP-RELEASE syntax, there should not be any space between file names or folder names.
- Check the tmprelease.log file present in the TAFJ_HOME/log directory.
JEDIFILENAME_SYSTEM = SYSTEM
temn.tafj.directory.precompile= C:\UTP\R18DEV\Temenos\t24home\default\JARS
From the above screen shot, you can see that the entire F.PGM.DATA.CONTROL and F.RELEASE.DATA files from temp.release is updated into Temenos Transact environment.
In this topic