Oracle Hyperion Workspace and Interactive Reporting Timeout for Web Plugin Users (11.1.1.x series)
Advertisements
I had a couple users mention that Hyperion was timing out too soon. We primarily use Interactive Reporting, via the Workspace. I modified the following two files, changing the default values of 30 minutes to 120 minutes:
../hyperion/deployments/Tomcat5/SharedServices9/conf/web.xml
../hyperion/deployments/Tomcat5/Workspace/conf/web.xml
I edited both of these files and changed the “session-timeout” value from 30 to 120:
<!-- ==================== Default Session Configuration ================= --> <!-- You can set the default session timeout (in minutes) for all newly --> <!-- created sessions by modifying the value below. --> <session-config> <session-timeout>120</session-timeout> </session-config>
[ad#ad-post]
Advertisements
Did the changes have the desired effect, or were additional changes needed?
I forgot that I also had to make the change in one more spot:
-Log into the Hyperion Workspace as Admin, and then select Administer and Configuration Console
OR
-Log into directly into the Configuration Console at http://servername:55000/cmc/ as Admin.
-Choose “Web-Application Configuration” from the “Current View” dropdown.
-Right-click on Workspace and choose properties.
-Change the “Session Timeout” to a larger number. Mine is set to 180, which is the same as 3 hours.
-After applying the changes and restarting the services, the new timeout should be 3 hours.
I hope this helps.
Robert