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

2 Comments

Add a Comment

Your email address will not be published. Required fields are marked *

(adsbygoogle = window.adsbygoogle || []).push({});