Cache problem for this

Hi
in the saw.sessionsinfo.xml file ,i change the home link prop true to false
but it not remove from the presentation side
below is my file
Below is my script file
plz check it
give if any errors
<?xml version="1.0" encoding="UTF-8"?>
<resourceBundle xmlns="oracle.bi.ps.resourceBundle/v1">
<gdexpression id="noLogoffUI" expr="session.hideLogoffLink" />
<gdexpression id="syndicate" expr="session.syndicate" />
<gdexpression id="canAccessDashboards" expr="privileges.Access['Global Portal']" />
<gdexpression id="hdrLinkCatalog" expr="true" />
<gdexpression id="hdrLinkOpen" expr="true" />
<gdexpression id="hdrLinkAdvanced" expr="true" />
<gdexpression id="hdrLinkHelp" expr="true" />
<gdexpression id="hdrLinkHome" expr="false" />
<gdexpression id="hdrLinkGSearch" expr="true" />
<gdexpression id="hdrLinkNew" expr="true" />
<gdexpression id="hdrLinkDashboards" expr="true" />
<gdexpression id="hdrLinkSettings" expr="true" />
<gdexpression id="bipKeepAlive" expr="session.bipKeepAlive" />
<gdexpression id="bipWebUrl" expr="system.config['AdvancedReporting/WebURL']" />
<gdexpression id="bipExternalRepository" expr="system.config['AdvancedReporting/ExternalRepository']" />
<gdexpression id="biComposerContext" expr="system.config['BIComposer/ContextPath']" />
</resourceBundle>
plz anybody give solution for this
Edited by: ARYABRAHMA on Feb 5, 2013 3:38 AM

is cache problem for this

Similar Messages

  • The maximum SOUND level is low on iPad mini retina, compared to an iPhone 4s. Research shows this is a common problem for this model around the world. Has anyone succeeded in solving this issue? Many Thanks, Peter.

    The maximum SOUND level is low on iPad mini retina, compared to an iPhone 4s. Research shows this is a common problem for this model around the world. Has anyone succeeded in solving this issue? Many Thanks, Peter.

    The maximum SOUND level is low on iPad mini retina, compared to an iPhone 4s. Research shows this is a common problem for this model around the world. Has anyone succeeded in solving this issue? Many Thanks, Peter.

  • Cache problem for included stylesheets on remote server

    Hi.
    We are building an XSL page that includes changing named templates through xsl:includes where the included stylesheet is on a remote server.
    The content of the remote stylesheet can change at any time. The problem is that the Oracle XSLT caching mecanism does not "see" this, so we get the old page..
    How can we turn the caching off? Is it possible to turn caching off for selected stylesheets?
    Any clues or pointers?
    Regards
    Lionel

    I by no means want to sound belittling... so don't take me that way..
    You need to understand the basics of files, and networks. You can't check if a file exists on another machine if you don't have a network protocol to communicate with. The reason \\ works under windows is because you are using an invisible (to you) network protocol. You probably know it as windows sharing. If your file were not shared under it's own name, that method wouldn't work (I'm assuming your entire drive is shared without a password... a horrible security flaw...but one thing at a time)
    You can use FTP protocol to check if a file exists. You can either send the raw text FTP commands through a socket connection in java, or you can use a freely available FTP java API to make it a bit more simple. You could also write a small java server on the other machine, and have it tell you what you need to know with a socket connection. In this way, you have created your very own network protocol.

  • Authorizing problem for this computer

    I had an iPod, but it received water damage, so I got a replacement from Apple. I've been having problems with syncing music, apps, and videos to the device, but I tried to reinstall the apps directly from the store. When I connect the device to my computer it says the computer is not authorized for this account, so I go through the steps by going to Store>Authorize this computer... then I put in my ID and password and it loads for about 5 seconds then an Error comes up "We could not complete your iTunes Srore request. An unknown error occurred (-42408)." At this moment all I can put on this device is pictures. I need some major help, everything is going wrong!

    I put in my ID and password and it loads for about 5 seconds then an Error comes up "We could not complete your iTunes Srore request. An unknown error occurred (-42408)."
    Although you're getting a different error message, I'd try the following document with that one:
    iTunes: Missing folder or incorrect permissions may prevent authorization

  • Cache problem for servlet opening new browser window

    Requirement:
    I have JSP page say summary.jsp with link "print account summary"
    When user clicks on this link, new browser open with PDF document of summary.jsp
    This new browser window should not have address bar and toolbar.
    Solution:
    Servlet called PrintSummary which sets contenttype=application/pdf and sends the data to outputstream.
    href of link is
    Java script function is:
    function openWindow(url){
    window.open(url,'blank','toolbar=no')
    Problem:
    Since the URL of this new window is
    http:// host:portnumber/PrintSummary
    Even if I click the "Print summary" link for account2,
    being the same URL (http:// host:portnumber/PrintSummary) it accesses the existing page in the cache which is created for account 1.
    In href if I just use servlet url as
    I get the expected behaviour but then I don't have control on browser appearance and browser window will be with address bar and toolbar.
    The only option I could think of was changing URL as follows:
    <% String url ="javascript:openWindow('PrintSummary? var1="+ Math.random()+"')";
    So that URL is different all the time
    Is there any way to solve this problem?
    Thanks in advance
    M.

    I'd definitely try to use a Flex popup... but the
    flash.net.navigateToURL method is a simple way to open a popup
    window in a new browser. You can pass any data needed by the new
    page using the URLRequest and/or URLVariables. The URL you navigate
    to could, of course, be another Flex application if necessary. I
    use this only when I need to open a popup window on another site,
    or an HTML formatter report or something similar.
    Concerning yourself with the size of the popup window may be
    a bad design choice also. I, for example, have my browser
    configured to open all popups in a new tab regardless of sizing
    constraints imposed by the designer. If it is absolutely necessary
    for you to have control over the size of your popup window, you
    should follow the advice given by others and use a Flex
    popup.

  • Caching problem for iViews with URL parameters

    Hi,
    We have a big problem with <b>iView caching.</b>
    Our objective is to use <b>SAP Netweaver Portal 2004s & External Facing portal </b> for a public Internet Portal
    For performances reasons we need to activate iviews caching on the principal iviews. But the problem is that a page called with different parameters generates exactly the same html result
    <u>example --> The display of a news item:</u>
    /irj/portal/anonymous/index.htm?rid=/news_123.xml
    gives the same cached result as
    /irj/portal/anonymous/index.htm?rid=/news_456.xml
    The caching level is "shared" because all users are anonymous !
    The iview caching seems to be occuring on component (iView) level and not on URL level
    Can someone help ?
    At the moment we have performances of 10 seconds for a page, and with caching it's becoming less than 1 second, so we really need the caching !!!
    Thanks
    Laurent

    Hello
    I hope you get your answer since, nevertheless it could help other.
    Have you tried to put the cache level to "session" instead of "user" or "shared" at the iview level?
    Regards
    Benoit

  • System Connection Test was not fully tested but all web dynpro java app and Transaction iviews working fine.Any problem for this Kind of activity Lets give some idea.

    System Connection Tests
    You can test the connectivity to the backend application represented by the current system object. Choose the relevant tests.
    Note: The test is based on the properties currently defined in the system object. It does not check if the system properties are correct.
    System Connection Tests
    Test Name
    Description
    Status
    SAP Web AS Connection
    Tests the connection to an SAP Web Application Server
    ITS Connection
    Tests the connection to an SAP ITS server
    Connection Test for Connectors
    Tests the connection to a backend system using an associated connector
    Test
    Clear Results
    Results
    SAP Web AS Connection
    Test Details:
    The test consists of the following steps:
    1. Checks the validity of system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Checks if the host name of the server can be resolved.
    6. Pings the WAS ping service; works only if the service is activated on the ABAP WAS.
    7. Checks HTTP/S connectivity to the defined back-end application
    Results
    1. The system ID is valid
    2. The system was retrieved.
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name 
    5. The host name ssprdxi.stylespasapnet.com was resolved successfully.
    6. The Web AS ping service was pinged successfully.
    7. An HTTP/S connection to was obtained successfully.
    ITS Connection
    Test Details:
    The test consists of the following steps:
    1. Checks the validity of system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check whether the system object has a valid system alias
    4. Check whether a SAP system is defined in the system object
    5. Validate the following parameters: ITS protocol; ITS host name
    6. Checks if the host name of the server can be resolved.
    7. Checks HTTP/S connectivity to the defined back-end application
    Results
    1. The system ID is valid
    2. The system was retrieved.
    3. Retrieval of the default alias was successful
    4. The system object represents an SAP system
    5. The following parameters are valid: ITS Protocol (http) ITS Host Name ()
    6. The host name ssprdxi.stylespasapnet.com was resolved successfully.
    7. An HTTP/S connection to was obtained successfully.
    Test Connection with Connector
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    regards
    Antony

    Hi Stefan,
    This correct see SAP Note [947081|https://service.sap.com/sap/support/notes/947081]
    If the locale for the Web Dynpro iView is changed in the portal (through portal personalization), this is not reflected in the running login session. The user needs to logoff and login again, in order to see the locale change in the Web Dynpro iView.
    Regards,
    Leo

  • What's the problem for this package????

    My Package is :
    CREATE OR REPLACE PACKAGE MY_PAQ IS
    TYPE RESULT IS REF CURSOR;
    FUNCTION MY_FUN
    RETURN RESULT;
    END MY_PAQ;
    CREATE OR REPLACE PACKAGE BODY MY_PAQ IS
    FUNCTION MY_FUN
    RETURN RESULT
    IS
    C RESULT;
    BEGIN
    OPEN C FOR SELECT * FROM MY_TAB;
    RETURN C;
    END MY_FUN;
    END MY_PAQ;
    SQL> SELECT MY_PAQ.MY_FUN FROM DUAL;
    SELECT MY_PAQ.MY_FUN FROM DUAL
    ERROR at line 1:
    ORA-00902: invalid datatype
    I like that my function returns a set of rows from a table(s)
    thanks in advance
    Mario

    Mario,
    Package seems okay. However since the function returns an open cursor, one suggested option is as follows:
    sqlplus > variable test_cursor refcursor;
    use this bind variable and call the function
    sqlplus > exec :test_cursor := MY_PAQ.MY_FUN;
    sqlplus > print test_cursor;
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Mario Alberto Suarez ([email protected]):
    My Package is :
    CREATE OR REPLACE PACKAGE MY_PAQ IS
    TYPE RESULT IS REF CURSOR;
    FUNCTION MY_FUN
    RETURN RESULT;
    END MY_PAQ;
    CREATE OR REPLACE PACKAGE BODY MY_PAQ IS
    FUNCTION MY_FUN
    RETURN RESULT
    IS
    C RESULT;
    BEGIN
    OPEN C FOR SELECT * FROM MY_TAB;
    RETURN C;
    END MY_FUN;
    END MY_PAQ;
    SQL> SELECT MY_PAQ.MY_FUN FROM DUAL;
    SELECT MY_PAQ.MY_FUN FROM DUAL
    ERROR at line 1:
    ORA-00902: invalid datatype
    I like that my function returns a set of rows from a table(s)
    thanks in advance
    Mario<HR></BLOCKQUOTE>
    null

  • TS3297 I Cannot update or purchase from itunes because of this error " We were unable to authorize your payment card for this purchase please update your billing info " this error is beacuse my brother tried to purchase some game worth 38$ which i dont ne

    I Cannot update or purchase from itunes because of this error " We were unable to authorize your payment card for this purchase please update your billing info " this error is beacuse my brother tried to purchase some game worth 38$ which i dont need it and i want to report a problem for this issue and able to get update my apps

    Welcome to the Apple Community.
    Apple's policy on sales of digital content is that all sales are final. If however you wish to appeal to Apple, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History.

  • Google calendar is getting the error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." I have tried disabling cookies, clearing cookies and cache but that didn't work.

    Google calendar is getting the error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." I have tried disabling cookies, clearing cookies and cache but that didn't work.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    * http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • Whenever I try to update iTunes to 10.5 I get the message 'There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.'

    Whenever I try to update iTunes to 10.5 I get the message 'There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.'
    I then uninstalled iTunes to try and reinstall it but I still get the same message for both 10.5 and previous versions, please help!

    My situation:
    - get error when updating iTunes from 1041 to 1050 or above: "There is a problem with this Windows Installer Package. A program required for this install to complete could not be run. Contact your support personnel or package vendor."
    My system: XP SP3 with all latest updates.
    Found out that the 1051 update fixes a major intrusion possibility during the update process, so I want to get iTunes upgraded to 1051.
    Did more research and the following worked (not known if all steps outlined were necessary) (I do not guarantee success nor any more issues as a result):
    - ran: MicrosoftFixit.ProgramInstallUninstall.exe (did JUST the patch option).
    - ran: Windows Installation Removal Tool.exe (uninstalled JUST the iTunes program installer folder) (this does not remove the actual program).
    - removed all apple software update registry entries.
    - removed: C:\Documents and Settings\All Users\Application Data\Apple\Installer Cache\(JUST the software updatefolders) (hidden folder).
    - removed: C:\Documents and Settings\current user\Local Settings\Application Data\Apple\(JUST the software  update folders) (hidden folder).
    - DID NOT need to restart
    - downloaded latest iTunes update (1051)
    - opened using WinRAR
    - extracted all files
    - ran JUST the apple software update MSI
    - it succeeded
    - ran JUST the iTunes MSI
    - it succeeded
    - normally I then uninstall the apple software update program, but DID NOT this time
    - DID NOT need to restart
    Hope it works for you.

  • I can't access Facebook. I keep getting the "Firefox has detected that the server is redirecting the request for this address in a way that will never complete". I have cleared cache, cookies, history, offline storage. Nothing has worked.

    can't access Facebook. I keep getting the "Firefox has detected that the server is redirecting the request for this address in a way that will never complete". I have cleared cache, cookies, history, offline storage. Nothing has worked.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • HT204266 My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

  • Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

Maybe you are looking for

  • Multirate sampling using CLK IN with PXIe-5922

    Hi I am working in an application where I need to change the sampling rate of an acquisition between 500 ks and 5 Ms without stopping the acquisition. The idea is to be acquiring continuously and be able to change the sampling frequency live dependin

  • Mobile Jetpack is a scam

    I hate to post this but Verizon left me with no other outlets.  My Jetpack broke right around the warranty date... I called and they told me to bring it to store, which I did.  The store then said it was broken and needed to be replaced.  I called ag

  • How to change BPM process service to asunchronous

    Hi, In JDeveloper 11.1.1.6 I created process with synchronous service to start it. Now I need to change it to asunchronous. How to do it ? Kuba

  • Mail set up and other minor tweeks

    I would like to know how to remove the ugly picture that iphoto took of me during initial set-up from sent emails. there doesn't seem to be anything in signatures that makes any difference to it. Also how can you set columns as the default view in Fi

  • Left navigation panel in NWBC 3.0 PL8 disappears

    Hello, I am facing a weird thing: When I log on to NWBC 3.0 PL8 (Desktop) the left (blue) navigation panel is not there anymore. The problem is independet from the user and the system. When I log on to another PC with my user (independent of Dev or Q