Quantcast
Channel: OBIEE, Endeca and ODI
Viewing all articles
Browse latest Browse all 49

BIApps 11.1.1.7.1 Fusion middleware patches - Part 2

$
0
0
To complete the configuration of BIApps 11.1.1.7.1 you must install FMW patches that are available in edevliery.oracle.com
  • Oracle Fusion Middleware Platform Patches for Oracle Business Intelligence Applications (Part 1 of 2)
  • Oracle Fusion Middleware Platform Patches for Oracle Business Intelligence Applications (Part 2 of 2)
  • Oracle Fusion Middleware Platform Patches for Oracle Business Intelligence Applications for <OS>


    Extract the ZIP files into a Patch folder (11_1_1_7_1_Patches), as shown below :


    Update the parameter input file (apply_patches_import.txt) to reflect the paths as specified in the text file:

    1. Create a writable directory where logs and temporary patch files will be stored. In the apply_patches_import.txt file, you will set the WORKDIR=variable to point to the path for this directory.
    2. Open apply_patches_import.txt, which is located in the D:\obiee11g/Oracle_BI/biapps/tools/bin directory.
    3. Specify the following directory paths:

      # Required - Java home
      JAVA_HOME=C:\Java
      # Required - Inventory Location
      INVENTORY_LOC=C:\Program Files\Oracle\Inventory
      ORACLE_HOME=D:\obiee11g\Oracle_BI1
      MW_HOME=D:\obiee11g
      COMMON_ORACLE_HOME=D:\obiee11g\oracle_common
      WL_HOME=D:\obiee11g\wlserver_10.3
      SOA_HOME=/scratch/aime/work/mw_home/Oracle_SOA1
      ODI_HOME=D:\obiee11g\Oracle_ODI1
      # Required - An existing writable directory to create logs and temp patch files
      WORKDIR=E:\Patches
      # Required - Path of patch directory till the release patch-set folder which is inside patches4fa/dist.
      # i;e the patch-set folder for a particular release to apply patch from 
      # eg; /scratch/aime/tmp/ps1/biappsshiphome/patches4fa/dist/ps6rc3
      PATCH_ROOT_DIR=E:\11_1_1_7_1_Patches\V38106-01

      Make sure you points to right destination where patches are placed and home paths other wise you will get  below error message while applying patches
      NApply was not able to get the list of patches to apply.

      PATCH_ROOT_DIR is pointing to V38106-01 directory once the patches from this folder are completed then you can change directory for other disks (1_2 / 2_2) 

      If you are not configuring SOA_HOME leave it blank it will fail at the end which you can ignore Update the D:\obiee11g\Oracle_BI1\biapps\tools\bin\APPLY_PATCHES.pl   file to unzip the patches using winZip or 7zip If you are using 7-Zip change as shown below(just copy paste)

      From:
      $DOWNLOAD_EXE = "\"C:${DIRSEP}Program Files${DIRSEP}WinZip${DIRSEP}wzunzip.exe\" -ybc -d";
      $cmd = "$DOWNLOAD_EXE $_[0] $PATCHES_HOME";
      To:
      $DOWNLOAD_EXE = "\"C:${DIRSEP}Program Files${DIRSEP}7-Zip${DIRSEP}7z.exe\"";
      $cmd = "$DOWNLOAD_EXE x $_[0] -o$PATCHES_HOME";

      If you didn't copied the path (7-Zip) correctly you will get 

      D:\obiee11g\Oracle_BI1\biapps\tools\bin\APPLY_PATCHES.pl cannot read the file ...Permission Denied

      Next, Open command prompt and enter the path as shown below

      D:\obiee11g\Oracle_BI1\perl\bin\perl 
      D:\obiee11g\Oracle_BI1\biapps\tools\bin\APPLY_PATCHES.pl D:\obiee11g\Oracle_BI1\biapps\tools\bin\apply_patches_import.txt




      Once it is successful it writes all the files to the WORKDIR (unzipped patch folders) and log files to C:\TEMP


      We will see how to configure other component in another post


      Referencehttp://docs.oracle.com/cd/E38317_01/doc.11117/e35981/install.htm#BABEDBAH








Viewing all articles
Browse latest Browse all 49

Trending Articles