Patch for updating Help link

Hi,
My requirement is that I want to know whether there is any patch to get the 'Help' option to work correctly in Forms&OAF pages. By 'work correctly', I mean , is any patch available to make the Help page open correctly?
Now, when I click on Help link in OAF pages or Help-> Help window , sometimes I am facing the issue of:
1) getting HTTP 404 error (An error occurred while retrieving Oracle Applications Help information.
Help target could not be found. )
2) the oracle applications help page opens giving us the option to search .
Is there any way to link the help link to the correct page? I have seen, for most of the pages, help page is opening correctly.
In some of the pages, help option is not enabled. I know 'Help' link can be enabled by personalisation but is there a patch to solve all these issues I have mentioned?

For standard pages -> You don't need to write any code, there will be a doc patch for each module, your DBA or Oracle can help you get the exact patch number for the product you are using.
For Custom Pages-> You would need to implement the documentation/content and use the standard procedure for deploying these to the env.
Tapash

Similar Messages

  • Solution required for application help link connection problem in help menu

    Hi All,
    I have problem in application help link of help menu in menu bar in sap system.It is not opening for sm36 and sm 37 T-code.
    Kindly provide your valuable suggections.
    Regards,
    Pankaj

    Hi Pankaj,
    You have posted on a wrong forum.  Here is SAP Business One System Administration forum that dedicated to SAP Business One - an appilication for SME.
    You may check this thread and post it there if it is related:
    Get Tcode Menu Area
    Thanks,
    Gordon

  • Mac os x 10.7 for update - help

    hi,
    i updated my mac os earlier from 10.6.8 to lion 10.7. but when i rebooted my laptop, my iTunes and iPhoto wont work anymore.
    i tried updating the os manually by downloading the 10.7.2 from the apple website but when i tried to install it, it said that my laptop does not meet the requirements for the said update.
    my scrolling was also affected. when i want to scroll up, i have to move fingers on a "down" motion on the track pad while when i was on 10.6.8, it was the other way around.
    my macbook is a late 2009 version.
    can someone help me?
    thanks.

    minamins08 wrote:
    hi,
    i updated my mac os earlier from 10.6.8 to lion 10.7. but when i rebooted my laptop, my iTunes and iPhoto wont work anymore.
    i tried updating the os manually by downloading the 10.7.2 from the apple website but when i tried to install it, it said that my laptop does not meet the requirements for the said update.
    my scrolling was also affected. when i want to scroll up, i have to move fingers on a "down" motion on the track pad while when i was on 10.6.8, it was the other way around.
    my macbook is a late 2009 version.
    can someone help me?
    thanks.
    Where did you get your copy of Lion from?
    Pete

  • ASL API for Update help

    Hi,
    I am trying to use the new ASL CREATE UPDATE API [1613320.1] to Update the primary_vendor_item field. Has anyone done something similar to this? The only API call example oracle provides is for created a new ASL record and we are running into errors when trying to update.
    Thanks

    well, it's not out now, but that's only because of server traffic. I think they took it down temporarily in order to make room for all those new iPhones to register. patience it will be rewarded after a purchase of $9.95 (don't be mad about that. read the one with people complaining to here my justification.)

  • Update Link, Update All Links, SHORTCUT?

    Found a great way to work live, on the iPad, from the computer.
    BUT, Adobe being Adobe, it's not perfect.
    If I click to "Edit Original" and then edit, and save, I must switch back to InDesign before it actually does the update. 
    That's problem 1.  I'd really rather not have to make that switch back.  Any way around that?
    Second, haivng switched back to InDesign to get that "live" update, if I [Command + Tab] back to the editing app, the "live" updating link is lost, so the next change I make I must go back to InDesign and use the TINY little button at the top of the screen to find the Update Link choice.
    I'd much rather a Keyboard Shortcut for Update All Links, rather than having to deal with this.
    Better yet, constant live updates would be epic.  Anyways to do this?    

    Rob Day wrote:
    Sounds like you have a problem with the concept of preferences.
    Looks like you have a problem with understanding what I'm searching for.
    Rob Day wrote:
    you want Update All to have a default key command, but I don't.
    Argh, there's part one of your problem.  I don't want it... I was looking for it, assuming it would be already assigned, and not wanting to try to find how to assign one of my own if it already existed.  This was made harder, ironically, by the fact it was already assigned, so there was no hint to the shortcut when seeing the Update options.
    Rob Day wrote:
    You want everything to automatically get updated, I don't—
    There's part two of your problem.  I don't want that for everyone, always, I just want it as a possible state, and to turn it on.
    Rob Day wrote:
    If you really think links should not have a modified state the scripting engine is comprehensiv
    And there's part 3.  I don't want to remove their modified state.  I just want for an "auto-update". 
    Now, where's that scrpting reference?  Does scripting have access to things like auto-update of Links?  I'm guessing not, since there would be some possible security problems exposed by such a thing being able to be implemented by parties outside Adobe.

  • Update-Help cmdlet not able to update the help with https protocol.

    Hi all,
    I am using powershell 3.0 and trying to implement this updatable feature for our custom powershell module. But I getting the below error:
    PS C:\Users\scorchsvc> update-help -Module <modulename> -Force
    update-help : Failed to update Help for the module(s) 'modulename' : HelpInfoURI
     https://10.65.182.141/dev_releases/modulename/onlinehelp does not start with http.
    At line:1 char:1
    + update-help -Module modulename-Force
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (HelpInfoUri:Uri) [Update-Help], Exception
        + FullyQualifiedErrorId : InvalidHelpInfoUriFormat,Microsoft.PowerShell.Commands.UpdateHelpCommand
    I am able to get this work if I use "http". Error message clearly says that it only expects http. But in the Microsoft help topic for Update-Help cmdlet, it is mentioned that cmdlet works for both http and https both.
    Here are my enteries:
    •HelpInforURI entry in module manifest file is:
                        HelpInfoURI = "https://10.65.182.141/dev_releases/modulename/onlinehelp"
    •HelpContentURI in HelpInfo.xml file is:
                       <HelpContentURI> https://10.65.182.141/dev_releases/modulename/onlinehelp </HelpContentURI>
    I am running powershell as an administrator.
    I am not behind any proxy.
    Windows firewall is off.
    I am mentioning it AGAIN that I am ABLE to update help for our custom module if I use http in HelpInfoURI.
    I am also able to access the URI in IE with http/https.
    Can any one please help?
    Thanks,
    Vinay Ravish

    Hi vinay,
    It seems the certificate issue.
    Please access HelpInfoURI =
    https://10.65.182.141/dev_releases/modulename/onlinehelp with https header to see if your computer could access that.
    If it doesn't work, add it to your trusted site and download to see if there is related certification on that website to download and install it to trusted root certificate for test.
    Karen Hu
    TechNet Community Support

  • I have Acrobat Pro 9.0. Am happy with it since I only have occasional need. Haven't updated it. Is there a way to do this? Do I need toy go through updates sequentially if they are available? Thanks for any help.

    I have Acrobat Pro 9.0. Am happy with it since I only have occasional need. Haven't updated it. Is there a way to do this? Do I need to
    go through updates sequentially if they are available? Thanks for any help.

    Hi Spiral Geronimo,
    It is always recommended to update the software to its latest updates. I would suggest you to update your Acrobat 9 to its latest updates. You can download the updates from the link below:
    http://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-7.html

  • Check for Update not finding 1.2.1 patch

    Hi,
    I am trying to understand why my "Check For Update" doesn't appear to be able to find the latest patch 1.2.1 update.
    I completed the upgrade to 1.2 via the "Check for Updates" screen which installed and then restarted on XP Pro.
    In Help->About I now see Version 1.2.0 Build Main 29.98
    When trying "Check for Updates" with the following checked :
    - Official Oracle Extension and Updates
    - Oracle SQL Developer (URL pointing to p=38606:2 not raptor:updates)
    It returns with "No Updates available".
    Interestingly if I de-select Official Oracle Extension and Updates, then it returns with the Oracle Data Mining PL/SQL package (which didn't appear with both selected) but still no update.
    I've tried restarting and still get the same result.
    Is it possible to download just the zipped patch file and perform "Install from local File"? I couldn't find a link to this on the Developer download URL- just links to seemingly full versions (i.e. a large Mb file).
    Kind regards,
    Andrew

    thanks k - that worked a treat
    I guess the clue was in the 1.5.1 part of the directory name - now I see it I would have chosen the 1.5.0 directory to migrate from. Duh!
    It was early in the morning when I upgraded :)
    /excuse

  • Looking for a site that shows problems with windows patches or updates.

    Looking for a site that shows problems with windows patches or updates...so I know what not to install.
    Plenty of sites list and summarize individual patches, I want one that consolidates problems and complaints so I can better assess the risk. Currently I'm waiting to install patches several days and doing google searches. That works, but I'd rather find a place
    that does it with expertise.
    Which forums would be best to look for such problems.
    Thanks in and advance for suggestions

    Hi,
    I agreed with Cyber and Rick.
    Windows update helps to keep your PC safer—and your software current—by fetching the latest security and feature updates from Microsoft via the Internet.
    Although there might be some problems when installing it, Windows update is not the one to blame.
    For troubleshooting Windows updates, if needed:
    Fix Microsoft Windows Update Issues
    http://support2.microsoft.com/gp/windows-update-issues
    Best regards
    Michael Shao
    TechNet Community Support

  • The Help Link from the Application Pages Does not Work for Peoplesoft Campus Solutions 9.0

    Hi everyone.
    I have a problem, I have been trying to set up the Help Link from the Application Pages for Peoplesoft Campus Solutions 9.0 according to the instructions given in the Document: http://docs.oracle.com/cd/E17566_01/epm91pbr0/eng/psbooks/EnablingtheHelpLinkfromApplicationPages.pdf ,  (referenced in the Doc ID 1289101.1, E-PB: How to Set Up the Context Sensitive Help with Hosted PeopleBooks using Universal Linking).
    I follow the instructions of that document carefully:
    I go to: PeopleTools -> Web Profile -> Web Profile Configuration
        2. Then I choose the Web Profile: "Development".
        3. Then Change the value for the Help URL field by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5 , the ctx parameter selected is the one that correspond to  the Campus Solutions (hrcs90r5) according to the Product Line Code Table (ULinkID) especified in the mentioned document.
        4. Stop the Web Domain and Clear cache.
        5. Start the Web Domain again.
    After setting up the Web Profile Configuration I test the help links, thas is why I click in the Help link in any Peoplesoft CS 9.0 Application Page (modify a person), but the next error message appears: "We're sorry, the topic you requested was not found.".
    I tried many combinations with the ctx parameters URL but it does not work yet. 
    I did the same test, but this time using the Help URL field with a HRMS ctx parameter by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hcm92pbr5 , and It works fine !!!
    According to the previous test you realize that It works with HRMS ctx parameter but not with Campus Solutions 9.0 ctx parameter,  Does anybody know what else can I do ? Am I doing anything wrong or missing? or maybe the Oracle's ctx parameter for Campus Solutions URL It is broken simply.
    Thanks for you help and feedback.

    2799444 - The page you are testing with appears to be a Workforce Administration page. Is that correct?
    The CS PeopleBooks would only work for CS pages, e.g.: try navigating to Main Menu > Campus Community > Personal Information > Add/Update a Person
    Also, you can use multiple ctx parameters:
    E.g.: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5&ctx=hcm92pbr5&ctx=pt852pbh2
    This way the help would work for the HR related pages like Workforce Administration, Campus Solutions pages like Campus Community and also PeopleTools pages like Web Profile Configuration. Hope this clarifies your question. Thanks!

  • Very urgent help - for update field1 nowait across databaselink

    Hi,
    We have a form that uses select for update field1 nowait for a table that is accessed across a database link. When we try to do this the form errors out giving frm-92101 error. If I comment out the for update statement then it works fine. I know it the for update that is causing the problem but I'm not sure how to fix it. Can someone help me please. Very urgent, we are in the middle of upgrade and we found this issue while testing the forms.
    Any ideas or suggestions ?
    I'm using 10g App.Server and 10g database.
    Please help.
    Thanks in advance.

    under which trigger you ran that update ?

  • Hi ERROR U41M1C212 for Update Elements 9 and PS CS5. Any Idea what it is? Thanks for Help.

    hi ERROR U41M1C212 for Update Elements 9 and PS CS5. Any Idea what it is? Thanks for Help.

    If you look at the bottom/right of this screen you have a list of links in 'More information like this'.
    Have a look at them.

  • Help creating/updating external links

    Hi,
    I'm a newbie to DW8, previously most familiar with DW4. In
    DW8, I cannot figure out how to create or update external links (to
    websites), such that when I click on that text or image on my site,
    an external webpage will open in the same (or new) window.
    I read in the help section that in the 'edit link' section
    I'm meant to enter the absolute URL. My problem is that it still
    wants me to specify some local file or folder to find that link
    within. This does not make any sense to me! There must be a really
    simple way to right-click on any text on my site and create a
    hyperlink to an external webpage?
    many thanks!
    Els

    "jocyflossy" <[email protected]> wrote:
    > I'm a newbie to DW8, previously most familiar with DW4.
    In DW8, I cannot
    >figure out how to create or update external links (to
    websites), such that when
    >I click on that text or image on my site, an external
    webpage will open in the
    >same (or new) window.
    This is one thing which didn't seem to work properly in
    Dreamweaver MX. There
    may be a better way, but the way I developed (which works
    equally well in
    Dreamweaver 8), is as follows:
    1. Select the name/image you want to attack the link to
    2. Drag the wheel on the 'Link' box (under 'Properties') to a
    convenient file in
    your local directory (it doesn't matter which one you use)
    3. Point your browser at the web page you wish to link to,
    highlight the
    address, and copy it (ctrl_insert)
    4. Find the code for the link you have just inserted. It will
    be something
    like:
    <label for="name"><a
    href="blog_01.php">Name:</a></label>
    5. Highlight the local file name (between the two quotes) in
    the a href, e.g.
    blog_01.php above
    6. Paste in (shift_insert) the external Link, so that the
    code now reads
    something like:
    <label for="name"><a
    href="
    http://www.ngv.vic.gov.au/ngvmembers/email/20061024/">Name:</a></label>
    7. In the 'Target' box select '_blank' if you want the
    external page to open in
    a new window (I always do).
    Clancy

  • I am not able to download mp4 files (video and audio) to iTunes since I updated to iTunes 11.  Thanks for your help.

    I am not able to download mp4 files (video and audio) to iTunes since I updated to iTunes 11.  Thanks for your help.

    Thank you for clarifying. Your question is in your browser, not in iTunes. Each download link is different, and it has nothing to do with the File menu. You can save media files by secondary-clicking on the link to the media file and selecting Save File to "[your downloads folder".

  • HT5654 im trying to update my itunes and when i click on help there is no option to check for updates?????? please help

    im trying to update my itunes and when i click on help there is no option to check for updates?????? please help

    Hello davetonge,
    The latest version of iTunes can also be downloaded and installed from the link below.
    If you do not have iTunes installed on your computer, you can download it here.
    iTunes: How to install the latest version
    http://support.apple.com/kb/HT5654
    Cheers,
    Allen

Maybe you are looking for

  • Not getting all records in pagination

    I am also have a problem getting all records in the report as the post on Apr. 21,2004. My reports pagination stops at 500. When I set the 'max row count' to 100000. The pagination at the bottom of my page disapears. When I leave 'max row count' empt

  • How do i transfer all photos from iCloud to my new iMac

    how do i transfer all photos from iCloud to my new iMac

  • Thunderbolt on waking

    Why is it that every time I close up my MacBook Pro [ spring 2011 ] the Thunderbolt won't open on next start up.  I have to take out the plug and return it.  Each time. Also, the left side of the computer is awfully hot when the Thunderbolt is on. Th

  • LSMW for Vendor Master (t-code XK01)

    Hi guys, I'm creating a LSMW for Vendor Master (t-code XK01) using direct input but the following error message appears: In the step "Create batch input session", I get the following error: FB012 Session 1 : Special character for 'empty field' is / F

  • Desktop Manager Question

    Hello, i am using a 8700g currently which is running off of v4.1.0.346 (platform 2.0.0.143), with T-Mobile. I purchased a new Bold online with AT&T due to bad reception at my home and i really liked the Bold. My question is this: Which version of des