Diagnostics about this page

hi ....
i have this problem
the profile option FND: daignostics is for displaying the about this page link, right?
when i put it no the about this page link is still there, i want to hide this link.
i have searched old threads but nothing helped
i have set it to no at the site level and it didn't work
the only observation i got is that when it is set to no the errored pages has no click here to see the error message, thats wierd. and when this profile option is set to yes, the click here exists.

It will never behave like that. Make sure to bounce the apache after profile value change and retest.
--Shiv                                                                                                                                                                                                                               

Similar Messages

  • "About this page" link not shown in notification page

    Hi,
    I have a notification page. But I am unable to see 'about this page' link on this page.
    I have already set the profile options i.e.FND Diagnostics, Personalize Self Service Definitions on oaf page on site level and I can see the relevant links in normal OAF page but can not find 'about this page' or 'Personalize' link in notification page.
    I have to find the table name of some field in notification page.
    Please help. its very urgent.
    Thanks
    Amit

    which responsibility ? I dont think Email Center is in OA, this link would only be available for OA pages and not on pages based on other tech stacks.
    Thanks
    Tapash

  • Unable to enable the links(Personalize Page & About this Page)

    Hi,
    I have set the set the profile options at user level :
    1. Personalize Self Service Page Defn and 2)Region Links 3) Fnd Diagnostics
    I can see the links 'Personalize Page' & 'About this Page' and 'region links' for all the responsibilities like isupplier , iexpenses..etc
    except for the responsibility "Oracle Installed Base User"
    What could be the reason?
    Is it restricted by default? how to find out the page definition for "Oracle Installed Base User" pages?
    Appreciate your help.
    thanks in advance,
    Suman

    Hi Anand,
    Thank you very much for your reply in short time.
    As you said, it is a jsp page built by JTT Framework.
    OA_HTML/csiPerzEditMain.jsp?jttst0=8053_22971%2C22971%2C-1%2C0%2C&jtfm0=_0_0_0_-1_f_nv_&etfm1=&jfn=ZG23746AF4DF034244327BDC34EB1997A52C3D483299CAC3D9EADAE422BE515F7B7F10019AC9D26401ADB3C0AF6CFE71C1B0&jfn=ZG23746AF4DF034244327BDC34EB1997A52C3D483299CAC3D9EADAE422BE515F7B7F10019AC9D26401ADB3C0AF6CFE71C1B0
    Could you pls help how to find this page location and to download this Page?
    Thanks,
    Suman

  • Not able to see the VOs through about this page.

    Hi all,
    I am unable to see the VOs and COs, AMs through about this page link.
    When I clik on about this page link in FinalReviewPG of iExpense it only shows as below --
    Page Personalization Page Context Technology Components Java System Properties Profiles Patches
    /oracle/apps/ap/oie/entry/summary/webui/FinalReviewPG 120.0.12000000.2
    Return to Page: Create Expense Report: Review Printable Page Generate Bug Report
    I am unable to find the "Expand all' link to show the structure of page.
    is there any way or profile option to show "about this page" in detail
    I have to check query of VO for fields.
    I have checked that the selected tab is "Page" tab.
    Pls help.
    Thanks Amit

    Hi Amit,
    In IExpense In R12 the Final Review Page and the confirmation page are not available under About this page link since they are linked to some other main page and thats how it works.
    The only way you can check this page is use the below command to print the details of the page.
    set serveroutput on;
    begin
    jdr_utils.printdocument('/oracle/apps/ap/oie/entry/summary/webui/FinalReviewPG');
    end;
    please run this in toad or sql plus you will get the page details in Xml format,
    Thanks
    Deeksha

  • How to remove "About this Page" and "Privacy Statement" on a OA page

    Hi,
    How do i remove "About this Page" and "Privacy Statement" links at the bottom of an OA page and add "Close Window" link on the top right corner of OA page.
    Please help.
    Advance thank
    Pavan

    Hi,
    1. Select Personalize Page link at top right of page.
    2. Select Choose context button.
    3. In the scope drop down box select OA Footer.
    4. Click on apply.
    5. Expand privacy.
    6. Click on personalize pencil icon.
    7. Set Rendered property to false at required level.
    8. Click on apply.
    9. Click on Return to Application link.
    thanx
    Pratap

  • Profile option to be set to view About this page link

    Hi All,
    I am working in OAF 5.7h.Kan anyone tell me da name of the profile option that needs to be set for being able to view the About this page link in the footer of all pages.
    thanks in advance

    Probably the page you are looking at is a JSP page and not a OAF page which explains why you are not getting the link. Could you please provide the URL you see when you are on the page.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                       

  • Hide About this page,Home,Logout,Preferences links

    Hi all
    I have a requirement to hide About this page,Home,Logout and Preferences,Personlaize page links.
    How can i do that?
    To hide Personalize page link i know one profile value is there
    FND: Personalization Region Link Enabled if i set it to No,Personalize page link will not come but Requirement is They want only this links to be not rendered on this particluar page,For other pages,link should come.
    Is there any property at page level,which i can set?
    Can anbody throw some points?
    Thanks
    Hitesh

    No you don't need to change the layout all what u need is to implement the following code
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    // You must call prepareForRendering() if the following code is
    // included in a pageLayout controller. If you add it further down
    // in the layout hierarchy, the menus will be fully processed so you
    // don't need to do this.
    page.prepareForRendering(pageContext);
    OAGlobalButtonBarBean buttons = (OAGlobalButtonBarBean)page.getGlobalButtons();
    buttons.setRendered(false);
    that's it
    keep it up
    Ahmed Alshaer

  • Enable Personalize and About this page

    Hi,
    In my page Personalize link and About this page link is not shown. How to enable it.
    Thanks
    Jegan

    Hi Krishna Vamshi,
    Thanks for u r reply.
    I have tried both the ways. Still Personalize link and About this page link is disabled.
    I also tried the method to know the information OA_HTML/OAInfo.jsp
    It returned as
    "This JSP is no longer supported. To view the information that this JSP provided, please log in to Oracle E-Business Suite, and select the About this Page link."
    Thanks
    Jegan

  • How the "Java System Properties" are populated in "About this Page"

    Hi Gurus,
    We are facing a very intriguing issue and want to find out the way self service pages shows information in tab "Java System Properties" on clicking "About This Page" link ( bottom left corner of any EBSO selef service page)
    Thanks,
    Ajay

    Hi Peddi,
    Thanks but let me give some more details on our problem.
    It is a EBSO environment.
    On Private MT we do not have any proxies set in context file or any other configuration files.
    <proxyhost oa_var="s_proxyhost"> </proxyhost>
    <proxyport oa_var="s_proxyport"> </proxyport>
    The standard all standard OAF pages ( no customization or personalization ) show via link I mentioned before show these variables set
    http.proxyHost
    http.proxyPort
    http.proxySet
    Any idea how these get populated ?
    Are these values fetched dynamically via some DB table?
    Thanks,
    Ajay

  • How to enable all details on about this page link

    Hi All experts,
    Could any one help me out how to enable all details (like which view object, Application module and Controller associate with fields.) on the about this page link.
    My problem is I am not able to see any details on about this page link wail clicking on this link due to they created a custom responsibility and they mapped the ceded menus and functions.
    Thanks in advance
    Best regards,
    Ksv

    Thanks for your reply,
    But we are not able to see any links/tabs/details also.
    just we are able to see the page path only.
    regards,
    prasad

  • Doubt regarding "About this page"

    Hi,
    I am able to see "About this page" link below the copyrights in each page. But instead of just seeing "About this page" i would like to have a link like this:
    About [Product Name] Version [X.XX].
    Can anyone tell me how to change this display.
    Thanks

    OAF does not provide anything out of the box to handle this, but there must be a workaround, which I m not aware of.
    I say that there must be a workaround because the configurator (CZ) pages have almost what you are looking for.
    Thanks
    Tapash

  • About this page link not appearing

    Hi
    I have set the FND:diagnostics profile to Yes and yet I am not seeing the About the page link.
    The oa fwk version is 5.7.H.V6 .
    In case this feature was not available for this version , is there any other way to check the page details.
    Thanks
    Satish

    This feature was not available in the version you mention, there is a discussion on this in the forum.
    Thanks
    Tapash

  • Hi,  I've just purchased and installed an upgrade from Lightroom 4 to 5.  It doesn't seem to handle raw files authored with a new Nikon D750 camera.  I spoke to the sales rep about this and he gave me a link to the 8.6 DNG converter page with instructions

    Hi,  I've just purchased and installed an upgrade from Lightroom 4 to 5.  It doesn't seem to handle raw files authored with a new Nikon D750 camera.  I spoke to the sales rep about this and he gave me a link to the 8.6 DNG converter page with instructions to download.  8.6 only works with Mac OS 10.7-10.9, according to the page.  I'm running Yosemite, Mac 10.10.  Please can you tell me my options?  Lightroom 4 worked beautifully with my older cameras' raw files so I would like to continue using the application.  What should I do?  How soon will Lightroom 5 be able to deal with raw files from a D750.  Many thanks, Adam.

    Until the next version of Lightroom is released, you need to use the DNG Converter version 8.7RC to convert your RAW photos to DNG and then import the DNGs into Lightroom.

  • I enter about.config in my address bar and a page from SearchAssist - Landing appears with this message: "As a courtesy, your ISP provided this page because "about.config" does not exist or is unavailable." How can I reach about.config?

    Details in original question above - maybe that's why response was that this question had not been asked before. I use very slow dial-up (DSL not available in my area) and I have a lot of computer problems as a result. So I'm not sure if this is because of my computer or if the page really is no longer available. Last time I reinstalled the OS I was able to access it and make changes (May 13-14). I need to reinstall the OS again but, if I can't access about.config, I won't be able to get the computer back to working the way I want (status bar at bottom of screen, etc.). Is there some other way I can try to access the about.config page?

    about''':'''config - with a colon, not a period

  • I have a question about extracting pages.  When I do the function, adobe saves the individual files as " file name space page number ", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I a

    I have a question about extracting pages.  When I do the function, adobe saves the individual files as "<file name><space><page number>", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I am using excel to concatenate some data to dynamically build a hyperlink to these extraced files.  It casues me problems, however, for the space to be the the file name.  Is there any way to change the default behavoir of this function to perhaps use a dash or underscore instead of a space?

    No, you can't change the default naming scheme. You can do it yourself if you extract the pages using a script instead of using the built-in command.

Maybe you are looking for