R12:
Forms Timeout More Than 2 Hrs Is Not Working After R12 Upgrade
How
to Change User Session Timeout in e-Business Suite R12
Solution:
To
implement the solution, please execute the following steps:
Section
A: Make sure the Backup of CONTEXT_FILE
Section
B:
1.
Edit the <CONTEXT_NAME>.xml file in $INST_TOP/appl/admin directory
2.
Ensure that value of profile option "ICX: Session Timeout" and
autoconfig variable "s_oc4j_sesstimeout" in context file match.
e.g.
In case you need the session to timeout after 2 hrs then the profile option
"ICX: Session Timeout" and autoconfig variable
"s_oc4j_sesstimeout" should be set to 120
grep
-i s_oc4j_sesstimeout $CONTEXT_FILE
<oc4j_session_timeout
oa_var="s_oc4j_sesstimeout">120</oc4j_session_timeout>
3.
Run autoconfig and retest the issue.
Note: This note is correct for servlet mode and the
default mode. This will not work in socket mode
How
to Change User Session Timeout in e-Business Suite R12:
Please
perform the steps given below:
1.
Edit the .xml file in $INST_TOP/appl/admin directory
2.
Ensure that value of profile option "ICX: Session Timeout" and
autoconfig variable "s_oc4j_sesstimeout" in context file match.
e.g. In case you need the session to
timeout after 45 min then the profile option "ICX: Session Timeout"
and autoconfig variable "s_oc4j_sesstimeout" should be set to 45
grep -i s_sesstimeout $CONTEXT_FILE
<session_timeout
oa_var="s_sesstimeout">7200000</session_timeout>
3.
Run autoconfig and retest the issue.
+++++++++++++++++++++
734077.1, 1067115.1
+++++++++++++++++++++
No comments:
Post a Comment