Oracle Analytics Cloud and Server

Timeout configurations in OBIEE

Received Response
11
Views
3
Comments
3371002
3371002 ✭✭✭✭

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

  • Pedro F
    Pedro F ✭✭✭✭✭

    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

  • 3371002
    3371002 ✭✭✭✭

    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.

  • Pedro F
    Pedro F ✭✭✭✭✭

    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>