How to resolve socket000445connection rejected filter blocked Socket.

Introduction:-In this post, we will discuss how to resolve socket000445connection rejected filter blocked while trying to access weblogic console in EBS R12. Error Encounterred:- While accessing the weblogc console http://xxxx.xxx-xxx.com:7026/console, we faced theissue as ‘The Server is not able to service this request: [Socket:000445]Connection rejected, filter blocked Socket, weblogic.security.net.FilterException: [Security:090220]rule 3’. Root cause of the … Read more

How to fix adpreclone pl fails on Applications Tier.

Introduction: –In this article, we will learn how to resolve ‘adpreclone pl fails on‘ application node. Follow the steps below give steps to resolve. adpreclone pl fails On Patch File System with following error:-  In the Weblogic Console, Edit session is enabled in domain.  Hence, adpreclone.pl is unable to complete successfully. Workaround:-  Execute the following … Read more

Serial number in context file contains lower value than that of database copy.

Introduction:- In this article, will discuss how to resolve serial number in context file contains lower value than that of database copy. ERROR: InDbCtxFile.uploadCtx() : Exception : Error executing BEGIN. Reproduce error ‘Serial number in context file contains lower value than that of database copy’. This error will occur when the value for s_contextserial in … Read more

How to create the patch file system in oracle apps R12.2

Introduction: – Here we are discussing ‘how to create the patch file system in R12.2’. Execute perl adcfgclone.pl appsTier to recreate the patch file system in r12.2. Follow the below steps to create the patch file system in R12.2′.  1) Run adpreclone: On the RUN File-System, source RUN File-System: $ source EBSapps.env run RUN Admin server … Read more

How to fix Adop Fails With Error: ssh is not enabled for the following nodes

Introduction:- In this article, we will discuss how to resolve Adop Fails With Error: ssh is not enabled for the following nodes. Use the txkRunSSHSetup.pl command to enable SSH. The error message “ssh is not enabled for the following nodes” typically indicates that there’s an issue with SSH connectivity for certain nodes in the context … Read more

How to find out user id, responsibility id and application id in oracle apps

Here we will learn, how to find out user id responsibility id and application id in oracle apps . $SQL> select user_id from fnd_user where user_name=’SETUPADMIN’; Steps to find out user id responsibility id and application id. To know about User Id use below Query:- To know about Responsibility id use below Query:- To Know about Application … Read more

How to Configuring HugePages on Linux Server.

Introduction:- In this article, we will learn how to configuring hugepages on linux. Create a file called “hugepages_setting.sh” to Configuring HugePages with the mentatory contents. HugePages:- The operating system keeps each 4 KB of memory as a page. When it allocates pages to the database System Global Area (SGA), the operating system kernel must continually … Read more