Patch 119578-15 forever in applying on an Ultra-10

Patch 119578-15 takes forever to apply. The host was killed and the patch was downloaded by hand and installed in single-user mode from boot up.
I suspect that a process (FMD) would never cease so patching could begin. I don't know what FMD is but I waited long enough to let updatemanger try to patch it.

This patch should be marked as interactive in the patch metadata so as to require being installed in single user mode only (as you did). However it appears not to have been. We will request that this be corrected.
The problem is that the patches prepatch script is waiting on the command "svcadm disable -t -s svc:/system/fmd:default" return but it never does.
If other users have the same problem, login to the system and kill the above command. It will cause some of the patch installs to fail but it will unhang the shutdown.

Similar Messages

  • Patch 119578-10 will not apply

    This patch would not apply using the updatemanager. When it was applied by itself, the process never completed over the night. I rebooted the machine.
    I downloaded the zip patch, extracted and then I shut it down in single-user mode to apply it. That was the only technique I knew.
    I did see discussion threads in the past about the "fmd" process. Extract steps/disclaimers would be needed to apply this patch as well. It is not updatemanager compatible.

    Yeah, that problem was reported for 119578-9.
    It was supposed to be fixed by now.
    But here 119578-10 has been released, and its still not fixed.

  • OUI-10091:There are no patches that need to be applied from the patchset

    Hi All,
    when i try to apply 10.2.0.3 patch on 10.2.0.1 in linux x86 I am getting into this error.
    OUI-10091:There are no patches that need to be applied from the patchset Oracle Db 10g R2 Patchset 10.2.0.3.0
    The original ora inventory is lost and cannot be recovered.
    So is there any way I can upgrade the database software.
    Please advise.
    thanks in Advance
    -PK

    You should first try to troubleshoot the missing inventory issue. Check this metalink document:
    OUI-67105 Due To Missing Or Corrupted Central Inventory In 10g
         Doc ID:      Note:417236.1
    ~ Madrid

  • Patch 9239090 Worker Fails On Applying MSDODPCODE.sql

    EBS Version - 12.1.2 - Suse Enterprise - 10 - SP2
    DB - 11.2.0.3 - s390 - zLinux
    I am applying the 12.1.3 upgrade patch to our 12.1.2 instance and one worker fails with the following....
    I've run this upgrade for testing purposes 4 time prior to this and never encountered this error.
    I would appreciate any/all suggestions.
    Thanks
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    begin dbms_aw.execute('upd'); end;
    ERROR at line 1:
    ORA-37605: error during OLAP AW UPDATE
    ORA-00600: internal error code, arguments: [wbackstream: size], [8128], [3964],
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 122
    ORA-06512: at line 1
    Time when worker failed: Fri Feb 15 2013 16:12:05
    Time when worker started job: Fri Feb 15 2013 16:12:06
    Start time for file is: Fri Feb 15 2013 16:12:06
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Not sure if this is relevant or not - but the user account OLAPSYS was in a 'EXPIRED/LOCKED status. I unlocked the account - but not sure what password to use to set it to.
    I also have an SR open for this - but not expecting any replies until Monday. :(
    Edited by: 864641 on Feb 15, 2013 3:34 PM

    I also have an SR open for this - but not expecting any replies until Monday. :(
    Edited by: 864641 on Feb 15, 2013 3:34 PMYou can escalate it to Sev 1 -- How To Escalate a Service Request (SR) with Oracle Support Services [ID 199389.1]
    Please also see:
    Patch 6678700 Worker Fails On Applying MSDODPCODE.sql With ORA-33292 Insufficient Permissions To Access Analytic Workspace APPS.ODPCODE; ORA-33262: Analytic workspace ODPCODE does not exist. [ID 1054417.1]
    MSDODPCODE.SQL Fails Applying U6678700.Drv [ID 1151274.1]
    When running script MSDODPCODE.sql error ORA-37002 occurs [ID 467879.1]
    Upgrading 11.5 to 12 MSDODPCODE.sql or FPAMAIN.sql Fail OLAP Express APPS.ODPCODE Analytical Workspace [ID 1319007.1]
    ORA-33292 Insufficient permissions to access analytic workspace APPS.ODPCODE Error When Applying Patch 9058835 [ID 977196.
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to solve problem After patch 10.2.0.4 applying on owb 10.2.0.1

    HI OWB Gurus,
    We have recently a patchapplied for oracle 10g .
    prev version was oracle 10 g r2 10.2.0.1
    new version is 10.2.0.4 ( patchset 4)
    After patch applied at database and owb level there are some problem we are facing like
    ETL process is very slow , cpu is going to 100% after start any mapping.
    and audit browser are not opening.
    Can any one help me on this so that we can resolve the problem.
    - Umesh

    Hi Umesh,
    This might help you in diagnosing the client's performance
    Accurate optimizer statistics are generally very important. They are gathered automatically at OWB install time and the Design Center -> Tools -> Optimize Repository menu selection is available to refresh them on an as needed basis.
    The DBA can always help by pre-expanding tablespaces, making sure multiple tablespaces are available on separate disks or disk arrays so that I/O to indexes, metadata tables, snapshot tables, DB undo and redo logs, etc., can be evenly distributed.
    With more complex metadata in this OWB release, you can expect many JDBC round-trips to the DB. Network latency can have a big impact on performance. To see how much time the owbclient uses for JDBC roundtrips to the DB, add the following line to Preference.properties in <owb home>/owb/bin/admin on your client machine:ClientProfile=true
    Run OWB, then check ClientProfile.log in the admin directory. Keep in mind that a ping to localhost is probably about 0.025 ms, to another machine in the LAN about 0.25 ms. If the roundtrips are greater than 40 ms, then the issue is likely related network latency.
    The two basic workarounds for network latency are:
    -Remote control an OWB client machine that is physically close to the server.
    -Do design-time work on a local repository, then MDL export the work for import to a central repository.
    If the client and server are not on the same (high bandwidth) LAN, then total available bandwidth may become a factor. Same thing if the DB server is heavily loaded with respect to CPU or I/O, or if all your OWB design-time metadata is located on the same tablespace on the same hard drive. Distributing projects across multiple repositories which use their own
    tablespaces spread across multiple hard drives would be very desirable.
    The object editors are more functional and complex, as such, the required processing power to render them is greater (processor > 2GHz) Also note the OWB client software is mostly single-threaded, so it won't take advantage of multiple processors on one machine.
    Long running sessions or large bulk operations (MDL import, validation, generation, deployment over large or multiple modules) can push up against the JVM memory limit. If performance begins to suffer due to memory, either:
    a)exit and restart the OWB session;
    b) if adequate physical memory exists, increase the -Xmx and -Dlimit values in the owbclient and OMBPlus startup scripts to better accommodate large operations.
    ie.
    If you have 2 GB or more, backup and edit owb\bin\win32\owbclient.bat file and modify line starting with %JAVAPATH
    ie.
    %JAVAPATH%\jre\bin\java -Xms128M -Xmx1024M -Dlimit=1024M -XX:MaxPermSize=1024M
    This will add more memory to JVM for OWB client. Do the same for owb.cl file
    Hope this will add some value.
    Best Regards,
    Prasad Bolla.

  • Where can I get NW 04 latest patch and how do I apply them?

    How do I apply the NW04 latest patch? What are the steps? Where can I get the lates patch?

    Hi John:
    The procedure to apply a patch mostly depends if you are using JAVA or ABAP.
    What are you currently using ?
    You can download the patches from https://service.sap.com/patches
    Hope this helps!
    Best Regards,
    Federico G. Babelis
    NetWeaver Certified Consultant
    GAZUM Technologies S.A.
    Consulting Services and Software Solutions
    http://www.gazum.com
    ...download FREE Marketplace Manager at: http://www.gazum.com/products

  • Patch 114344-26 will not apply

    We are running Solaris 9 with the Sun Connection "updatemanager" version 1.0.10. It suggests that revision 26 be applied to replace revision 24. It always fails to download it. It mentions that the patches are not available.
    When I look at the patch, it says that revision 26 is withdrawn and that revision 24 is preferred.
    I have loaded/installed all 62 patches today. I was able to install all of them except for this one. I have tried various times today.

    I have looked at the revision 26 of patch 114344 and see it is indeed withdrawn and no longer available. Infact revisions 25, 26, and 27 of this patch have all been withdrawn for the same reason. Update manager should not be recomending this patch. we will look in to this further and update when we have something further.

  • Your first choice in a protective case, which will not take forever to apply?

    I just got my Blackberry. Now, I want to be sure it is going to last as long as possible.
    I have a clear plastic case for it, but just not too crazy about it.  Does anyone have a case
    you think is unusually great??  I saw one that sounds like it is something like a film which
    also covers the keyboard but since I find applying a screen protector enough of a challenge
    I am not too sure about that.
    Any suggestions are appreciated.
    The Price of Freedom is Eternal Vigilance

    A lot of people swear by Best Skins Ever... I don't think you can go wrong with them.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Patching EP 640, Trying to apply SP19

    Hello All,
    I’m trying to bring EP 6.40 system to the latest SP stack (19) and run into the following error:
    “You entered …SAPINST-CD Found label SAP:EP_60NW_VAL_REL:630:SAPINST:. but need label MSSQL:WAS-J2EE-Patch:630:SAPINST:.“
    My system:
    Windows 2003 (32bit), MS SQL Server, EP 6.40 SP Stack 14 (J2EE engine + Portal, no ABAP)
    Packages downloaded from service.sap.com/sp-stacks:
    EP6PORTAL19_0-20000394.SAR
    EP6TOOLS19_0-20000394.SAR
    SAPINST19_0-10002786.SAR
    EP6CTRL19_0-10002786.SAR
    EP6KMC19_0-10002972.SAR
    SAPINST19_0-20000118.SAR
    CTRLDB219_0-20000118.SAR
    CTRLDB419_0-20000118.SAR
    CTRLDB619_0-20000118.SAR
    CTRLMSS19_0-20000118.SAR
    CTRLORA19_0-20000118.SAR
    CTRLSAPDB19_0-20000118.SAR
    J2EERTOS19_0-20000118.SAR
    J2EERT19_0-10001982.SAR
    Did any one encounter anything similar?
    Regard,
    Andriy

    Hello,
    According to the Installation guide you have to extract the SAR files in the following order:
         1. SAPINST<SP>.SAR and CTRL<DB><SP>.SAR These archives are extracted to the subdirectory SAPINST-CD of <sp_directory>.
         2. J2EERT<SP>.SAR
         3. J2EERTOS<SP>.SAR J2EE*.SAR files are extracted to the subdirectory J2EE-RUNT-CD of <sp_directory>.
    Then when you start the sapinst you have to specify the location of some of those directories. I think you are trying to specify wrong folder. Try with the directory where CTRLMSS19_0-20000118.SAR was extracted.
    If you still experience the error attach a screenshot of it and the sapinst.log.
    Regards,
    Ventsi Tsachev
    Technology Development Support (J2EE Engine)
    SAP Labs, Palo Alto, Ca (USA)

  • Problem applying patches...

    All,
    I'm trying to apply 6880880 to 10.2.0.4 running on a Windows 2003 box. I connect to Metalink and download the patch to the cache without issue but then when it comes to the checkTarget step it just sits there forever and nothing happens. It also isn't creating the directory %oracle_home%\EMSTagedPatches\6880880... I created a local account and made sure it had full control of the directory structure but still nothing... Any ideas?
    Thanks,
    Tony

    The best idea is, do it manually. Download the patch directly from metalink and apply it according to the readme file. I don't trust in EM's patching facilities.
    Werner

  • Unable to apply 11.5.10.2 maintenance pack patch 3460000

    Hi all,
    I have applied all prerequesty patches in 11.5.10 instance.i am trying to apply 3460000 in my instance but it errored out any one can help me--
    i am posting here log file of patch log file
    ************* Start of AutoPatch session *************
    AutoPatch version: 11.5.0
    AutoPatch started at: Sat Sep 05 2009 21:39:45
    APPL_TOP is set to /home/applvis/visappl
    NLS_LANG value from the environment is : American_America.US7ASCII
    NLS_LANG value for this AD utility run is : AMERICAN_AMERICA.US7ASCII
    Backing up restart files, if any......Done.
    Your previous AutoPatch session did not run to completion.
    Do you wish to continue with your previous AutoPatch session [Yes] ? no
    You chose to disregard your previous AutoPatch session
    and to restart AutoPatch from the beginning.
    If you have partially applied a patch, you must continue with your
    previous AutoPatch session until it completes successfuly.
    If you try to re-apply a patch that you have only applied partially,
    AutoPatch may apply the patch incorrectly.
    Enter Yes to confirm that you wish to overwrite your previous
    AutoPatch session and begin a new AutoPatch session.
    Enter No to continue with your previous AutoPatch session. [No] : yes
    You can be notified by email if a failure occurs.
    Do you wish to activate this feature [No] ? No
    Please enter the batchsize [1000] : 1000
    Please enter the name of the Oracle Applications System that this
    APPL_TOP belongs to.
    The Applications System name must be unique across all Oracle
    Applications Systems at your site, must be from 1 to 30 characters
    long, may only contain alphanumeric and underscore characters,
    and must start with a letter.
    Sample Applications System names are: "prod", "test", "demo" and
    "Development_2".
    Applications System Name [vis] : vis *
    NOTE: If you do not currently have certain types of files installed
    in this APPL_TOP, you may not be able to perform certain tasks.
    Example 1: If you don't have files used for installing or upgrading
    the database installed in this area, you cannot install or upgrade
    the database from this APPL_TOP.
    Example 2: If you don't have forms files installed in this area, you cannot
    generate them or run them from this APPL_TOP.
    Example 3: If you don't have concurrent program files installed in this area,
    you cannot relink concurrent programs or generate reports from this APPL_TOP.
    Do you currently have files used for installing or upgrading the database
    installed in this APPL_TOP [YES] ? YES *
    Do you currently have Java and HTML files for HTML-based functionality
    installed in this APPL_TOP [YES] ? YES *
    Do you currently have Oracle Applications forms files installed
    in this APPL_TOP [YES] ? YES *
    Do you currently have concurrent program files installed
    in this APPL_TOP [YES] ? YES *
    Please enter the name Oracle Applications will use to identify this APPL_TOP.
    The APPL_TOP name you select must be unique within an Oracle Applications
    System, must be from 1 to 30 characters long, may only contain
    alphanumeric and underscore characters, and must start with a letter.
    Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".
    APPL_TOP Name [mylinux] : mylinux *
    You are about to apply a patch to the installation of Oracle Applications
    in your ORACLE database 'vis'
    using ORACLE executables in '/home/applvis/visora/8.0.6'.
    Is this the correct database [Yes] ? Yes
    AutoPatch needs the password for your 'SYSTEM' ORACLE schema
    in order to determine your installation configuration.
    Enter the password for your 'SYSTEM' ORACLE schema: *****
    Connecting to SYSTEM......Connected successfully.
    The ORACLE username specified below for Application Object Library
    uniquely identifies your existing product group: APPLSYS
    Enter the ORACLE password of Application Object Library [APPS] : *****
    AutoPatch is verifying your username/password.
    Connecting to APPLSYS......Connected successfully.
    The status of various features in this run of AutoPatch is:
    <-Feature version in->
    Feature Active? APPLTOP Data model Flags
    CHECKFILE Yes 1 1 Y N N Y N Y
    PREREQ Yes 6 6 Y N N Y N Y
    CONCURRENT_SESSIONS No 2 2 Y Y N Y Y N
    PATCH_TIMING Yes 2 2 Y N N Y N Y
    PATCH_HIST_IN_DB Yes 6 6 Y N N Y N Y
    SCHEMA_SWAP Yes 1 1 Y N N Y Y Y
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Identifier for the current session is 1749
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Reading database to see what industry is currently installed.
    Reading FND_LANGUAGES to see what is currently installed.
    Currently, the following language is installed:
    Code Language Status
    US American English Base
    Your base language will be AMERICAN.
    Setting up module information.
    Reading database for information about the modules.
    Saving module information.
    Reading database for information about the products.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Connecting to SYSTEM......Connected successfully.
    Reading database for information about how products depend on each other.
    Connecting to APPLSYS......Connected successfully.
    Reading topfile.txt ...
    Saving product information.
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    AD code level : [11i.AD.I.2]
    You chose to abandon your previous AutoPatch session
    and to continue as a new session.
    Beginning database cleanup for previous session ...
    Completed database cleanup for previous session.
    STRT_TASK: [AutoPatch startup after aimini] [] [Sat Sep 05 2009 21:40:01]
    Connecting to APPS......Connected successfully.
    STRT_TASK: [Validate schema passwords] [] [Sat Sep 05 2009 21:40:01]
    Connecting to APPLSYS......Connected successfully.
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Validate schema passwords] [] [Sat Sep 05 2009 21:40:01]
    STRT_TASK: [Upload Patch History information from filesystem] [] [Sat Sep 05 2009 21:40:01]
    Trying to obtain a lock...
    About to attempt instantiating the current-view snapshot: Sat Sep 05 2009 21:40:01
    Attempting to instantiate the current-view snapshot...
    Was already instantiated. So no instantiation done this time.
    Done attempting to instantiate the current-view snapshot: Sat Sep 05 2009 21:40:01
    **************** S T A R T O F U P L O A D ****************
    Start date: Sat Sep 05 2009 21:40:01
    0 "left over" javaupdates.txt files uploaded to DB: Sat Sep 05 2009 21:40:01
    0 patches uploaded from the ADPSV format patch history files: Sat Sep 05 2009 21:40:01
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Sat Sep 05 2009 21:40:01
    ****************** E N D O F U P L O A D ******************
    End date: Sat Sep 05 2009 21:40:01
    STOP_TASK: [Upload Patch History information from filesystem] [] [Sat Sep 05 2009 21:40:01]
    Enter the directory where your Oracle Applications patch has been unloaded
    The default directory is [home/applvis/patch/maintenance/3460000] : /home/applvis/patch/maintenance/3460000
    STOP_TASK: [AutoPatch startup after aimini] [] [Sat Sep 05 2009 21:40:03]
    Please enter the name of your AutoPatch driver file : u3460000.drv
    STRT_TASK: [Run a single patch driver file] [] [Sat Sep 05 2009 21:40:21]
    STRT_TASK: [Steps before copy portion] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Initial driver processing steps] [] [Sat Sep 05 2009 21:40:22]
    Start time for driver file is: Sat Sep 05 2009 21:40:22
    STOP_TASK: [Initial driver processing steps] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Get Oracle Applications Release and read driver file] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Get Oracle Applications Release] [] [Sat Sep 05 2009 21:40:22]
    Getting Oracle Applications Release...
    Connecting to APPLSYS......Connected successfully.
    Current installed release is 11.5.10
    Connecting to APPS......Connected successfully.
    STOP_TASK: [Get Oracle Applications Release] [] [Sat Sep 05 2009 21:40:22]
    STRT_TASK: [Process patch driver file] [] [Sat Sep 05 2009 21:40:22]
    Reading patch driver file...
    Connecting to SYSTEM......Connected successfully.
    STRT_TASK: [Parse and load patch driver file] [] [Sat Sep 05 2009 21:40:22]
    Connecting to APPS......Connected successfully.
    Parsing and loading patch driver file...
    Processing line 10000.
    Processing line 20000.
    Processing line 30000.
    Processing line 40000.
    Processing line 50000.
    Processing line 60000.
    Processing line 70000.
    Processing line 80000.
    Processing line 90000.
    Processing line 100000.
    Processing line 110000.
    Processing line 120000.
    Processing line 130000.
    Processing line 140000.
    Processing line 150000.
    Processing line 160000.
    Processing line 170000.
    Processing line 180000.
    Processing line 190000.
    Processing line 200000.
    Processing line 210000.
    Processing line 220000.
    Processing line 230000.
    Processing line 240000.
    Processing line 250000.
    Processing line 260000.
    266715 lines processed.
    STOP_TASK: [Parse and load patch driver file] [] [Sat Sep 05 2009 21:40:24]
    STRT_TASK: [Check patch integrity] [] [Sat Sep 05 2009 21:40:24]
    Not checking patch integrity as integrity checking flag is turned off.
    STOP_TASK: [Check patch integrity] [] [Sat Sep 05 2009 21:40:24]
    Successfully read patch driver file.
    STOP_TASK: [Process patch driver file] [] [Sat Sep 05 2009 21:40:24]
    STRT_TASK: [Other driver and release-related logic] [] [Sat Sep 05 2009 21:40:24]
    Determining target release...
    Current target release is 11.5.10
    STOP_TASK: [Other driver and release-related logic] [] [Sat Sep 05 2009 21:40:26]
    STOP_TASK: [Get Oracle Applications Release and read driver file] [] [Sat Sep 05 2009 21:40:26]
    STRT_TASK: [Prereq checking logic] [] [Sat Sep 05 2009 21:40:26]
    STOP_TASK: [Prereq checking logic] [] [Sat Sep 05 2009 21:40:26]
    STRT_TASK: [Ask translated patch question] [] [Sat Sep 05 2009 21:40:26]
    STOP_TASK: [Ask translated patch question] [] [Sat Sep 05 2009 21:40:26]
    STRT_TASK: [Determine bugs to apply] [] [Sat Sep 05 2009 21:40:26]
    Determining which bug fixes to apply...
    Turning off bug fixes for products not installed or shared in the database...
    Resetting bug actions for bug fixes we will not apply...
    Processing files for Oracle Government Applications...
    Done determining which bug fixes to apply.
    Log and Info File sync point:
    Sat Sep 05 2009 21:40:26
    Turning off actions that reference unrecognized products.
    Log and Info File sync point:
    Sat Sep 05 2009 21:40:27
    End of unrecognized products checking.
    STOP_TASK: [Determine bugs to apply] [] [Sat Sep 05 2009 21:40:27]
    STRT_TASK: [Process action options] [] [Sat Sep 05 2009 21:40:27]
    STOP_TASK: [Process action options] [] [Sat Sep 05 2009 21:40:27]
    STRT_TASK: [Modify actions for bootstrap mode] [] [Sat Sep 05 2009 21:40:27]
    STOP_TASK: [Modify actions for bootstrap mode] [] [Sat Sep 05 2009 21:40:28]
    STRT_TASK: [Ask for number of parallel workers] [] [Sat Sep 05 2009 21:40:28]
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPS......Connected successfully.
    AD utilities can support a maximum of 999 workers. Your
    current database configuration supports a maximum of 90 workers.
    Oracle recommends that you use between 2 and 4 workers.
    Enter the number of parallel workers [2] : 2
    STOP_TASK: [Ask for number of parallel workers] [] [Sat Sep 05 2009 21:42:15]
    AutoPatch will run in parallel mode.
    STOP_TASK: [Steps before copy portion] [] [Sat Sep 05 2009 21:42:15]
    STRT_TASK: [Copy portion steps] [] [Sat Sep 05 2009 21:42:15]
    STRT_TASK: [apply new applterr.txt] [] [Sat Sep 05 2009 21:42:15]
    Did not need to apply new applterr.txt.
    STOP_TASK: [apply new applterr.txt] [] [Sat Sep 05 2009 21:42:15]
    STRT_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sat Sep 05 2009 21:42:15]
    Applying new applprod.txt (if any)...
    Did not need to apply new applprod.txt.
    STOP_TASK: [AutoSplice applprod.txt and applUS.txt] [] [Sat Sep 05 2009 21:42:17]
    STRT_TASK: [Version checking for driver files] [] [Sat Sep 05 2009 21:42:17]
    Performing version checking for driver files...
    Log and Info File sync point:
    Sat Sep 05 2009 21:42:17
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    Cannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3136842.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3193687.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pofcom.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/poginvcm.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pogstdcm.drv
    Error occurred in version checking for driver files.
    See above error messages or AutoPatch log file for details.
    Exiting AutoPatch...
    You should check the file
    /home/applvis/visappl/admin/vis/log/123.log
    for errors.
    thanks in advance

    Hi,
    Cannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3136842.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/fte/admin/driver/fte3193687.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pofcom.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/poginvcm.drvCannot open patch file:
    /home/applvis/patch/maintenance/3460000/po/admin/driver/pogstdcm.drvPlease verify that these files exist and applmgr user has proper permission on it.
    Note: 566433.1 - Patch install failure : error: Performing version checking...Cannot open patch file
    Regards,
    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 applying INLOC patch on 11i platform windows 2003.

    Hi all,
    follwoing error and warning occur while applying INDIA LOCALIZATION patch 6410725 on windows 2003.
    ***Error! Could not copy ja_in_tran_rg_entry_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_tran_rg_entry_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_tran_rg_entry_trg.sql successfully.
    ***Error! Could not copy ja_in_reqn_curr_upd_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_reqn_curr_upd_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_reqn_curr_upd_trg.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.pls in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.pls successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.pls successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked ja_in_balance_transfer.sql in from databaseCopied patch\115\sql\ja_in_balance_transfer.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_balance_transfer.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.plb in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.plb successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.plb successfully.
    Skipping JAI_ARSETUP_C.ldt because FND patchset level is H..Copied JAI_ARSETUP_E.ldt successfully to E:\inloc\ILP\patch\6410725\backup\patch\115\import\US.
    Copied patch\115\import\US\JAI_ARSETUP_E.ldt successfully to d:\oracle\visappl\ja\11.5.0\patch\115\import\US.
    Applied JAI_ARSETUP_E.ldt successfully.
    I have check all pre requisites, is any steps before applying the patch to avoid this kind error?
    regards,
    sandeep.

    Hi,
    i dont understand why path is changing
    E:\inloc\ILP\patch\6410725\backup\patch / 115 / sql
    1)did u give correct path of patch directory when installing patch?
    2)are u installing the patch from inside the patch directory?if not do it and check
    3)give full permission to everyone on the patch directory
    Regards
    Edited by: Ahmed@hungry_dba on Feb 14, 2010 10:52 PM

  • JSPM Error while applying As Java Patch to PI 7.1

    Dear All
    I am facing an issue when trying to patch new Pi 7.1 Ehp1 Java patch through JSPM
    steps i did
    . since the download manger is not working for us i click on the link and down load all the patches to windows machine ( Installed machine is AIX)
    all the patches were downloded in SCA.zip " LMNWATOOLS04_0-20003137.SCA.zip" format which is not recognizable through JSPM
    i rename all the file taking off zip extension "LMNWATOOLS04_0-20003137.SCA" , but now the initiating is working but it throws an error saying to revise all the selected patches?
    " Error occured, while reading refactoring configuration from SDU file /usr/sap/trans/EPS/in/ESREGBASIC04_0-20003135.SCA. java.io.IOException: java.io.IOException: "
    how can i deploy these patches comes with SCA.zip format ? i know only SCA  can be deployed , but since i have downloaded them directly it converted to SCA.zip
    please advice me  how to resoleve this urgently
    appreciate your coperation with regard to this
    Buddhike

    > how can i deploy these patches comes with SCA.zip format ? i know only SCA  can be deployed , but since i have downloaded them directly it converted to SCA.zip
    It is fine just to delete the .zip at the end. The issue has another reason.
    Have you patched the JSPM before you applied the patches?

  • Not applied Patch 5117016 after 10.2.0.2 patch set.

    Hi ,
    database has been upgraded to 10gR2 on solaris 64bit. Patch 5117016 has not been applied after 10.2.0.2 patch set applied. but after that DST patches were applied. here my concern is should i rollback DST patches in order to apply Patch 5117016. as per metalink note:394933.1
    please advise me.
    thanks in advance,
    Hussain.

    Hi,
    I have got problem when I was installing 10.2.0.3.0 Patch Set after succeed installation of Oracle 10.2.0.1 on Windows server 2003.
    Server was shut down by a coworker middle of installation of 10.2.0.3.0 Patch Set resulting that Patch 5556081 : was not applied ( see below opatch_history.txt ) .
    When I try to apply 10.2.0.3.0 again it fails saying that Patch Set is already installed.
    When I run OUI to see what has been installed I see only Interim Patch #5557962.
    I didn't create any database between the installations.
    So I can't apply OpachSet README.html advice .
    Uninstall PathSet :
    C:\> sqlplus /NOLOG
    SQL> CONNECT SYS/SYS_Password AS SYSDBA
    SQL> SHUTDOWN IMMEDIATE
    SQL> EXIT
    Should I try to Create a Database and after that apply OpachSet README.html advice
    C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch_history.txt
    Date & Time : Fri Aug 31 10:56:03 CEST 2007
    Oracle Home : C:\oracle\product\10.2.0\db_1
    OPatch Ver. : 10.2.0.3.0
    Current Dir : C:\oracle\product\10.2.0\db_1\sysman\patches
    Command : apply -silent -local -oh C:\oracle\product\10.2.0\db_1 C:\oracle\product\10.2.0\db_1/sysman/patches/5557962
    Log File : C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2007-08-31_10-56-03AM.log
    /regards

Maybe you are looking for