Tuesday, November 10, 2020

Issues faced while upgrading Oracle Applications (E-Business Suite) from 11i to R12.2

 Issue# 17:

When trying to create apputil.zip file the generated file was not complete, and the log file shows the following errors:

[apdpro@dbmig ~]$ perl $AD_TOP/bin/admkappsutil.pl

Starting the generation of appsutil.zip

Log file located at /u03/dproappl/admin/log/MakeAppsUtil_04172141.log

output located at /u03/dproappl/admin/out/appsutil.zip

MakeAppsUtil completed successfully.

[apdpro@dbmig ~]$

 

Log content:

UNZIP used: UnZip 5.52 of 28 February 2005, by Info-ZIP.  Maintained by C. Spieler.  Send

NOTE: Messages of the type "Missing Source file to BINCPY" are expected to be present in this logfile and should be ignored, as long as appsutil.zip is created in /u03/dproappl/admin/out/appsutil.zip

 

 

AC-00428: Missing source file DB Tier/ad/11.5.0/java/oracle/apps/ad/autoconfig in driver file for BINCPY phase

Raised by oracle.apps.ad.autoconfig.InstantiateFile

 

Solution:

Install zip 2.3:

[root@dbmig madel]# pwd

/tmp/madel

[root@dbmig madel]# ls

zip23x-glibc.zip

[root@dbmig madel]# unzip zip23x-glibc.zip

Archive:  zip23x-glibc.zip

  inflating: LICENSE                

  inflating: README                 

  inflating: WHATSNEW               

  inflating: WHERE                  

  inflating: zip                    

  inflating: zip.1                   

  inflating: zipnote                

  inflating: zipsplit               

[root@dbmig madel]#

 

[apdpro@dbmig ~]$ export PATH=/tmp/madel:$PATH

[apdpro@dbmig ~]$ which zip

/tmp/madel/zip

[apdpro@dbmig ~]$ zip -v

Copyright (C) 1990-1999 Info-ZIP

Type 'zip "-L"' for software license.         

This is Zip 2.3 (November 29th 1999), by Info-ZIP.

 

[apdpro@dbmig ~]$ perl $AD_TOP/bin/admkappsutil.pl

Starting the generation of appsutil.zip

Log file located at /u03/dproappl/admin/log/MakeAppsUtil_04172152.log

output located at /u03/dproappl/admin/out/appsutil.zip

MakeAppsUtil completed successfully.

[apdpro@dbmig ~]$ ls -l /u03/dproappl/admin/out/appsutil.zip

-rw-r--r-- 1 apdpro dba 1166 Apr 17 21:52 /u03/dproappl/admin/out/appsutil.zip

[apdpro@dbmig ~]$

[apdpro@dbmig ~]$

 

If the new appsutil folder does not contain all the required folders, then you can get them fromthe existing appsutil folder in the old env:

 

[ordpro@dbmig 9.2.0]$ cd /u03/db/tech_st/dprodb/9.2.0

[ordpro@dbmig 9.2.0]$ tar cvzf appsutil.zip appsutil

 

No comments:

Post a Comment