Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 307 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE report date format is not matching between 2 obiee servers
User_ELCD8
Rank 1 - Community Starter
Good Day,
We had built a new obiee server and moved our code and implemented same config changes in the new server.
But we identified that the date column format is not matching between new and old servers.
We had verified below things to make sure nothing is missing.
- There is no custom formatting on the column level.
- Database and obiee servers are on the same location with same time zone.
- Date format mentioned in the nqs config file of both the servers is same.
From NQS config:
DATE_TIME_DISPLAY_FORMAT = "yyyy/mm/dd hh:mi:ss";
DATE_DISPLAY_FORMAT = "yyyy/mm/dd";
TIME_DISPLAY_FORMAT = "hh:mi:ss";
Old server report format : 2015/03/31 06:42:54 PM
New Server report format : 3/31/2015 6:42:54 PM
Please suggest if we are still missing something
Thanks
0
Answers
-
Verify your localedefinitions.xml at cd $ORACLE_HOME/bi/bifoundation/web/display
Also validate your localemappings.xml
0 -
Thank you Brandon. It resolved our issue.
0
