Categories
- All Categories
- 89 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 51 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
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