Debugging
- First we checked whether the Date column value from OLTP(Siebel) Database and OBIEE are matching. Upon checking we could see that the Date and Timestamp was matching between Database and OBIEE.
- Next task was to identify why this difference between DB column and Siebel UI. To do this we check the Default Timezone set in Siebel UI. This was set to GMT -8:00 (US/Canada).
- Created a new record in UI and checked the DB column value, we could see that when we created a record in UI with UTC -8:00(US/Canada Timezone) then the corresponding record in UI was created with 8 Hours added to it so as to make it UTC(GMT) time. I.e for example if i created a record with time 3/8/2015 12:00 AM GMT -8:00 then the Date column in the DB would stamp UTC time which is 3/8/2015 8:00 AM GMT.
- One way to sync date time values in OBIEE and Siebel is to make a difference of 8 Hours but considering Daylight saving time is a challenge here.
No comments:
Post a Comment