Patching for extended support baseline

Hello Gurus.
I am patching for minimum baseline extended support 11.5.10
Patch Wizard recommended around 20 patches for us to apply.
Now, some of the pre-reqs for some of these patches are for products we dont even have installed.
If I ignore these, will the patches that list them as pre-reqs fail? Or can I safely ignore them?
A specific example, would be this:
Patch 7651923: 11.5.10: BUG FIXES FOR CS: JAN 09 PATCH
is something Patch Wizard found for a missing patch for Extended Support.
This is superseded by
12772485: 11.5.10:BUG FIXES FOR CS: AUGUST' 11 PATCH
12772485 has a number or pre-reqs, some of which for products that we dont have installed.
Example: Field Service(CSF) Patch - 5758991
So, I am in the situation of having to apply patches to products we dont have installed. Is this possible? It makes no sense.
My feeling is that I can ignore this Field Service patch, but I am not 100% sure, hence my making an appearance here.
Any ideas out there?
thanks.
11.5.10.2
11.2.0.03
RHEL 5

Yes, it is common sense to think adpatch would skip it. But as that note says:
Note:  A job should never be skipped during a patch application, regardless of the product's installation status, unless the product specific development team that supports confirms that it is harmless to skip the job.
So before applying these, I am waiting for the team from CS (Service product) that this patch - 12772485 - to confirm if I can skip it in applying the patch.
I will update this when the time comes.
Thanks,
DA.

Similar Messages

  • Checking for Patch Requirements for Extended Support of 11.5.10

    Hello
    I am trying to check for a client that they are meeting the minimum requirements to remain on Extended Support. They use 11.5.10.2 and run that on a 11.2.0.3 db
    The method I am using is:
    1.
    Check to see what is Shared and Licensed via OAM.
    This will tell me the products that we must licensed and shared and which we must ensure we meet the minimum
    2.
    Go to Patch Requirements for Extended Support of Oracle E-Business Suite Release 11.5.10 [ID 883202.1]
    and ensure that we are meeting these.
    Seems very tedious ... (over 60 products to check) is there another way?
    DA

    Pl see if this MOS Doc can help
    How to Verify the Versions for the 11.5.10 Minimum Baseline Requirement (Note 883202.1) [ID 1271621.1]
    Pl also see
    https://blogs.oracle.com/stevenChan/entry/ebs_11i_patch_wizard_extended_support_baseline
    HTH
    Srini

  • English to French patch for extended CS6

    Hello,
    Where to find a patch language from English to French for Photoshop CS6 extended?
    Best regards

    There is no patch, you have to purchase a French copy of Photoshop.
    Or get the creative cloud and have access to all the langauges and both platforms.

  • Windows XP extended support patches through SCCM 2012

    My question is how do customers that  have signed up for extended support agreement with Microsoft for Windows XP get any NEW Windows XP security updates through SCCM/WSUS?
    1. How are these NEW security updates released to the customer?
    2. How can they deploy these through SCCM 2007/2012?
    3., If updates are released through another mechanism , I presume the customer woyuld need to manually deploy these through SCCM?
    Appreciate if anyone has had experience recently around this?

    There is another channel that these updates are released that has nothing to do with WSUS to my knowledge. I have no idea exactly how it works or if these updates can be integrated into ConfigMgr. You should talk to your TAM.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Different premier support and extended support for E-Business Suite?

    Hi all,
    I am very confused about the meaning of premier support and extended support.
    What does not include in extendend support?
    Thanks.
    Amy

    Hi Amy,
    A lot of it comes down to support fees, and what kind of patches you can get for the products. In addition to the links that Hussein has provided, you might want to look at Steven Chan's blog to see what extended support means in the context of E-Business Suite:
    Extended Support Fees Waived for EBS 11.5.10 and 10gR2 DB Through 2011
    New Minimum Patching Baselines for E-Business Suite 11i Extended Support
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • Extended support for 10.2.0.3 & 10.2.0.4

    Hi,
    we are using Oracle 10.2.0.3 and 10.2.0.4 databases in windows server.
    I want to know when is the extended support date for 10.2.0.3 & 10.2.0.4.
    Thanks & Regards,

    10.2 extended support ends JUL-2013, however, from APR-2011, you'll need to be on the latest patchset, 10.2.0.5 (previous patchsets won't be patched anymore by CPU/PSU).
    http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf
    Nicolas.

  • AAC/MPEG-4 support patch for abcde

    I got bored to day and made up this patch for abcde that adds support for AAC using the M4A extension.
    It uses FAAC as the encoder and also patches abcde to version 2.2.3
    I have not tested it yet so bear with me...i'll post my test results later.
    You'll have to manually add the "M4AENCOPTS=" variable to the config
    usage is: abcde -o m4a
    UPDATED: fixed a plethora of typos
    another side note is the fact FAAC must be compiled with mpeg-4 support, the Archlinux package for FAAC isn't, so therefore this could be a problem unless you compile FAAC yourself. I submitted a feature request to get mp4 support added.
    the following is the 2.2.0 to 2.2.3 update+AAC patch. I will submit a AAC patch for the newest release to the developers of abcde later on.
    --- abcde-old-2.2.0 2005-03-08 12:42:14.000000000 -0500
    +++ abcde2 2005-03-08 12:11:07.000000000 -0500
    @@ -11,7 +11,7 @@
    # Copyright for this work is to expire January 1, 2010, after which it
    # shall be public domain.
    -VERSION="2.2.0"
    +VERSION="2.2.3"
    usage ()
    @@ -21,7 +21,7 @@
    echo "-1 Encode the whole CD in a single file"
    echo "-a <action1[,action2]...>"
    echo " Actions to perform (cddb,read,normalize,encode,tag,move,playlist,clean)"
    -echo "-A Experimental actions (retag, transcode)"
    +#echo "-A Experimental actions (retag, transcode)"
    echo "-b Batch mode: enable album normalization and nogap encoding"
    echo "-c <file>"
    echo " Specify a configuration file (overrides system and user config files)"
    @@ -366,6 +366,9 @@
    mpc)
    run_command tagtrack-$1 true
    + m4a)
    + run_command tagtrack-$1 true
    + ;;
    esac
    done
    @@ -489,6 +492,10 @@
    ## FIXME ## to the encoder ends up empty.
    run_command encodetrack-$OUTPUT-$1 nice $ENCNICE $MPPENCODER $MPPENCODEROPTS --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1" --genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" "$IN" "$OUT"
    + m4a)
    + # AAC/MPEG-4 format (.m4a) is done locally, with inline tagging.
    + run_command encodetrack-$OUTPUT-$1 nice $ENCNICE $M4AENCODER $M4AENCODEROPTS --artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1" --genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" -w "$IN" -o "$OUT"
    + ;;
    esac
    done
    # Only remove .wav if the encoding succeeded
    @@ -737,6 +744,9 @@
    if [ "$INTERACTIVE" = "y" ]; then
    while [ "$DONE" != "y" ]; do
    read ERASEPLAYLIST
    + if [ "$ERASEPLAYLIST" = "" ]; then
    + ERASEPLAYLIST=e
    + fi
    case $ERASEPLAYLIST in
    e|E|a|A|k|K) DONE=y ;;
    @@ -764,7 +774,7 @@
    ARTISTFILE=$(mungefilename "$TRACKARTIST")
    # If we want to start the tracks with a given number, we need to modify the
    # TRACKNUM value before evaluation
    - if [ -n $STARTTRACKNUMBER ] ; then
    + if [ -n "$STARTTRACKNUMBER" ] ; then
    # Get the trackpadding from the current track
    CURRENTTRACKPADDING=$(echo -n $UTRACKNUM | wc -c)
    TRACKNUM=$( printf %0.${CURRENTTRACKPADDING}d $(expr ${UTRACKNUM} + ${STARTTRACKNUMBER} - 1 ))
    @@ -843,7 +853,7 @@
    cdparanoia|debug)
    if [ "$WEHAVEACD" = "y" ]; then
    vecho "Querying the CD for audio tracks..."
    - TRACKS=$( $CDROMREADER -Q 2>&1 | egrep '^[[:space:]]+[[:digit:]]' | tail -n 1 | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    + TRACKS=$( $CDROMREADER -d $CDROM -Q --verbose 2>&1 | egrep '^[[:space:]]+[[:digit:]]' | tail -n 1 | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    CDPARANOIAAUDIOTRACKS="$TRACKS"
    else
    if [ -f "$ABCDETEMPDIR/status" ] && checkstatus cdparanoia-audio-tracks ; then
    @@ -1354,7 +1364,7 @@
    EDITCDDB=n
    fi
    if [ "$EDITCDDB" = "y" ]; then
    - CDDBDATAMD5SUM=$($MD5SUM "$CDDBDATA" | cut -d " " -f 1);
    + CDDBDATAMD5SUM=$($MD5SUM "$CDDBDATA" | cut -d" " -f1);
    # Use the debian sensible-editor wrapper to pick the editor that the
    # user has requested via their $EDITOR environment variable
    @@ -1387,7 +1397,7 @@
    # Some heuristics first. Look at Disc Title, and if it starts with
    # "Various", then we'll assume Various Artists
    - if [ "$(grep ^DTITLE= "$CDDBDATA" | cut -f2 -d= | egrep -ci '^(various|soundtrack|varios|sonora|ost)')" != "0" ]; then
    + if [ "$(grep ^DTITLE= "$CDDBDATA" | cut -f2- -d= | egrep -ci '^(various|soundtrack|varios|sonora|ost)')" != "0" ]; then
    echo "Looks like a Multi-Artist CD" >&2
    VARIOUSARTISTS=y
    else
    @@ -1470,7 +1480,7 @@
    echo "variousartiststyle=$VARIOUSARTISTSTYLE" >> "$ABCDETEMPDIR/status"
    if [ "$EDITCDDB" = "y" ] && [ "$UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE" = "y" ]; then
    - if [ $CDDBDATAMD5SUM != "" ] && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d " " -f 1) ]; then
    + if [ $CDDBDATAMD5SUM != "" ] && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d" " -f1) ]; then
    # This works but does not have the necessary error checking
    # yet. If you are familiar with the CDDB spec
    # (see http://www.freedb.org/src/latest/DBFORMAT)
    @@ -1577,7 +1587,7 @@
    WAVDATA="$ABCDETEMPDIR/track$UTRACKNUM.wav"
    OUTDATA="$ABCDETEMPDIR/track$UTRACKNUM.$OUTPUTTYPE"
    if [ -r "$CDDBDATA" ]; then
    - TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2 -d= | tr -d [:cntrl:])
    + TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | head -n 1 | cut -f2- -d= | tr -d [:cntrl:])
    echo "Grabbing track $UTRACKNUM: $TRACKNAME..." >&2
    else
    echo "Grabbing track $UTRACKNUM..." >&2
    @@ -1692,6 +1702,7 @@
    SPEEXENCODERSYNTAX=default
    MPPENCODERSYNTAX=default
    NORMALIZERSYNTAX=default
    +M4AENCODERSYNTAX=default
    OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
    # Use the following VAOUTPUTFORMAT to revert to 2.0.x VA format:
    @@ -1738,6 +1749,7 @@
    SPEEXENC=speexenc
    # mpp (Musepack)
    MPPENC=mppenc
    +M4AENC=faac
    ID3=id3
    ID3V2=id3v2
    @@ -1773,6 +1785,7 @@
    SPEEXENCOPTS=
    # mpc
    MPPENCOPTS=
    +M4AENCOPTS=
    ID3OPTS=
    ID3V2OPTS=
    @@ -2039,6 +2052,7 @@
    spx) [ "$SPEEXENCODERSYNTAX" = "default" ] && SPEEXENCODERSYNTAX=speexenc ;;
    mpc) [ "$MPPENCODERSYNTAX" = "default" ] && MPPENCODERSYNTAX=mppenc ;;
    + m4a) [ "$M4AENCODERSYNTAX" = "default" ] && M4AENCODERSYNTAX=faac ;;
    *) echo "abcde error: Invalid OUTPUTTYPE defined" >&2
    exit 1
    @@ -2100,6 +2114,12 @@
    MPPENCODER="$MPPENC"
    esac
    +case "$M4AENCODERSYNTAX" in
    + faac)
    + M4AENCODEROPTS="$M4AENCOPTS"
    + M4AENCODER="$M4AENC"
    + ;;
    +esac
    # and which tagger
    @@ -2144,7 +2164,7 @@
    ${NEEDCOMMENTER+$VORBISCOMMENT} ${NEEDMETAFLAC+$METAFLAC}
    ${NEEDNORMALIZER+$NORMALIZER} ${NEEDEJECT+$EJECT}
    ${NEEDDISKTOOL+disktool} ${NEEDCDSPEED+$CDSPEED}
    - ${NEEDVORBISGAIN+$VORBISGAIN}
    + ${NEEDVORBISGAIN+$VORBISGAIN} $M4AENCODER
    do
    # Cut off the command-line options we just added in
    X=$(echo $X | cut -d' ' -f2)
    @@ -2207,37 +2227,6 @@
    esac
    fi
    -if [ "$STRIPDATATRACKS" = "y" ] && [ ! "$ONETRACK" = "y" ]; then
    - case "$CDROMREADERSYNTAX" in
    - cdparanoia|debug)
    - # cdparanoia can query the CD, so let's process the TRACKQUEUE list with the results.
    - if checkstatus cdparanoia-audio-tracks; then
    - CDTRACKQUEUE=$( cat $ABCDETEMPDIR/cdparanoia-audio-tracks )
    - else
    - ## FIXME ##
    - vecho "Querying the CD to obtain a list of valid audio tracks..."
    - $CDROMREADER -Q > $ABCDETEMPDIR/cdparanoia-query 2>&1
    - # Obtain a list of valid audio tracks from the results of the query
    - CDTRACKQUEUE=$( cat $ABCDETEMPDIR/cdparanoia-query | egrep '^[[:space:]]+[[:digit:]]' | awk '{print $1}' | tr -d "." | tr 'n' ' ' )
    - fi
    - # Obtain the track padding value from the before-processing list and pad the CD list
    - TRACKNUMPADDING=$( echo $TRACKQUEUE | awk '{print $1}' | tr -d " n" | wc -c )
    - for TRACK in $CDTRACKQUEUE ; do
    - TRACKNUM=$(printf %0.${TRACKNUMPADDING}d $(expr ${TRACK} + 0 ))
    - PADNEWTRACKQUEUE=$(echo $PADNEWTRACKQUEUE $TRACKNUM)
    - done
    - CDTRACKQUEUE=$PADNEWTRACKQUEUE
    - # Now, compare if the values in the list are valid tracks in the CD
    - for TRACK in $TRACKQUEUE; do
    - if echo $CDTRACKQUEUE | grep $TRACK >/dev/null ; then
    - NEWTRACKQUEUE="$NEWTRACKQUEUE $TRACK"
    - fi
    - done
    - TRACKQUEUE="$NEWTRACKQUEUE"
    - esac
    -fi
    # Create playlist if needed (backgroundable) and start reading in tracks
    @@ -2446,7 +2435,7 @@
    # TRACKNUM=$(printf %0.${TRACKNUMPADDING}d $(expr ${UTRACKNUM} + 0))
    TRACKNUM=$UTRACKNUM
    CDDBTRACKNUM=$(expr $UTRACKNUM - 1)
    - TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2 -d= | tr -d [:cntrl:] | sed 's/ +$//')
    + TRACKNAME=$(grep ^TTITLE$CDDBTRACKNUM= "$CDDBDATA" | cut -f2- -d= | tr -d [:cntrl:] | sed 's/ +$//')
    splitvarious
    fi
    fi
    the patches can also be found here http://www2.rudefyet.com:8080/patch
    please post any other issues you have

    not yet, i'm going to work all the kinks out before i submit it
    as of right now I noticed some major typos, on my part, that cause it to fail...i'm working on that right now

  • Can someonoe please assist me in my Adobe Photoshop CS6 Extended.  I keep getting a 'Couldn't Complete Your Request because Dynamic Link is not Available?" Is there a way of getting a software patch for this problem?  I thought you didn't need extra softw

    Can someonee please assist me in my Adobe Photoshop CS6 Extended.  I keep getting a 'Couldn't Complete Your Request because Dynamic Link is not Available?" Is there a way of getting a software patch for this problem?  I thought you didn't need extra software.  My software other than that problem works fine.

    Couldn't complete what request?   Way more information please.
    What operating system?

  • How do I sign up for Adobe Flash Player Extended Support Versions?

    I looked on the website but was unable to find how to sign up for Adobe Flash Player Extended Support.
    Thanks in advance for the help.
    Dano

    Hi UtahDano,
    Can you tell me where you saw '2013'?  I looked on Adobe Flash Player Distribution | Adobe, Adobe - Adobe Runtimes / Reader Distribution License Agreement, and Adobe Runtimes / Reader Distribution Agreement, and I'm not seeing '2013'.  Once I find out exactly where this is at, I can forward it to the appropriate folks to update.
    Thank  you.
    Maria

  • Invoices Issue After applying patches of 11i Extended Support

    Platform: Windows 2003 R2 32-bit
    EBS: 11.5.10.2 (with 11i Extended Support Patches)
    DB: 10.2.0.4
    After completing the 11i Extended Support Patching activity we are receiving a complain from users' side that:
    while user run autoinvoice program, auto invoice validation report shows following error
    Please define all periods in which revenue is to be recognized
    I have also check period in GL as well as receivable period is open status.

    1.
    Metalink Note:550572.1 says:
    Specifically, the parameter btree_bitmap_plans should be set to False
    And parameter is alreadt set as per note.
    2.
    Metalink Note:369437.1 says:
    FYI: One-off Patch 4587470 on top of 11.5.AR.O is available
    Which contains following file version:
    ar patch/115/sql ARTECMMB.pls 115.67.15104.2
    and we are already on version
    ar patch/115/sql ARTECMMB.pls 115.67.15104.8
    above AR.O.

  • Extend supported icon sizes for AIR Desktop Apps

    Currently AIR Desktop Apps seem to only support a limited set of icon sizes (16x16, 32x32, 48x48, 128x128px).
    It would be great to see bigger icon sizes (like 256x256 and 512x512px) being supported as well. For example, Windows7 does not display 128x128px icon size so the maximum icon size for AIR apps on Windows is currently 48x48px (which actually is pretty small and results in pixelated icons).
    Can you please consider the option of extending supported icon sizes?

    Feature request for this issue: Bug#3844899 - Adobe AIR does not support 256x256 desktop icons on Windows Vista, 7 or 8.x

  • Need to upgrade Java Kernal patch and support patch for Solman server 7.0

    Dear all ,
    Tech details  , Win32 bit and Oracle .
    I want to upgrade latest java  kernal patch for Solma 7.0 .
    I have checked the Service.sap.com (https://websmp105.sap-ag.de/support/downloads/Support Packages and patches - Entry by Application Group/Solution manager JAVA Stack)
    Solution Manager JAVA Stack :
    ADOBE DOCUMENT SERVICES 7.00
    BI UDI 7.00
    J2EE ENGINE BASE TABLES 7.00
    JAVA LOG VIEWER 7.00
    JAVA SP MANAGER 7.00
    LIFECYCLE MGMT TOOLS 7.00
    SAP CAF 7.00
    SAP CAF-UM 7.00
    SAP IGS 7.00
    SAP J2EE ENGINE 7.00
    SAP J2EE ENGINE CORE 7.00
    SAP JAVA TECH SERVICES 7.00
    SAP KERNEL 7.00 32-BIT UNICODE
    SAP VIRUS SCAN INTERFACE 7.11
    SAP VIRUS SCAN INTERFACE 7.20 .. ete ...
    what are patches required to Upgarde java  patch and let me know the procedure also . it will be helpful for me .
    Regards
    Kindly suggest

    Dear all ,
    I have checked help.sap.com , its mentioned in Software delivery Unit .
    1,software component archive (SCA),
    2,Java archive (JAR) or SAP archive (SAR).
    Support package stacks:
    A set of different SCAs
    ○     A set of different SCAs that are modified using the NWDI
    ○     The SDM JAR u2013 SDMkit.jar
    ○     The kernel SARs:
    ■      Database Independent: SAPEXE.SAR and other operating system dependent SARs
    ■      Database Dependent: SAPEXEDB.SAR and other database dependent SARs
    ■      The SAP archiving tool u2013 SAPCAR
    ○     The IGS SAR u2013 IGSEXE.SAR
    ○     A configuration XML file, which includes a description of the components that are part of the stack and their respective support package and patch levels.
    I understand the Kernal SARs and I have downlaoed SAPEXE.SAR ,SAPEXEDB.SAR ,IGSEXE.SAR .
    let me know the list of SCA files  , i have to download from service.sap.com . (set of different SCAs that are modified using the NWDI and  The SDM JAR u2013 SDMkit.jar)
    Kindly advise .
    Regards

  • Are new versions of SP for SQL supported for SCCM 2007 while in extended support

    With SCCM 2007 R3 in extended support, are new service pack versions for SQL, such as 2008 SP3, tested and supported?  We see TechNet is not updated with this version.  We have tested in lab works great, but wanted to verify supportability
    before upgrading production.

    Configuration Manager 2007 supports Microsoft SQL Server 2008 R2 SP1 and Microsoft SQL Server 2008 SP3.
    System Center Configuration Manager 2007 SP2, R2 and R3 now supports Microsoft SQL Server 2008 R2 SP1 and Microsoft SQL Server 2008 SP3 as a Configuration Manager 2007 site database.
    Also you can refer below link
    http://blogs.technet.com/b/configmgrteam/archive/2011/09/08/configuration-manager-support-announcements-for-august-2011.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

  • Extended Support for Oracle 10gR2

    We are currently on Premier Support and as per Oracle official docs. the support will end by 31 July 2010 and the fee for first year of Extended Support till 31 August 2011 will be waived. We already have a support contract which is current, do we need to do anything to get the Extended Sppport?
    Thanks

    If what you were told was verbal ... get it in writing.
    Though personally I'd rather be in 11g for both the sake a fast and secure computing but also for the sake of my skills and resume.

  • I am getting a message that says my Apple ID has been disabled.  Not disabled for security reasons, just plain disabled.  I changed my password and still nothing!  I was told I had to pay them $29.00 for extended technical support as my warranty is up.

    This is so frustrating.  Why should I pay $29.00 for a problem I
    didn't create.  I think they flip a switch and disable to distort money!
    Has anyone gotten a straight answer for this problem?
    Thanks,

    They're not charging you to renable your Apple ID. They're charging you for phone support, which they'd do regardless of the question. Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store. They may be able to help you without you having to pay for phone support.
    Regards.

Maybe you are looking for