Timeout configurations in OBIEE
My users get timed out while they are working and have reverted to saving often.
Where can I set/reset the timeout configurations in OBIEE?
What are they typically set to?
Answers
-
What you're looking for is the ClientSessionExpireMinutes parameter from instanceconfig.xml. If you want to adjust that value, you should change it through EM here:
0 -
Is the expiration time you've mentioned after a period of inactivity or 210 minutes after initial login, irregardless of use? Users are getting timed out (just under an hour) while they are actively using the tool.
0 -
Apparently, according to this document , it looks like you may have to manually set the parameter LogonExpireMinutes in instanceconfig.xml. Would look like this:
<Security>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ClientSessionExpireMinutes>X</ClientSessionExpireMinutes>
<LogonExpireMinutes>X</LogonExpireMinutes>
</Security>
0