Senin, 05 April 2021

EBS-reset pass weblogic

 

[SOLVED] How to change Weblogic Admin Server password in Oracle EBS Release 12.2?

https://aclnz.com/interests/blogs/solved-how-to-change-weblogic-admin-server-password-in-oracle-ebs-release-12-2?__cf_chl_jschl_tk__=0da28976c0ae3a01d4f2aba793eafc763bc59fa8-1617672977-0-AYnD_-PWXp8sGDzpBAMnSFH7UBVJwk4M7vaos0c8unSwL3ngG8bfE1BAMMQOu-a4Pb2V5teL43DKTs_-SjmdtPp7-iQE4tmiYcvSiYZGS7hZszeWhyEOqjv1gAKk8CZTIkDYZA7qWd8xMzE8IKU7OYAW85u7VGiW5N2qTffQQQCsv2S6xTEnrIk6z4A6Og2uBdB55JyDdw07mLBzNswK5Iif4MuEDiqI_bqEYvAa2wl7vO0zXFHMJhbRp_mZ2BXzg-lKSOM-L77M4A9P-gIJ4omhoojuHMmdszrV2L_BN06vZc3qT7wd09cv5Y_nREKzO1fqRF_-L0kpfgyOcQskIlm8-88Icc7BsLQ2PRa5ASNTib05RlYa83g9y7UFTsnGcEkVCK_4OtUqvX_5LXZ9i4R3h8U3QUEZ7_-EnKEVhmyBahi0-zMDa9xurIF3sHS8uOl-A2nt-_UIooAbGoCLUxsYQ_BzMSgnxTm-B6we6xprtmWKNyPoli7LgLW3orXtIg

Issue

How to change Weblogic Admin Server password in Oracle EBS Release 12.2?

Solution

Simply run through the below mentioned steps:

Step 1. Stop all Application Tier Services running under the Application Server:

1
2
3
cd $INST_TOP/admin/scripts
./adstpall.sh 

 Step 2. Now run the below command to change Oracle Weblogic Server password:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[oracle@apps scripts]$ perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword
Program: txkUpdateEBSDomain.pl started at Sun Aug 19 15:22:48 2018
AdminServer will be re started after changing WebLogic Admin Password
All Mid Tier services should be SHUTDOWN before changing WebLogic Admin Password
Confirm if all Mid Tier services are in SHUTDOWN state. Enter "Yes" to proceed or anything else to exit: Yes
Enter the full path of Applications Context File [DEFAULT - /u01/install/APPS/fs1/inst/apps/EBSDB_apps/appl/admin/EBSDB_apps.xml]:
Enter the WLS Admin Password:
Enter the new WLS Admin Password:
Enter the APPS user password:
Executing: /u01/install/APPS/fs1/FMW_Home/webtier/perl/bin/perl /u01/install/APPS/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl ebs-get-serverstatus -contextfile=/u01/install/APPS/fs1/inst/apps/EBSDB_apps/appl/admin/EBSDB_apps.xml -servername=AdminServer -promptmsg=hide -logfile=/u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018/EBSProvisioner.log
Updating Weblogic Domain in online mode
---------------------------------------
Backup Location : /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018
Logfile Location: /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018/updateAdminPassword.log
Executing: /u01/install/APPS/fs1/EBSapps/comn/util/jdk32/jre/bin/java -classpath :/u01/install/APPS/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/u01/install/APPS/fs1/FMW_Home/Oracle_EBS-app1/oui/jlib/srvm.jar:/u01/install/APPS/fs1/EBSapps/comn/java/classes:/u01/install/APPS/fs1/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/u01/install/APPS/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar oracle.apps.ad.util.UpdateEBSDomain updateAdminPassword -contextfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/appl/admin/EBSDB_apps.xml -promptmsg hide -logdir /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018 -logfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018/updateAdminPassword.log

 Environment

+ Oracle Linux 6.5

+ Oracle E-Business Suite Release 12.2.7

Tidak ada komentar:

Posting Komentar