Patch Wizard report in ebs 12.1.3

Hi All,
I am using ebs 12.1.3 in oul5x64 . Using patch wizard to run analysis on a patch and i could go in OAM
to check for Patch Impact Analysis for Patch ...Everything works as it supposes to.
Questions:
I can view the "Patch Impact Analysis for Patch" in OAM  but how can i print it out. I could not
find the print out feature anywhere or how can i use sqlplus to print out the result.
Appreciate if someone can advise or provide Oracle notes for this issue.
Thanks in advance.
Regards.

This feature is not available yet and we already have (ER 9703082 -- PROVIDE REPORT OR EXPORT BUTTON FOR PATCH WIZARD OUTPUT SUMMARY+IMPACT ANALYSIS) logged for the same.
Thanks,
Hussein

Similar Messages

  • Export Patch wizard report to excel

    Hi,
    Is there a way to export the recommended patches list generated from the patch wizard to excel? I have tried the export to excel option but it failing.
    Thanks,
    Keith

    OK here you go. You need the request id from submit recommend patches - so from recommended patches results page click on the request set id link and then get the Submit Analyze Patches (Wrapper) request id in.
    Recommended...
    select
    adp.bug_number patch_name,
    adp.product_family_abbreviation ,
    ad_pa_validate_criteriaset.get_cs_prod_fam_abbr(adp.product_abbreviation) product_family_abbreviation,
    nvl(adp.product_abbreviation, ' ') ,
    adp.bug_description ,
    DECODE(adp.IS_FAMILY_PACK,'Y','Family Pack')||
    DECODE(adp.IS_MAINT_PACK,'Y','Maintenance Pack')||
    DECODE(adp.IS_MINI_PACK,'Y','Mini Pack')||
    DECODE(adp.IS_HIGH_PRIORITY,'Y','High Priority Patch',NVL(adp.patch_type,'User Request')) Patch_Type ,
    (SELECT COUNT(*) FROM ad_pa_anal_run_bug_prereqs aparbp
    WHERE adb.analysis_run_bug_id = aparbp.analysis_run_bug_id ) prereq_cnt,
    DECODE (adh.bug_number, NULL, 'N', 'Y'),
    adt.name ,
    adb.analysis_run_id ,
    analysis_run_bug_id ,
    ads.snapshot_id ,
    ad_pa_validate_criteriaset.get_cs_prod_fam_name(adp.product_abbreviation) product_family_name ,
    appi.product_name ,
    (SELECT COUNT(*) FROM ad_pa_anal_run_bug_codelevels aparbc
    WHERE adb.analysis_run_bug_id = aparbc.analysis_run_bug_id ) level_cnt ,
    decode (adb.analysis_status,'MISSING','Missing','READY','Unapplied','APPLIED','Applied',adb.analysis_status) patch_status ,
    nvl(decode(adp.has_msi_steps,'Y','Yes','N','No',adp.has_msi_steps), ' ') hasMsiSteps ,
    adp.baseline ,
    adp.entity_abbr ,
    adp.patch_id
    from
    ad_pm_patches adp ,
    ad_appl_tops adt ,
    ad_pa_analysis_run_bugs adb ,
    ad_pm_product_info appi ,
    ad_snapshots ads
    ,ad_hidden_patches adh
    where
    adb.analysis_run_id = 402352 --<requestid>
    and adb.analysis_status in ('MISSING','READY','APPLIED')
    and ads.SNAPSHOT_TYPE = 'G'
    and adt.NAME ='GLOBAL'
    and adb.RECOMMENDED_PATCH_TYPE in ('1','3')
    and adb.appl_top_id = adt.APPL_TOP_ID
    and ads.appl_top_id = adt.APPL_TOP_ID
    and appi.product_abbreviation = adp.product_abbreviation
    and adb.bug_number = adp.BUG_NUMBER
    and adb.baseline = adp.baseline
    and adp.patch_metadata_key = 'DEFAULT'
    and (adp.is_high_priority = 'Y' OR adp.is_code_level='N' )
    and adh.bug_number(+) = adp.BUG_NUMBER
    order by patch_name
    New Code ...
    select
    adp.bug_number patch_name,
    adp.product_family_abbreviation ,
    ad_pa_validate_criteriaset.get_cs_prod_fam_abbr(adp.product_abbreviation) product_family_abbreviation,
    nvl(adp.product_abbreviation, ' ') ,
    adp.bug_description ,
    INITCAP(NVL(adp.patch_type,'User Request')) Patch_Type ,
    (SELECT COUNT(*) FROM ad_pa_anal_run_bug_prereqs aparbp
    WHERE adb.analysis_run_bug_id = aparbp.analysis_run_bug_id ) prereq_cnt,
    DECODE (adh.bug_number, NULL, 'N', 'Y'),
    adt.name ,
    adb.analysis_run_id ,
    analysis_run_bug_id ,
    ads.snapshot_id ,
    ad_pa_validate_criteriaset.get_cs_prod_fam_name(adp.product_abbreviation) product_family_name ,
    appi.product_name ,
    (SELECT COUNT(*) FROM ad_pa_anal_run_bug_codelevels aparbc
    WHERE adb.analysis_run_bug_id = aparbc.analysis_run_bug_id ) level_cnt ,
    decode (adb.analysis_status,'MISSING','Missing','READY','Unapplied','APPLIED','Applied',adb.analysis_status) patch_status ,
    nvl(decode(adp.has_msi_steps,'Y','Yes','N','No',adp.has_msi_steps), ' ') hasMsiSteps ,
    adp.baseline ,
    adp.entity_abbr ,
    adp.patch_id
    from
    ad_pm_patches adp ,
    ad_appl_tops adt ,
    ad_pa_analysis_run_bugs adb ,
    ad_pm_product_info appi ,
    ad_snapshots ads
    ,ad_hidden_patches adh
    where
    adb.analysis_run_id = 402352 --<request_id>
    and adb.analysis_status in ('MISSING','READY','APPLIED')
    and ads.SNAPSHOT_TYPE = 'G'
    and adt.NAME ='GLOBAL'
    and adb.appl_top_id = adt.APPL_TOP_ID
    and ads.appl_top_id = adt.APPL_TOP_ID
    and appi.product_abbreviation = adp.product_abbreviation
    and adb.bug_number = adp.BUG_NUMBER
    and adb.baseline = adp.baseline
    and adp.patch_metadata_key = 'DEFAULT'
    and adp.is_code_level = 'Y'
    and adh.bug_number(+) = adp.BUG_NUMBER
    order by patch_name

  • Patch wizards

    In patch wizard do you have to download patches before it produces a patch recommendations? Or how does it check whats missing?
    Could someone send me a "sample report" of the patch recommendations as I dont have access to EBS.
    Edited by: user599292 on Mar 25, 2013 7:58 AM

    Hussein Sawwan wrote:
    user599292 wrote:
    In patch wizard do you have to download patches before it produces a patch recommendations? Or how does it check whats missing?
    Could someone send me a "sample report" of the patch recommendations as I dont have access to EBS.
    Edited by: user599292 on Mar 25, 2013 7:58 AMPlease also see these docs, it should answer your questions.
    Diagnostics Toolbox: Recommended Patch List and Patch Wizard [ID 1196135.1]
    What Is the E-Business Suite Recommended Patch List (RPL) Tool? [ID 789483.1]
    Patch Wizard FAQ [ID 976688.1]
    Patch Wizard : Overview and Videos [ID 1077813.1]
    Patch Wizard Utility [ID 976188.1]
    Thanks,
    HusseinI appreciate you taking the time to reply but can you answer the question - does the patch wizard have to download an up to date list of available patches before it can see what your missing?

  • Patch Wizard - Details Result is empty

    Just setup Patch Wizard in a Test R12.1.3 environment.
    Everything seemed to go as planned.
    Just chose the default 'Recommended Patches' filter
    - all the Requests completed Normally
    - Recommended Patches Results Page shows Unapplied=248; Total (Applied and Unapplied=346)
    But when I click on the Details Icon at the far right hand side of the page it doesn't list anything?
    Before I ran Patch Wizard I applied 17270136 (but I applied it hot so now I am thinking perhaps I need to bounce it?).

    Yes, please bounce the application services and check then.
    Please also see (Using Patch Wizard, Getting Impact Analysis Reports for some Patches and Trying to Understand Why This Is Not Being Produced for Other Patches? (Doc ID 1586700.1)).
    Thanks,
    Hussein

  • How to send a Patch Impact report to a user?

    Hi:
    This is for 12.1.3, 10g on linux. Would please someone tell me how to send a Patch impact report to a user. She doesnot want to go to EBS to look and I asked me to send her a report. I have looked but didn't see anywhere I can do that. Please guide me.
    Thanks and regards

    873768 wrote:
    I ran a patch analyzer from OAM and got a report from "Impact". I was hoping the func person can also login to the OAM and see there. But she wants me to send a report to here. But when you click on the "Impact" There is no single report but a lot of clicks. I am asking if there is way to copy/download the report?
    Nayas has already answered this question -- You can save the report (File > Save As) or take a screenshot or whatever is convenient for you and send it to the user.
    Thanks,
    Hussein

  • Issues with patch wizard utility

    We downloaded the infobundle manually due to issues with metalink credentials, When we go to run a patch recommendaiton report (with the second filter in the list) it is still giving the error in the log:
    "WARNING: The MetaLink Credentials have not been set up.
    Please use the MetaLink Credentials page to enter the login credentials you use to connect to the Oracle MetaLink.
    The MetaLink Credentials page can be accessed from Setup (Icon on the top right) > MetaLink Credentials link."
    Why would it fail if you have already downladed the bundle manually.
    Also it shows further down the error log:
    "Error : Not able to download the infobundle
    Not able to find infobundle in staging area
    Infobundle not already uploaded
    Hence Failing"
    Edited by: user599292 on May 7, 2013 2:37 AM

    ;) ApPsMasTi ;) wrote:
    user599292 wrote:
    All that link essentially says is download the infobundle file - then run the report. yes we've done both and it still doesnt work.
    How can you tell if its in a directory that "patch wizard" can access? who is the owner of the staging directory
    please post the the path of staging directory and the owner directory and infobundle.zip
    "Zip file needs to be copied to a system which can access the Patch Wizard staging directory. If the staging directory is on local disk, it must be copied to the system where you run Patch Wizard. If the staging directory is on shared (network) disk, it can be copied to any system with access to the shared disk"
    "Make sure the Patch Wizard can read from and write to the staging directory. " - how can you test this?create a file by application user on the stage directory
    ;) APpPSMAsTi ;)
    Sharing is Caringthe server side of the application isnt really a strong point of mine, the staging directory is set up to be backup/patches/apps
    I am not to sure what you mean by "owner", or the application user.
    here is the error log if of any use:
    "Start of the concurrent Program .. [################]
    .........PARAMETERS ..................
    Parameter name :CRITERIAID::Parameter value : Recommended Patches
    Parameter name :ImportPatchInfo::Parameter value : Y
    Parameter name :useproducts::Parameter value : Y
    Validating Staging directory '/backup/patches/apps'
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Calling InfoBundle Upload Program for Patchlist.... [##############]
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Starting Upload Process...
    Program Execution Start time: [#################]
    Stage Dir is /backup/patches/apps
    Infobundle Path /backup/patches/apps/InfoBundleR12.zip
    Downloading InfoBundle starts: [##############]
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    NOTE: MetaLink Connection setup not found. Please manually download Infobundle zip file to staging directory.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    WARNING: The MetaLink Credentials have not been set up.
    Please use the MetaLink Credentials page to enter the login credentials you use to connect to the Oracle MetaLink.
    The MetaLink Credentials page can be accessed from Setup (Icon on the top right) > MetaLink Credentials link.
    Downloading InfoBundle ends: [##########]
    Checking for Infobundle in Staging Directory ...
    Warning: InfoBundle doesn't exists in /backup/patches/apps
    Trying to Recommend using previously uploaded Infobundle ...
    **Warning: Request Completion**
    Warning: Request Completion
    **Warning: Request Completion**
    Program Execution End time: [###############]
    End of InfoBundle Upload Program ...... [##################]
    Error : Not able to download the infobundle
    Not able to find infobundle in staging area
    Infobundle not already uploaded
    Hence Failing
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    36
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is ####
    +---------------------------------------------------------------------------+"
    Edited by: user599292 on May 7, 2013 4:33 AM
    Edited by: user599292 on May 7, 2013 4:35 AM

  • Patch wizard output

    I have asked our admin to run some reports in patch wizard and they've sent me a set of xml files. When I open them its just nonsense. How does patch wizard export? Cant you export to PDF or similar? Or what do I need to be able to view the xml files in some sort of human readable format.

    user599292 wrote:
    Our admins are trying to produce a report of missing patches from patch wizard, they downloaded the infobundle manually, the process "runs" but there is apparently no output. Can you think what they are doing wrong? The report is very important but I dont have admin responsibilities in the application hence am asking for the report from the admins. I'd prefer some pointers what they could be doing wrong in that the request runs but theres no output, as opposed to just pointing me in the direction of the generic patch wizard docs.Please see the following docs.
    Diagnostics Toolbox: Recommended Patch List and Patch Wizard [ID 1196135.1]
    What Is the E-Business Suite Recommended Patch List (RPL) Tool? [ID 789483.1]
    Patch Wizard FAQ [ID 976688.1]
    Patch Wizard : Overview and Videos [ID 1077813.1]
    Patch Wizard Utility [ID 976188.1]
    Thanks,
    Hussein

  • Patch Wizard

    Hello everyone,
    I need the Oracle documents on Configuring, Maintaining and Using the "Patch Wizard" utility in Oracle EBS 11i/R12.
    Regards,

    Srini Chavali wrote:
    For R12, see http://download.oracle.com/docs/cd/E18727_01/doc.121/e12148/T531058T531063.htm
    Also see these MOS Docs
    Patch Wizard Utility          [Document 976188.1]
    Patch Wizard FAQ          [Document 976688.1]
    Patch Wizard : Overview     [Document 1077813.1]
    All those docs/links are already referenced above.
    Thanks,
    Hussein

  • Quarterly CPU and Patch Wizard

    We run an EBS 12.1.3 environment on Linux x86_64.
    Patching has always been 'as required' and the client is finding this is an ongoing battle so they would like me to tell them how much work it will be to start applying quarterly CPU updates. I have only looked at applying a CPU once and I am a little unclear how the CPU process will works in conjuntion with Patch Wizard.
    My basic viewpoint is the CPU will list all the components affected and I would follow that overall process to:
    - first start with the database patching
    - then move on to the middle-tier
    - and lastly as in this case the application.
    With EBS I am hoping the Patch Wizard will help me to get to the pre-reqs I need vs me having to manually check all that.
    I have setup Patch Wizard in a Test instance and am just trying to decide if I should be looking at just "Recommended Patches" or "Recommended Patches and New Codelevels" or what the best practice is if any if my system is very out of date.
    Does it make sense to view these two processes as working together or are the separate entities?

    With EBS I am hoping the Patch Wizard will help me to get to the pre-reqs I need vs me having to manually check all that.
    I have setup Patch Wizard in a Test instance and am just trying to decide if I should be looking at just "Recommended Patches" or "Recommended Patches and New Codelevels" or what the best practice is if any if my system is very out of date.
    Does it make sense to view these two processes as working together or are the separate entities?They are two different things (recommended patches is different than CPU patches).
    Identifying the Latest Family Packs for Oracle E-Business Suite
    https://blogs.oracle.com/stevenChan/entry/latest_available_packs_for_oracle
    Identifying Recommended Patches for E-Business Suite Environments
    https://blogs.oracle.com/stevenChan/entry/recommended_patches_for_oracle_e
    Oracle E-Business Suite Releases 11i and 12 Critical Patch Update Knowledge Document (October 2012) [ID 1486535.1]
    Oracle Critical Patch Update October 2012 Documentation Map [ID 1475931.1]
    Thanks,
    Hussein

  • Patch wizard no output

    Our admins are trying to produce a report of missing patches from patch wizard, they downloaded the infobundle manually, the process "runs" but there is apparently no output. Can you think what they are doing wrong? The report is very important but I dont have admin responsibilities in the application hence am asking for the report from the admins. I'd prefer some pointers what they could be doing wrong in that the request runs but theres no output, as opposed to just pointing me in the direction of the generic patch wizard docs.

    user599292 wrote:
    Our admins are trying to produce a report of missing patches from patch wizard, they downloaded the infobundle manually, the process "runs" but there is apparently no output. Can you think what they are doing wrong? The report is very important but I dont have admin responsibilities in the application hence am asking for the report from the admins. I'd prefer some pointers what they could be doing wrong in that the request runs but theres no output, as opposed to just pointing me in the direction of the generic patch wizard docs.Please see the following docs.
    Diagnostics Toolbox: Recommended Patch List and Patch Wizard [ID 1196135.1]
    What Is the E-Business Suite Recommended Patch List (RPL) Tool? [ID 789483.1]
    Patch Wizard FAQ [ID 976688.1]
    Patch Wizard : Overview and Videos [ID 1077813.1]
    Patch Wizard Utility [ID 976188.1]
    Thanks,
    Hussein

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • Calling a xml publisher report from Ebs - question

    Hi,
    I know how to call a xml report from ebs using concurrent manager. But i want to open it from a form in application.
    My situation is this:
    There is a form in the payables modelue, where i search for all the invoices.
    There is also a button action in this form wich take the id of the row in wich it is my position and open a rtf raport with this id.
    What i need to do is to call my xml report in this button . To pass my raport the id of the row in wich i am and open my report with paramateres.
    Can this be done? Has anyone tried this before?
    Thanks in advance,
    Best regards

    Hi,
    You can use FND_REQUEST.SUBMIT_REQUEST for submitting the report. The syntax is as follows:
    function FND_REQUEST.SUBMIT_REQUEST
    (application IN varchar2 default NULL,
    program IN varchar2 default NULL,
    description IN varchar2 default NULL,
    start_time IN varchar2 default NULL,
    sub_request IN boolean default FALSE
    argument1,
    argument2, ..., argument99,
    argument100) return number;
    Here is the code that I used for submitting XML Report Publisher from within my Oracle Report's AfterReport trigger. The parameters are explained.
    a:=FND_REQUEST.SUBMIT_REQUEST('XDO', 'XDOREPPB','Varun XML Report Printing', NULL, FALSE, :P_CONC_REQUEST_ID , 'MYONT','MY_PREPACK_XML','en-US' ,'N', 'RTF', :p_output_format,NULL, NULL, NULL, NULL,
    NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL );
    srw.message(123,'Value of New Request : ' || a ||' Output Format :'||:p_output_format);
    Hope it helps.
    Thanks
    Varun

  • Error when trying to patch Crystal Report 10

    Hi, I'm having problem when trying to apply patches on PC running on Windows 7 64bit. Below is the error msg I got:
    [http://imageshack.us/photo/my-images/845/errorcy.jpg/]
    It seemed to be something to do with the registry as I was unable to find crystal report entries under ''HKEY_LOCAL_MACHINE\SOFTWARE\Crystal Decisions\Crystal Reports\......" but all the .dll files were found under "C:\Program Files (x86)\Common Files\Crystal Decisions........." though.
    Anyone able to help? Thanks..

    Hello,
    Are you using the full Crystal Reports Designer itself? Or are you using a bundled edition of Crystal Reports that ships with Visual Studio?
    Also, are you trying to patch Crystal Reports 10 itself - the actual report designer? Or are you trying to update runtime files for an application you created using the CR10 runtime files and deployed to a client machine?
    Crystal Reports 10 (full, stand alone version) was never tested on Win7. CR10 reached End of Life for patch support on June 8, 2007. There's no expectation that CR10 will install or work correctly on the Win7 operating system. It's possible that it might work anyway, but I'd be surprised if there weren't any issues.
    If you want to keep trying make sure you're using the correct patch for the product you're using. A patch for the full version of Crystal Reports will not work on a machine that is using the bundled edition of CR that ships with Visual Studio. They're not interchangeable. You didn't say which file you ran when you tried applying the patch.
    Sincerely,
    Dan Kelleher

  • Calling a BI Publisher Report in EBS 11.5.10.2

    I have created a custom BI Publisher report in OBIEE 10.1.3.4. This was developed on my desktop. Now i want to implement this report in EBS 11.5.10.2 application. What are my options. Also I think i need to install an OBIEE Server in an environment that EBS can access, right? Appreciate your inputs as I am working on a customer PoC.

    Where is the OBIEE getting its data?
    From EBS Apps Database.
    I do not believe you will ever be adding in OBIEE to EBS. You can create the report template outside of EBS and then publish it within EBS (assuming the format is valid, etc.).
    Yes the Custom Report is Built with a Custom RTF Template. Now how do I get to this BIP report to be called from EBS
    Edited by: user581201 on May 20, 2009 11:45 AM

  • Patch Wizard - Support Filter question

    I've installed the Support Filter on my 11.5.10 CU2 system and ran it as a test to make sure my system would qualify for Extended Support.
    The overall status of the job shows Recommended=0 and New Code level=0 so at first appearance it looks good.
    However if I check the job status and sub requests of my 'Support' job I see a couple of requests that ended with warning.
    The first job 'Submit Recommended Patches (wrapper) shows this in the Request Log:
    **WARNING: Some patch information not uploaded correctly**
    Patches which encountered problems during Upload:
    1. 2147366
    2. 2372715
    If I look a little closer I see there are some INFO lines that say:
    INFO: The patch does not contain f2147366.ldt since it is an old patch. Patch Advisor cannot be used for this patch.
    INFO: The patch does not contain f2372715.ldt since it is an old patch. Patch Advisor cannot be used for this patch.
    The jobs after that finish as Completed Normal" but the last job PWSTATUSTRACKER ends with 'warning' and the request logs shows:
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Status Tracker: This request set is the dummy request to track the status of individual requests and assign the right status to the request set
    Current request id : 783826
    Current request set id : 783544
    783783 Normal
    783779 Normal
    783776 Normal
    783774 Normal
    783771 Normal
    783546 Warning
    783825 Paused
    Overall request set Status is Error
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    So is the overall status 'warning' due to the error where a couple of patches couldn't be uploaded but otherwise looks good.
    My next step would be to submit a 'Recommended Patches' job or the 'Recommended and New Code Levels"?

    Hi,
    So is the overall status 'warning' due to the error where a couple of patches couldn't be uploaded but otherwise looks good.You will need to download those patches and apply it manually -- Please see (OAM PADOWNLOAD AND PAANALYSIS CANNOT DIFFERENTIATE BETWEEN 11.0 AND 11i PATCHES [ID 352212.1]) for details.
    My next step would be to submit a 'Recommended Patches' job or the 'Recommended and New Code Levels"?Please see (Patch Wizard Utility [ID 976188.1]).
    Thanks,
    Hussein

Maybe you are looking for

  • Can't Download Apps on 1st Generation Ipod Touch

    My first generation Ipod is updated to software 3.1.3. I can't download the new software because my Ipod is too old. Whenever I try to download apps it says I need to update my Ipod software, but I can't. So will I never be able to download apps with

  • How to insert a new row in the middle of an set of rows

    Hi How to insert a new  row in the middle of an set of rows ? and How to Reset the line id after the new row added ? Regards, Sudhir B.

  • Handling multiple xls , xlsx attachments in mail adapter

    We have a (sender)mail with excel attachment scenario which is converted to an Idoc. Currently we are using ''PayloadSwapBean" for converting .xls attachment as main payload which is being read using an adapter module. PFA the screenshot. We have a n

  • Suggest an external optical drive?

    My iMac's (21.5 inch) optical drive is just about useless, especially when it comes to transferring files from discs onto my computer, taking as long as 30 minutes for 4gb of information. My girlfriend's iMac (24 inch) optical drive is completely bro

  • Power on- comes up in Startup Repair

    Model is L355-S7905 laptop. Had a problem w/ booting up. At first it came up w/ system restore/recovery option as well as Startup Repair, Chose Startup repair, which starts but then it goes to  c:/windows/bfsvc.exe. This goes through 60 failed attemp