Error in applying patch 6241631

Platform: "MS Win 32-bit 2003 R2"
EBS: "11.5.10.2"
DB Version: "10.2.0.4"
Java Version: "1.5.0_22"
While applying patch 6241631 got the below error:
ATTENTION: All workers either have failed or are waiting:
FAILED: file afcmgr.odf on worker 1.
ATTENTION: Please fix the above failed worker(s) so the manager can continue.
Error messages in adwork001.log:
===== Table FND_CONC_REQ_OUTPUTS all columns match.
===== Index FND_CONC_REQ_OUTPUTS_N1 all columns match.
CREATE OR REPLACE SYNONYM APPS.FND_CONCURRENT_QUEUES FOR
APPLSYS.FND_CONCURRENT_QUEUES
Start time for statement below is: Wed Aug 17 2011 13:07:43
CREATE OR REPLACE SYNONYM APPS.FND_CONCURRENT_QUEUES FOR
APPLSYS.FND_CONCURRENT_QUEUES
AD Worker error:
The following ORACLE error:
ORA-00955: name is already used by an existing object
occurred while executing the SQL statement:
CREATE OR REPLACE SYNONYM APPS.FND_CONCURRENT_QUEUES FOR
APPLSYS.FND_CONCURRENT_QUEUES
AD Worker error:
Unable to compare or correct tables or indexes or keys
     because of the error above
Time when worker failed: Wed Aug 17 2011 13:07:43
Please suggest.

Is there any message in alert log? Did you try to restart workers?There is no (error/warning/abnormal) message reported in alert log. Yes, it "Restarted" but again "Failed"
Can you check who access this view?(v$access)SQL> select * from v$access where object = 'FND_CONCURRENT_QUEUES';
no rows selected
Its not same error but please see:
Adpatch Fails While Executing afcmgr.odf. Error : The table is missing the index FND_CONCURRENT_QUEUES_N2 >ORA-00054: resource busy and acquire with NOWAIT specified [ID 295992.1]Reviewing the suggested note.

Similar Messages

  • Error while applying patch 3384350

    Hi all,
    I'm receiving the following error while apply patch 3384350 (Supply Chain Management Family Pack J 11i.SCM_PF.J) to an 11.5.9 instance.
    from adpatch.log:
    The following Oracle Forms objects did not generate successfully:
    inv forms/US INVTDILT.fmx
    from worker log:
    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignored
    I have a SR open, but thought I would ask here as well in case anyone else had ran into this issue. There was only 1 direct hit on metalink for this error and it provided no solution and it's bug # link was not accessible to the public.
    thanks in advance,
    -Chad

    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignoredA workaround is to precede the column name ('INVENTORY_ITEM_ID') with the table name so that the column reference is unambiguous. Please note that this is only a workaround to fix the issue if you cannot afford waiting to hear back from Oracle support with a proper solution.

  • Error while applying patch MLR#4

    hi,
    I am getting error while applying patch MLR#4. Can you please let me know whats error can be resolved?
    Please see below the snapshots from log file.
    Thanks,
    Vaibhav
    Execute perf_wid_pid_pcid.sql
    Error: Abort transaction
    java.lang.NullPointerException
    at oracle.tip.adapter.b2b.data.B2BSchemaUpdate.addAQJMSTransportProtocolToGenericExchange(B2BSchemaUpdate.java:1009)
    at oracle.tip.adapter.b2b.data.B2BSchemaUpdate.main(B2BSchemaUpdate.java:509)
    Begin Transaction
    Inserting DocumentRoutingID into X12_DOCUMENT_TYPE_PARAMETERS
    Failure! Error stack:
    java.lang.NullPointerException
    at oracle.tip.buslogic.bll.b2b.DocumentProtocolWizard.getDocumentTypeParameter(DocumentProtocolWizard.java:819)
    at oracle.tip.adapter.b2b.data.B2BParameterSeed.createDocumentTypeParameters(B2BParameterSeed.java:214)
    at oracle.tip.adapter.b2b.data.B2BParameterSeed.main(B2BParameterSeed.java:160)
    start: update opmn xml
    Transaction started
    An exception occured during seeding
    java.lang.NullPointerException
    at oracle.tip.buslogic.bll.b2b.DocumentProtocolWizard.getDocumentTypeParameter(DocumentProtocolWizard.java:819)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.createCustomDocumentTypeParameters(EBMSPatch.java:386)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.seed(EBMSPatch.java:56)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.main(EBMSPatch.java:38)
    Seeding successful
    Error -: AIP-11001: Transaction closed: Error -: AIP-11001: Transaction closed
    at oracle.tip.buslogic.common.Transaction.commit(Transaction.java:72)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.seed(EBMSPatch.java:79)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.main(EBMSPatch.java:38)
    Caused by: Error -: AIP-11001: Transaction closed
    at oracle.tip.repos.core.driver.CatalogTransaction.commit(CatalogTransaction.java:1464)
    at oracle.tip.buslogic.common.Transaction.commit(Transaction.java:70)
    ... 2 more
    Starting task #1 [AS1SeedTask] ...
    Task [AS1SeedTask]: starting ...
    EDI X12 over AS1 is being seeded.
    create BusinessProtocol EDI-EDI_X12 over AS1....
    creating AS Exchange Protocols...
    create AS1 1.0
    java.lang.Exception: No TransportProtocol found for the given name and revision 'EMail' '1.0'
    at oracle.tip.seed.AS1SeedTask.getTransportProtocol(AS1SeedTask.java:342)
    at oracle.tip.seed.AS1SeedTask.createAS1(AS1SeedTask.java:483)
    at oracle.tip.seed.AS1SeedTask.createAS1ExchangeProtocol(AS1SeedTask.java:423)
    at oracle.tip.seed.AS1SeedTask.createBusinessProtocol_EDI_EDI_X12_AS1(AS1SeedTask.java:530)
    at oracle.tip.seed.AS1SeedTask.doWork(AS1SeedTask.java:104)
    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
    at oracle.tip.seed.AS1SeedDriver.main(AS1SeedDriver.java:80)
    java.lang.Exception: No TransportProtocol found for the given name and revision 'EMail' '1.0'
    at oracle.tip.seed.AS1SeedTask.getTransportProtocol(AS1SeedTask.java:342)
    at oracle.tip.seed.AS1SeedTask.createAS1(AS1SeedTask.java:483)
    at oracle.tip.seed.AS1SeedTask.createAS1ExchangeProtocol(AS1SeedTask.java:423)
    at oracle.tip.seed.AS1SeedTask.createBusinessProtocol_EDI_EDI_X12_AS1(AS1SeedTask.java:530)
    at oracle.tip.seed.AS1SeedTask.doWork(AS1SeedTask.java:104)
    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
    ------------------------------------------

    Make sure that no oracle processes are running on windows, stop all services again and use the task manager to kill any oracle process that is running. But first read de README.txt that you have with your patch, there is all the steps you need to follow to perform that installation.
    Message was edited by:
    user637951

  • 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

  • Error in applying patch 5985992

    Hi,
    I received this error :
    [appdds@fffdebsx bin]$ ./txkprepatchcheck.pl -script=ValidateRollup -outfile=$APPLTMP/txkValidateRollup.html -appspass=apps
    Perl environment not set for Oracle Applications. (Cannot compile use TXK::OSD() )
    Ensure that Autoconfig has been run and your environment has been sourced correctly.
    at ./txkprepatchcheck.pl line 134.
    BEGIN failed--compilation aborted at ./txkprepatchcheck.pl line 141.
    [appdd@fddfbsx bin]$ which perl
    /usr/bin/perl
    [appffdf@ohgfbsx bin]$ env | grep PERL5LIB
    PERL5LIB=/Data/oracle/d03/prdaora/iAS/Apache/perl/lib/5.00503:/Data/oracle/d03/prdaora/iAS/Apache/perl/lib/site_perl/5.005:/Data/oracle/d03/prdaappl/au/11.5.0/perl
    [appddd@dddsx bin]$ echo $PATH
    /Data/oracle/d03/prdaora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/Data/oracle/d03/prdaora/iAS/Apache/perl/bin:/bin:/Data/oracle/d03/prdaappl/fnd/11.5.0/bin:/Data/oracle/d03/prdaappl/ad/11.5.0/bin:/Data/oracle/d03/prdacomn/util/java/1.4/j2sdk1.4.2_04/bin:/Data/oracle/d03/prdacomn/util/unzip/unzip/unzip-5.50::/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/appprda/bin
    for me it is a PATH problem since it was not the good PERL path. Then I added to PATH :
    PATH=$PATH:/Data/oracle/d03/prdaora/iAS/Apache/perl
    export PATH
    But path for PERL does not change :
    [appddd@os02edd ~]$ which perl
    /usr/bin/perl
    How to have correct path for PERL ?
    Many thanks.

    Thank you. Now I have this error when applying patch :
    /Data/oracle/d03/prdaora/8.0.6/rdbms/lib/defopt.o
    /Data/oracle/d03/prdaora/8.0.6/rdbms/lib/ssbbded.o
    /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to
    `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: *** [Data/oracle/d03/prdaappl/wip/11.5.0/bin/WICDCL] Error 1
    Done with link of wip executable 'WICDCL' on Wed Oct 17 21:28:33 CEST 2007
    Relink of module "WICDCL" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /Data/oracle/d03/prdaappl/wip/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    and
    [apppddd@oddsbsx 5985992]$ ls -l /Data/oracle/d03/prdaappl/wip/11.5.0/
    total 128
    drwxrwx--- 7 appprod dba 4096 Oct 23 2006 admin
    drwxrwx--- 2 appprod dba 4096 Oct 17 21:28 bin
    drwxrwx--- 4 appprod dba 4096 Oct 23 2006 forms
    drwxrwx--- 2 appprod dba 4096 Oct 23 2006 graphs
    User who applys patch is appprod.
    Any solution ?
    Thank you.
    Message was edited by:
    user522961

  • Error when applying patch 3171663(11.5.9 CU2 )..

    hi..
    error when applying patch 3171663(11.5.9 CU2 )
    below error in log file:
    Assigned: file mscplan.odf on worker 1 for product msc username MSC.
    Time is: Sat May 22 2010 21:58:03
    FAILED: file mscplan.odf on worker 1 for product msc username MSC.
    Time is: Sat May 22 2010 21:58:04
    ATTENTION: All workers either have failed or are waiting:
         FAILED: file mscplan.odf on worker 1.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    below error in workerlog.. in adworker1
    ===============================================================================
    The table is missing the index MSC_TRADING_PARTNERS_U2
    or index MSC_TRADING_PARTNERS_U2 exists on another table.
    Create it with the statement:
    Start time for statement below is: Sat May 22 2010 21:58:04
    CREATE UNIQUE INDEX MSC.MSC_TRADING_PARTNERS_U2 ON MSC.MSC_TRADING_PARTNERS
    (SR_INSTANCE_ID, SR_TP_ID, PARTNER_TYPE, COMPANY_ID) LOGGING STORAGE
    (INITIAL 4K NEXT 40K MINEXTENTS 1 MAXEXTENTS UNLIMITED PCTINCREASE 0
    FREELIST GROUPS 4 FREELISTS 4 ) PCTFREE 10 INITRANS 11 MAXTRANS 255
    COMPUTE STATISTICS TABLESPACE MSCX
    Statement executed.
    AD Worker error:
    The index cannot be created as the table has duplicate keys.
    Use the following SQL statement to identify the duplicate keys:
    SELECT SR_INSTANCE_ID, SR_TP_ID, PARTNER_TYPE, COMPANY_ID, count(*)
    FROM MSC.MSC_TRADING_PARTNERS
    GROUP BY SR_INSTANCE_ID, SR_TP_ID, PARTNER_TYPE, COMPANY_ID
    HAVING count(*)>1
    AD Worker error:
    Unable to compare or correct tables or indexes or keys
         because of the error above
    Time when worker failed: Sat May 22 2010 21:58:04
    ====================================================================
    My application version :11.5.9
    my database version 8.1.7.4
    Regards
    Jaffer Ali

    >
    Use the following SQL statement to identify the duplicate keys:
    SELECT SR_INSTANCE_ID, SR_TP_ID, PARTNER_TYPE, COMPANY_ID, count(*)
    FROM MSC.MSC_TRADING_PARTNERS
    GROUP BY SR_INSTANCE_ID, SR_TP_ID, PARTNER_TYPE, COMPANY_ID
    HAVING count(*)>1
    >
    Pl post the output of the above statement
    HTH
    Srini

  • Error while applying patch for SOA suite 10.1.3.4 on Weblogic 9.2 - URGENT

    Hi All,
    I am trying to apply a weblogic patch on SOA server but facing an error while applying the Opatch . I checked the accessibilty to opatch inventory by using the command % opatch lsinventory . This executed fine and there were no errors. But when I try applying the opatch I get the error -that some jars missing . Even if I replace the jars and try executing opatch again I face the same error . I googled a lot but couldnt find any solution . Please let me what can be done for solving this error .
    D:\7337034>opatch apply -oh D:\product\10.1.3.1\OracleAS_1
    Oracle Interim Patch Installer version 1.0.0.0.61
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : D:\product\10.1.3.1\OracleAS_1
    Oracle Home Inventory : D:\product\10.1.3.1\OracleAS_1\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\product\10.1.3.1\OracleAS_1\oui
    OUI shared library : D:\product\10.1.3.1\OracleAS_1\oui\lib\win32\oraInstalle
    r.dll
    Java location : "D:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\java.exe"
    Log file location : D:\product\10.1.3.1\OracleAS_1/.patch_storage/<patch ID>
    /*.log
    Creating log file "D:\product\10.1.3.1\oracleas_1\.patch_storage\7337034\Apply_7
    337034_06-02-2009_13-39-26.log"
    Provide your email address to be informed of security issues, install and
    initiate Oracle Configuration Manager. Easier for you if you use your My
    Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name: [email protected]
    Provide your My Oracle Support password to receive security updates via your My
    Oracle Support account.
    Password (optional):
    Password (optional):
    Unable to establish a network connection to Oracle. If your systems require a
    proxy server for outbound Internet connections, enter the proxy server details
    in this format:
    [<proxy-user>@]<proxy-host>[:<proxy-port>]
    If you want to remain uninformed of critical security issues in your
    configuration, enter NONE
    Proxy specification: NONE
    ** Installing base package **
    Deploying core - Version 10.3.1.0.0
    Deploying engines - Version 10.2.7.1.0
    Deploying metricdata - Version 10.2.4.0.3
    Deploying scripts - Version 10.3.1.0.0
    Oracle Configuration Manager has been configured in disconnected mode. If the
    target ORACLE_HOME is running a database, please refer to the
    "Post-installation Database Configuration" section of the OCM Installation
    and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html) to complete the
    installation.
    View configuration data reports and access valuable configuration best
    practices by going to My Oracle Support.
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = d:\product\10.1.3.1\oracleas_1)
    Is this system ready for updating?
    Please respond Y|N >
    y
    Applying patch 7337034...
    Patching jar files...
    OPatch encounters the following issues during file patching:
    The following java archives on Windows had problems with being patched:
    1. orabpel.jar
    [ object: DomainFilter.class ]
    2. orabpel.jar
    [ object: AdapterFrameworkListenerImpl$RoutingRuleXPathInfo.class ]
    3. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    4. orabpel.jar
    [ Couldn't make backup copy of file. ]
    5. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    6. orabpel.jar
    [ Couldn't make backup copy of file. ]
    7. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    8. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    9. orabpel.jar
    [ Couldn't make backup copy of file. ]
    Replying 'Y' will terminate the patch installation immediately. It WILL NOT rest
    ore any updates that have been performed to this point. It WILL NOT update the i
    nventory.
    Replying 'N' will update the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch ins
    tallation.
    Do you want to STOP?
    Please respond Y|N >
    y
    File Patching Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    OPatch returns with error code = 200

    Hi , I am facing the same issue.
    were you able to resolve it.
    please let me know if you were.
    Many Thanks.

  • Error while applying Patch 4960210

    Hi,
    I am trying to integrate oracle apps with Oracle EBS 12R and following Doc Id:376811.1 from metalink.
    I have successfully installed patch 5983637, but when I try to install patch 4960210 on it, even though I stopped all the services on app server, i get the following error:
    Certain files which need to be reinstalled by oracle universal installer are being used by one or more applications.
    Please close any running applications before continuing.
    NOTE: when I upgraded the existing OracleAS 10.1.2.0.2 Infrastructure to Oracle Identity Management 10g (10.1.4.0.1) I created a new oracle home and installed my components there (unknowingly), so not sure if this causing problem.
    Not able to go further Please help..!!!!
    Thanks

    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

  • Error while applying patch to 12.1.3 from 12.1.1

    Hi,
    while I'm applying patch 9239090, I'm getting the following error:
    The following Oracle Forms objects did not generate successfully:
    au      resource        IEXFBALI.pll
    au      resource        OKSACTEV.pll
    au      resource        OKSAUDET.pll
    au      resource        CSCUTILS.pll
    au      resource        OKCEXEVT.pll
    au      resource        OKCEXPOR.pll
    au      resource        OKCKSRCH.pll
    The following Oracle Forms objects did not generate successfuly:
    iex     forms/US     IEXCUOVW.fmx
    iex     forms/US     IEXRCALL.fmx
    wms     forms/US     WMSLABEL.fmx
    wsh     forms/US     WSHQSSUI.fmx
    wsh     forms/US     WSHSTREF.fmx
    wsh     forms/US     WSHFSTRX.fmx
    and i have allready applied patch 9239089 before 9239090

    IEXCUOVW.fmx
    Error Statement:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXCUOVW
    FRM-30085: Unable to adjust form for output.
    WMSLABEL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select upet.type_name EPC_type_name, upec.name category_name, upet.type_id, upec.category_id              
    from mgd_idencoding_category upec,
         mgd_idencoding_type upet
    where upec.category_id = upet.category_id
    and ((NVl(upet.partition_value,0)= 0 and upet.category_id = 1 ) or upet.category_id <> 1)
    order by upec.category_id,type_name.
    ORA-00942: table or view does not exist
    Record Group EPC_RULE_RG
    Form: WMSLABEL
    FRM-30085: Unable to adjust form for output.
    Generated    0 files successfully.
    Generated    0 files with non-fatal warnings.
    Generated    1 files with fatal errors.
    adfrmgen is exiting with status 1
    End of adfrmgen session
    Date/time is Mon Feb 20 2012 04:44:01
    WSHFSTRX.fmx
    Error Statements :
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    IEXRCALL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXRCALL
    FRM-30085: Unable to adjust form for output.
    WSHSTREF.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    WSHQSSUI.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignoredthese are the error statements

  • Error while applying Patch 9593176

    Hi,
    when i'm applying patch 9593176 the following errors appeared :
    Oracle Home       : /oracle/div4db/11.1.0
    Central Inventory : n/a
       from           : n/a
    OPatch version    : 11.1.0.6.2
    OUI version       : n/a
    OUI location      : n/a
    Log file location : /oracle/div4db/11.1.0/cfgtoollogs/opatch/opatch2012-02-24_13-40-03PM.log
    ApplySession applying interim patch '9593176' to OH '/oracle/div4db/11.1.0'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 9593176: Required component(s) missing : [ oracle.developer.forms, 10.1.2.3.0 ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74i've checked the OAS version and it's 10.1.2.3.0

    Quite obvious:
    oracle.developer.forms, 10.1.2.3.0 whereas
    Oracle Home : /oracle/div4db/11.1.0which seems to be the oracle home of a 11.1 database. Did you set the oracle_home environment variable to the oracle home of your forms installation before invoking opatch?
    cheers

  • Error while applying patch

    Hii..
    Im upgrading from 11.5.10.2 to 12.1.1,
    I have successfully applied the Apply AD 12.1.1 upgrade driver (required) -7461070 patch
    but when i try to apply
    Run the American English upgrade patch driver (required) 6678700
    its giving the following error
    Version check:
    Cannot open patch file:
    */u02/oracle/PROD_r12/apps/apps_st/appl/au/12.0.0/patch/115/driver/admin/applprod.tmp.*
    File will not be copied to destination.
    AutoPatch error:
    Version checking failed for applprod.tmp
    AutoPatch error:
    Failed applying new applprod.txt (if any)
    Can anyone help me in resolving the isuue
    Waiting for your replies.
    Thanks in advance.

    halloo...i also tried that.. first sourced the R12 env file and run adadmin and dropped the tables, after that i sourced 11i env file ,run adadmin nd choose convert to multi org, but the same error is comin again,
    the folowing is the error message comin.
    FAILED: file adorgcnv.pls on worker  2 for product ad  username APPLSYS.
    AD Administration error:
    The following ORACLE error:
    ORA-00001: unique constraint (APPLSYS.AD_DEFERRED_JOBS_U1) violated
    occurred while executing the SQL statement:
    Insert into AD_DEFERRED_JOBS [2]
    AD Administration error:
    Failed saving timing information to AD_DEFERRED_JOBS
    Telling workers to quit...
    *3 workers have quit. Waiting for 1 more.*
    All workers have quit.
    Backing up restart files, if any......Done.
    You should check the file
    */u01/oracle/prodappl/admin/PROD/log/new.log*
    for errors.
    *[oracle@msftrac2 PROD_msftrac2]$*
    Wat can i do next..plz suggestt..waiitng for your replyy..
    Thankss..

  • Error While Applying patch 9239089 Oracle Applications DBA 12.1.3 Product R

    Dear All,
    I want to upgrade my application from Release 12.1.1 To 12.1.3. on windows server 2003 R2.
    while applying patch 9239089 I got this error
    "Extracting object modules for product ad...
    lib: not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    Please see the complete contents from log file.
    You are running adlibout, version 120.0
    Start of adlibout session
    Date/time is Sun May 8 17:02:50 AST 2011
    Log file is D:/oracle/PROD/apps/apps_st/appl/admin/PROD/log/adlibout.log
    Command line arguments are
    "filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/paoapp000.txt"
    Creating temporary file list...
    Done creating temporary file.
    ---ad----------------------------------------
    Extracting object modules for product ad...
    lib: not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    End of adlibout session
    Date/time is Sun May 8 17:02:50 AST 2011
    Please Advise how to solve this issue.
    Thanks and regards

    lib: not foundPlease see these docs.
    Error when relinking programs LINK : fatal error LNK1104: cannot open file [ID 1308860.1]
    Patch 4157177 Error: Cannot Get Table Of Contents In Library File For Product Fnd [ID 335488.1]
    Adcfgclone Appstier Error Out In Adlnk806.Sh [ID 601788.1]
    Thanks,
    Hussein

  • Error While Applying patch ST-PI 2008_1_700 to solution Manager

    Dear Techies,
    Thanks alot for your fast response.
    We are trying to upgrade Solution Manager Stack from
    ST-PI 2005_1_700  to ST-PI 2008_1_700 ,
    While applying patch it was suddenly stopped with an error
    "Manual modification adjustment is neccessary"
    While I tried to adjust it.
    In Note correction tree. This the message with " green tick"
    "0001293326 EWA: Newest ST-PI Is Rated 'Outdated'; Wrong RTCCTOOL Date"
    and is not allowing me to proceed further.
    How to go about.
    Thanks in advance.
    regards,
    Kiran

    Hi Varun,
    Thanks for your reply.
    As suggested by you, I executed "RTCCTOOL" programme.
    It Has given that 4 notes were in red status.
    They are.
            1. [Note 69455  ]      Addon upgrade ST-A/PI 01N_700SOL
            Description     "Servicetools for Applications Plug-In" for Solution Manager 4.0-7.10  (Addon delta upgrade package)
            Implementation  From http://service.sap.com/supporttools->ST-A/PI download the addon upgrade package ST-A/PI           
                                     01N_700SOL. Upload to tx SAINT (just as you would  do for an installation) and install as per note 69455
                                     Then restart report RTCCTOOL and choose 'List->Refresh from SAPNet'.
            4. [Note 539977  ]     ST-PI Support Packages
    Description     Addon supportpackage level 4 for ST-PI 2008_1_700 for 7.00 [patches up to level 4 for Basis tools for  services]
    Implementation  Open http://service.sap.com/supporttools-> ST-PI 2008_1_700 ->Supportpk. Add patch SAPKITLRD4 (and predecessors if not yet implemented) to download basket. Release basket via  Maintenance optimizer. Upload from frontend int  transaction SPAM, define a queue and import the queue.
            6. [Note 539977  ]     Note 1312413 for ST-PI
            Description     Maintenance Certificates for SPAM/SAINT may get periodically overwritten by invalid ones on ST-PI  
                                   2008_1_7* SP 00. Prevent this proactively,even if you do not yet use the automatic maint. certificate 
                                  distribution.
             Implementation  We recommend that you implement the Supportpackage SP1 for ST-PI 2008_1* to solve the error. Only if 
                                      not possible implement note 1312413   with not version >=12 using SNOTE. Regarding automatic maint.
                                      certificate distribution see http://service.sap.com/maintenancecertificate.
            9. [Note 1293326  ]    EWA serviceprep correct. in sequence.
    Description     Wrong alerts appear in EWAlert Service preparation section (Newest ST-PI Rated Outdated / Wrong
                          RTCCTOOL Date) if Solution Manager ST-SER < 701_2008_2 SP1 and satellites on ST-PI 2008_1* / ST-A/PI 01L*.
    Implementation  Implement the coding correction of this note 1293326   with SNOTE to solve the wrong service preparation alerts. Else if you do not mind the wrong alerts simply set this recommendation manually to green after reading.
    These are in green status
    Successfully implemented addons/ transports/ notes
            2. [Note 69455  ]    Proc. after addon impl.
            3. [Note 539977  ]   Addon ST-PI 2008_1_700
            5. [Note 539977  ]   Note 1300023 for ST-PI
            7. [Note 539977  ]   Note 1293657 for ST-PI
            8. [Note 12103  ]    Collectors and TCOLL.
    While I tried to implement the note "69455" system is giving the message that there are no valid corrections and is coming out of the process
    "Note 0000069455 cannot be implemented since no valid correction is available."
    And is same for other notes also.
    How to go ahead.
    Thanks in advance.
    Regards,
    Kiran

  • Error while applying patch no 9239089

    Hello,
    We are applying patch no 9239089 to EBS version 12.1.1 on WIndows 2003 R2 environment.
    While applying the patch on the application user we are getting the following error (adrelink.log)
    Starting link of product 'ad' on Wed May 22 16:23:16 IST 2013
    Current product is ad
    Current product TOP is  $ADTOP
    Current prodarea is D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0
    Relinking module 'adadmin.exe' in product ad ...
    gnumake -f D:/oracle/VIS1/apps/apps_st/appl/admin/VIS1/out/link_ad_6832.mk
    D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadmin.exe
    Starting link of ad executable 'adadmin.exe' on Wed May 22 16:23:17 IST 2013
    Done with link of ad executable 'adadmin.exe' on Wed May 22 16:23:17 IST 2013
    Relink of module "adadmin.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    What is causing this problem?
    I ran: gnumake -f D:/oracle/VIS1/apps/apps_st/appl/admin/VIS1/out/link_ad_6832.mk
    D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadmin.exe
    and got the error:
    This application has failed to start because libintl-8.ddl was not found. Re-instaaling the application may fix the problem.
    Regards
    Prasad

    Hello,
    The following is the error that I am getting while running adpatch on pacth number 9239089:
    Relinking module 'adadmin.exe' in product ad ...
    gnumake -f D:/oracle/VIS1/apps/apps_st/appl/admin/VIS1/out/link_ad_2112.mk
    D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadmin.exe
    Starting link of ad executable 'adadmin.exe' on Fri May 24 12:59:01 IST 2013
    link.exe -MAP:D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadminnew.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadmin.new \
    D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/lib/adadmin.obj \
         D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    D:/oracle/VIS1/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/lib/oranls10.lib
    D:/oracle/VIS1/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    LINK : warning LNK4044: unrecognized option '/LIB/MSVCRT.LIB'; ignored
    LINK : warning LNK4044: unrecognized option '/LIB/OLDNAMES.LIB'; ignored
    LINK : fatal error LNK1181: cannot open input file 'LIB/KERNEL32.LIB'
    D:/oracle/VIS1/apps/apps_st/appl/admin/VIS1/out/link_ad_2112.mk:804: recipe
    for target 'D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadminnew.exe'
    failed
    gnumake: *** [D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin/adadminnew.exe]
    Error 157
    Done with link of ad executable 'adadmin.exe' on Fri May 24 12:59:02 IST 2013
    Relink of module "adadmin.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/VIS1/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    This is happening of linking of other files.
    Regards
    Prasad

  • Ad Path worker error while applying patch NO 7429271

    Hi All,
    I am not able to apply following patch NO 7429271( AD Mini pack) to Oracle application 11.5.9 which is at AD patch level 11i.AD.H
    I am getting the following error in ad worker log and the patch does not continue from workers stage here is a log from one of the workers..
    *********** Start of AD Worker session *************
    AD Worker version: 11.5.0
    AD Worker started at: Sat Sep 18 2010 15:53:34
    APPL_TOP is set to d:\oracle\prodappl
    Worker id = 1
    Started by: adpatch
    NLS_LANG value from the environment is : AMERICAN_AMERICA.AR8ISO8859P6
    NLS_LANG value for this AD utility run is : AMERICAN_AMERICA.AR8ISO8859P6
    AD Worker error:
    aiurcl(): Discrepancy detected in restart file:
    d:\oracle\prodappl\admin\PROD\restart\adpinit.rf9
    Line 4 from file = 'Prompt for mailto'
    Line to compare = 'Apply mode Setting'
    You should check the file
    d:\oracle\prodappl\admin\PROD\log\adwork001.log
    for errors.
    I followed these metalink documents with no use
    Note: 358943.1 - Ad Worker Error:Aiurcl():Discrepancy Detected In Restart File:Adpinit.rf9
    Note: 159127.1 - Discrepancy Detected in Restart File
    Note: 362581.1 - Restart discrepancy in aidrrl3() error while applying a Patch
    Note: 736623.1 - How To Take Quick Action On The Relink Failed On The Windows Platform? Adrelink.Sh Adpatch And Adworker Exiting With Status 1
    I am trying to apply AD mini pack for my installtation...
    Early Repose is highy appreciated.................................
    Regards
    DVS Shiv Kumar
    Edited by: user6650876 on Sep 18, 2010 8:02 AM

    Hi,
    Any other error messages in the failed worker log file?
    Have you tried to apply the patch from the beginning and see if it works?
    Please see --> How To Take Quick Action On The Relink Failed On The Windows Platform? Adrelink.Sh Adpatch And Adworker Exiting With Status 1 [ID 736623.1]
    If none of the docs helps, please log a SR.
    Thanks,
    Hussein

Maybe you are looking for