Saturday, November 12, 2016

Set the Essbase Administration Services (EAS) Session Timeout Interval


Setting Analytic Administration Services session timeout interval.

Solution

The session timeout can be set in the web.xml file where the Essbase Administration Services Server component is installed.
For example, if EAS is deployed with WebLogic, the file is located in:
C:\Hyperion\AnalyticAdministrationServices\AppServer\InstalledApps\WebLogic\8.1\aasDomain\servers\aas\webapps\eas\WEB-INF\web.xml.
Modify the setting in the section:
<session-config>
<session-timeout>1440</session-timeout>
</session-config>

No comments:

Post a Comment