Error when applying patch SAPKB62021

Dear All,
I have fresh Install SAP 4.7 with SQL 2000. When I am updating basis Support pack i.e SAPKB62021.
It give messege
Error in Phase :-XPRA_EXECUTION
Reasion for error :TP_STEP_FAILURE
Return Code : 0008
Please help
Thanks & Regards

Hi Anurag,
Check below notes
Note 782140 - OCS: Known problems with Support Packages in Basis Rel. 6.20
Note 537881 - TP stops during execution of SPAM phase XPRA_EXECUTION
Regards
Ashok

Similar Messages

  • 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

  • When i apply patch 43worker occur afcmgf.odf error when apply patch 4334965

    when i apply patch 4334965, it occur error with: FAILED: file afcmgr.odf on worker 14 for product fnd username APPLSYS.
    then the others worker's status is wait, how to resolve? and how did i know what's wrong?

    Fadi,
    Thanks a lot for you information, it is very helpful.
    I am new to APPS, I did not know how to handle it last night
    Another question, if I initiate another session to adctl to restart the failed worker, will the adpatch resume automatically?
    Thanks,
    Hank

  • Error when applying patch 5739724

    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WSHDDACB.pls on worker 1.
    FAILED: file INVTRXWB.pls on worker 2.
    FAILED: file WMSPSHPB.pls on worker 3.
    FAILED: file WMSDSPVB.pls on worker 4.
    FAILED: file WSHDEACB.pls on worker 5.
    FAILED: file WSHDETHB.pls on worker 6.
    FAILED: file WSHDDSPB.pls on worker 7.
    FAILED: file INVPWSHB.pls on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Pls help.

    Please try the following:
    SQL> connect apps/<apps password>
    SQL> alter system flush shared_pool;
    SQL> alter package WSH_DELIVERY_DETAILS_ACTIONS compile body reuse settings;Let us know if you get any errors.
    Also, please try to run this command from the log file:
    sqlplus -s APPS/***** @/u01/oracle/testappl/wsh/11.5.0/patch/115/sql/WSHDDACB.pls
    Thanks,
    Hussein

  • 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 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 when applying opatch

    Recently upgraded from Oracle 10.2.0.1 to 10.2.0.5 & since then i cant run OEM, so oracle suggested Apply Patch 8350262 to your Oracle Home installation using OPatch.
    OS : Windows 2003 32 bit
    DB : Oracle 10.2.0.5
    I get below error when apply opatch.
    C:\oracle\product\10.2.0\db_1\OPatch>opatch apply 8350262
    Invoking OPatch 10.2.0.4.9
    Oracle Interim Patch Installer version 10.2.0.4.9
    Copyright (c) 2009, Oracle Corporation. All rights reserved.
    Oracle Home : C:\oracle\product\10.2.0\db_1
    Central Inventory : C:\Program Files\Oracle\Inventory
    from : n/a
    OPatch version : 10.2.0.4.9
    OUI version : 10.2.0.5.0
    OUI location : C:\oracle\product\10.2.0\db_1\oui
    Log file location : C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2013-
    01-02_23-02-41PM.log
    Patch history file: C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch_hist
    ory.txt
    ApplySession applying interim patch '8350262' to OH 'C:\oracle\product\10.2.0\db
    _1'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 8350262: Required component(s) missing : [ oracle.sysman.agent.core, 10.2.
    0.4.0a, higher version 10.2.0.5.0a found. ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplica
    ble" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code = 74
    C:\oracle\product\10.2.0\db_1\OPatch>
    Any help would be appreciated.
    Thanks,
    Vikhar

    Do you mean this "The patch is also included in 10.2.0.5 database patch 5 and 10.2.0.5.3 (PSU3)" which is quoted in (DOC ID 1222603.1), if so, i have downloaded. However, can you give me patch # for 10.2.0.5 version in order to double check , may be by mistake i download wrong version.
    Thank you,

  • 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 when applying a XSLT transformation: No valid XSLT pro

    Dear All,
    I am getting following error when opening the "General Supplier Data" from Pre-Select Supplier.
    Error Message: "Error message: Error when applying a XSLT transformation: No valid XSLT program supplied"
    I have already read the related threads on SDN and checked the SAP Note 883896 and others. Even tried running the program UXS_DEL_NAVIGATION_NODE and UXS_ADD_MISSING_XSLT_NAME. But not able to solve the issue.
    Kindly Help.
    Regards,
    Sagar

    Hi Masa,
    Thanks for reply. I have checked this note. As note suggests, S_DEVELOP auth object is assigned to the user. and it has value *.
    Do I need to check anything else?
    Regards,
    Sagar

  • Error when applying a XSLT transformation

    central instance
    transaction SURVEY
    Extras->Target Group Hierarchy-> Import from file
    select file
    Error when applying a XSLT transformation
    dialog instance working

    Hello Andrey Kuryanov,
    Could make sure you describe the problem more clear as much as you can so that community can help you better.
    Please provide more details with more detailed steps and actual error messge.
    Thanks
    Raja Pamireddy
    Moderator

  • HELP: Keep Getting Error When Applying Magic Bullet Looks

    get this error when applying Looks.
    "After Effects error: crash occurred while invoking effect plug-in "Looks".
    and then it says
    "After Effects error: Crash in progress. Last logged message was: <2280>
    <MCExportInfo: Destruct> <5> Destruct for 420462944"
    I try to apply Looks to another video and I get a different error saying language registry key. I apply Looks to a third video and I get the dynamiclink error. It's like different error for different video. All 3 videos shot with different cameras.

    Same problem here ! I have Vista 64 bit and Intel 4500 Mhd
    driver. The issue is Magic Bullet Misfire works fine in Adobe After
    Effects CS5 but it crashes with Magic Bullet Looks.
    Have checked OpenGL in AE CS5 which are by default OFF, that is if you open Adobe After Effects CS5 and into edit and then click 'preferences'. Under previews there is ur OpenGL info. Click OpenGL, its says need to update driver or get a better OpenGL above 2.0. I think updating to new OpenGL may fix the issue. I have made a video with Magic Bullet Misfire and it works fine but the issue is with only 'Magic Bullet Looks' presets where the AE crashes.
    So it cant be Windows 7, Vista or 32 bit or 64 bit issue. Probably a driver error or an internal Magic Bullet 1.4 or Adobe After Effects CS5 64 bit error.

  • Why maintainence mode when applying patch

    Hi all,
    why do we put application under maintainence mode as we already get application services down when applying patch.
    Bala

    Hi,
    If I google one particular scenario and provide the link (All the links will be refreenced) then it doesn’t mean that I am providing solution.If you click on the link above, you will find the document in the first 3-5 hits (not just referenced, with also many helpful comments and discussions).
    Pointing the right link makes the difference. I just provided the link which I know.Not when the topic was discussed many times in the forum, we are trying to encourage the users to use the search feature in the forum and go through previous threads instead of posting redundant questions.
    Thanks,
    Hussein

  • Error when applying PI_BASIS patch SAPKIPYM03 on ECC 6

    Dear Gurus,
    I have ECC 6 running on Oracle 10.2.0.4 and my OS is SUSE LINUX ENT 1. My Kernel patch level also the latest one 236.
    I am getting the following transport errors when i applying PI_BASIS patch SAPKIPYM03 via SPAM. Appreciate if someone can help me to resolve this issue.
    S_LOG (i grep only the ERRORS in the log):-
    /usr/sap/trans/log/SAPPIPYM03.NAG:4 ETW000 TRACE-INFO: 39:  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed with rc=12537
    /usr/sap/trans/log/SAPPIPYM03.NAG:4 ETW000 TRACE-INFO: 41:  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12537'             19  0.182340
    /usr/sap/trans/log/SAPPIPYM03.NAG:4 ETW000 TRACE-INFO: 57:  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed with rc=12537
    /usr/sap/trans/log/SAPPIPYM03.NAG:4 ETW000 TRACE-INFO: 59:  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12537'             36  0.253573
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => Error 1089 in stmt_execute() from oci_execute_stmt(), orpc=0
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-1089 occurred when executing SQL stmt (parse error offset=0)
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCITransRollback' failed with rc=3114
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000 TRACE-INFO: 41:  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed with rc=12537
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000 TRACE-INFO: 43:  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12537'             80  3.439127
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000 TRACE-INFO: 59:  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed with rc=12537
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000 TRACE-INFO: 61:  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12537'             34  3.543518
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => Error 1089 in stmt_fetch() from oci_execute_stmt(), orpc=0
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-1089 occurred when executing SQL stmt (parse error offset=0)
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => Error 3114 in stmt_fetch() from oci_execute_stmt(), orpc=1
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-3114 occurred when executing SQL stmt (parse error offset=0)
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCITransRollback' failed with rc=3114
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => Error 1089 in stmt_execute() from oci_execute_stmt(), orpc=0
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-1089 occurred when executing SQL stmt (parse error offset=0)
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCITransRollback' failed with rc=3114
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => Error 1089 in stmt_fetch() from oci_execute_stmt(), orpc=0
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-1089 occurred when executing SQL stmt (parse error offset=0)
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => Error 3114 in stmt_execute() from oci_execute_stmt(), orpc=1
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-3114 occurred when executing SQL stmt (parse error offset=7)
    /usr/sap/trans/log/SAPIIPYM03.NAG:4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCITransRollback' failed with rc=3114
    Thanks & Regards,
    Kalyan.

    >   *** ERROR => CONNECT failed with sql error '12537' 
    Could you make sure that DB and listener run well? Please also log in OS as SIDADM and run r3trans -d
    Regards,

  • OPatch failed with error code 74 when applying patch PSE 13723798

    Hello all,
    tried to apply patch (PSE 13723798) to fix the no-scrollbar bug in Webcenter Portal Admin Console. But found this error during the patching process, as described below. Any solution for this?
    Running prerequisite checks. . .
    Patch 13723798: Optional component (s) missing : [ oracle.webcenter.framework, 11.1.1.4.0, higher version 11.1.1.5.0 found. ]
    Prerequisite check "CheckApplicable failed.
    The details are:
    Patch "13723798" is a no-op patch.
    ApplySession failed during the prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74

    Okay, I'll try it on VM.
    Anyway, here is the result running command: opatch lsinventory
    [oracle@CDJWPS01 13723798]$ opatch lsinventory
    Invoking OPatch 11.1.0.8.3
    Oracle Interim Patch Installer version 11.1.0.8.3
    Copyright (c) 2010, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/app/Oracle/Middleware/Oracle_WC1
    Central Inventory : /home/oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.8.3
    OUI version : 11.1.0.9.0
    OUI location : /opt/app/Oracle/Middleware/Oracle_WC1/oui
    Log file location : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtoollogs/opatch/opatch2013-05-31_20-43-34PM.log
    Patch history file : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtoollogs/opatch/opatch_history.txt
    OPatch detects the Middleware Home as "/opt/app/Oracle/Middleware"
    Lsinventory Output file location : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtool
    logs/opatch/lsinv/lsinventory2013-05-31_20-43-34PM.txt
    Installed Top-level Products (1):
    Oracle WebCenter Suite 11g 11.1.1.5.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.

Maybe you are looking for

  • Dunning - Fee and Interest

    Hi I just now was surprised with the unbelievable fact that fee's and interest's from a dunning letter are not recorded. I found note 1059948 to explain. Therefore, they are not included in the next level of a dunning nor will they stay open when the

  • How to restore header and dock to Mail on MacMini?

    When using Mail I have to scroll to tippy top of page to get header to show. I have to Quit Mail in order to get Dock to show so I can go online.  This is a recent development.  Why?  How to restore?

  • How to back up Home folder to Time Capsule using Backup in OS 10.4.11

    I'm new to Time Capsule, but just set up one that I was given, which does 802.11n wireless. No problem connecting to my Intel MacBook and Time Machine. HOWEVER, using Backup v 3.2 on a Dual G4 running OS 10.4.11 was not seamless. The Backup app (need

  • Problem with mapping parameter when specified through an XML config file

    I have decided to attept to stipulate UDT mapping parameters from C# to Oracle in the AppConfig File. The original code (which worked) was as follows: namespace RoyalLondon.Processes.Oracle.Dto [OracleCustomTypeMappingAttribute("TEST_SCHEMA.T_PROJECT

  • Create HTML file that can display unicode (japanese) characters

    Hi, Product:           Java Web Application Operating system:     Windows NT/2000 server, Linux, FreeBSD Web Server:          IIS, Apache etc Application server:     Tomcat 3.2.4, JRun, WebLogic etc Database server:     MySQL 3.23.49, MS-SQL, Oracle