Thursday, April 21, 2016

The Applications System names per the APPL_TOP and the database are different.

I cloned application(adcfgclone.pl) and ran adconfig.

I was planning to apply patches and executed adadmin I got this message. 



The Applications System names per the APPL_TOP and the database 

are different.
    Applications System name per the APPL_TOP: TEST_SID
    Applications System name per the database: PRODUCTION SID

If you continue, the Applications System name per the APPL_TOP will 

be ignored.


Do you wish to continue [No] ? no



I look at   FND_PRODUCT_GROUPS value is not updated, I don't know why, It was showing my production SID. 


select APPLICATIONS_SYSTEM_NAME  from FND_PRODUCT_GROUPS. it return my production SID name.


update FND_PRODUCT_GROUPS

set APPLICATIONS_SYSTEM_NAME = 'TEST_SID'

1 row updated.


commit;


I executed adadmin, I did not see the message.


Friday, April 8, 2016

FNDCPASS Oracle Application password change


FNDCPASS Troubleshooting Guide For Login and Changing Applications Passwords (Doc ID 1306938.1)

Make sure system account unlock;


FNDCPASS APPS/current  0 Y system/system_paswd SYSTEM APPLSYS new.

R12 E-Business Suite Patch Wizard Fails

R12 E-Business Suite Patch Wizard Fails To Download Patches Due to Error 'Warning: Unable to download patches. Please verify Proxy settings. Unable to download patches from My Oracle Support due to incorrect or missing setup' (Doc ID 2110665.1)

Wednesday, April 6, 2016

WebLogic Installation 12.2.1.0.0(12C) and configuration



  1. Download fmw_12.2.1.0.0_wls_Disk1_1of1.zip
  2. Download jdk-8u77-solaris-sparcv9.tar.gz
  3. unzip  fmw_12.2.1.0.0_wls_Disk1_1of1.zip
  4. gunzip jdk-8u77-solaris-sparcv9.tar.gz


  weblogic software   fmw_12.2.1.0.0_wls.jar
  JDK software jdk-8u77-solaris-sparcv9.tar


go to jdk1.8.0_77/jre/bin directory
$./java -version
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)

Just confirm what version of Java.




 3$pwd
/apps2/weblogic
 $JAVA_HOME=/apps2/weblogic/jdk8
 $PATH=$JAVA_HOME/bin:$PATH;export PATH


     
Make sure xclock is working on the linux.




2
3
4

5
6
7
8
9
10

Log: /var/tmp/OraInstall2016-04-01_11-29-09AM/install2016-04-01_11-29-09AM.log
Visit http://www.oracle.com/support/policies.html for Oracle Technical Support policies.
Logs successfully copied to /apps2/weblogic_12c/oraInventory/logs.

Configuration
/apps2/weblogic_12c/12.2.1/oracle_common/common/bin/ ls –l config.sh








/apps2/weblogic_12c/12.2.1/user_projects/domains/OBIEE_domain/servers/OBIEE_ManagedServer_2/security

nohup ./startNodeManager.sh 1>/apps2/property/logs/NodeManager_OBIEE_out.log.$DATE 2>/apps2/property/logs/NodeManager_OBIEE_err.log.$DATE &

/apps2/weblogic_12c/12.2.1/user_projects/domains/OBIEE_domain/bin
./startWebLogic.sh AdminServer
./startManagedWebLogic.sh

Create security directory under the managed server
/apps2/weblogic_12c/12.2.1/user_projects/domains/OBIEE_domain/servers
property@iwebd3$ls -ltr
total 16
drwxr-x---   7 property dba            7 Apr  1 12:46 AdminServer
drwxr-x---   7 property dba            8 Apr  1 13:03 OBIEE_ManagedServer_1
drwxr-x---   7 property dba            7 Apr  1 13:03 OBIEE_ManagedServer_2
drwxr-x---   7 property dba            8 Apr  1 13:04 OBIEE_ManagedServer_3
copy the boot.properties







--------------------------------------------------------------------
Profile

! /bin/ksh
# .profile for weblogic (FMW 11.2.1 & WLS 12.2.1).
#
export ORACLE_HOME=/apps2/weblogic_12c/12.2.1
export WL_DOMAIN=$ORACLE_HOME/user_projects/domains/OBIEE_domain
export DOMAIN_HOME=$ORACLE_HOME/user_projects/domains/OBIEE_domain
export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib32:/usr/lib:$LIBPATH
export PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/bin:$ORACLE_INSTANCE/bin:$ORACLE_HOME/opmn/bin::$ORACLE_HOME/OPatch:$ORACLE_INSTANCE/config/usr/bin:$PATH:$ORACLE_HOME/oracle_common/common/bin
OH=$ORACLE_HOME; export OH

WD=$WL_DOMAIN; export WD
alias cdd='cd $WD'

_____________________________________________________________

connect('weblogic','xxxxxxxxxxxxxxxx','t3://localhost:7080')