Platform Framework
R24 AMR | Min(s) read

Step 2: Adding the Temenos Transact TAFJ Child Installer Service to the Parent Installer

This section helps you to learn about the working procedure of Temenos Transact TAFJ child installer and how to add a Temenos Transact TAFJ child installer service to a parent installer.

To add the TAFJ child installer to parent installer,

  1. Add the Temenos Transact TAFJ service as shown below in the T24_HOME/updater/config/updater.xml file. Comment out the other services that are not used.
    <service name="T24" pathType="EXEC" updateType="AUTO">
    	<path>[TAFJ_HOME]\bin\tRun.bat t24Version</path>
    <installpath>[T24_HOME]\updater\updates\tmp</installpath>
    <installprogram>[TAFJ_HOME]\bin\t24Updater.bat</installprogram>  
    </service>  
    
  2. Open shell prompt and test the parent installer for Temenos Transact component versions as shown below.
    • $export T24_HOME = /glodev1/tafj/tafjx01/TAFJ/T24UD
    • $export TAFJ_HOME: /glodev1/tafj/tafjx01/TAFJ
    • $export PATH=%PATH%;%T24_HOME%/updater/bin
    • temn.tafj.runtime.directory.current = /glodev1/tafj/tafjx01/TAFJ/T24UD
  3. In shell prompt, navigate to the /glodev1/tafj/tafjx01/TAFJ/T24UD directory and execute the following commands:
    updater -help
    java com.temenos.updater.Updater -report –version

    Where,

    • -report - Reports the components or dependencies.
    • –version - Shows the version of the updater.
  4. In shell prompt, navigate to the /glodev1/tafj/tafjx01/TAFJ/T24UD directory and execute the following command:
    updater -report

    The following output is generated:

    T24 Updater 
     Loading Upgrader configuration from:
     /glodev1/tafj/tafjx01/TAFJ/T24UD/updater/config/updater.xml
     Update Dir: /glodev1/tafj/tafjx01/TAFJ/T24UD/updater/updates
     Config Path: /glodev1/tafj/tafjx01/TAFJ/T24UD/updater/config
     $JBCRELEASEDIR: null
     $TAFJ_HOME: /glodev1/tafj/tafjx01/TAFJ
     $T24_HOME: /glodev1/tafj/tafjx01/TAFJ/T24UD
    <ivy-module version="1.0">
            <info organisation="Temenos" branch="200907_AIX" module="T24"/>
            <dependencies>
                    <dependency org="Temenos"  branch="201112_AIX" name="EB_Conversion" rev="0"/>
                    <dependency org="Temenos"  branch="201112_AIX" name="SCC_ClassicCA" rev="0"/>
                    <dependency org="Temenos"  branch="201112_AIX" name="AA_ActivityAPI" rev="0"/>
                    <dependency org="Temenos"  branch="201112_AIX" name="PD_Schedules" rev="0"/>
                    .         
                    .
             </dependencies>
    Place an update in the T24_HOME/updater/updates directory and launch the updater from T24_HOME.
    Update successful for R12_DE_Inward_1_java1.6.tar : Message: Upgrade successful!
    Update successful for R12_DM_Foundation_1_java1.6.tar : Message: Upgrade successful!
    Update failed for R12_DW_BiExport_12_java1.6.tar : Message: Cannot open file.
    Skipping F.DW.EXPORT$NAU
    Output Summary:
    20 files processed.
    Updates not successful.
    Exiting Updater...
    

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:03:56 PM IST