How to resolved adminserver startup failure.

Introduction:- In this article we have resolved adminserver startup failure. While starting the WLS Admin Server, unable to do that, after connecting to node manager showing error as ERROR: Invalid credentials passed even we passed correct password. Reproduced the error as below. You can start the adminserver on the run file system. After that we Resolved … Read more

How to resolve ouicli-pl INSTE8_APPLY 1

In this post we will fix the ouicli.pl error ‘ Failed as ouicli-pl INSTE8_APPLY 1’. We are facing this error while executing perl adcfgclone.pl dbTier in database node. perl adcfgclone.pl dbTier failed as ouicli-pl INSTE8_APPLY 1 In this section, we will execute the perl adcfgclone.pl dbTier to configure the dbTier. After successful completetion, will configure … Read more

How to fix login redirection issue External Node Gets Redirected in r12.

Introduction:- To resolve the redirection issue from external to internal and vice versa . Need to be update the configuration file mod_wl_ohs.conf and apps.conf accordingly to resolve the External Node Gets Redirected. Internal node:-appsprod.abc-cranes.com External node:-abcisupplier.abc-cranes.com In  $IAS_ORACLE_HOME/instances/EBS_web_<SID>_OHS1/config/OHS/EBS_web_<SID>/mod_wl_ohs.conf, it has the following setting :- In $FMW_HOME/webtier/instances/EBS_web_VIS_OHS1/config/OHS/EBS_web_VIS/apps.conf, it has the following setting: Solution:- To fix this issue … Read more

How to fix adop phasepreparevalidateinventory-error At least one Oracle inventory check has failed.

Introduction:-In this article, we will resolve the issue adop phasepreparevalidateinventory-error . The issue adop phase=prepare ValidateInventory: [ERROR]: At least one Oracle inventory check has failed while executing at primary node. [applmgr@uatapps ~]$ adop phase=prepare Enter the APPS password: Enter the SYSTEM password: Enter the WLSADMIN password: Validating credentials. Initializing.     Run Edition context  : … Read more

How to fix txkGenADOPWrapper.pl line 143 ERRORCODE = 1 ERRORCODE_END

In this article, we will see how to fix txkGenADOPWrapper.pl line 143 ERRORCODE = 1 ERRORCODE_END. Basically, this is autoconfig error, facing while executing in our EBS environment. While executing autoconfig in appsTier below errors are showing. Here we will try to resolve the reported issue. WARNING: [AutoConfig Error Report] The following report lists errors … Read more

How to fix adop-phaseprepare-error-ssh-is-not-enabled |ssh is not enabled for the following nodes|[UNEXPECTED]ssh is not enabled.

Introduction:- In this article, we will resolve error adop-phaseprepare-error-ssh-is-not-enabled in EBS while executing adop phase=prepare. Observation:-  In EBS R12.2, ssh should be enabled on primary and secondory node for multinode architecture. Here we will do the some action to enable ssh. Solution:- Here will have to enable ssh first to continue the adop session. NOTE … Read more