Thursday 26 February 2015

EBS : Status Diagram not opening


The issue can be reproduced at will with the following steps:
1. Log in to Sysadmin
2. Select Workflow Adminstrator Responsbility
3. Select status monitor
4. Provide the details of the item type
5. Click on status diagram. Now it shows error page.

Solution
1. Set the profile option Server Timezone at Site level (should be set to the value of database timezone)

select dbtimezone from dual;

2. Bounce the Apache Server

No comments:

Post a Comment

Oracle : Database Startup Time

 Oracle Instance Startup Time SET LINES 2000 SET PAGES 9999 COLUMN INSTANCE_NAME FOR A20 SELECT     instance_name,     to_char(startup_time,...