Cannot install PatchSet 10.1.3.5.0 on SOA Suite 10.1.3.1.0

Hi,
I've downloaded Zip files "CD1" and "10.1.3.5.0 patch" (x86) from [Application Server 10g Release 3 (10.1.3.x) Downloads|http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] . After installing the former, the latter won't install: the error message (in French) basically says that none of the patches in this PatchSet need to be applied...
The PatchSet's readme file says: "This patch set is cumulative and includes all of the fixes from Oracle Application Server 10g Release 3 (10.1.3) Patch Set 1 (10.1.3.1.0), Oracle Application Server 10g Release 3 (10.1.3) Patch Set 2 (10.1.3.2.0), Oracle Application Server 10g Release 3 (10.1.3) Patch Set 3 (10.1.3.3.0), and Oracle Application Server 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0)."
I don't know why the patches won't take effect; maybe because I have Oracle XE installed, in a more recent version (10.2.0)? I'd appreciate any help on this.
Thanks,
Chris.
Edited by: gers32 on Nov 4, 2009 5:09 AM

The original error message is in French: "Aucun des patches de l'ensemble Oracle Application Server PatchSet 10.1.3.5.0 ne doit être appliqué."; it basically means "None of the patches in Oracle Application Server PatchSet 10.1.3.5.0 need be applied.". But I suspect it's got to do with the fact that I did not run the scripts as ORABPEL and ORAESB.
The initial SOA 10.1.3.1 installation instructions say:
"If you are performing an advanced installation of the J2EE Server, Web Server and SOA Suite install type, you must install the ORABPEL, ORAESB, and ORAWSM schemas into your Oracle database before you begin the installation."
But I ignored that, since I did a default installation...
So before I start over with this, and since I'm only trying to get HTTP_Server, is there a simpler solution? Maybe I should go with an 11g solution, since I suspect it would still be compatible with my local 10.2.0 and my customer's 9i databases? But which one? The information on the Oracle Web site is overwhelming, and it took me a while to figure out that I needed to install SOA Suite in order to get HTTP_Server...

Similar Messages

  • Steps to install AIA with Agile PIP on EBS on SOA Suite on a cluster

    Would appreciate confirmation on the steps to install AIA with Agile PIP on EBS on SOA Suite on a cluster.

    What versions are you working with?
    If 11g, check out the following guides:
    Enterprise Deployment Guide: http://docs.oracle.com/cd/E23943_01/core.1111/e12036/toc.htm for an best-practices approach to implementing an Enterprise Deployment
    AIA Foundation Pack Installation Guide: http://docs.oracle.com/cd/E23943_01/doc.1111/e17949/toc.htm
    At the AIA Foundation Pack Overview on Oracle Technology Network (http://www.oracle.com/technetwork/middleware/foundation-pack/overview/index.html) you can find the SOA-FP Cluster UPK which will give you a guided overview of performing a basic two-node cluster installation.
    Once you have a complete SOA/FP installation on your cluster, then you can work on installing the Agile PIP.

  • Installing B2B (10.1.2.0.2) on SOA Suite 10.1.3.3

    Has anyone installed B2B on the SOA Suite 10.1.3.3? We would like to consolidate our tiers and wanted to know how we can install B2B on 10.1.3.3 (SOA Suite).

    Please refer to Installation best practice document.
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_SOA_Suite_Installation.pdf
    Rgds,Ramesh

  • Is Basic Install of 10.1.3.1 Sufficient for SOA Suite Tutorial

    Hi there. My knowledge of Application Server is pretty basic. I've been trying to setup for the SOA Suite Tutorial. I installed Database Express Edition installed for the SOADEMO schema then ran the Basic install of SOA Suite on Windows XP without the firewall up and no DHCP.
    When I run through steps in the tutorial I am unable to establish a connection to the application server. Checked the Port which is 6003. In the test of the connection I get refused a connection and a suggestion to check if OPMN is running, which it is.
    I am wondering if I need the HTTP_Server web server installed as well (not installed with the Basic install). Any ideas? Maybe the tutorial only works with the Advanced Install of SOA Suite!

    Reinstalled basic installation of SOA Suite. Am able to establish connection to DB in JDeveloper. When I follow the procedure in SOA Suite Tutorial to establish JDeveloper connection to the application server I get the following error when testing connection (note pipsqueak hosts SOA Suite - separate machine to JDeveloper).
    Error getting OC4J Process for: opmn-home+oc4j-pipsqueak.its.utas.edu.au-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    Results of opmnctl status command:
    Processes in Instance: soademo.pipsqueak.its.utas.edu.au
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:home | 3168 | Alive
    ASG | ASG | N/A | Down

  • Can I install two versions of SOA suite using same Oracle database

    Condition:
    I installed Weblogic server(10.3.5) and SOA Suite(11.1.1.5), and
    I used RCU 11.1.1.5 to create the schemas(Oracle DB 11g-111170) for it.
    Plan:
    Now I plan to install another Weblogic server(10.3.6) and SOA Suite (11.1.1.6)
    and I will used RCU 11.1.1.6 to create the schemas for it.
    Question:
    Can I use same database(Oracle DB 11g-111170) for the two versions of SOA Suite? that is
    Can I Run the RCU 11.1.1.6 to create the schemas for SOA Suite (11.1.1.6) on the oracle database server I already used for SOA Suite 11.1.1.5?
    If I can use same database for the two versions of SOA Suite, how can I resolve schame name conflict?

    Hi
    1. YES. You can absolutely use SAME DB to have multiple Versions of SOA Schemas.
    2. Any SOA/BPM will need basically 4/5 schemas like SOAINFRA, MDS, ORABAM, ORASDPM etc. based on what you choose. And each of these Schemas can be Prefixed. Default prefix is like DEV, so schemas are like DEV_SOAINFRA, DEV_MDS etc
    3. Very Simple. When you Run RCU 11.6 and give the same old db details, in next screen it will automatically show the new Prefix for the schemas it will create. If DEV is used, it will show DEV1 like that. So just choose a Different Prefix and you are good to go.
    I have the same thing on my side. Single Database. Multiple RCU for SOA 11.5 and SOA 11.6 with different Prefixes:
    SOA 11.5 -> DEV115_SOAINFRA, DEV115_MDS, DEV115_ORABAM etc
    SOA 11.6 -> DEV116_SOAINFRA, DEV116_MDS, DEV116_ORABAM etc
    I Used the Prefixes like DEV115, DEV116 so that I know exactly which version of RCU schema they refer to.
    For QC, UAT, PROD we used prefixes like QC_*, UAT_*, PROD_* etc.
    NOTE: When you drop the schemas for some reason, make sure to give the appropriate prefixes so that only they are dropped and not others.
    Thanks
    Ravi Jegga

  • Unable to install patchset 10.2.0.3 on XP - wants me to stop ALL services

    Hi,
    I am unable to install patchset 10.2.0.3 on our existing OWB installations (patchset 10.2.0.2) already installed.
    I get an error message saying that certain files are in use and that I should stop the "following services". It then proceeds to list every running service!!
    I have tried installing OWB with the 10.2.0.2 patchset and then I am able to install the 10.2.0.3 one but that is not a viable solution as I already have several users with OWB 10.2.0.2 installed on their machines and they need to patched to 10.2.0.3 ASAP. I really don't want to have to uninstall OWB from their machines and reinstall it.
    So, what's going on? Why does the OUI say it wants every Windows service to be stopped?

    I think this problem is caused by one or several MS Windows services (maybe MSDTC?). OUI cannot identify exact service name which locks Oracle file(s) and show all services in list.
    There are several notes on Metalink about this problem:
    Note:356181.1 "Errors about files being in use, when applying a patch."
    Note:402546.1 "How To Specify Which OCI.DLL The MS DTC PROCESS Uses"
    Note:198699.1 "Access denied on OCIW32.DLL when removing 9iAS Release 1 (1.0.2) installation"
    Note:232827.1 "Universal Installer can not replace the oci.dll Error when install/deinstall Oracle Products"
    Note:294350.1 "Write Errors, or Files In Use, or NoServicesForProcessException During Patch Installation"
    Try to change registry value HKLM/SOFTWARE/Microsoft/MSDTC/MTxOCI/OracleOciLib to nonexistent file name (for example xxx.dll), restart Windows and try to install patch again. Please give a feedback to this recommendation, I think it would be interesting to all.
    Regards,
    Oleg
    Message was edited by:
    oleg

  • Satellite Z930-14F - cannot install Win 8.1 from SCCM 2012 R2 environment

    Dear all,
    Sattelite Z series laptops cannot install OS (win 8.1) from our SCCM 2012 R2 environment.
    Either no installation is starting, or pxe boot aborted error is showed.
    The environment is used to successfully install OS (win 8.1) on different other vendor computers (dell) and virtual machines (hyper-v and vmware).
    I've tried both UEFI and CMS boot options and tried to switch off the secure boot. Please advice.
    Also, i've read about the "SCCM installation package for Toshiba". Will it help in my situation or is it just driver packages for SCCM?
    Best Regards, Evgeny.

    I guess you are speaking about this Toshiba package:
    http://www.toshiba.eu/services/on-demand/business-computing/sdp120gs-v/
    I dont have much experience using such SCCM drive package but it definitely compatible with the Toshiba business notebooks. The Satellite / Portege Z930 belong to the business range and I think the package should be compatible.
    This package seems to be for all IT administrators who manage devices on the corporate network with SCCM 2012 R2. Toshiba offers with the new Toshiba SCCM package a solution to integrate other notebook into an existing IT infrastructure quickly and smoothly and all Toshiba Driver and application packages and a demonstration task sequence are integrated.
    However, it seems that you could get more details about this package directly from Toshiba [email protected]
    By the way: The Win 8.1 installation requires the UEFI mode (in case the UEFI BIOS is available). But booting from another, external source requires the disabled secure boot option.
    So maybe you should use the UEFI mode but should disable the secure boot option in order to boot from LAN.

  • Cannot install windows, starting to get really pissed off with this PLEASE HELP

    ok, i'm starting to get agitated with this.
    i cannot install windows XP, 2003, OR Longhorn on my machine.
    right now, i have the following setup:
    msi 865pe neo2 motherboard
    intel p4 3.2ghz w/HT (factory HS/Fan currently)
    1 dimm of PC3200 crucial DDR400
    30GB maxtor HD plugged into primary IDE
    pioneer dvd/cd drive as sencondary IDE
    alps 3.5" floppy drive
    antec true blue 480wt PSU
    i do the following:
    format with maxtor cd
    boot from OS cd
    start setup, reboot, continue
    the farthest i can get is 'registering components/completing installation' i either get a blue screen stop error which isnt the same everytime, or it just locks up and doesnt do anything.
    ran the memtest checker and get errors on test #4
    i had a DIMM of kingston that gave the same errors, so i RMA'd it and got another. same errors, so i RMA'd again and got a Crucial stick. same errors.
    so i RMA'd the motherboard since i figured it had to be that. and it improved from the problems i had earlier. (the problems i had before were worse before.)
    below are my BIOS settings. SOMEONE WHO KNOWS PLEASE HELP ME!
    advanced bios features:
    quick boot - enabled
    boot order - floppy, cd, HDD
    full logo - disabled
    s.m.a.r.t - enabled
    num-lock on boot - enabled
    floppy swap - disabled
    floppy seek - enabled
    save rom to HD - no
    boot to os/2 - no
    hyper threading - disabled
    mps revision - 1.4
    apic acpi sci irq - disabled
    cpu l1 & l2 cache - enabled
    bios cacheable - disabled
    c000, 32k shadow - disabled
    advanced chipset:
    dram timing...
    configure by spd - enabled
    (i dont know what to set timing to, nothing anyone has since said helps)
    integrated perfs:
    usb controller - enabled (same errors if its disabled too so its not USB)
    usb device legacy support - disabled
    on chip IDE:
    operate mode - legacy mode
    ata config - pata only
    sata keep enabled - yes (for sata drive i have, error either way)
    pata channel selection - both
    onboard ethernet, 1394, prmoise ide and audio all DISABLED
    pc healt status:
    cpu - 49°C/120°F (idle sitting in bios)
    system temp - 28°C/82ºF
    cpu fan - 2678rpm
    nb fan speed - 6490rpm
    vcore - 1.456 up to 1.502
    3.3v - 3.232v
    +5.0v - 5.003v
    +12v - 11.680v
    -12v - -11.743v
    -5.0v - -4.826v
    battery - 2.896v
    +5V SB - 4.945
    freq/voltage control
    Dynamic OC - disabled
    cpu ratio locked
    dram freq - auto
    spread spectrum - enabled
    cpu bus clock - 200
    ddr clock (grayed out) - 400
    adjust agp/pci - 66.66/33.33
    cpu vcore adjust - no
    cpu vcore (grayed out) - 1.5500v
    ddr power voltage - 2.65v
    agp power voltage - 1.50v
    SOMEONE PLEASE HELP ME!!!!!
    i'm running out of time, money, patience.
    if it cant be solved i'm going to set myself on fire!

    Quote
    Originally posted by REILLY875
    Do NOT try the 250 Watt PSU!!, As "Wonk" said if you happen to Blow it, the PSU will most likely Take out the Mo-Bo with it! And maybe the CPU to, due to the Voltage Spike you would get ...I would not put to much Credence into the fact that as of now the +12V and the +3.3V Rails are reading a little low,(I say this because it is indeed a ANTEC), as this could be the Monitoring Hardware, or the Software that might be reading wrong....If I where you I would First set the Memory Timings Manually to 3-4-4-7-8, And up the DRAM (VDIMM) Voltage to 2.7 Volts, and if it still wont Load, I would Definitly try a different DIMM Slot, and Rince and Repeat .....If you dont mind me asking , Why are you running with just 1 Module?....Is it on purpose or are you saving up for More?................Sean REILLY875
    yea, i dont plan to run the 250. im gonna wait for the new 480.
    thanks for the info about ram timings as well. i havnt gotten any solid answers about what to set it to.
    even with new mobo and ram, i'm getting errors in memtest86 #4 test as i always have. i've tried different slots with same problems.
    i only have one module because i dont want to waste anymore money on a non-working system. once i get it up and running i'll add another 512.

  • Cannot install Windows 8.1 via Boot Camp on MBPr 13" Early 2013; tried almost everything.

    Hi guys,
    yesterday, I decided to install Windows 8.1 on my Mac using Boot Camp. I tried to install it, but the first attempt ended into booting to the screen, where it says "Cannot find any bootable device" or something like that. So I googled it up and then tried the EFI Boot. The EFI Boot booted into the Windows installation properly, but I cannot choose the partition I want to install it on. I tried partitioning it in Disk Utility using Tuxera to NTFS, I tried formatting it in the installation itself, always restarted between the processes, I tried to delete the partition and create a new one in the installation, but no luck. I am still stuck on the error "Cannot install Windows on MBR partition. Please, choose a GPT partition". I have a 256GB SSD disk. I browsed the problems and solutions for 3 hours, but no luck. None of the solution helps. The only solution that would work I guess is if I don’t boot into EFI, but into the BIOS installation. But when I do that, I get the "Cannot find any bootable device", so a dead end here. I also tried the tips where they say to remove the USB stick when the Windows installation starts, but didn’t help either.
    I am installing using a bootable USB drive, I do not have a Superdrive and cannot even lend it or something like that.
    I am really desperate, can anyone please help me?
    Thanks in advance,
    DavidKop_

    Some people have been successful installing 8.1 (me, for instance) despite it not being supported. However this seems to be hardware dependent.
    I would have expected the normal WININSTALL option to be available on a Bootcamp-created USB, not just the EFI boot option.
    It really depends on whether Bootcamp is creating a hybrid MBR when it creates the Bootcamp partition. Some later model Macs do not. On the Macs that do not create the hybrid MBR Windows may install in EFI mode.
    If you remove everything and stretch the Macintosh HD back to the full size of the disc again then reboot and when the system restarts begin the Bootcamp installation again but do not let it restart at that time, you can then run the following code in the terminal and report its output we will be able to see if a hybrid MBR has been created (this is after the partition has been created by Bootcamp, but before it reboots).
    sudo fdisk /dev/disk0

  • Pc cannot install purchased photo elements 13.  Error message appears:  File archive part missing from Adobe Photo Elements 13.  You need all parts in the same folder in order to extract Adobe Photoshop 13.  please download all parts.

    Cannot install my download due to above error message.

    Hi revbos,
    Apologies for your incovinience.
    Requesting you to please go to https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us. When you click on download button (after selecting your OS details), it should open a new browser window (which will launch the Akamai installer automatically). Please cancel any installation or error shown.
    The newly opened browser page will look something like this:
    As highlighted, please click on these links (one by one) and see if it downloads the required files. The downloaded files will be compressed with 7z format. If you have some extracting tool (like WinZip) try extracting it. If you don't have it, download 7z. Its a free utility from Microsoft. Once downloaded and installed, you will be able to extract file and locate the PSE setup.
    Please let me know if you face any issues.
    ~Surendra

  • I have downloaded/paid fora plug in from adobe site  (cracked backgrounds) it told me ti install creative Cloud which i have done but i cannot install the plug in into lightroom5  via plug in manger to use the backgrounds...please help as this is the firs

    Ihave downloaded/paid for a plug in from adobe site (cracked backgrounds) it told me ti install Creative Cloud which i have done it shows the plug in on there as downloaded but i cannot install it into lightroom 5 to use? i have tried the plug in manger but it says cannot install plug in..also downloaded the Adobe extension manager cc but that does not add either....Please help first time i ave tried to install a plug in !!!!!! Lucy

    Dear Lucy
    Please remember to unzip the file from your Downloads folder in order to load them into Lightroom.
    What is the error in Lightroom?
    Did you read the 'Where to Find it' section?
    Thanks,
    Krystal - Add-ons team

  • After IOS 8 update, cannot install or update app

    As my subject mentioned, after the ios 8 update, i cannot install or update app.  I have done everything like calling the tech support, follow their instructions etc.. Some of the things i had done were
    Soft reset ipad
    Hard reset ipad
    logout of itune store and login
    delete everything on ipad and restore from itunes.
    All these doesn't work and the problem keeps coming back again.  This is frustrating that Apple would release an update like this that would break my ipad air. On top of that, quite a lot of app are not working eg zinio, evernote.  My ipad air has been in this mode eversince the update release and i had mostly given up to resolve it.  For all other ipad owners, if you want to avoid this anguish don't update to ios 8. 

    You are not alone. Here's one thread
    Why can't I download or update apps on iPad running iOS 8
    If you have the WSJ app installed, delete it and see if that fixes things. It immediately fixed it for me, but not for all people with the problem.

  • Unisphere Host Agent cannot install on Windows 2012 R2 Core

    Cannot install EMC Unisphere Host Agent on Windows Server 2012 R2 Core server. 
    When trying to install into Hyper-V 2012 R2 I get an error informing of the requirement for Feb 2013 updates to Windows 8 and Windows server 2012.

    Cannot install EMC Unisphere Host Agent on Windows Server 2012 R2 Core server. 
    When trying to install into Hyper-V 2012 R2 I get an error informing of the requirement for Feb 2013
    updates to Windows 8 and Windows server 2012.

  • Cannot install Firefox. WHen I click on the link to install, it takes me to an "error loading page" notice. My network connection and internet access are normal with Internet Explorer, so this is not the issue. Some kind of conflict with my settings or pe

    Cannot install Firefox. When I click on the link on the Mozilla website, it goes to an "error loading page". My network connection and Internet Explorer are fuctioning normally.
    == computer was recently wiped clean and am now reinstalling all previous software and applications ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

    None of the stuff in " http://kb.mozillazine.org/Locked_or_damaged_places.sqlite " helps. I have tried and tried and I have even wipe the computer clean still didn't help. I got the same problem as he/she has got in the first posted. Can add some web pages but not all the web pages I want.. I should have never updated to 3.6.13... That's when it all started for me, from that version..... Now Version 3.6.14 is out, I was hoping the version 3.6.14 might would fix the problem wrong again....
    Funny thing is i can not even Bookmark Firefox.com!!!!!...lol
    So any ideas on how to fix it other than the link giving would help.
    Thanks.

  • I cannot install or uninstall itunes.  I get error message 2324?????

    I cannot install or uninstall itunes.  I get error message 2324?????

    You might need to run the Windows installer cleanup utility....start the troubleshooter for assistance at the following link:  http://support.microsoft.com/kb/2438651/

Maybe you are looking for