R12.2

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

R12.2

satish
Hi erman,

My admin server was down and i was aware that we cannot proceed with patching but i have to change the oacore configuration session timeout parameter.can i edit it in xml file as admin is not available

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
This post was updated on .
What timeout value do you want to modify exactly?
ICX: Session Timeout?

Read this: ICX: Session Timeout Is Not Taking Effect (Doc ID 2142867.1)
It suggests autoconfig+plan.xml modification

Check this one as well- > MES SCReen Timed Out In 30-40 Mins After Setting Session Time Out To 2 Hours. (Doc ID 2183327.1)



Reply | Threaded
Open this post in threaded view
|

Re: R12.2

satish
Thats really useful,thank you.still wanted to know,is it possible to change any configuration when admin is down?
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
Yes, but not recommended.
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

satish
When we change any configuration in console,for example in timeout value,it should be written to plan.xml file automatically.or do we need to edit plan.xml files manually
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
In most of the cases, we don't modify plan.xml manually.
What kind of configuration change are you talking about?
Sri
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

Sri
If you change forms session timeout in console,will it get updated to plan.xml?
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

satish
yes
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
The forms session timeout in EBS 12.2 , is set using the ICX:Session Timeout.

AutoConfig (adconfig) uses the variable s_sesstimeout from the $APPL_TOP/admin/<context>.xml to determine the ‘ICX:Session Timeout’ profile option.

So , you set s_sesstimeout and run autoconfig to set the session timeout properly.

However, this action may not be sufficient to set the session timeout in some cases.. In such cases as documented  in "ICX: Session Timeout Is Not Taking Effect (Doc ID 2142867.1)", you need to update the plan.xml manually.

In brief, normally you don't touch the plan.xml file.
I hope this answer is what you are looking for.
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
And yes! when you change someting in the application level using weblogic console.
Then, plan.xml is updated.
Weblogic will say to you something like this ->

Deployment plan has been successfully updated.
Remember to update your deployment to reflect the new plan when you are finished with your changes.


I tested it using weblogic console- >
I open the page "Home >Summary of Servers >forms_server1 >Summary of Deployments >ebs-forms >forms(1.0.0)" and changed the Session Timeout (in seconds).. The related plan.xml is updated.!

Fyi.
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

satish
ICX session timeout which you mentioned is for OAF timeout right?will forms also use the same parameter/profile
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
ICX:Session -> Timeout Maximum idle time for the Oracle E-Business Suite user session (specified in minutes).
Reply | Threaded
Open this post in threaded view
|

Re: R12.2

ErmanArslansOracleBlog
Administrator
You need to set ICX: Session timeout (also consider the documents that I have given in my previous updates)
The question in this topic is answered. If you any other questions , please create another issues for them.

Reply | Threaded
Open this post in threaded view
|

Re: R12.2

satish
Sure erman,thank you