How to decrypt the Weblogic password in Oracle EBS suite 12.2 version


 Hi All,

How to decrypt the Weblogic password in Oracle EBS suite 12.2 version. Follow the below steps




 1) Take the adminserver boot. Properties details

 [applmgr@host1 security]$ cat $EBS_DOMAIN_HOME/servers/AdminServer/security/boot.properties
 password={AES}RL4vuk2Y1rreNBi0EmKNt0x8zY10ckmKxmv+j64CGak\=
 username={AES}YOyAsoH6TA9BvK2qxjayQh3NvkQ4W3/3pygLNc4vWUM\=
 [applmgr@host1 security]$


 2) Create decrypt.py file in $EBS_DOMAIN_HOME/security folder as below (just copy below content and paste in decrypt.py file)


 [applmgr@host1 security]$ cd $EBS_DOMAIN_HOME/security

 [applmgr@host1 security]$ cat decrypt.py
 from weblogic.security.internal import *
 from weblogic.security.internal.encryption import *
 encryptionService = SerializedSystemIni.getEncryptionService(".")
 clearOrEncryptService = ClearOrEncryptedService(encryptionService)

 # Take encrypt password from user
 pwd = raw_input("Paste encrypted password ({AES}fk9EK...): ")

 # Delete unnecessary escape characters
 preppwd = pwd.replace("\\", "")

 # Display password
 print "Decrypted string is: " + clearOrEncryptService.decrypt(preppwd)
 [applmgr@host1 security]$

 [applmgr@host1 security]$ pwd
 /erppwrc1/erpapp/fs2/FMW_Home/user_projects/domains/EBS_domain_erppwrc1/security

 3) Source the   setDomainEnv.sh

 [applmgr@host1 security]$ cd $EBS_DOMAIN_HOME/bin
 [applmgr@host1 bin]$. ./setDomainEnv.sh


 4) run the decrypt password script


 [applmgr@host1 security]$ cd $EBS_DOMAIN_HOME/security
  [applmgr@host1 security]$ java weblogic.WLST decrypt.py

 Initializing WebLogic Scripting Tool (WLST) ...

 Welcome to WebLogic Server Administration Scripting Shell

 Type help() for help on available commands

 Paste encrypted password ({AES}fk9EK...): {AES}RL4vuk2Y1rreNBi0EmKNt0x8zY10ckmKxmv+j64CGak\=
 Decrypted string is: weblogic123

If we get error “Error: Could not find or load main class weblogic.WLST”

Please run below command

/erp_appl/app/fs1/FMW_Home/wlserver_10.3/common/bin/wlst.sh decrypt.py

 


 

 



appsdbahelp

17+ years of experience in Oracle Database, Oracle Cloud Infrastructure(OCI), Oracle EBS on Cloud, Oracle E-Business Suite, DevOps tools, Oracle WebLogic, Oracle Application Server, Oracle Access Manager and various Operating System flavors including Redhat Linux, UNIX (Solaris, HP-UX) and Windows. Expert in Oracle9i/10g/11g/12c/19c database administration, upgrade, configuration and tuning. Experience in Oracle E-Business Suite technological stack, including architecture, installation, configuration, maintenance, tuning, cloning and patching procedures. Expert in Oracle Cloud Infrastructure(OCI), Oracle EBS On Cloud and Oracle EBS Cloud Manager Experience with Oracle Cloud Solution and Expert of Oracle ERP/Oracle HCM Cloud deployment Experience in Terraform, JSON and chef cloud infrastructure automation framework Knowledge of ASM, Data Guard, Real Application Cluster, Exadata and Exalogic Knowledge of Oracle Enterprise Manager(OEM) Grid Control, Oracle WebLogic, Oracle Internet Directory, Oracle Access Manager and Apache Ability to analyze problem, develops solutions and bring program/project execution to completion.

Post a Comment

Previous Post Next Post