Errors in 9ias patch dcumentation!

folks, this applies to all who're trying to upgrade their existing 9ias to the latest patch set version using the integrated patchset.
this is also helpful if you're doing a first time install and there are some issues that help in getting the server started
patch steps detailed of how to perform the 9.02.3 integrated patch update
written by :satish ramaswamy
NOTE:THIS IS A BEST PRACTICES (B.P)DOC AS IT HAS BEEN PERFORMED ON NUMEROUS SERVERS IN A CUSTOMER SITE
further updates:09/09/03
NOTE:ALL PATCHES MUST BE APPLIED ON BOTH TIERS!
NOTE:YOUR DB LISTENER MUST LISTEN ON PORT 1521!
if you have multiple database on the same server change the ias listener port to 1521 before applying.
original creation date:08/13/03
1. ensure you have good solid backup of your oracle binaries infrastructure/mid tier
2. first check if you meet the pre-install requirements re os level and sun jdk     follow note:242548.1
3. check the jdk version it should be 1.3 or higher java -version will show the current version
4. goto www.sun.com and download and install the latest supported jdk 1.4.2 as of 09/09/03 per writing of
this doc and make relevant changes to the path on both tiers
5. downloaded db patch 2517300 and the owm & java_ssl patches 2563444 & 2282201 respectively
and place it in the same dir say /export/home/oracle/patch/dbpatch
THIS IS IMPORTANT AS THE owm and java_ssl patches HAVE to be applied after the db patch
also download the integrated patch 3038037 and place it in a separate dir say /export/home/oracle/patch/integratedpatch
6. unzip the patches
7. goto the website and shutdown the application tier (middle tier) and stop all & do the same for the infrastructure tier
8. shutdown db & listener at the infrastructure home
9. check if any oracle processes are running in both the infrastructure/mid tier (ps -ef |grep oracle)
10. if yes even though you've stopped all services from the web-site depending on which processes
are running you may have to manually stop them
10. if opmn managed processes OH/opmn/bin/opmn stopall
11. if oid, OH/bin/oidmon stop and also the ldap server OH/bin/oidctl connect=iasdb server=oidldapd stop(you might get an error
as the database and the infrastructure are already down don't worry
12. goto OH/ldap/bin/ldpacheck to check if any of the oid processes are still up
B.P :in you .profile include OH/opmn/bin,OH/bin and OH/ldap/bin in your path and also have aliases.
13. if there still any processes running kill them manually (have a script like the following to do this,modify the ps to kill depending on the process)
as you might have to for native ,Apache,opmn
#!/bin/ksh
#satish ramaswamy 08/13/03
#kills the processes of opmn
#set -x #only for debguuing comment it out
ps -ef |grep "[o]pmn" |awk '{print $2}'|while read list
do
#echo $list
kill -9 $list
done
14.xhost + , check by running xclock a clock should be displayed.
15. export DISPLAY=<i.p:0.0> VERY IMPORTANT DON'T FORGET!!!
16 ./runInstaller (start installer) from the supplied patch version
17. after applying the db patch on the infrastructure tier/apply it on the mid tier
18. start db up and follow instructions on db patch 2517300 readme postinstall
19. B.P :create a script file for the post db commands if performing on a # of servers and also spool the output
20.shutdown the db and listener before applying the java_ssl & owm patches
20.cd to the java_ssl patch dir 2871352 and follow patch readme though detailed instructions follow
21. chmod the patch.sh script provided for both these patches chmod u=rwx patch.sh
22../patch.sh (run the script)
23..perform 22 after changing your profile to the mid-tier, you'll get the message
that the script has been run before please enter C (Continue) to continue applying patch to mid-tier
24. cd to the owm patch dir 2563444 chmod u=rwx post_9014.sh (owm patch script)
25.. change the profile back to the infrastructure tier and excetute this script
26. ./post_9014.sh
27.perform step 26 for the mid-tier by changing the environment
28.startup up the db & listener,oidmon, oid server,emctl
29. TEST by going to the http://i.p address:port #(admin port) start the services first on infrastructure,then mid-tier
30. cd to the where the integrated patch is installed and fire up the installer ./runInstaller      but before
export DISPLAY=<i.p:0.0> VERY IMPORTANT DON'T FORGET!!!
31. follow instructions on the integrated patch readme (there is some confusion in the readme modifications mentioned here)
32. DO NOT shutdown oidmon, oidserver until you have passed the screen where it prompts for the oracladmin
password
33. after you enter the password you'll get a screen prompting you to shutdown all infrastructure processes
DON'T
34. the next screen will ask for the sys password enter it twice and only then ensure all infrastructure
processes are down
35. apply the integrated patch on the app tier after appying it on the infrastructure.
36. if you get errors while the oidpatchca.sh is being invoked from the installer(try retrying you may have to start oidmon first)
37. you can run OH/ldap/bin/oidpatchca.sh manually n times! THIS MUST RUN SUCCESSFULLY! IT IS NOT OPTIONAL!
38. the oid command has changed in 9.0.2.3 ./oidpatchca.sh -connect iasdb -lsnrport 1521 -syspwd <SYS password> -sudn "cn=orcladmin" -supwd <orcladmin pw> -dippwd
<some new password matching password rules>
39.log on to sqlplus as ods user and you MUST see 11 parameters in the following procedure
OLADDENTRY by performing a desc oladd
40. if you get errors that object doesn't exist check you're logged as ods user,check status of OLADD% object_name is dba_objects/user_objects.
41. your java environment might be screwed up may have to run initjvm.sql in OH/javavm but first run rmjvm.sql
40. also if you get errors while running oidpatchca.sh like java errors this means the java_ssl patch must be run again
41. on the both tiers check the status of dcmctl with OH/dcmctl getstate -v (if you get java errors run java_ssl patch again!)
42. start the relevant services on both tiers OH/dcm/bin/dcmctl start -ct [ohs/oc4j] -v
43. start emctl, webcache on the mid tier OH/bin/webcachectl start
44.TEST by going to the http://i.p address:port #(admin port)
45. if you have errors open up a tar and hopefully you get analyst brett mcgee!
46. THIS IS OPTIONAL:follow post install steps which involves applying another patch! follow readme of that patch
47. download and apply patch # 3129219 ONLY on MID-TIER to prevent forms/reports errors (not mentioned in integated patch 3038037 readme)
TROUBLESHOOTING TIPS:
1.oidpatchca.sh fails (see if oidmon is up)
2. get java errors or ADMN errors when you run dcmctl getstate -v or any dcmctl commands
check if oidmon is up

errata: step # 41 should read
41. your java environment might be screwed up may have to run initjvm.sql in OH/javavm/*INSTALL*(lower case) but first run rmjvm.sql
missing in the earlier post.
satish

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 while applying patches SP 9 to NW 04s .

    Hi all ,
    i am <b>applying SP 9 patches</b> to my <b>NW 04s</b> installation using JSPM. Doing that as i want to work on VC. In all there were around 40 patches.
    8 have been deployed .
    giving error for following patches.
    sap.com/ADSSAP
    sap.com/BI_MMR
    sap.com/EPBC
    sap.com/CAF-UM
    sap.com/SAP_JTECHS
    sap.com/BI_UDI
    sap.com/CAF
    sap.com/LM-TOOLS
    when i click show details  for all the above error patches , it asks me to see log file sdmc1232312323423.log , will put the trace below.
    before printing that trace , would like to tell , that i tried restarting the server twice but the error just dosent go. i always click Resume after restarting since i am not changing contents of EPS directory.
    Then it says <b>Previously Broken deployment has been detected.</b>
    Please let me know how can i proceed.
    here is the trace of that log file. just putting the last part of it as the trace is huge.
    [code]Nov 15, 2006 7:37:58 PM  Info: Finished successfully: development component 'tc/lm/webadmin/mainframe/persist/di'/'sap.com'/'MAIN_APL70VAL_C'/'946034'/'0', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060825071022''/'0'
    Nov 15, 2006 7:37:58 PM  Info: Starting to save the repository
    Nov 15, 2006 7:38:00 PM  Info: Finished saving the repository
    Nov 15, 2006 7:38:00 PM  Info: Starting: Update: Selected development component 'tc/slm/dbschema'/'sap.com'/'MAIN_APL70VAL_C'/'946018'/'0' updates currently deployed development component 'tc/slm/dbschema'/'sap.com'/'MAIN_APL70P06_C'/'700010'/'0'.
    Nov 15, 2006 7:38:02 PM  Info: <!LOGHEADER[START]/>
    Nov 15, 2006 7:38:02 PM  Info: <!HELP[Manual modification of the header may cause parsing problem!]/>
    Nov 15, 2006 7:38:02 PM  Info: <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    Nov 15, 2006 7:38:02 PM  Info: <!NAME[C:\usr\sap\R4S\DVEBMGS01\SDM\program\log\jddilog20061115193800.log]/>
    Nov 15, 2006 7:38:02 PM  Info: <!PATTERN[jddilog20061115193800.log]/>
    Nov 15, 2006 7:38:02 PM  Info: <!FORMATTER[com.sap.dictionary.database.dbs.DbTraceFormatter(%s %m %-30l %24d)]/>
    Nov 15, 2006 7:38:02 PM  Info: <!ENCODING[Cp1252]/>
    Nov 15, 2006 7:38:02 PM  Info: <!LOGHEADER[END]/>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  $Id: //tc/DictionaryDatabase/645_VAL_REL/src/_dictionary_database_dbs/java/com/sap/dictionary/database/dbs/DbModificationManager.java#4 $
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<<<<<<<<<<<<< Table Deployment >>>>>>>>>>>>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<<<<<<<<<<<<< Table Deployment >>>>>>>>>>>>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info: 
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info: 
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTH >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTH >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBTABLERT >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBTABLERT >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTH >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTH >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTX >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTX >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  >>> Analyze tables from archive in database MSSQL
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  >>> Analyze tables from archive in database MSSQL
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_JNET.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_JNET.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_JNET >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_JNET >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_JNET_DATA.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_JNET_DATA.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_JNET_DATA >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_JNET_DATA >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:00 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_JNET_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_PLAN.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_PLAN.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_PLAN >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_PLAN >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_PLAN_CIM.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_PLAN_CIM.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_PLAN_CIM >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_PLAN_CIM >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_CIM successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_CIM successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_CIM successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_CIM successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_PLAN_DATA.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_PLAN_DATA.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_PLAN_DATA >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_PLAN_DATA >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_PLAN_DATA successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_USER.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  Next archive object : dbtables/BC_SLM_USER.gdbtable
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_USER >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  <<< Analyze table BC_SLM_USER >>>
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:01 2006-11-15 dbs-Info:  predefined action is: >>>null<<<
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  No action required for table     
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_USER successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_USER successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_USER successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  Runtime XML of BC_SLM_USER successfully written
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  Analysis and adjustment of tables successfully executed
    Nov 15, 2006 7:38:02 PM  Info: 19:38:02 2006-11-15 dbs-Info:  Analysis and adjustment of tables successfully executed
    Nov 15, 2006 7:38:02 PM  Info: Finished successfully: development component 'tc/slm/dbschema'/'sap.com'/'MAIN_APL70VAL_C'/'946018'/'0', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060825071022''/'0'
    Nov 15, 2006 7:38:02 PM  Info: Starting to save the repository
    Nov 15, 2006 7:38:02 PM  Info: Finished saving the repository
    Nov 15, 2006 7:38:02 PM  Info: Starting: Update: Selected development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20060313114655.281906'/'1' updates currently deployed development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Nov 15, 2006 7:38:02 PM  Info: SDA to be deployed: C:\usr\sap\R4S\DVEBMGS01\SDM\root\origin\com.adobe\DocumentServicesLicenseManager\Adobe Systems\1\705.20060313114655.281906\adobe-DocumentServicesLicenseManager.ear
    Nov 15, 2006 7:38:02 PM  Info: Software type of SDA: J2EE
    Nov 15, 2006 7:38:03 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Nov 15, 2006 7:38:05 PM  Info: Starting cluster instance processes.
    Nov 15, 2006 7:38:34 PM  Info: Starting the instance JC_ps2516_R4S_01 running on host ps2516
    Nov 15, 2006 7:38:34 PM  Info: Starting the instance JC_ps2516_R4S_01 processes. The instance is running on host ps2516                         
    Nov 15, 2006 7:38:34 PM  Info: Starting the process dispatcher
    Nov 15, 2006 7:38:34 PM  Info: Starting the process server0
    Nov 15, 2006 8:31:09 PM  Info: Cluster instance processes have been successfully started.
    Nov 15, 2006 8:32:57 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Nov 15, 2006 8:32:57 PM  Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20060313114655.281906'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060810173400''/'1':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [ps2516] with user name: [J2EE_ADMIN]
                        Check your login information.
                        Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:167)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
         at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)
         at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)
         ... 37 more
    Caused by: java.io.EOFException: End of stream is reached unexpectedly during input from Socket[addr=/10.77.37.102,port=50104,localport=2312]
         at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:420)
         ... 1 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Nov 15, 2006 8:32:57 PM  Info: Starting to save the repository
    Nov 15, 2006 8:33:05 PM  Info: Finished saving the repository
    Nov 15, 2006 8:33:05 PM  Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060810173400''/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060306103500''/'0'.
    Nov 15, 2006 8:33:05 PM  Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060810173400''/'1':
    Failed deployment of SDAs:
    development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20060313114655.281906'/'1' : aborted
    Please, look at error logs above for more information!
    Nov 15, 2006 8:33:05 PM  Info: Starting to save the repository
    Nov 15, 2006 8:33:15 PM  Info: Finished saving the repository
    Nov 15, 2006 8:33:15 PM  Info: Starting: Update: Selected software component 'BI_MMR'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060805184500''/'0' updates currently deployed software component 'BI_MMR'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060304193400''/'0'.
    Nov 15, 2006 8:33:15 PM  Error: Aborted: software component 'BI_MMR'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060805184500''/'0':
    No further description found.
    Nov 15, 2006 8:33:15 PM  Info: Starting to save the repository
    Nov 15, 2006 8:33:34 PM  Info: Finished saving the repository
    Nov 15, 2006 8:33:34 PM  Info: Starting: Update: Selected software component 'CAF-UM'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060811133139''/'0' updates currently deployed software component 'CAF-UM'/'sap.com'/'MAIN_APL70P06_C'/'1000.7.00.6.0.20060221161958''/'0'.
    Nov 15, 2006 8:33:34 PM  Error: Aborted: software component 'CAF-UM'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060811133139''/'0':
    No further description found.
    Nov 15, 2006 8:33:34 PM  Info: Starting to save the repository
    Nov 15, 2006 8:33:55 PM  Info: Finished saving the repository
    Nov 15, 2006 8:33:55 PM  Info: Starting: Update: Selected software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060820184300''/'0' updates currently deployed software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060305011500''/'0'.
    Nov 15, 2006 8:33:55 PM  Error: Aborted: software component 'EPBC'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060820184300''/'0':
    No further description found.
    Nov 15, 2006 8:33:55 PM  Info: Starting to save the repository
    Nov 15, 2006 8:34:03 PM  Info: Finished saving the repository
    Nov 15, 2006 8:34:03 PM  Info: Starting: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060818005100''/'0' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.00.6.1.20060306103400''/'0'.
    Nov 15, 2006 8:34:03 PM  Error: Aborted: software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060818005100''/'0':
    No further description found.
    Nov 15, 2006 8:34:03 PM  Info: Starting to save the repository
    Nov 15, 2006 8:34:11 PM  Info: Finished saving the repository
    Nov 15, 2006 8:34:11 PM  Info: Starting: Update: Selected software component 'BI_UDI'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060805191900''/'0' updates currently deployed software component 'BI_UDI'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060304195100''/'0'.
    Nov 15, 2006 8:34:11 PM  Error: Aborted: software component 'BI_UDI'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060805191900''/'0':
    No further description found.
    Nov 15, 2006 8:34:11 PM  Info: Starting to save the repository
    Nov 15, 2006 8:34:11 PM  Info: Finished saving the repository
    Nov 15, 2006 8:34:11 PM  Info: Starting: Update: Selected software component 'CAF'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060825071023''/'0' updates currently deployed software component 'CAF'/'sap.com'/'MAIN_APL70P06_C'/'1000.7.00.6.0.20060221161956''/'0'.
    Nov 15, 2006 8:34:11 PM  Error: Aborted: software component 'CAF'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060825071023''/'0':
    No further description found.
    Nov 15, 2006 8:34:11 PM  Info: Starting to save the repository
    Nov 15, 2006 8:34:12 PM  Info: Finished saving the repository
    Nov 15, 2006 8:34:12 PM  Info: Starting: Update: Selected software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060825071022''/'0' updates currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70P06_C'/'1000.7.00.6.1.20060302145618''/'0'.
    Nov 15, 2006 8:34:12 PM  Error: Aborted: software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.9.0.20060825071022''/'0':
    No further description found.
    Nov 15, 2006 8:34:12 PM  Info: Starting to save the repository
    Nov 15, 2006 8:34:14 PM  Info: Finished saving the repository
    Nov 15, 2006 8:34:14 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Nov 15, 2006 8:34:14 PM  Error: -
    At least one of the Deployments failed -
    [/code]

    I have just solved this problem. The symptom is the "No server is running"
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
    The cause for my case is that the server contains more than one NIC. P4 can't bind to correct NIC.
    The solution is to follow SAP Notes 609603 to configure the "bindHost" property of p4 services using config tool.

  • 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

  • Setmgr.dll error during 9iAS installation

    Hi all
    I'm getting setmgr.dll could not move from xx location to yy location error during 9iAS installation. Has anyone faced the same problem?.
    I just tried doing the Core Edition installation.
    Any suggestion is appreciated..
    Thanks

    I am encountering similar errors but much earlier and in a much higher number.
    For me the problem starts at 62% completion of the linking process with
    Error in invoking target install of makefile /ora/product/9.0.1/plsql/lib/ins_plsql.mk
    and it continues
    Error in invoking target install of makefile /ora/product/9.0.1/plsql/lib/ins_plsql.mk
    Error in invoking target relink of makefile /ora/product/9.0.1/precomp/lib/ins_precomp.mk
    etc.
    As ins_?????.mk in fact is a makefile I am now trying to
    cp ins_?????.mk makefile
    and then type
    make
    Then something happens (watch the processes) that looks very much as if it links
    and builds the libraries. Next I click on [Ignore].
    But I am not sure yet whether this helps. Right now I am still in the process of
    installing oracle.
    Can anybody state on this?
    Ciao, Toni

  • Error while updating patch level 11 of HR

    Dear All,
    I am getting following error while updating HR patch level 11.
    Phase OBJECTS_LOCKED_?: Objects Locked in Requests
    Request      Names of Locked Transport Objects
    MRDK900089   LIMU REPS H99_POST_PAYMENT
                 LIMU REPS RPCIPE00
    MRDK900542   R3TR FORM HR_IN_TAXF16000Y
    the above request is in other client, and it is a local request, which is not getting transported; i mean it does not allow to transport. give the following error.
    Object messages: R3TR CINS 01200615322 0000824666
    Transport objects from package PCPO to target MRP only
    Object messages: R3TR NOTE 0000970953
    Transport objects from package PCPO to target MRP only
    Object messages: LIMU METH CL_HRPAY99_POSTING_LOG DATA_TOP_FILL_TEXT
    Transport objects from package PCPO to target MRP only
    Object messages: LIMU METH CL_HRPAY99_POSTING_LOG PUT_PERNR_INFO
    Transport objects from package PCPO to target MRP only
    Object messages: LIMU REPS H99_POST_PAYMENT
    Transport objects from package PCPO to target MRP only
    Please help me how to rectify.
    Thanks n regards
    Bhaskar

    Hello Bhaskar,
    is the transport already approved?
    If not approve it and try it again. (also it is a local one)
    If not check the objects and unlock them manually the following way:
    SE03 => Unlock Objects (Expert Tool)
    But if you approve your transport... the objects should be unlocked.
    Regards
    Stefan

  • Error, trouble, when patching OMS GridControl 10.2.0.1 to 10.2.0.4

    I have an error when I try to patch my OMS GridControl. Always at the OMS patch configuration
    content of configToolFailedCommands
    oracle.sysman.emcp.oms.OmsPatchUpgrade -configureOms
    oracle.sysman.emcp.aggregates.ConfigPlugIn
    oracle.sysman.emcp.oms.StartOMS -configureOms
    content of CfmLogger_2008-04-14_11-00-34-AM.log
    INFO: Creating new CFM connection
    INFO: Creating a new logger for oracle.sysman.patchset
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.sysman.patchset.10_2_0_4_0.xml
    INFO: No description found in E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML for aggregate=oracle.sysman.top.agent
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\OuiConfigVariables.1_0_0_0_0.xml
    INFO: Creating a new logger for oracle.sysman.top.oms
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.sysman.top.oms.10_2_0_4_0.xml
    INFO: Creating a new logger for oracle.sysman.ccr
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.sysman.ccr.10_2_6_0_0.xml
    WARNING: {oracle.sysman.emCfg.core.CfmAggregateRef ref to oracle.sysman.top.agent:null:LATEST(unresolved_version):common} was marked unavailable: There are no loaded aggregates for oracle.sysman.top.agent:common
    INFO: Aggregate Description oracle.sysman.patchset:10.2.0.4.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.oms:10.2.0.4.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.ccr:10.2.6.0.0:common successfully loaded
    INFO: Creating a new logger for oracle.sysman.top.oms
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.sysman.top.oms.10_2_0_2_0.xml
    INFO: Creating a new logger for oracle.calypso
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.calypso.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.java.j2ee.iascfg
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.java.j2ee.iascfg.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.apache.apache
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.apache.apache.1_3_31_0_0.xml
    INFO: Creating a new logger for oracle.oid.oradas
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.oid.oradas.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iasobject
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.iasobject.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.apache
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.apache.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iapptop
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.iapptop.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.rdbms.jazn.config
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.rdbms.jazn.config.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.repository.api
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.repository.api.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.iappcore
    INFO: Unmarshalling E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML\oracle.iappserver.iappcore.10_1_2_0_2.xml
    INFO: No description found in E:\OracleHome\oms10g\inventory\ContentsXML\ConfigXML for aggregate=oracle.sysman.top.agent
    WARNING: {oracle.sysman.emCfg.core.CfmAggregateRef ref to oracle.sysman.top.agent:null:LATEST(unresolved_version):common} was marked unavailable: There are no loaded aggregates for oracle.sysman.top.agent:common
    WARNING: {oracle.sysman.emCfg.core.CfmAggregateRef ref to oracle.sysman.top.agent:null:LATEST(unresolved_version):common} was marked unavailable: There are no loaded aggregates for oracle.sysman.top.agent:common
    INFO: Aggregate Description oracle.sysman.patchset:10.2.0.4.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.oms:10.2.0.4.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.ccr:10.2.6.0.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.oms:10.2.0.2.0:common successfully loaded
    INFO: Aggregate Description oracle.calypso:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.java.j2ee.iascfg:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.apache.apache:1.3.31.0.0:common successfully loaded
    INFO: Aggregate Description oracle.oid.oradas:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iasobject:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.apache:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iapptop:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.rdbms.jazn.config:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.repository.api:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iappcore:10.1.2.0.2:common successfully loaded
    INFO: Successfully returning from CfmFactory.connect()
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved
    INFO: oracle.sysman.patchset:IAction.perform() was called on {Action state:patchsetconfigure in CfmAggregateInstance: oracle.sysman.patchset:10.2.0.4.0:common:family=CFM:oh=E:\OracleHome\oms10g:label=0}
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=patchsetconfigure Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=patchsetconfigure Status=is running with ActionStep=1 stepIndex=1 microStep=0
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Oneoff Patch Application
    INFO: oracle.sysman.top.oms:The plug-in OMS Oneoff Patch Application is running
    INFO: oracle.sysman.top.oms:Launching CmdExec
    INFO: oracle.sysman.top.oms:ExitCode=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Oneoff Patch Application executed as attached=true in separate process with exitcode=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Oneoff Patch Application has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in Repository Upgrade
    INFO: oracle.sysman.top.oms:The plug-in Repository Upgrade is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.RepositoryPatchUpgrade
    INFO: oracle.sysman.top.oms:Classpath = E:\OracleHome\oms10g\sysman\jlib\omsPlug.jar;E:\OracleHome\oms10g\jlib\emConfigInstall.jar;E:\OracleHome\oms10g\sysman\jlib\emCORE.jar;E:\OracleHome\oms10g\sysman\jlib\emagentSDK.jar;E:\OracleHome\oms10g\sysman\jlib\log4j-core.jar;E:\OracleHome\oms10g\jdbc\lib\classes12.jar
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=patchsetConfiguration in step=1:microstep=0
    INFO: oracle.sysman.top.oms:called initialize method
    INFO: oracle.sysman.top.oms:
    Invoking Repmanager tool ...
    INFO: oracle.sysman.top.oms:The value of ORACLE_HOME is E:\OracleHome\oms10g
    INFO: oracle.sysman.top.oms:The value of ConnectDes is (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep)))
    INFO: oracle.sysman.top.oms:The command is E:\OracleHome\oms10g\sysman\admin\emdrep\bin\RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep))) -action upgrade -verbose -repos_user sysman -output_file E:/OracleHome/oms10g/sysman/log/emrepmgr.log.10.2.0.4.0
    INFO: oracle.sysman.top.oms:[RepositoryPatchUpgrade]:Initialize Environment Variable:{CLIENTNAME=T8193, PROCESSOR_ARCHITECTURE=x86, NEED_EXIT_CODE=TRUE, TMP=C:\Temp\1, ClusterLog=C:\WINDOWS\Cluster\cluster.log, __PROCESS_HISTORY=E:\Source\Grid control 10.1.2.0.4\p3731593_10204\3731593\Disk1\setup.exe;E:\Source\Grid control 10.1.2.0.4\p3731593_10204\3731593\Disk1\install\setup.exe, COMPUTERNAME=VMORACLE01, OS=Windows_NT, PROMPT=$P$G, PERL5LIB=E:\OracleHome\db10g\perl\5.8.3\lib\MSWin32-x86;E:\OracleHome\db10g\perl\5.8.3\lib;E:\OracleHome\db10g\perl\5.8.3\lib\MSWin32-x86;E:\OracleHome\db10g\perl\site\5.8.3;E:\OracleHome\db10g\perl\site\5.8.3\lib;E:\OracleHome\db10g\sysman\admin\scripts, SystemDrive=C:, HOMEDRIVE=C:, LOGONSERVER=\\SIDOMP01, PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 8, GenuineIntel, ProgramFiles=C:\Program Files, NUMBER_OF_PROCESSORS=2, TEMP=C:\Temp\1, SMS_LOCAL_DIR=C:\WINDOWS, USERDOMAIN=SCT, PROCESSOR_LEVEL=15, USERDNSDOMAIN=SCT.GOUV.QC.CA, Path=E:\OracleHome\db10g\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem, SESSIONNAME=RDP-Tcp#1, USERNAME=admora, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH, ComSpec=C:\WINDOWS\system32\cmd.exe, SystemRoot=C:\WINDOWS, windir=C:\WINDOWS, PROCESSOR_REVISION=0408, USERPROFILE=C:\Documents and Settings\admora, oracle_home = e:\OracleHome\agent10g, CommonProgramFiles=C:\Program Files\Common Files, oracle_home=e:\oraclehome\oms10g, APPDATA=C:\Documents and Settings\admora\Application Data, HOMEPATH=\Documents and Settings\admora, ALLUSERSPROFILE=C:\Documents and Settings\All Users}
    INFO: oracle.sysman.top.oms:calling constructEnvVariables
    INFO: oracle.sysman.top.oms:Constructed Env Variable:{CLIENTNAME=T8193, PROCESSOR_ARCHITECTURE=x86, NEED_EXIT_CODE=TRUE, TMP=C:\Temp\1, ClusterLog=C:\WINDOWS\Cluster\cluster.log, __PROCESS_HISTORY=E:\Source\Grid control 10.1.2.0.4\p3731593_10204\3731593\Disk1\setup.exe;E:\Source\Grid control 10.1.2.0.4\p3731593_10204\3731593\Disk1\install\setup.exe, COMPUTERNAME=VMORACLE01, OS=Windows_NT, PROMPT=$P$G, PERL5LIB=E:\OracleHome\db10g\perl\5.8.3\lib\MSWin32-x86;E:\OracleHome\db10g\perl\5.8.3\lib;E:\OracleHome\db10g\perl\5.8.3\lib\MSWin32-x86;E:\OracleHome\db10g\perl\site\5.8.3;E:\OracleHome\db10g\perl\site\5.8.3\lib;E:\OracleHome\db10g\sysman\admin\scripts, SystemDrive=C:, HOMEDRIVE=C:, LOGONSERVER=\\SIDOMP01, PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 8, GenuineIntel, ProgramFiles=C:\Program Files, NUMBER_OF_PROCESSORS=2, TEMP=C:\Temp\1, SMS_LOCAL_DIR=C:\WINDOWS, USERDOMAIN=SCT, PROCESSOR_LEVEL=15, USERDNSDOMAIN=SCT.GOUV.QC.CA, Path=E:\OracleHome\db10g\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem, SESSIONNAME=RDP-Tcp#1, USERNAME=admora, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH, ComSpec=C:\WINDOWS\system32\cmd.exe, SystemRoot=C:\WINDOWS, windir=C:\WINDOWS, PROCESSOR_REVISION=0408, USERPROFILE=C:\Documents and Settings\admora, oracle_home = e:\OracleHome\agent10g, ORACLE_HOME=E:\OracleHome\oms10g, CommonProgramFiles=C:\Program Files\Common Files, oracle_home=e:\oraclehome\oms10g, APPDATA=C:\Documents and Settings\admora\Application Data, HOMEPATH=\Documents and Settings\admora, ALLUSERSPROFILE=C:\Documents and Settings\All Users}
    INFO: oracle.sysman.top.oms:Upgrade->Executing Command: CMD /c E:\OracleHome\oms10g\bin\emctl status emkey
    INFO: oracle.sysman.top.oms: Command Exit Code:1
    INFO: oracle.sysman.top.oms: Command Output:----------
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    The Em Key is configured properly, but is not secure. Secure the Em Key by running "emctl config emkey -remove_from_repos".
    INFO: oracle.sysman.top.oms: Command Error:----------
    INFO: oracle.sysman.top.oms:Please enter repository password:
    INFO: oracle.sysman.top.oms:calling run commands with inputs
    INFO: oracle.sysman.top.oms:Upgrade->Executing Command: CMD /c E:\OracleHome\oms10g\sysman\admin\emdrep\bin\RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep))) -action upgrade -verbose -repos_user sysman -output_file E:/OracleHome/oms10g/sysman/log/emrepmgr.log.10.2.0.4.0
    INFO: oracle.sysman.top.oms: Entering another input
    INFO: oracle.sysman.top.oms: Command Exit Code:0
    INFO: oracle.sysman.top.oms: Command Output:----------
    INFO: oracle.sysman.top.oms:Enter SYS user's password :
    Enter repository user password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Environment :
    ORACLE HOME = e:/oraclehome/oms10g
    REPOSITORY HOME = e:/oraclehome/oms10g
    SQLPLUS = e:/oraclehome/oms10g/bin/sqlplus
    SQL SCRIPT ROOT = e:/oraclehome/oms10g/sysman/admin/emdrep/sql
    EXPORT = e:/oraclehome/oms10g/bin/exp
    IMPORT = e:/oraclehome/oms10g/bin/imp
    LOADJAVA = e:/oraclehome/oms10g/bin/loadjava
    JAR FILE ROOT = e:/oraclehome/oms10g/sysman/admin/emdrep/lib
    JOB TYPES ROOT = e:/oraclehome/oms10g/sysman/admin/emdrep/bin
    Arguments :
    Connect String = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep)))
    Action = upgrade
    Repos User = SYSMAN
    Default tablespace = MGMT_TABLESPACE
    Default Data file = mgmt.dbf
    Dflt Dfile Init size = 20m
    Dflt Dfile Ext size = 20m
    ECM tablespace = MGMT_ECM_DEPOT_TS
    ECM Data file = mgmt_ecm_depot1.dbf
    ECM Dfile Init size = 100m
    ECM Dfile Ext size = 100m
    ECM CSA tablespace = MGMT_TABLESPACE
    ECM CSA Data file = mgmt_ecm_csa1.dbf
    ECM CSA Dfile Init size = 100m
    ECM CSA Dfile Ext size = 100m
    TEMP tablespace = TEMP
    Create options = 3
    Verbose output = 1
    Output File = E:/OracleHome/oms10g/sysman/log/emrepmgr.log.10.2.0.4.0
    Repos creation mode = CENTRAL
    MetaLink user name = NOTAVAILABLE_
    MetaLink URL = http://updates.oracle.com
    Export Directory = e:/oraclehome/oms10g/sysman/log
    Import Directory = e:/oraclehome/oms10g/sysman/log
    Path Separator = "\;"
    Checking SYS Credentials ... rem error switch
    Return code = 0.OK.
    rem error switch
    Upgrading the repository..
    Checking for Repos User ... Return code = 0.Exists.
    Loading necessary DB objects ...
    Checking DB Object (DBMS_SHARED_POOL , PACKAGE) ... rem error switch
    Return code = 0Exists.
    rem error switch
    DBMS POOL package exists.
    Return code = 0.
    Done Loading necessary DB objects
    Checking repository version..
    Running setSchemaStatus: BEGIN EMD_MAINTENANCE.SET_VERSION('_UPGRADE_','0','0','SYSTEM',EMD_MAINTENANCE.G_STATUS_UPGRADING);END;
    Upgrading EM Schema ... using new rep manager framework
    rem error switch
    parsing component core
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component db
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component pa
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component connector
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component ias
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component integic
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component sso_server
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component bc4j
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component forms
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component wireless
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component workflow
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component ocs
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component portal
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component integrationbpm
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component integrationbam
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component discoverer
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component pp
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component ifs
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component repserv
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component beehive
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component content
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component integb2b
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    parsing component ci
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ********** Start header analysis ****************
    [14-04-2008 11:01:45] ********** End header analysis ****************
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] The following dump is meant for debugging purposes
    [14-04-2008 11:01:45] ********** Start SQL objects dump ****************
    [14-04-2008 11:01:45] ********** End SQL objects dump ****************
    executing query :
    "select component_name, component_mode, version from SYSMAN.MGMT_VERSIONS where version<>'0'"
    executing query :
    "select tablespace_name, table_name from all_tables where owner ='SYSMAN' and table_name in ( 'MGMT_TARGETS' , 'MGMT_JOB_PARAMETER' ) order by table_name asc"
    component integic is already at 10.2.0.2.0
    component sso_server is already at 10.2.0.2.0
    component bc4j is already at 10.2.0.2.0
    component forms is already at 10.2.0.2.0
    component wireless is already at 10.2.0.2.0
    component workflow is already at 10.2.0.2.0
    component portal is already at 10.2.0.2.0
    component integrationbpm is already at 10.2.0.2.0
    component integrationbam is already at 10.2.0.2.0
    component discoverer is already at 10.2.0.2.0
    component ifs is already at 10.2.0.2.0
    component repserv is already at 10.2.0.2.0
    component integb2b is already at 10.2.0.2.0
    has_upgrade_scripts:0
    executing core schema_upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: core *****
    [14-04-2008 11:01:45] ***** End Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: core *****
    [14-04-2008 11:01:45]
    executing core recreation scripts
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for recreate scripts in component: core *****
    [14-04-2008 11:01:45] ***** End Final order for recreate scripts in component: core *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    executing db schema_upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: db *****
    [14-04-2008 11:01:45] ***** End Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: db *****
    [14-04-2008 11:01:45]
    executing db recreation scripts
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for recreate scripts in component: db *****
    [14-04-2008 11:01:45] ***** End Final order for recreate scripts in component: db *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component pa does not exist in the current schema. create it.
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for create scripts in component: pa *****
    [14-04-2008 11:01:45] ***** End Final order for create scripts in component: pa *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component connector does not exist in the current schema. create it.
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for create scripts in component: connector *****
    [14-04-2008 11:01:45] ***** End Final order for create scripts in component: connector *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    executing ias schema_upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: ias *****
    [14-04-2008 11:01:45] ***** End Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: ias *****
    [14-04-2008 11:01:45]
    executing ias recreation scripts
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for recreate scripts in component: ias *****
    [14-04-2008 11:01:45] ***** End Final order for recreate scripts in component: ias *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component integic is already at 10.2.0.2.0
    skipping integic upgrade
    has_upgrade_scripts:0
    component sso_server is already at 10.2.0.2.0
    skipping sso_server upgrade
    has_upgrade_scripts:0
    component bc4j is already at 10.2.0.2.0
    skipping bc4j upgrade
    has_upgrade_scripts:0
    component forms is already at 10.2.0.2.0
    skipping forms upgrade
    has_upgrade_scripts:0
    component wireless is already at 10.2.0.2.0
    skipping wireless upgrade
    has_upgrade_scripts:0
    component workflow is already at 10.2.0.2.0
    skipping workflow upgrade
    has_upgrade_scripts:0
    executing ocs schema_upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: ocs *****
    [14-04-2008 11:01:45] ***** End Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: ocs *****
    [14-04-2008 11:01:45]
    executing ocs recreation scripts
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for recreate scripts in component: ocs *****
    [14-04-2008 11:01:45] ***** End Final order for recreate scripts in component: ocs *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component portal is already at 10.2.0.2.0
    skipping portal upgrade
    has_upgrade_scripts:0
    component integrationbpm is already at 10.2.0.2.0
    skipping integrationbpm upgrade
    has_upgrade_scripts:0
    component integrationbam is already at 10.2.0.2.0
    skipping integrationbam upgrade
    has_upgrade_scripts:0
    component discoverer is already at 10.2.0.2.0
    skipping discoverer upgrade
    has_upgrade_scripts:0
    executing pp schema_upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: pp *****
    [14-04-2008 11:01:45] ***** End Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: pp *****
    [14-04-2008 11:01:45]
    executing pp recreation scripts
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for recreate scripts in component: pp *****
    [14-04-2008 11:01:45] ***** End Final order for recreate scripts in component: pp *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component ifs is already at 10.2.0.2.0
    skipping ifs upgrade
    has_upgrade_scripts:0
    component repserv is already at 10.2.0.2.0
    skipping repserv upgrade
    has_upgrade_scripts:0
    component beehive does not exist in the current schema. create it.
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for create scripts in component: beehive *****
    [14-04-2008 11:01:45] ***** End Final order for create scripts in component: beehive *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component content does not exist in the current schema. create it.
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for create scripts in component: content *****
    [14-04-2008 11:01:45] ***** End Final order for create scripts in component: content *****
    [14-04-2008 11:01:45]
    has_upgrade_scripts:0
    component integb2b is already at 10.2.0.2.0
    skipping integb2b upgrade
    has_upgrade_scripts:0
    executing ci schema_upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: ci *****
    [14-04-2008 11:01:45] ***** End Final order for schema_upgrade (from version: 10.2.0.2.0) scripts in component: ci *****
    [14-04-2008 11:01:45]
    executing ci recreation scripts
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for recreate scripts in component: ci *****
    [14-04-2008 11:01:45] ***** End Final order for recreate scripts in component: ci *****
    [14-04-2008 11:01:45]
    executing core pre data upgrade scripts from versio
    n 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: core *****
    [14-04-2008 11:01:45] ***** End Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: core *****
    [14-04-2008 11:01:45]
    executing core data upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: core *****
    [14-04-2008 11:01:45] ***** End Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: core *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_data_upgrade: scripts in component: core *****
    [14-04-2008 11:01:45] ***** End Final order for post_data_upgrade: scripts in component: core *****
    [14-04-2008 11:01:45]
    executing db pre data upgrade scripts from versio
    n 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: db *****
    [14-04-2008 11:01:45] ***** End Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: db *****
    [14-04-2008 11:01:45]
    executing db data upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: db *****
    [14-04-2008 11:01:45] ***** End Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: db *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_data_upgrade: scripts in component: db *****
    [14-04-2008 11:01:45] ***** End Final order for post_data_upgrade: scripts in component: db *****
    [14-04-2008 11:01:45]
    running post_creation process for component pa
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_create scripts in component: pa *****
    [14-04-2008 11:01:45] ***** End Final order for post_create scripts in component: pa *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for outofbox scripts in component: pa *****
    [14-04-2008 11:01:45] ***** End Final order for outofbox scripts in component: pa *****
    [14-04-2008 11:01:45]
    running post_creation process for component connector
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_create scripts in component: connector *****
    [14-04-2008 11:01:45] ***** End Final order for post_create scripts in component: connector *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for outofbox scripts in component: connector *****
    [14-04-2008 11:01:45] ***** End Final order for outofbox scripts in component: connector *****
    [14-04-2008 11:01:45]
    executing ias pre data upgrade scripts from versio
    n 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: ias *****
    [14-04-2008 11:01:45] ***** End Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: ias *****
    [14-04-2008 11:01:45]
    executing ias data upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: ias *****
    [14-04-2008 11:01:45] ***** End Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: ias *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_data_upgrade: scripts in component: ias *****
    [14-04-2008 11:01:45] ***** End Final order for post_data_upgrade: scripts in component: ias *****
    [14-04-2008 11:01:45]
    component integic is already at 10.2.0.2.0
    skipping integic data upgrade
    component sso_server is already at 10.2.0.2.0
    skipping sso_server data upgrade
    component bc4j is already at 10.2.0.2.0
    skipping bc4j data upgrade
    component forms is already at 10.2.0.2.0
    skipping forms data upgrade
    component wireless is already at 10.2.0.2.0
    skipping wireless data upgrade
    component workflow is already at 10.2.0.2.0
    skipping workflow data upgrade
    executing ocs pre data upgrade scripts from versio
    n 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: ocs *****
    [14-04-2008 11:01:45] ***** End Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: ocs *****
    [14-04-2008 11:01:45]
    executing ocs data upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: ocs *****
    [14-04-2008 11:01:45] ***** End Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: ocs *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_data_upgrade: scripts in component: ocs *****
    [14-04-2008 11:01:45] ***** End Final order for post_data_upgrade: scripts in component: ocs *****
    [14-04-2008 11:01:45]
    component portal is already at 10.2.0.2.0
    skipping portal data upgrade
    component integrationbpm is already at 10.2.0.2.0
    skipping integrationbpm data upgrade
    component integrationbam is already at 10.2.0.2.0
    skipping integrationbam data upgrade
    component discoverer is already at 10.2.0.2.0
    skipping discoverer data upgrade
    executing pp pre data upgrade scripts from versio
    n 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: pp *****
    [14-04-2008 11:01:45] ***** End Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: pp *****
    [14-04-2008 11:01:45]
    executing pp data upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: pp *****
    [14-04-2008 11:01:45] ***** End Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: pp *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_data_upgrade: scripts in component: pp *****
    [14-04-2008 11:01:45] ***** End Final order for post_data_upgrade: scripts in component: pp *****
    [14-04-2008 11:01:45]
    component ifs is already at 10.2.0.2.0
    skipping ifs data upgrade
    component repserv is already at 10.2.0.2.0
    skipping repserv data upgrade
    running post_creation process for component beehive
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_create scripts in component: beehive *****
    [14-04-2008 11:01:45] ***** End Final order for post_create scripts in component: beehive *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for outofbox scripts in component: beehive *****
    [14-04-2008 11:01:45] ***** End Final order for outofbox scripts in component: beehive *****
    [14-04-2008 11:01:45]
    running post_creation process for component content
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_create scripts in component: content *****
    [14-04-2008 11:01:45] ***** End Final order for post_create scripts in component: content *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for outofbox scripts in component: content *****
    [14-04-2008 11:01:45] ***** End Final order for outofbox scripts in component: content *****
    [14-04-2008 11:01:45]
    component integb2b is already at 10.2.0.2.0
    skipping integb2b data upgrade
    executing ci pre data upgrade scripts from versio
    n 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: ci *****
    [14-04-2008 11:01:45] ***** End Final order for pre_data_upgrade (from version: 10.2.0.2.0) scripts in component: ci *****
    [14-04-2008 11:01:45]
    executing ci data upgrade scripts from version 10.2.0.2.0
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: ci *****
    [14-04-2008 11:01:45] ***** End Final order for data_upgrade (from version: 10.2.0.2.0) scripts in component: ci *****
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45]
    [14-04-2008 11:01:45] ***** Start Final order for post_data_upgrade: scripts in component: ci *****
    [14-04-2008 11:01:45] ***** End Final order for post_data_upgrade: scripts in component: ci *****
    [14-04-2008 11:01:45]
    Return code = 0
    *** running TransX for files under e:/oraclehome/oms10g/sysman/admin/emdrep/rsc ***
    using transx command line :
    e:/oraclehome/oms10g/jdk/bin/java -cp e:/oraclehome/oms10g/lib/oraclexsql.jar;e:/oraclehome/oms10g/lib/transx.zip;e:/oraclehome/oms10g/xdk/lib/transx.zip;e:/oraclehome/oms10g/lib/xml.jar;e:/oraclehome/oms10g/lib/xmlparserv2.jar;e:/oraclehome/oms10g/lib/xschema.jar;e:/oraclehome/oms10g/lib/xsu12.jar;e:/oraclehome/oms10g/rdbms/jlib/xdb.jar;e:/oraclehome/oms10g/jdk/lib/dt.jar;e:/oraclehome/oms10g/oc4j/jdbc/lib/orai18n.jar;e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar;e:/oraclehome/oms10g/emcore/classes/debug;e:/oraclehome/oms10g/emcore/lib/emCORE.jar;e:/oraclehome/oms10g/sysman/jlib/emCORE.jar;e:/oraclehome/oms10g/oc4j/jdbc/lib/ojdbc14.jar;e:/oraclehome/oms10g/oc4j/jdbc/lib/ojdbc14dms.jar;e:/oraclehome/oms10g/jdbc/lib/ojdbc5.jar;e:/oraclehome/oms10g/jdbc/lib/ojdbc5dms.jar;e:/oraclehome/oms10g/oc4j/lib/dms.jar;e:/oraclehome/oms10g/oc4j/jdbc/lib/dms.jar;e:/oraclehome/oms10g/dms/lib/dms.jar oracle.sysman.emdrep.util.TransxWrapper 2>> E:/OracleHome/oms10g/sysman/log/emrepmgr.log.10.2.0.4.0
    Found Metadata File: e:/oraclehome/oms10g/sysman/admin/emdrep/sql/core/latest/test_metadata/core.def
    Adding e:/oraclehome/oms10g/oc4j/jdbc/lib/ojdbc14dms.jar
    Adding e:/oraclehome/oms10g/oc4j/lib/dms.jar
    Adding e:/oraclehome/oms10g/oc4j/jdbc/lib/orai18n.jar
    Adding e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emCORE.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/log4j-core.jar
    Adding e:/oraclehome/oms10g/lib/servlet.jar
    Adding e:/oraclehome/oms10g/jdbc/lib/orai18n.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emagentSDK.jar
    Running oracle.sysman.eml.gensvc.test.data.SeedMetadata
    ExecJava: Running e:/oraclehome/oms10g/jdk/bin/java -cp "e:/oraclehome/oms10g/oc4j/jdbc/lib/ojdbc14dms.jar;e:/oraclehome/oms10g/oc4j/lib/dms.jar;e:/oraclehome/oms10g/oc4j/jdbc/lib/orai18n.jar;e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar;e:/oraclehome/oms10g/sysman/jlib/emCORE.jar;e:/oraclehome/oms10g/sysman/jlib/log4j-core.jar;e:/oraclehome/oms10g/lib/servlet.jar;e:/oraclehome/oms10g/jdbc/lib/orai18n.jar;e:/oraclehome/oms10g/sysman/jlib/emagentSDK.jar" oracle.sysman.eml.gensvc.test.data.SeedMetadata Connection Descriptor: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep)))
    HTTP Test Inserted Successfully
    Successfully Added HTTP Query Descriptors
    DHTML Test Inserted Successfully
    Successfully Added DHTML Query Descriptors
    HTTPPING Test Inserted Successfully
    Ping Test Inserted Successfully
    Successfully Added PING Query Descriptors
    DNS Test Inserted Successfully
    Successfully Added DNS Query Descriptors
    FTP Test Inserted Successfully
    Successfully Added FTP Query Descriptors
    Port Test Inserted Successfully
    Successfully Added Port Query Descriptors
    TNS Test Inserted Successfully
    Successfully Added TNS Query Descriptors
    SQLT Test Inserted Successfully
    Successfully Added SQLT Query Descriptors
    JDBC Test Inserted Successfully
    Successfully Added JDBC Query Descriptors
    Forms Test Inserted Successfully
    Successfully Added Forms Query Descriptors
    OS Test Inserted Successfully
    Successfully Added OS Query Descriptors
    Creating imap, smtp, ldap, pop, soap test types
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\imap.properties
    CreateTestType:createTestMetadataObject: BEGIN
    Enabled test for: IMAP generic_service 1.0
    CreateTestType:createCompleteTest: END
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\smtp.properties
    CreateTestType:createTestMetadataObject: BEGIN
    Enabled test for: SMTP generic_service 1.0
    CreateTestType:createCompleteTest: END
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\ldap.properties
    CreateTestType:createTestMetadataObject: BEGIN
    Enabled test for: LDAP generic_service 1.0
    CreateTestType:createCompleteTest: END
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\pop.properties
    CreateTestType:createTestMetadataObject: BEGIN
    Enabled test for: POP generic_service 1.0
    CreateTestType:createCompleteTest: END
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\nntp.properties
    CreateTestType:createTestMetadataObject: BEGIN
    Enabled test for: NNTP generic_service 1.0
    CreateTestType:createCompleteTest: END
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\soap.properties
    CreateTestType:createTestMetadataObject: BEGIN
    Enabled test for: SOAP generic_service 1.0
    CreateTestType:createCompleteTest: END
    ******** ORACLE_HOME is e:/oraclehome/oms10g
    test properties path: e:/oraclehome/oms10g\sysman\admin\emdrep\prop\siebel.properties
    CreateTestType:createTestMetadataObject: BEGIN
    CreateTestType:createCompleteTest: END
    Found Metadata File: e:/oraclehome/oms10g/sysman/admin/emdrep/sql/ocs/latest/test_metadata/test_metadata_cs.def
    Adding e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emCORE.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/log4j-core.jar
    Adding e:/oraclehome/oms10g/lib/servlet.jar
    Adding e:/oraclehome/oms10g/jdbc/lib/orai18n.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emagentSDK.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emcs.jar
    Running oracle.sysman.ocs.test.data.OCSSeedMetadata
    ExecJava: Running e:/oraclehome/oms10g/jdk/bin/java -cp "e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar;e:/oraclehome/oms10g/sysman/jlib/emCORE.jar;e:/oraclehome/oms10g/sysman/jlib/log4j-core.jar;e:/oraclehome/oms10g/lib/servlet.jar;e:/oraclehome/oms10g/jdbc/lib/orai18n.jar;e:/oraclehome/oms10g/sysman/jlib/emagentSDK.jar;e:/oraclehome/oms10g/sysman/jlib/emcs.jar" oracle.sysman.ocs.test.data.OCSSeedMetadata Connection Descriptor: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep)))
    Found Metadata File: e:/oraclehome/oms10g/sysman/admin/emdrep/sql/pa/latest/test_metadata/test_metadata_pa.def
    Adding e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emCORE.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/log4j-core.jar
    Adding e:/oraclehome/oms10g/lib/servlet.jar
    Adding e:/oraclehome/oms10g/jdbc/lib/orai18n.jar
    Adding e:/oraclehome/oms10g/sysman/jlib/emagentSDK.jar
    Adding e:/oraclehome/oms10g/j2ee/OC4J_EM/applications/em/em/WEB-INF/lib/empa.jar
    Running oracle.sysman.siebel.test.data.SiebelSeedMetadata
    ExecJava: Running e:/oraclehome/oms10g/jdk/bin/java -cp "e:/oraclehome/oms10g/jdbc/lib/ojdbc14.jar;e:/oraclehome/oms10g/sysman/jlib/emCORE.jar;e:/oraclehome/oms10g/sysman/jlib/log4j-core.jar;e:/oraclehome/oms10g/lib/servlet.jar;e:/oraclehome/oms10g/jdbc/lib/orai18n.jar;e:/oraclehome/oms10g/sysman/jlib/emagentSDK.jar;e:/oraclehome/oms10g/j2ee/OC4J_EM/applications/em/em/WEB-INF/lib/empa.jar" oracle.sysman.siebel.test.data.SiebelSeedMetadata Connection Descriptor: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VMORACLE01)(PORT=1521)))(CONNECT_DATA=(SID=rep)))
    Done.
    Running setSchemaStatus: BEGIN EMD_MAINTENANCE.SET_VERSION('_UPGRADE_','0','0','SYSTEM',EMD_MAINTENANCE.G_STATUS_CONFIGURED_READY);END;
    Repository Upgrade Successful.
    INFO: oracle.sysman.top.oms: Command Error:----------
    INFO: oracle.sysman.top.oms:'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    INFO: oracle.sysman.top.oms:Upgrade->Executing Command: CMD /c E:\OracleHome\oms10g\bin\emctl config emkey -repos
    INFO: oracle.sysman.top.oms: Command Exit Code:0
    INFO: oracle.sysman.top.oms: Command Output:----------
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    The Em Key has been configured successfully.
    INFO: oracle.sysman.top.oms: Command Error:----------
    INFO: oracle.sysman.top.oms:Please enter repository password:
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=patchsetConfiguration in step=1:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in Repository Upgrade has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Patch Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Patch Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPatchUpgrade
    INFO: oracle.sysman.top.oms:Classpath = E:\OracleHome\oms10g\sysman\jlib\omsPlug.jar;E:\OracleHome\oms10g\jlib\emConfigInstall.jar;E:\OracleHome\oms10g\sysman\jlib\emCORE.jar;E:\OracleHome\oms10g\sysman\jlib\emagentSDK.jar;E:\OracleHome\oms10g\sysman\jlib\log4j-core.jar;E:\OracleHome\oms10g\jdbc\lib\classes12.jar
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=patchsetConfiguration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:inside perform
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C E:\OracleHome\oms10g\opmn\bin\opmnctl stopall
    INFO: oracle.sysman.top.oms:Stop Opmn Error = CMD /C E:\OracleHome\oms10g\opmn\bin\opmnctl stopall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C E:\OracleHome\oms10g\opmn\bin\opmnctl stopall have completed with exitCode=2
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: opmn is not running
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:stopOpmnService:WINDOWS:status=2. Ignoring OpmnStatus='opmnctl: opmn is not running
    INFO: oracle.sysman.top.oms:stoping the Opms services
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed with status=true
    INFO: oracle.sysman.top.oms:the value of OMS home isE:\OracleHome\oms10g
    INFO: oracle.sysman.top.oms:b_deployed is false
    INFO: oracle.sysman.top.oms:Starting Oms deploying
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C E:\OracleHome\oms10g\bin\EMDeploy.bat
    INFO: oracle.sysman.top.oms:EMDeploy Error = CMD /C E:\OracleHome\oms10g\bin\EMDeploy.bat
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C E:\OracleHome\oms10g\bin\EMDeploy.bat have completed with exitCode=2
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Environment :
    ORACLE HOME = e:\oraclehome\oms10g
    STAGE DIR = e:\oraclehome\oms10g/j2ee/OC4J_EM/applications/em
    TEMP DIR = C:\Temp\1
    PSEP = ;
    Info : e:\oraclehome\oms10g/lib/ojsp.jar doesn't exist
    Info : e:\oraclehome\oms10g/lib/ojsputil.jar doesn't exist
    Info : e:\oraclehome\oms10g/syndication/lib/syndserver.jar doesn't exist
    Info : e:\oraclehome\oms10g/rdbms/jlib/xsu12.jar doesn't exist
    Info : e:\oraclehome\oms10g/network/jlib/netcfg4em12.jar doesn't exist
    Info : e:\oraclehome\oms10g/encryption/jlib/ojmisc.jar doesn't exist
    adding <classpath path="e:\oraclehome\oms10g/lib/ojsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/webservices/lib/wsdl.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/dsv2.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/classgen.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/rdbms/jlib/jmscommon.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/ojsputil.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/oraclexsql.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/providerutil.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/syndication/lib/syndserver.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/xschema.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/rdbms/jlib/xsu12.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/regexp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/oui/jlib/OraInstaller.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/network/jlib/netcfg4em12.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/encryption/jlib/ojmisc.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/orai18n.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/portal/jlib/pdkjava.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/portal/jlib/ptlshare.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/share.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/uix2.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/ohw.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/commons-el.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/jsp-el-api.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/oracle-el.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/axis.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/axis-ant.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/commons-discovery-0.2.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/commons-logging-1.0.4.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/jaxrpc.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/saaj.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/wsdl4j-1.5.1.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jdk/lib/tools.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emCORE.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emCfg.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emPid.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emProvisioningAll.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emSDKsamples.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcliload.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emclidownload.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcoreALL.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcoreAgent.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcoreTest.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcore_emjsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcore_emjspf_classes.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emdloader.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emagentSDK.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emagentTest.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/iview.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/jviewsall.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/qsma.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/svgdom.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/omsPlug.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/xml.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/lib/xmlmesg.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/jcb.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/log4j-core.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/jlib/emConfigInstall.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emDB.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emdb_emjsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/ewm-1_1.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emas.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emasSDK.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emas_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emas_emjsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emd_java.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/webapps/emd/WEB-INF/lib/iview.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcs_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcs_emjsp.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcs.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/emcsSDK.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/prov/agentpush/jlib/remoteinterfaces.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/prov/agentpush/jlib/ssh.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/prov/agentpush/jlib/jsch.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/agentpush.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/asprovALL.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/bpelprovALL.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/collabsuiteuser.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/dnALL.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/ecALL.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/ejb-prov.jar"/> to orion-web.xml
    adding <classpath path="e:\oraclehome\oms10g/sysman/jlib/j2ee/empp_emjsp.jar"/> to orion-web.xml
    adding

    no update yet. I'm gonna run the tool that is suggested, but I have no other issues with any previous patch. I thought the content of the file I added to my post would have ring a bell to somebody, who had the same problem, but it seems like I was wrong. I'll post once I run the tool suggested in the note
    thx all

  • 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 Apply Patch 8764069:R12.FND.B (Patch 8764069)

    Hii...
    im upgrading my oracle apps from 12.0.4 to 12.1.1 and following the metalink document
    Oracle E-Business Suite Release 12.1.1 Maintenance Pack Installation Instructions [ID 752619.1]
    Now while applying the Patch 8764069:R12.FND.B (Required),
    it returns a error like
    AutoPatch error:
    This patch is not compatible with your current codelines.
    This patch is compatible with: entity 'fnd' - codeline 'R12.FND.B'.
    Your current on-site codeline for the entity 'fnd' is: 'R12.FND.A'.
    You should not apply this patch.
    Apply an equivalent patch that is compatible with your
    current codelines instead.
    AutoPatch error:
    A fatal error related to codelines or codelevels has occurred.
    how can i resolve my issue..??..plz suggestt
    Thankss..

    Now while applying the Patch 8764069:R12.FND.B (Required),
    Patch 8764069 is "POST USERMIGRATE TO HASH PASSWORDS, AFTER 12.1 UPG, FNDCPASS FAILS DECRYPT" and it required R12.FND.B to be installed.
    it returns a error like
    AutoPatch error:
    This patch is not compatible with your current codelines.
    This patch is compatible with: entity 'fnd' - codeline 'R12.FND.B'.
    Your current on-site codeline for the entity 'fnd' is: 'R12.FND.A'.
    You should not apply this patch.
    Apply an equivalent patch that is compatible with your
    current codelines instead.
    AutoPatch error:
    A fatal error related to codelines or codelevels has occurred.
    how can i resolve my issue..??..plz suggesttYou are on R12.FND.A patchset and you should have R12.FND.B patchset installed in order to apply this patch. This is clearly explained in the patch README file -- https://updates.oracle.com/Orion/Services/download?type=readme&aru=11652182
    So, apply R12.AD.B.1 (7461070) as mentioned in the README file then patch 8764069:R12.FND.B using "adpatch preinstall=y".
    Thanks,
    Hussein

  • Error: While applying patch 5484000(Oracle E-Business Suite 12.0.2 Release)

    Hi all,
    I have R12 EBS on linux machine.
    Am trying to apply R12 CUP 2 patch in linux.
    While applying am getting the following error.
    ERROR:
    =======
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file FNDGFU on worker 1.
    FAILED: file FNDGFU on worker 2.
    FAILED: file FNDGFU on worker 3.
    FAILED: file FNDGFU on worker 4.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    adwork001.log
    ===========
    Start time for file is: Thu May 15 2008 09:26:46
    /U00010.00/prod_app/apps/apps_st/appl/fnd/12.0.0/bin/FNDGFU &ui_apps 0 Y PROGRAM_NAME=PAY_CHQ_ar_KW.rtf PROGRAM_TAG=TMP:XDO:XDOTMPLATE1:SEED CONTENT_MAP=@FND:admin/import/fndgfu.txt LANGUAGE=US @PAY:patch/115/publisher/templates/PAY_CHQ_ar_KW.rtf
    /U00010.00/prod_app/apps/apps_st/appl/fnd/12.0.0/bin/FNDGFU: symbol lookup error: /U00010.00/prod_app/apps/apps_st/appl/fnd/12.0.0/bin/FNDGFU: undefined symbol: intelfast_memset
    AD Worker error:
    The above program failed with error code 127.
    See the AD Worker log file and/or the program log file for details.
    Time when worker failed: Thu May 15 2008 09:26:46
    Please help .
    Regards,
    RKA

    Hello
    See the logfiles adwork001.log to adwork004.log. The last lines show the errors ocurred. The best thing to do is to open an SR with Support sending those error messages.
    Hope this helps.
    Octavio.

  • Error while uploading patches

    Dear All
    while uploading patches component SAP_AP . an error occurred in import phase XPRA_EXECUTION.
    what should be done now as i stuck on this phase? Please help.
    Thanks,
    REgards,
    jiten
    Edited by: jiten singh on Mar 16, 2009 5:56 AM

    HI,
    Please check the below link :
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/3d/ad5d6c4ebc11d182bf0000e829fbfe/frameset.htm
    XPRA_EXECUTION
    This phase executes the XPRAs and after-import methods. It may terminate for the following reasons:
    ○       TP_INTERFACE_FAILURE: The tp interface could not be called.
    ○       TP_FAILURE: The tp program could not be executed. For more information, read the SLOG or ALOG log files.
    ○       TP_STEP_FAILURE: tp step XPRA_EXECUTION could not be performed successfully. To find the cause of the error, read the method execution log. To view the cause of the error in the log, choose Goto ® Log ® Queue.
    ○       CANNOT_READ_BUFFER: The tp program could not open the corresponding buffer file. For more information, read the SLOG log file.
    ○       CANNOT_MODIFY_BUFFER: The tp program could not change the corresponding buffer file. For more information, read the SLOG log file.
    Regards
    Sreedhar Reddy

  • Error while appying patch set 4 (10.1.3.4.0) to oracle home (10.1.3.1.0 )

    Hi,
    I am trying to apply patch set 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to 10g Release 3 (10.1.3.1.0) oracle home. As the pre - installation steps describes I have run the script ‘upgrade_10131_10134_oracle.sql’ for both ESB and BPEL. Also we need to delete the line <data id="java-bin" value="/myhost/jdk1.4.2/bin/java" />from the ‘ORACLE_HOME/opmn/conf/opmn.xml’ file. But when I have checked that file, the line was not present there.
    But when I am running the installer, it is showing error like
    Error
    --> Process (index=1,uid=418288051,pid=30220)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\\HTTP_Server~1.log
    Configuration assistant "OPMN Configuration Assistant" failed.
    When I checked the log I got the error message like
    08/12/05 14:00:10 Start process
    Syntax error on line 278 of c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf:
    Cannot load c:/oracle/soa_ofmpractice/soatesting/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found:
    Does anybody know how to fix this problem?
    Thanks & Regards,
    Anju

    There is a quick fix for this
    There are 2 lines you need to comment form the c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf
    A comment is done with a #
    If you look in the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log file it will tell you.
    Find the line that has apachemoduleossl in it. When you try and restart it will fail again the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log should tell you what line to comment
    sorry can't be of much more help but dont have access to an environement at the moment.
    cheers
    James

Maybe you are looking for

  • Issues Installing Windows 7 Pro x64 on latest MBPR

    I purchased two MBP Retinas yesterday. One with a 256 SSD and one with a 512. Other than that, no difference. I started up the 512 and created my bootcamp windows 7 installer with the latest image from MSDN. Tried to install and the windows installer

  • How do I share a keynote presentation I created on my Mac with a friend who uses keynote for iOS?

    I have created a presentation on my Mac in Keynote '13. It's in iCloud, and I'd like to share it with a friend who wants to work on it from her iPad with the latest Keynote for iOS installed. There seems to be no way in the world to make that happen.

  • How do I making a photo slideshow then subsequently buring to DVD?

    I have just purchased PSE Premier 12 thinking I could make a photo slideshow then burn it to DVD. However it appears that I can only make a video/movie type presentation which results in terribel graphics (blurs what are actually very sharp photos) a

  • Flex SDK and FlashPlayer9

    1.is the compiler include in Flex SDK required JVM installed to execute? 2.is the SDK/compiler FREE to use for any purpose? 3.is the SDK/compiler FREE to distribute? 4.is the FlashPlayer9(ActiveX, plugin for Netscape) are FREE to distribute? thankyou

  • [SOLVED] (...) which CFLAGS to choose for /etc/makepkg.conf

    Hello all. I read about certain CFLAGS you can set in /etc/makepkf.conf, so I checked out if there was anything i could do to make the packages built on my system more optimized. However, as the title states, I'm not sure what to set. The sticker on