The Internet Assigned Number Authority (IANA) time zone database is updated periodically to reflect changes to time zone boundaries, UTC offsets, and daylight-saving rules. This article explains how to update time zone data in TIBCO ActiveMatrix BusinessWorks™ 5 (BW) environment.
How to find the latest time zone database version
Information about the latest time zone database version and updates could be found at https://www.iana.org/time-zones.
How to find the time zone data version in BW
1. Download TZUpdater tool from the following location
https://www.oracle.com/java/technologies/javase-tzupdater-downloads.html
2. Run TZUpdater tool as follows
$ cd TIBCO_HOME/tibcojre64/x/bin $ java -jar tzupdater.jar -V tzupdater version 2.3.2-b02 JRE tzdata version: tzdata2023c tzupdater tool would update with tzdata version: tzdata2024a
How to update time zone data in BW
There are two options to update time zone data
1. Update JRE
If there is a JRE update release that incorporates the updated time zone data, upgrade to that release. This is the approach recommended by Oracle.
Information on the time zone data in each JRE update release can be found in the release notes at the following links -
https://www.oracle.com/java/technologies/javase/8all-relnotes.html
https://www.oracle.com/java/technologies/javase/11all-relnotes.html
There are a few different options to upgrade JRE -
a. Install TRA service pack release that includes the JRE update, if one is available.
b. Install TIBCO Supplement for Oracle Java release that includes the JRE update, if one is available.
c. Download the JRE update from Oracle and install the same (only for customers with an appropriate license from Oracle to download and use the update). For information on upgrading JRE in a TIBCO_HOME, see the knowledge article at the following link - https://support.tibco.com/s/article/Tibco-KnowledgeArticle-Article-48745
2. Use TZUpdater tool
To update time zone data to the latest version, run TZUpdater tool as follows
TIBCO_HOME/tibcojre64/x/bin/java -jar tzupdater.jar -v -l
More information on TZUpdater tool can be found at the following link -
https://www.oracle.com/java/technologies/javase/tzupdater-readme.html
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now