Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Timeout configurations in OBIEE

Received Response
11
Views
3
Comments
Rank 5 - Community Champion

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?

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Rank 6 - Analytics Lead

    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:

    pastedImage_0.png

  • Rank 5 - Community Champion

    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.

  • Rank 6 - Analytics Lead

    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>

Welcome!

It looks like you're new here. Sign in or register to get started.