Skip to main content

Posts

Showing posts from December, 2020

How to use Patch wizard in Oracle EBS Environment for Analysing the Patch Impact

How to use Patch wizard in Oracle EBS Environment for Analysing the Patch Impact I am using R12.1.3 environment for demonstration. When we have to run Patch Wizard first time in EBS, we have followed the below steps to run Patch Wizard without an internet connection to generate the latest EBS Patch Recommendation Analysis or to analyze any EBS patch(es) against your current EBS Application. If you want to get the latest Oracle E-Business Suite patch recommendations: Download the Patch Information Bundle (InfoBundle) on to a system that has Internet access. The InfoBundle can be downloaded from the following locations: https://updates.oracle.com/download/InfoBundleR12.zip (for R12) or https://updates.oracle.com/download/InfoBundle11i.zip (for 11i) From Patch Wizard > Preferences, set up a staging directory if not already done so. Make sure the Patch Wizard can read from and write to the staging directory. The InfoBundle Zip file must be copied to a system that can access the Patch ...

The Server is not able to service this request: [Socket:000445]Connection rejected, filter blocked Socket, weblogic.security.net.FilterException: [Security:090220]rule 2

The Server is not able to service this request: [Socket:000445]Connection rejected, filter blocked Socket, weblogic.security.net.FilterException: [Security:090220]rule 2 Error: Weblogic server is starting but giving the below error while accessing the URL. The Server is not able to service this request: [Socket:000445]Connection rejected, filter blocked Socket, weblogic.security.net.FilterException: [Security:090220]rule 2 Cause: The error I encountered is due to WebLogic offers a concept called “connection filter“.  Connection filters provide network layer access control and allow the server(s) to block unwanted communication based on different criteria.  Solution: Take backup of config.xml [applmgr@ebsupgrade config]$ cp -ip config.xml config.xml_bkp Edit the file and open the connection part in config.xml file In the above config.xml file, you can see that it is blocking the connection for 0.0.0.0/0 which means connections from all public IP Change deny to allow . < con...

EBS|Oracle Apps Road Map and Support Information

EBS|Oracle Apps Road Map and Support Information Hi Guys, This is just an information blog that I am sharing as per my understanding.  A few of  the important points are: 1) Premier support till at least 2031 for EBS  all 12.2 2) Every next version of R12.2.X which is released gets 10 yrs premier support. Let's say if R12.2.15 is released in Mar 2022 so it will get the next 10-year premier support. If a new version is released in Jul 2022 then it will be having the next 10 years of support from the release date. So it is termed as rolling support. Not to negate point 1st, all support for 12.2 will be at least 2031. 3) R12.1 premier support will end in Dec 2021. 4) Beyond Dec 2021 R12.1.3 will get an Advanced Customer Services Contract which will have a price structure. 5) Both EBS R12.1.3 and R12.2. is certified with 19c Database. 6) EBS web-based application pages are now rendered to work on tablets as well apart from laptop/desktops. 7) Forms will still be there in the ...

AutoConfig Components and Tools in Oracle Apps

AutoConfig Components and Tools in Oracle Apps AutoConfig  is a tool that supports automated configuration of an Oracle E-Business Suite Release 12 instance. All the information required for configuring an Applications instance is collected into two local repositories, called the Applications context file and the database context file.    When  AutoConfig  runs on the application tier, it uses information from the Applications context file to generate all configuration files and update database profiles. When  AutoConfig  runs on the database tier, it uses information from the database context file to generate all configuration files used on the database tier.   Benefits    Configuration Support:  AutoConfig  configures the APPL_TOP, the ORACLE_HOMEs, and the supporting technology stack.    Configuration Management:   centralizes the configuration and re-configuration of an Application instance.   Confi...