If you have left BusinessObjects InfoView open for 24 hours, when you click a folder name, the “Stack overflow at line:0" error message is displayed. This error occurs when the user session in BusinessObjects InfoView has expired. To resolve this error, reopen the browser and log in again to BusinessObjects InfoView.
Alternatively, you can also increase the default time-out for user session in InfoView.
Follow these steps:
.\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF
<!—By default the value is set to true. --> <context-param>
<param-name>logontoken.enabled</param-name> <param-value>true</param-value>
</context-param>
to
<!—Change the value to false. --> <context-param>
<param-name>logontoken.enabled</param-name> <param-value>false</param-value>
</context-param>
<session-config>
<session-timeout>2</session-timeout>
</session-config>
to (for 48 hours)
<session-config>
<session-timeout>2880</session-timeout>
</session-config>
Note: After changing, restart all the servers in Central Configuration Manager.
|
Copyright © 2013 CA.
All rights reserved.
|
|