I am running Oracle analytics server 6.4. We have EBS SSO enabled.
We are facing Session Timout message to frequently while login from DV console. This is annyoying for end users as well and they are asking to resolve this issue.
Hi @Mallikarjuna Kuppauru-Oracle
Complete weblogic.xml content is as below:
<?xml version="1.0"?><weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<wl-dispatch-policy>consoleWorkManager</wl-dispatch-policy>
<security-role-assignment> <role-name>Admin</role-name> <externally-defined/> </security-role-assignment> <security-role-assignment> <role-name>Operator</role-name> <externally-defined/> </security-role-assignment> <security-role-assignment> <role-name>Monitor</role-name> <externally-defined/> </security-role-assignment> <security-role-assignment> <role-name>Deployer</role-name> <externally-defined/> </security-role-assignment> <session-descriptor> <timeout-secs>3600</timeout-secs> <invalidation-interval-secs>60</invalidation-interval-secs> <cookie-name>ADMINCONSOLESESSION</cookie-name> <cookie-path>/console/</cookie-path> <cookie-max-age-secs>-1</cookie-max-age-secs> <url-rewriting-enabled>false</url-rewriting-enabled> </session-descriptor> <jsp-descriptor> <keepgenerated>false</keepgenerated> <page-check-seconds>-1</page-check-seconds> <verbose>true</verbose> <debug>true</debug> </jsp-descriptor> <container-descriptor> <referer-validation>STRICT</referer-validation> <filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled> <servlet-reload-check-secs>-1</servlet-reload-check-secs> <prefer-application-packages> <package-name>org.xmlsoap.schemas.*</package-name> </prefer-application-packages> </container-descriptor> <security-permission> <security-permission-spec> grant { permission java.security.AllPermission ; } ; </security-permission-spec> </security-permission></weblogic-web-app>
@Muhammad Shoaib As you are using EBS SSO, can you try "turn off" the Enable SSO option in EM ,Apply and Activate changes and restart all services including weblogic admin and managed server and check the issue
Hi @KhaderBelgoud-Oracle ,
Yes we are using EBS SSO and As per SSO documentation we have to disable Lightweight SSO as prerequisite.
So we cannot enable it.
Moderator ruling:
The post with the attached HAR file has been deleted from this thread!
1.) It contains private information like full URLs, IP addresses, login information etc. which is not allowed on the public forums.
2.) The public forum is not an extension of Oracle Support and if you are already running an SR for this issue then please keep your updates in support.oracle.com. Public forum participants are not meant to solve Service Requests and Support employees can not be expected to follow an SR in the forum as well as in the official support portal.
I am closing this thread.
Just adding a note:
@Muhammad Shoaib , if you didn't already raise an SR, it's now time to do it: in a SR you can share private information because the support portal handle the security and privacy of the info you share with Oracle. Things like the HAR file can be attached to a SR being a private space between you and Oracle.
Thanks for the clarification, Gianni. Sensitive content with private information belongs inside of a Service Request.
Guidelines are covered here https://community.oracle.com/products/oracleanalytics/kb/articles/2-welcome-to-the-oracle-analytics-community
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M