Setting the Timezone in TIBCO BusinessEvents if BackingStore is used.

Setting the Timezone in TIBCO BusinessEvents if BackingStore is used.

book

Article ID: KB0090886

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
============
How to set the Timezone in TIBCO BusinessEvents if BackingStore is used.

Environment:
============
TIBCO BusinessEvents 5.1.0
Windows Operating System

Resolution:
============
If using a Backingstore, specify the following properties in the be-engine.tra file:

be.backingstore.timestamp.useDataTimeZone=true

This property is used to calculate the correct datetimes if the timezone settings have changed in the TRA file the application is restarted (e.g., The agent will be started on different machine in different timezone).

Note that BE does not use the timezone properties which is (java.property.user.timezone=) defined in the tra file, rather it loads the local timezone settings of your machine. Confirm this is correct through the System clock in your Windows environment.

Issue/Introduction

Setting the Timezone in TIBCO BusinessEvents if BackingStore is used.