11i to R12 upgrade : Unable to merge patch 9179588:R12.AD.B with 9477107:R12.AD.B and patch 7461070:R12.AD.B.1

Hello Sir,
As per readme for Patch 9179588, I am trying to merge patch (9179588:R12.AD.B) with 9477107:R12.AD.B and R12.AD.B.1
(patch 7461070). When I run admrgpch without -admode option, admrgpch completes successfully.
However, when I just add -admode option in same command, getting error that "invalid option -s". Please see below details and suggest since there is Note: This merge should be a full merge using -admode.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drix10:/fmstop/patches/R1211AD/merge>ls -lrt
total 13992
-rw-r--r-- 1 appltest dba 7035668 Aug 03 10:59 p7461070_R12_AIX64-5L.zip
-rw-r--r-- 1 appltest dba 79016 Aug 04 03:48 p9179588_R12.AD.B_R12_GENERIC.zip
-rw-r--r-- 1 appltest dba 38579 Aug 04 05:22 p9477107_R12.AD.B_R12_GENERIC.zip
-rw-r--r-- 1 appltest dba 94 Aug 04 13:27 manifest.txt
drix10:/fmstop/patches/R1211AD/merge>cat manifest.txt
p7461070_R12_AIX64-5L.zip
p9179588_R12.AD.B_R12_GENERIC.zip
p9477107_R12.AD.B_R12_GENERIC.zip
drix10:/fmstop/patches/R1211AD/merge>
drix10:/fmstop/patches/R1211AD/merge>admrgpch -admode -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt
Error: Invalid option: -s
usage: admrgpch -help
admrgpch <source_directory> <destination_directory>
admrgpch -s <source_directory> -d <destination_directory>
[-verbose <level>] [-merge_name <pattern>]
[-manifest <filename>] [-logfile <filename>]
where
* -help Print help message.
* -verbose <level> Can be one of: { 0(SILENT),
1(QUIET), 2(VERBOSE) or 3(LOUD) }
Default - 1(QUIET).
* -merge_name <pattern> The name of the merged patch (max 24 characters).
Default - "merged".
* -s <source_directory> Path of source directory where all patches to be
merged have been unzipped.
* -d <destination_directory> Path of destination directory where the merged
patch will be created.
* -manifest <filename> Full pathname of a file containing the list of
patch zip files to be merged.
* -logfile <filename> Admrgpch log file name.
Default:"<CWD>/admrgpch.log".
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Without option -admode :
drix10:/fmstop/patches/R1211AD/merge>admrgpch -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt
unzipping p7461070_R12_AIX64-5L.zip..
unzipping p9179588_R12.AD.B_R12_GENERIC.zip..
unzipping p9477107_R12.AD.B_R12_GENERIC.zip..
Executing the merge of the patch drivers
-- Processing patch: /fmstop/patches/R1211AD/merge/7461070
-- Done processing patch: /fmstop/patches/R1211AD/merge/7461070
-- Processing patch: /fmstop/patches/R1211AD/merge/9179588
-- Done processing patch: /fmstop/patches/R1211AD/merge/9179588
-- Processing patch: /fmstop/patches/R1211AD/merge/9477107
-- Done processing patch: /fmstop/patches/R1211AD/merge/9477107
Copying files...
5% complete. Copied 44 files of 876...
10% complete. Copied 88 files of 876...
15% complete. Copied 132 files of 876...
20% complete. Copied 176 files of 876...
25% complete. Copied 219 files of 876...
30% complete. Copied 263 files of 876...
35% complete. Copied 307 files of 876...
40% complete. Copied 351 files of 876...
45% complete. Copied 395 files of 876...
50% complete. Copied 438 files of 876...
55% complete. Copied 482 files of 876...
60% complete. Copied 526 files of 876...
65% complete. Copied 570 files of 876...
70% complete. Copied 614 files of 876...
75% complete. Copied 657 files of 876...
80% complete. Copied 701 files of 876...
85% complete. Copied 745 files of 876...
90% complete. Copied 789 files of 876...
95% complete. Copied 833 files of 876...
100% complete. Copied 876 files of 876...
Character-set converting files...
3 unified drivers merged.
Patch merge completed successfully
Please check the log file at ./admrgpch.log.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I am executing admrgpch after sourcing 11i environment and version for admrgpch is :
drix10:/fmstop/fmstest/fmstestappl/ad/11.5.0/bin>adident Header admerge.pl
admerge.pl:
$Header admerge.pl 115.22 2008/09/18 12:12:08 nissubra noship $

Hi Srini,
Thanks a lot !
Actually, I tried that one as well by running admrgpch from newly installed R12 code tree and I got below error.
drix10:/fmstop/r12apps/apps/apps_st/appl/ad/12.0.0/bin>ls -rlt admrgpch
-rwxr-xr-x    1 appltest dba        14293576 Mar 30 2009  admrgpch
drix10:/fmstop/r12apps/apps/apps_st/appl/ad/12.0.0/bin>admrgpch -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt -admode
exec(): 0509-036 Cannot load program ./admrgpch because of the following errors:
        0509-150   Dependent module libnnz10.so could not be loaded.
        0509-022 Cannot load module libnnz10.so.
        0509-026 System error: A file or directory in the path name does not exist.
Then I sourced R12 environment file and ran same command. Its completed successfully.
drix10:/fmstop/patches/R1211AD/merge>admrgpch -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt -admode
unzipping p7461070_R12_AIX64-5L.zip..
unzipping p9179588_R12.AD.B_R12_GENERIC.zip..
unzipping p9477107_R12.AD.B_R12_GENERIC.zip..
Executing the merge of the patch drivers
-- Processing patch: /fmstop/patches/R1211AD/merge/7461070
-- Processing file: /fmstop/patches/R1211AD/merge/7461070/u7461070.drv
-- Done processing file: /fmstop/patches/R1211AD/merge/7461070/u7461070.drv
-- Done processing patch: /fmstop/patches/R1211AD/merge/7461070
-- Processing patch: /fmstop/patches/R1211AD/merge/9179588
-- Processing file: /fmstop/patches/R1211AD/merge/9179588/u9179588.drv
-- Done processing file: /fmstop/patches/R1211AD/merge/9179588/u9179588.drv
-- Done processing patch: /fmstop/patches/R1211AD/merge/9179588
-- Processing patch: /fmstop/patches/R1211AD/merge/9477107
-- Processing file: /fmstop/patches/R1211AD/merge/9477107/u9477107.drv
-- Done processing file: /fmstop/patches/R1211AD/merge/9477107/u9477107.drv
-- Done processing patch: /fmstop/patches/R1211AD/merge/9477107
Copying files...
5% complete. Copied 45 files of 883...
10% complete. Copied 89 files of 883...
15% complete. Copied 133 files of 883...
20% complete. Copied 177 files of 883...
25% complete. Copied 221 files of 883...
30% complete. Copied 265 files of 883...
35% complete. Copied 310 files of 883...
40% complete. Copied 354 files of 883...
45% complete. Copied 398 files of 883...
50% complete. Copied 442 files of 883...
55% complete. Copied 486 files of 883...
60% complete. Copied 530 files of 883...
65% complete. Copied 574 files of 883...
70% complete. Copied 619 files of 883...
75% complete. Copied 663 files of 883...
80% complete. Copied 707 files of 883...
85% complete. Copied 751 files of 883...
90% complete. Copied 795 files of 883...
95% complete. Copied 839 files of 883...
100% complete. Copied 883 files of 883...
Character-set converting files...
  3 unified drivers merged.
Patch merge completed successfully
Please check the log file at ./admrgpch.log.

Similar Messages

  • After R12 upgrade unable to start OPP.

    Hi,
    We have upgraded our applications version from 11.5.10.2 to 12.1.1. After the upgrade, Concurrent managers are came up and running fine. But OPP & Workflow processors are having the issue. When I checked OPP log it is showing the below error.
    "Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed
    Could not create the Java virtual machine."
    Can some one advice me please.
    Thanks in advance.
    Vijay

    "Conflicting collector combinations in option list; please refer to the release notes for the combinations allowedI do not see any similar issues reported on MOS website, so I would suggest you log a SR for this issue.
    Thanks,
    Hussein

  • Problems with Oracle 8.1.5. and Patch (on Debian Linux)

    Hello,
    I just installed Oracle 8.1.5 on Debian (Potato; glibc 2.1)
    Linux. When I try to run SQL*Plus I get the following error:
    ./sqlplus: error in loading shared libraries:
    /home/oracle/product/8.1.5./lib/libclntsh.so.8.0: undefined
    symbol: nauzaoss
    So I downloaded the patch and installed it. Due installation
    of the patch I get several errors:
    cat: /home/oracle/product/8.1.5./network/lib/ldflags: No such
    file or directory
    /home/oracle/product/8.1.5./lib/nautab.o(.rodata+0x8): undefined
    reference to `n
    auzaoss'
    /home/oracle/product/8.1.5./lib//libpls8.a(spssimb.o): In
    function `pss_gets':
    spssimb.o(.text+0x303): the `gets' function is dangerous and
    should not be used.
    /home/oracle/product/8.1.5./lib/nautab.o(.rodata+0x8): undefined
    reference to `n
    auzaoss'
    /home/oracle/product/8.1.5./lib//libn8.a(nnfu.o): In function
    `nnfun2a':
    nnfu.o(.text+0x3d3): undefined reference to `nnfotrv1'
    /home/oracle/product/8.1.5./lib//libn8.a(nnfgt.o)(.rodata+0x4):
    undefined refere
    nce to `nnftboot'
    Can anyone help?
    Ansgar
    null

    Ansgar Scherp (guest) wrote:
    : Hello,
    : I just installed Oracle 8.1.5 on Debian (Potato; glibc 2.1)
    : Linux. When I try to run SQL*Plus I get the following error:
    : ./sqlplus: error in loading shared libraries:
    : /home/oracle/product/8.1.5./lib/libclntsh.so.8.0: undefined
    : symbol: nauzaoss
    : So I downloaded the patch and installed it. Due installation
    : of the patch I get several errors:
    : cat: /home/oracle/product/8.1.5./network/lib/ldflags: No such
    : file or directory
    : /home/oracle/product/8.1.5./lib/nautab.o(.rodata+0x8):
    undefined
    : reference to `n
    : auzaoss'
    : /home/oracle/product/8.1.5./lib//libpls8.a(spssimb.o): In
    : function `pss_gets':
    : spssimb.o(.text+0x303): the `gets' function is dangerous and
    : should not be used.
    : /home/oracle/product/8.1.5./lib/nautab.o(.rodata+0x8):
    undefined
    : reference to `n
    : auzaoss'
    : /home/oracle/product/8.1.5./lib//libn8.a(nnfu.o): In function
    : `nnfun2a':
    : nnfu.o(.text+0x3d3): undefined reference to `nnfotrv1'
    : /home/oracle/product/8.1.5./lib//libn8.a(nnfgt.o)(.rodata+0x4):
    : undefined refere
    : nce to `nnftboot'
    : Can anyone help?
    : Ansgar
    On RH 6.0, there is a file called /etc/ld.so.conf which should
    contain all directories searched by ld.so, extept /lib and
    /usr/lib. Add $ORACLE_HOME/lib to that file and run ldconf
    as root.
    null

  • Custom forms not working in R12 Upgradation

    Hi friends,
    when we upgraded 11i to r12, we faced a serious problem, all the custom forms when we compiled in 10g and moved to r12, fields in those forms became invisible. Then , i opened the forms in form builder 10g, changed the property class of text_item to text_item_multiline,after which the field is visible.But when i try to attach calendar in the usual manner, the calendar is not visible.
    Also when i try to create a new form in r12, i am facing the same problem. can some body help me what might be the problem.

    Hi
    thanks for the suggestion, i checked the thread, but my problem is different, my custom forms are not working even if i put them in any top like AR,AP PER etc., the problem in the thread is same as that of mine , but his forms were working when he placed them in other tops like AR,AP etc., but mine are not working even there.
    --Raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Whole root or sparse root zones and patching

    Hi all,
    A while back, I did some cluster patching tests on a system with only sparse root zones, and one with whole root zones...and I seem to recall that the patch time was about equal which surprised me. I had thought the sparse root model mainly is patching the global zone, and even though patchadd may need to run through the sparse NGZ's...that it isn't doing much other than updating /var/sadm info in the NGZ's.
    Has anyone seen this to be true or if there are major patching improvements using a "sparse" root NGZ model over a "whole" root model?
    thanks much.

    My testing showed the same results and I was a bit surprised as well. As I dug into it further my understanding was that the majority of the patch application time goes into figuring out what to patch, not actually copying files around. That work must be done for the sparse zones in the same way as for the full root zones, we just save the few milliseconds of actually backing up and replacing the file.
    I suspect there is a large amount of slack that could be optimized in the patching process (both with and without zones), but I don't understand it nearly well enough to say that with any authority.

  • Spot and patch random behaviour

    hi,
    i have been using the spot/patch tool. i edit my images full screen, select the point to patch, and everything works fine.
    then i look at the images in the regular window, or maybe open them later on, and the patch circle is right there where i put it, but no adjustment is there anymore. actually, the adjustment is in the photo, but somewhere else (down an inch, on a side or so on). i do not do anything else than using the tool, selecting the spot, getting the circle and the right adjustment, closing the image.
    any ideas on how to stop this. it is making the tool quite unusable, unless i print/save atiff right after (and that does not make sense).
    thanks,
    @lberto

    It must only be impacting the thumbnails because when I export a copy out of the photo with a problem the spot and patch adjustments are there whereas when you view it within aperture they aren't. Also at times when you go back to the photo within aperture is shows it's fine but a few minutes later it won't be. The actual file must have the adjustments on it since it exports out fine.
    PowerMac Quad   Mac OS X (10.4.9)  
    PowerMac Quad   Mac OS X (10.4.9)  

  • 11i-R12 upgrade: when to apply patch 8919489

    I am performing an 11.5.10.2 -> R12.1.1 upgrade on Linux-x86 using the Maint Wizard (MW).
    MOS ID 437878.1 says to apply patch 8919489 (R12.TXK.B.Delta.3) BEFORE applying the bundle forms patch 9593176 (and any missing patches) as part of the OAS 10.1.2.3 upgrade.
    The MW has patch 8919489 being applied AFTER the OAS 10.1.2.3 upgrade patches (done in MOS 437878.1) and after the main 12.1.1 upgrade patch (u6678700.drv).
    Does it matter when this patch is applied?
    Thanks

    I suppose that I should clarify.
    - The MW says to follow MOS 437878.1 BEFORE starting the primary upgrade patch
    - MOS 437878.1 says to apply patch 8919489 as a pre-req patch
    - The MW says to apply patch 8919489 after the primary upgrade patch
    So, is it to be applied along with the other 437878.1 patches or after the primary upgrade patch?
    I don't know where MOS 437878.1 is referenced as part of the 11i-R12 upgrade outside of the MW.
    Thanks

  • 11i to r12 upgrade patch

    Hi
    I applied patch 6678700 during upgradation process. while patching some workers failed to complete so i skipped those jobs and continued . now patch completed successfully.
    I need to solve the failed jobs what i skipped while patching . How do i restart those failed jobs . Now patch completed so we cant use adctrl.
    This patch runs around 24 hours so i cant rerun the patch again.
    Tell me some ideas please
    These are the jobs failed. I found this from log file.
    igitrigs.sql
    lnsclu.ldt
    ceitaregpk.sql
    m4rpoco.wft
    GMDQSVRS.wft
    IGFAPW03.wft
    IGSPVW2CC.wft
    OKLSTLAT.wft
    pa115v.ldt
    wshwftrx.wft
    XDOLoader.class
    pephnasd.sql
    fiidbieeararsg.ldt
    aptoltax.sql
    aptppupg.sql
    jaiapinvsrc.sql
    jaiinvorigdff.sql
    jaircvdff.sql
    apilnupg.sql
    ceceismt.sql
    apinvwtu.sql
    adsstats.sql
    b6050423.sql
    jaiinstchktabcr.sql
    jtf_diagnostic_report_s.xdf
    JMF_GTA_IMPORT_REP_TEMP.xdf
    jljcf.odf
    csfsdogmwom.sql----error
    PO_VENDOR_CONTACTS_OBS_N4.xdf
    PO_VENDORS_OBS_F1.xdf
    csdvints.pls
    Thanks
    DBA - Newbie

    1005175 wrote:
    One of the failed worker log is this:
    sqlplus -s APPS/***** @/oracle/test12/apps/apps_st/appl/ap/12.0.0/patch/115/sql/aptoltax.sql &un_ap &batchsize 37 40
    Updating the total tax amount in the header
    DECLARE
    ERROR at line 1:
    ORA-20001: Updating column total_tax_amount : ORA-04098: trigger
    'APPS.OIE_UPDATE_EXP_STATUS' is invalid and failed re-validation
    ORA-06512: at line 155
    Thanks
    DBA-Newbie
    Please see (Patch 7303030 worker fails on aptppupg.sql (Invalid Trigger OIE_UPDATE_EXP_STATUS) [ID 1151006.1]).
    Thanks,
    Hussein

  • 11i to R12 upgrade

    Hi,
    I am doing test upgrade 11.5.10.2 to 12.1.1
    I am following R12 upgrade guide and 1211 install guide. I finished rapid install step "Creating the Upgrade File System". Now my next step is to perform upgrade (apply upgrade drivers).
    It is not clear in the documents and patch readme if I need to apply patches to 11i APPL_TOP or newly created R12 file system. Can somebody help me?
    Thanks.

    Which document says I need to apply only database driver? So far I have reviewed upgrade guide Part No. E14010-01.In the Same upgrade guide part NO:E14010-01 check the page no:73 it given as follows:
    Under Section 3 "Upgrading to Release 12.1.1"
    10. Run the American English upgrade patch driver (required)
    Applies to 11i release level: All
    TUMS step key: N/A
    To bring your database to the full Oracle Applications Release 12.1.1 level, use AutoPatch to run the (American English) unified driver (u6678700.drv). It is located in $AU_TOP/patch/115/driver.
    Run the driver on the administration server node on your Release 12.1.1 APPL_TOP
    using the following commands:
    $ adpatch options=nocopyportion,nogenerateportion
    Do I need to start database in new R12 file system.Yes. All the steps mentioned under Section 3.9 onwards need to perform in the new 12.1 Oracle _home
    -Rk
    Edited by: rkthanga on Jul 2, 2010 1:00 PM

  • 11i to R12 upgrade Doubts

    Hello,
    I am currently analyzing 11i(11.5.10.2) to R12(12.1.3) upgrade and need your expert adivce/suggestion on some of the doubts.
    Current EBS architecture:
    2 Node split architecture.
    Node1:- Web Tier
    Node2:- CP, Admin and Database Tier.
    OS:- Solaris 10 for both nodes.
    DB:- 10.2.0.3
    Although we are running only web tier on node 1 but complet application is installed and to maintain consitency we apply patches on both nodes. We want to keep same architecture going forward also.
    My doubts:-
    1) As per upgrade document we have to run ad preperation script after applying patch 7197849 and by default extent size is 128k(for db size upto 100Gb), as we are having db size of 360 GB ..how should we decide on correct extent size? Please pass metalink note id's if you are aware of.
    2)How much space is required for laying down R12 filesystem? I believe it should be same as for new installation. Also what will happen to 11i filesystems after upgrade i.e. ias and 8.0.6 oracle home?
    3)After upgrade will my user be able to check log and out of requests that ran on 11i prior to upgrade?
    4) Any idea on increase in demand CPU/memory/swap demand after moving to R12? we are upgrading like to like i.e. not adding any new functionality.
    5)How much space should be preallocated to various tablespaces prior to running upgrade, we are not having OATM and decided to move on to it after upgrade. If my database is of 350 GB then how much space should be allocated to filesystem prior to growth?
    6) We are having 11i split architecture where Node 1 is having Web tier and node 2 is having CP,admin and db tier. logically we should run rapid install steps along with all the patching on both nodes. Please correct me if i am wrong?
    7) At what point of time do i need to run patches in preinstall mode i.e before applying 7461070 or after it, i believe before. Also is MOS 1448102.1 correct note for deciding on patches to be run in preinstall mode? I believe these patches are not mandatory but recommendation from oracle to pre-captulate.
    8) After applying main upgrade driver patch i.e. 7461070 upgrade document says to 'Apply latest product patches', where can i get idea on patches to applied?
    Thanks,
    JD

    1) As per upgrade document we have to run ad preperation script after applying patch 7197849 and by default extent size is 128k(for db size upto 100Gb), as we are having db size of 360 GB ..how should we decide on correct extent size? Please pass metalink note id's if you are aware of.Use the default extent size.
    2)How much space is required for laying down R12 filesystem? I believe it should be same as for new installation. Also what will happen to 11i filesystems after upgrade i.e. ias and 8.0.6 oracle home?Disk Space Requirements
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/T422699i4773.htm#3708205
    8.0.6 and iAS ORACLE_HOMEs will be no longer used.
    3)After upgrade will my user be able to check log and out of requests that ran on 11i prior to upgrade?Yes.
    4) Any idea on increase in demand CPU/memory/swap demand after moving to R12? we are upgrading like to like i.e. not adding any new functionality.https://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+AND+Requirements+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    5)How much space should be preallocated to various tablespaces prior to running upgrade, we are not having OATM and decided to move on to it after upgrade. If my database is of 350 GB then how much space should be allocated to filesystem prior to growth?You need to migrate to OATM before R12 upgrade.
    FAQ - OATM - Oracle Applications Tablespace Migration [ID 418225.1] -- 5) Is OATM Mandatory for R12?
    6) We are having 11i split architecture where Node 1 is having Web tier and node 2 is having CP,admin and db tier. logically we should run rapid install steps along with all the patching on both nodes. Please correct me if i am wrong?Correct if you do not have shared application file syste,
    7) At what point of time do i need to run patches in preinstall mode i.e before applying 7461070 or after it, i believe before. Also is MOS 1448102.1 correct note for deciding on patches to be run in preinstall mode? I believe these patches are not mandatory but recommendation from oracle to pre-captulate.Yes. Please also see (R12.1: Oracle Financials Pre-Upgrade Patch - Supplemental List for EBS CUP [ID 1127593.1]).
    8) After applying main upgrade driver patch i.e. 7461070 upgrade document says to 'Apply latest product patches', where can i get idea on patches to applied?MOS > Patches & Updates > Latest R12 Pack & Recommended R12 Patches
    Identifying the Latest Family Packs for Oracle E-Business Suite
    https://blogs.oracle.com/stevenChan/entry/latest_available_packs_for_oracle
    Identifying Recommended Patches for E-Business Suite Environments
    https://blogs.oracle.com/stevenChan/entry/recommended_patches_for_oracle_e
    Thanks,
    Hussein

  • 11i to r12 upgradation in windows platform using staged application system

    Dear friends,
    We are planning to upgrade our 11i windows instance to R12 with same os using staged application system concept.
    Please give me some suggestion or steps to do the upgradation.
    source system:
    DB version - 10.2.0.3
    apps verison 11.5.10.2
    target system:
    DB version - 11.2.0.3
    apps veriosn - 12.1.3
    Regards,
    Rathinavel

    We are planning to upgrade our 11i windows instance to R12 with same os using staged application system concept.
    Please give me some suggestion or steps to do the upgradation.Please see these docs.
    Using a Staged Applications System (APPL_TOP) to Reduce Patching Downtime in Oracle E-Business Suite Release 12 [ID 734025.1]
    EBS R12 Patching Best Practices & Overview [Video] [ID 1207498.1]
    Patching & Maintenance Advisor: E-Business Suite (EBS) 11i and R12 [ID 313.1]
    Thanks,
    Hussein

  • During R12 upgrade adworker for patch u6678700.drv fails for afopp002.sql

    Hi Experts,
    During R12.1.1 upgrade from 11.5.10.2 adworker for patch u6678700.drv fails for afopp002.sql
    The exact error being faced is
    sqlplus -s APPS/***** @/u03/oracle/CRP1PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/sql/afopp002.sql &un_fnd &pw_fnd
    Connected.
    declare
    ERROR at line 1:
    ORA-20000: Oracle Error Mkr1= -24018 - ORA-24018: STOP_QUEUE on
    APPLSYS.FND_CP_GSM_OPP_AQ failed, outstanding transactions found
    ORA-06512: at line 15
    I even tried restarting the worker,bounced the database and even tried running u03/oracle/CRP1PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/sql/afopp002.sql manually which hangs for indefinitely.
    Any suggestion.

    Hi Srini,
    Let me walk you through briefly regarding the upgrade process:
    Initially the existing instance was 11.5.10.2 with 9.2.0.6 database.Last year the database was upgraded to 11.2.0.1 and configured with 11.5.10.2
    However the 11g database upgrade steps specifically for EBS 11i(interoperatibility notes for 11i with 11g database) was not followed properly.
    And one of the major key issue identified was the 11g Example CD was not installed on top of 11g software during database upgrade.Which is the pre-req for 11g upgrade in EBS
    And as per my experience it creates issues during R12 upgrade (patch u6678700) and giving errors pertaining to oracle text error.
    SR was raised for the same and was suggested, since there is no other option kindly install the Oracle 11g software and on top of that 11g Example CD and map the 11g database and go ahead with the R12 upgrade.
    Now coming back to the core issue being faced, Pre-req followed properly.No errors in alert logs.
    Can missing the Example CD installtion be the issue?
    Regards,
    Aman Vats

  • R12 Upgrade Report from 11i Getting Error

    Hi everyone,
    We are currently working an R12 upgrade project from 11.5.10 to 12.1.3. I am currently converting a report from 11i to R12 but it is erroring out when I run it in R12. Below is the log. Any help would be greatly appreciated. Thanks.
    Payables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXHH_APXNACHA_CHASE module: XXHH: NACHA Payment Format Chase (HHG)
    Current system time is 06-DEC-2011 15:52:03
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PAYMENT_BATCH='JRG120111b'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    MSG-00001: Org ID: 141
    MSG-00001: After SRWINIT
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1419: MSG-00001: Org ID: 141
    MSG-00001: After SRWINIT
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 10.1.2.3.0 - Production on Tue Dec 6 15:52:04 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 3660174.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 06-DEC-2011 15:52:06
    ---------------------------------------------------------------------------

    It looks as though its failing in your beforereport trigger.
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.I dont believe payment batches are used anymore as they need to be done via Payment profiles and therefore you will need to use Payment Instruction ids instead. Also the setup at R12 is Mosaic
    try including this. as the first statement in the Beforereport trigger. All the banks tables payment tables has changed so unless you have changed these to you will need to adjust these correctly to the R12 tables.
    BEGIN
         MO_GLOBAL.INIT ('SQLAP');
    MO_GLOBAL.SET_POLICY_CONTEXT('S',FND_PROFILE.VALUE('ORG_ID'));
    END;

  • Error while applying patch u4440000.drv(part of R12 upgrade from 11.5.10.2)

    Hi All,
    Getting error while applying patch 4440000
    cd $AU_TOP/patch/115/driver/u4440000.drv
    ERROR:
    Failed: XDOLoader.class on worker 1
    Failed: CustMigrationTool.class on worker 2
    Failed: XDOLoader.class on worker 3
    Failed: XDOLoader.class on worker 4
    Worker 2 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.jrad.migration.cust.CustMigrationTool ak % -customer_cust -username &un_apps @ -password &pw_apps -dbconnection &jdbc_db_addr -jrad_username &un_apps @ -jrad_password &pw_apps -jrad_dbconnection &jdbc_db_addr -rootpackage "/oracle/apps/ak/" -migrationdir &fullpath_ak_mds_directory
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/migration/cust/CustMigrationTool
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Worker 1 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_DAY -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT3.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:03
    Worker 3 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_SUMM -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT4.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:03
    Worker 4 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:01
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHLPRDWC -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLPRDWC1.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:02
    Please let me know any solution
    Thanks in advance
    Regards,
    Bhanu Chander.

    Hi,
    As a part of R12 upgrade.
    once The Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    Now we are connected to R12 application.
    Applied patch AD.A 4502962.
    Run the American English upgrade patch driver
    cd $AU_TOP/patch/115/driver
    adpatch options=nocopyportion,nogenerateportion
    Please enter the name of your AutoPatch driver file: u4440000.drv
    This patch doesn't have readme it will be under cd $AU_TOP/patch/115/driver
    Thanks,
    Bhanu Chander

  • Best Practices for 11i to R12 Upgrade

    Hi,
    We are in the process of doing an upgrade from 11.5.7 to R12.
    Please share the Best Practices available for upgrade from 11.5.7 to R12.
    Regards,
    Narayan

    Hi Narayan;
    Please see:
    Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades [ID 850008.1]
    Upgrade Advisor: E-Business Suite (EBS) Technology Stack Upgrade from 11.5.10.2 to 12.1.2 [ID 253.1]
    Those should helps you
    I suggest also use search mechanisim and make search on EBS forum, you can see our previous topic which is mention same&similar issues
    Regard
    Helios

Maybe you are looking for