XSQL Pages not caching

I checked the items in the cache and they were all gif's and jpg's and all my .xsql pages are not there.
I noticed that in internal.xml there is a list of mime types, do I need to do this for .xsql pages ??
Second issue that can be related to this is we have all xsql pages as cacheable but witha cokkie selector and set dont cache if cookie is not there.
The cookie value IS ok otherwise our pages look funny BUT the cookie is a domain level cookie, does webcache have any issues reading domain cookies?
Rob

Robert,
Virtual hosting is a feature we'll be providing in the 9.0.2.0.0
release due out this winter.
Web Cache 2.0.0.2.0 does not have support for virtual hosting but
if Apache is handling the virtual hosting part and there are no
conflicts in the name space of urls (which you want to be cached)
between xyz.com and abc.com, you can still use this version.
In case there are conflicts you can still use this version but
you might have to define caching based on http HOST header. What
this will do is include the HOST header as part of the key before
caching the response. This is how some of our hosting companies
are using the current version of Web Cache to accelerate
thousands of sites.
Go to the admin GUI page and click on Multiple Documents with
Same Selector by Other Headers. It will show you five headers on
the right hand side Accept, Accept-Charset etc. Ideally it
should have also mentioned the Host header, but we don't support
that thru the admin GUI (for some historical reason). What you
have to do is select one header type, say Accept-Charset, and
then click Change Selector Association. This will show you all
the cacheability rules and you can click on Make Association to
associate them with this particular header. (You might have to do
this one by one). Now click Apply Changes and then, before
starting the Web Cache, open the webcache.xml file and replace
all occurences of the string "Accept-Charset" with the string
"Host". Save the file and bring up the Web Cache again. Make sure
you have verbose logging mode on and then send a request for some
cacheable url and send two different Host headers as shown below
thru telnet. The event_log file should show you the same url
cached two times with the different Host headers as part of the
key.
Please try this on a test machine first.
Eg. To send same requests with different Host Header:
1. telnet machine_name port_number > output1
GET /images/a.gif HTTP/1.0
Host: www.oracle.com
< two new lines here>
2. telnet machine_name port_number >output2
GET /images/a.gif HTTP/1.0
Host: www.otn.com
<two new lines here>
If this doesn't work for some reason, it's best to just wait for
the complete virtual hosting feature due to ship with 9.0.2.0.0.
Cheers,
/JA
P.S. The cookie fix is done and is due to ship in 2.0.0.2.0. If
for some odd reason this still doesn't solve your problem
-- which I doubt will be the case -- we'll work on another patch.

Similar Messages

  • XML/XSQL pages not running in 9iAS 903

    (Hopefully, this is the right place for this posting)
    I am trying to get my XML/XSQL pages to work with 9iAS 903 and I'm stuck.
    I am completely new to the XML and the XDK and have been trying since Friday to get the XDK installed and the demos to work as I'm hoping that this will get my runtime 9iAS 903 environment setup properly so that I can run my XSQL pages.
    Note I was able to install either XDK version 902 or 10 beta into the OC4J Standalone that comes with JDeveloper but when I issue the same command to install into 9iAS 903 it fails with the error listed below:
    C:\oracle\Ora9ias_j2ee\j2ee\home>java -jar admin.jar ormi://myhost.mydomain/ ias_admin welcome -deploy -file C:\oracle\xdk10beta\xdk\demo\java\xsql\xsqldemos.ear -deploymentName xsqldemos
    error:
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    So, now I'm wondering if something else need to be installed, but what?
    Bill G...

    Hi,
    Can you post your question at
    Oracle Application Server - General
    Regards,
    Anupama

  • Page not cached because "URL contains query string"

    I have used JDeveloper to produce a search/display page using ADF where the user enters search criteria and then presses a Search command button. The parameters are POSTed to the webserver, and I need to devise a cache rule to cache pages using the entered search criteria so that another seach for the same values can be served from the cache.
    I have created a rule that will cache GET, GET with Query String and POST.
    I have put .* in the POST body. When I do this, the first query page is retrieved from the origin server and cached and resulting queries with different search criteria are returned the data for that first search (ie. it's not taking into account the search parameters).
    If I switch off that rule and look at what's being received, I see the following:
    /158.234.27.10:8889/BM/faces/physical.jsp POST;;;event=&form1:selectOneChoice1=0&form1:selectOneChoice2=&form1:selectedDate=2004-08-10&form1:table1:rangeStart=0&form1:table2:rangeStart=0&form1:table3:rangeStart=0&form1:table4:rangeStart=0&form1:table5:rangeStart=0&form1:table6:rangeStart=0&oracle.adf.faces.FORM=form1&oracle.adf.faces.STATE_TOKEN=3&source=form1:commandButton1;;
    Now, there are 3 search parameter fields that need to be considered - the others should be ignored:
    form1:selectOneChoice1
    form1:selectOneChoice
    form1:selectedDate
    It's not clear to me where (and how - in what format) I specify parameters to ignore and parameters to consider. I have tried listing these 3 parameters in the URL parameters table for the Rule (I did not specify a value - should I have done?) but when I do this, the page is not cached and shows the reason for this is that "URL Contains Query String".
    Can someone explain how to specify important POST body parameters and unimportant POST body parameters?
    Thanks,
    Andy

    Hi,
    Please go through this:
    http://download-west.oracle.com/docs/cd/B14099_02/caching.1012/b14046/cache.htm#sthref1530
    Hope it helps you. I think you should be able to configure the intended rule in Web Cache.
    Regards,
    Priyanka GES

  • XSQL pages not working

    After getting past the XSQL-007 error, when I run access the XSQL page
    <?xml version="1.0"?>
    <xsql:query connection="scoutweb" xmlns:xsql="urn:scoutweb">
    SELECT * FROM emp
    </xsql:query>
    all that is displayed on the browser is:
    <?xml version="1.0" ?>
    <xsql:query xmlns:xsql="urn:scoutweb">SELECT * FROM emp</xsql:query>
    where I was expecting the results of the query. Obviously, I'm missing something here.
    Any and all help appreciated....
    MG
    null

    tell me the directory of Tnsnames.ora where i should check for SID.I have 5 Tnsnames.ora in my system.
    one with Production1 as Hostname and ORCL as sid
    two with 127.0.0.1 and ORCL as sid
    kindly help
    I am using IIS 4.0 and ServletExec 3.0
    WindowsNT .How do i mag the xsql extension i have followed the documentation.Please any information is great
    thanks
    manasi
    null

  • Xsql pages not displaying properly

    Hi,
    I have downloaded & installed the XSQL Servlet as mentioned in the document. I have apache web server with apache jserv. Also I have the access DB & for the example (helloworld.xsql) below am using "Student" data source name & "Contact" table name. I get a blank page when I view the example on IE 5.0. I have given below the XSQLConfig.xml, helloworld.xsql & the html files(when viewed on the browser). Can anybody tell me what the problem could be?
    Thanks in advance,
    -rani
    XSQLConfig.xml:
    <connection name="demo">
    <dburl>jdbc:odbc://prog61.planet.net:Student
    </dburl>
    <driver>sun.jdbc.odbc.JdbcOdbcDriver</driver>
    </connection>
    helloworld.xsql:
    <?xml version="1.0"?>
    <xsql:query connection="demo" xmlns:xsql="urn:oracle-xsql">
    SELECT 'Hello World' AS greeting FROM Contact
    </xsql:query>
    html file:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
    <BODY><XMP></XMP></BODY></HTML>

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by H.Ozawa:
    Try executing it from the commandline.
    Java oracle.xml.xsql.XSQLCommandLine helloworld.xsql<HR></BLOCKQUOTE>
    Hi,
    I have the exact problem. I can run it from the command line but from the browser i get blank page. Any ideas what i should do next!!
    thanks
    Syed
    null

  • A fix for the Mozilla Firefox SSL Certificate Validation Security Weakness vulnerability? This appears to be an issue with not revalidating certificates when loading HTTPS pages from cache.

    We have to close vulnerabilities for PCI & Cybertrust certification. We have upgraded users running Firefox to version 7.0.1 but we are still receiving the message: Mozilla Firefox SSL Certificate Validation Security Weakness. Researching the issue, it appears to be related to certificates not being revalidated when loading HTTPS pages from cache. The bug report I found is:
    Bug 660749 - Firefox doesn't (re)validate certificates when loading a HTTPS page from the cache

    cookies.squite answer is Today at 5:15 PM .
    New profile, same problem.
    We've already established it is not a add-ons problem but obviously there will be less add-ons in this new profile to help exclude.
    Since there is two PC profiles on the PC, I tried the second profile, same problem. Used the RESET FF function on the second PC profile...same thing...even followed the instruct for uninstall &re-install...same problem.
    (3) different virus scanners, no hard core problems.
    Suspect how I have something in Windows setup that no one else is using?

  • My safari,4.1.3 on the bottom says cancelled opening page. have cleared the cache,and reset but it still does it on some pages,not all. Any ideas

    My safari,4.1.3 on the bottom says cancelled opening page. have cleared the cache,and reset but it still does it on some pages,not all. Any ideas

    It's possible that the pages you are attempting to open simply won't work with that old web browser.
    If you're using Mac OS X Tiger, update to the latest version, which is 10.4.11. (You might be using that already. Your profile says you're running 10.4.1, but I bet that's just a typo.)
    Then get the latest version of Safari that will run on Tiger. (And... you have that already: 4.1.3.)
    You might try a more modern browser designed specifically for your current OS. That would be TenFourFox.
    Information on TenFourFox:
    http://en.wikipedia.org/wiki/TenFourFox
    Download TenFourFox here:
    http://www.floodgap.com/software/tenfourfox/

  • Page-embedded Javascript and uploaded images are not cached.

    Hello All,
    I was reading in Wiki APEX and I found this line mentioned as cons: "Page-embedded Javascript and uploaded images are not cached".
    The question that I have posted many questions here how to enable the cache for Images and Javascripts but didn't get it right, is the wiki info right about the cache for images and JS?
    thanks,
    Fadi.

    Look at the bottom of this page as well [http://carlback.blogspot.com/2007/12/apex-and-3rd-party-js-libraries.html]
    Patrick Wolf
    Carl,
    the only drawback with #WORKSPACE_IMAGES# and #APP_IMAGES# is that it doesn't get cached by the browser. So each page request will transmit the hole file again. A caching option for the "Static Files" in the Shared Components would be nice :-)
    About lazy loading with the #WORKSPACE_IMAGES#. I could think about a mod_rewrite rule which translates the additional file request of the JS library into a valid request for APEX.
    Carl Backstrom
    In 3.1 we emit a last modified header now for uploaded files so that should help with browser caching.
    I wonder if anything's changed since then.
    Kofi

  • Error: XSQL-005: XSQL page is not well-formed

    I am tring to execute the following simple query:
    <?xml version="1.0"?>
    <xsql:query connection="rio" xmlns:xsql="urn:oracle-xsql">
    select user from dual
    </xsql:query>
    using XSQL with Sun's JavaWebServer2.0 and am getting the following error:
    Oracle XSQL Servlet Page Processor 1.0.4.1 (Production)
    XSQL-005: XSQL page is not well-formed.
    XML parse error at line 2, char 1
    Expected 'EOF'.
    Running the XML syntax check in JDeveloper shows no errors. Any ideas of where the configuration may have gone wrong?
    Thanks,
    Claire
    null

    Steve,
    Actually any file name (even if the file does not exist) is returning the same error.
    I tried using Web-to-Go and I am getting the following error:
    "WTG-10109: Web-to-go could not locate requested URL
    Web-to-go could not locate requested URL /xsql/index.html"
    I have my test .xsql files in a c:/xsql/xtest folder and am calling them through http://localhost:8080/xsql/xtest/message.xsql for the JWS and trying http://localhost:7070/xsql/index.html (WTG)to see the index.html, but no joy..
    Any other ideas?
    Thanks,
    Claire
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steve Muench ([email protected]):
    Do you maybe have two versions of this file? One that JDev is checking and the other that the web server is reading?
    Try renaming the file you think that the XSQL Servlet is serving, then re-request it through the browser with the OLD name. Do you now get an error like "unable to locate file?" or do you still see the parse error?<HR></BLOCKQUOTE>
    null

  • Apache not serving XSQL pages properly.

    java 1.2
    apache 1.3.12
    tomcat 3.2.1 (w/ mod_jk)
    Solaris 7
    XSQL 1.0.4.3
    The XSQL Servlet appears to be working fine through TOMCAT stand-alone. So for example, this
    "http://192.168.0.2:8080/xsql/demo/helloworld/helloworld.xsql" works fine...
    When I try to hit it through Apache (w/out the 8080 port) however I simply get the original XSQL query page instead of the query results. In other words, it appears Apache doesn't forward *.xsql requests to the XSQL Servlet...I think? Any ideas - thanks.

    Thanks for your responses...I think I've figured it out for both mod_jserv and mod_jk.
    The mapping of *.xsql to the oracle.xml.xsql.XSQLServlet is taken care of in the web.xml supplied in the XDK. This tells Tomcat to handle all *.xsql files with the XSQLServlet and that was working all along (Tomcat stand-alone).
    What's missing is that Apache needs to direct all *.xsql files to Tomcat. This is taken care of by adding the following lines to the httpd.conf:
    (for mod_jserv add)
    AddType text/xsql .xsql
    AddHandler jserv-servlet .xsql
    (for mod_jk add)
    JkMount /xsql/*.xsql ajp12
    In general, I simply mimiced the configuration of *.jsp files.
    I noticed a posting a few weeks back where someone was getting "rubbish" when they tried to access http://localhost/xsql/ - my guess is that apache was serving up the xsql pages "as is", without passing them onto Tomcat. This should hopefully do the trick...
    Comments?

  • XSQLActionHandler extracting XML from ViewObject not displaying on XSQL pag

    I have the following XSQLActionHandler for a STRUTS project which is supposed to extract the XML from a view object. When I call this from a xsql page I get nothing. I have examined the Node (n) and have seen that it does get XML but after I assign it to root nothing shows up on the XSQL page. Any ideas about what might be wrong?
    package XSQLActionHandler;
    import oracle.xml.xsql.XSQLActionHandlerImpl;
    import oracle.xml.xsql.XSQLServletPageRequest;
    import oracle.xml.xsql.XSQLPageRequest;
    import org.w3c.dom.Node;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletContext;
    import oracle.jbo.html.BC4JContext;
    import oracle.jbo.ViewObject;
    import oracle.jbo.XMLInterface;
    import oracle.xml.parser.v2.XMLNode;
    import oracle.jbo.html.databeans.XmlData;
    public class ActionHandlerTestVO extends XSQLActionHandlerImpl {
    public void handleAction(Node root) {
    XSQLServletPageRequest xspr = (XSQLServletPageRequest)getPageRequest();
    HttpServletRequest request = xspr.getHttpServletRequest();
    BC4JContext context = BC4JContext.getContext(request);
    XSQLActionHandlerModuleImpl appmod = (XSQLActionHandlerModuleImpl) context.getApplicationModule();
    ViewObject vo = context.getApplicationModule().findViewObject("DisciplineView1");
    Node n = (Node) vo.writeXML(1, XMLInterface.XML_OPT_ALL_ROWS);
    root=n;

    You need to append your generated content as a child of "root".
    It's best practice if you call adoptNode() on it first before appending it.
    Like this:
    XMLDocument rootDoc = (XMLDocument)root.getOwnerDocument();
    rootDoc.adoptNode(n);
    root.appendChild(n);

  • Unable to use the values returned by a PL/SQL stored procedure in a XSQL page

    Hi,
    I've been messing around with XML and XSQL in particular. I was trying to write a xsql page to display a report with account totals...I have the following .xsql which calls a PL/SQL stored procedure :
    <?xml version="1.0"?>
    <xsql:query connection="pfcdm" xmlns:xsql="urn:oracle-xsql">
    <xsql:set-session-param name="zasset_total" value="100">
    <xsql:dml connection="pfcdm">
    rraman.sp_vw_id(zasset_total,zinvm_total,zmkt_val);
    </xsql:dml>
    </xsql:set-session-param>
    select 'Asset total is {@zasset_total}' as "ASSET_TOTAL" from dual
    </xsql:query>
    My procedure sp_vw_id returns the values that it should. But, I am not sure how to declare variables within a page, and to output the return values. There is very scanty documentation on the usage of <xsql:dml> or <xsql:ref-cursor-function>.
    Any response would be greatly appreciated.
    Thanks,
    Raja

    Here is the example from the Oracle9i (complete rewrite) of the XSQL Chapter in our Oracle documentation.
    Question
    I using <xsql:dml> to call a stored procedure which has one OUT parameter, but I was not able to see any results. The executed code results in the following statement:
    <xsql-status action="xsql:dml" rows="0"/>
    Answer
    You cannot set parameter values by binding them in the position of OUT variables in this release using <xsql:dml>. Only IN parameters are supported for binding. You can create a wrapper procedure that constructs XML elements using the HTP package and then your XSQL page can invoke the wrapper procedure using <xsql:include-owa> instead.
    For an example, suppose you had the following procedure:
    CREATE OR REPLACE PROCEDURE addmult(arg1 NUMBER,
    arg2 NUMBER,
    sumval OUT NUMBER,
    prodval OUT NUMBER) IS
    BEGIN
    sumval := arg1 + arg2;
    prodval := arg1 * arg2;
    END;You could write the following procedure to "wrap" it, taking all of the IN arguments that the procedure above expects, and then "encoding" the OUT values as a little XML datagram that you print to the OWA page buffer:
    CREATE OR REPLACE PROCEDURE addmultwrapper(arg1 NUMBER, arg2 NUMBER) IS
    sumval NUMBER;
    prodval NUMBER;
    xml VARCHAR2(2000);
    BEGIN
    -- Call the procedure with OUT values
    addmult(arg1,arg2,sumval,prodval);
    -- Then produce XML that encodes the OUT values
    xml := '<addmult>'&#0124; &#0124;
    '<sum>'&#0124; &#0124;sumval&#0124; &#0124;'</sum>'&#0124; &#0124;
    '<product>'&#0124; &#0124;prodval&#0124; &#0124;'</product>'&#0124; &#0124;
    '</addmult>';
    -- Print the XML result to the OWA page buffer for return
    HTP.P(xml);
    END;This way, you can build an XSQL page like this that calls the wrapper procedure:
    <page connection="demo" xmlns:xsql="urn:oracle-xsql">
    <xsql:include-owa bind-params="arg1 arg2">
    BEGIN addmultwrapper(?,?); END;
    </xsql:include-owa>
    </page>This allows a request like:
    http://yourserver.com/addmult.xsql?arg1=30&arg2=45
    to return an XML datagram that reflects the OUT values like this:
    <page> <addmult><sum>75</sum><product>1350</product></addmult>
    </page>

  • Imported DocBook stylesheet location for XSQL Page

    Hi all,
    I've got the following XSQL page which queries a DocBook document stored in XMLDB as a schema-based CLOB.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!--
    | Uncomment the following processing instruction and replace
    | the stylesheet name to transform output of your XSQL Page using XSLT
    <?xml-stylesheet type="text/xsl" href="YourStylesheet.xsl" ?>
    -->
    <page xmlns:xsql="urn:oracle-xsql" connection="jdbc/DBConnection1DS">
    <xsql:query max-rows="1" null-indicator="yes" tag-case="lower">
    SELECT extractValue(x.DOCBOOKS_DOC, '/book/part/title', 'xmlns="http://docbook.org/ns/docbook"') "BOOK_TITLE",
    extract(x.DOCBOOKS_DOC, '/book/part/chapter/sect1/sect2', 'xmlns="http://docbook.org/ns/docbook"').getStringVal() "BOOK_CONTENT"
    FROM DOCBOOKS_STORE x</xsql:query>
    </page>
    Which outputs the following:
    <!--
    | Uncomment the following processing instruction and replace
    | the stylesheet name to transform output of your XSQL Page using XSLT
    <?xml-stylesheet type="text/xsl" href="YourStylesheet.xsl" ?>
    -->
         <page>
         <rowset>
         <row num="1">
    <book_title>
    This is a test string
    </book_title>
         <book_content>
    <sect2 xmlns="http://docbook.org/ns/docbook"><title>
    This is sect2/title test text.
    </title><para>
    This is sect2/para test text.
    </para></sect2>
    </book_content>
    </row>
    </rowset>
    </page>
    The query runs fine (thanks to help from the XML DB forum). I'm now trying to use the docbook.xsl HTML stylesheet but I'm not sure of the following:
    1) Where do imported stylesheets need to be stored for the XLST processor to find them and can we change the default location (DocBooks has loads of associated stylesheet includes)? I've tried several locations and corresponding hrefs but nothing seems to work.
    2) Since the output contains a mixture of both DocBook and non-DocBook tags, I'm guessing/hoping that the XLST processor can parse the string extract and all what I would need to do is use is the <xsl:import/> and <xsl:apply-import/>. Is this correct?
    Many thanks in advance.
    George.

    Just closing the loop on this one...
    1) After more trial and error, I found that the XLST stylesheet need to be in the same location as the *.xsql page. To check, I wrote a simple XLST to output HTML rather than confuse the issue with applying the docbook imported stylesheets. This worked as expected with the resulting HTML output, bar the fact that I now have a security issue with my stylesheet sitting in the /PUBLIC_HTML folder. For the moment this is OK since the application is for internal prototyping purposes.
    2) If I want the XLST processor to parse the underlying XML tags, then the data needs to be returned as XMLType and not a VARCHAR2 string which my <xsl:query extract().getStringVal())> does.
    Unfortunately I now have an enviromental problem retrieving XMLType data through my XSQL query. I believe this has something to do with my JDBC driver and/or missing libraries.
    Cheers

  • IWeb Main Page Not Showing

    I've researched to death and tried everything but can't fix this.
    Recently did a clean install on my iMac and since then iWeb won't work.
    I have :
    - Reinstalled from original disc then updated to latest version 3.0.4
    - Deleted the com.apple.iWeb.plist file and com.apple.iWeb Cache Folder, restarted, and tried opening again
    - I have removed my domain.sites2 file to try and open iWeb and initiate making a new site
    iWeb is fully loaded and operational - in Activity Monitor it does not have a red flag - shows as being operational. I can access iWeb's Preferences, open and close various Inspectors, but the main window is simply not visible.
    I am on Lion 10.7.2
    I had updated my website using iWeb while on Lion 10.7.1
    I have a small business and my website is outdated and will be losing me new customers at this point who will think I don't have the latest stock and information.
    Any help appreciated - naturally no need to reply if 'fixes' are as per other posts and noted as having been tried above.

    Where is the main page not showing?  In iWeb or online?
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain or from  Toad's Cellar.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Page not found error

    Hello,
    we have in our portal a home page with three iviews. Every iview includes a html-document from KM-repository.
    The iviews are included in a page and the page is included in a workset. In the first navigation level there is an entry called Home and in the second navigation level also.
    If we log in to our portal we can see this three iviews on our home page. But if we navigate in the portal to another navigation entry and then back to Home the all three iviews show an page not found error (HTTP 400). If we refresh the complete portal we see the three iviews correct.
    Why do we get an error if we navigate to Home and not when the complete portal is refreshed?
    Regards
    Philipp

    Hi,
    Are you clicking the back button of IE or clicking the Home Link in the portal?
    If you are clicking the Back Button and you get the no page found error, this behaviour is normal. If you want to use Back button you have to go for Light frame work page.
    If you are clicking Home link and still you get the errors then i suspect with respect to caching of the iviews. Try changing the cache properties of the iviews.
    Thanks,
    Regards,
    Aditya Metukul.

Maybe you are looking for

  • No data found for GenericDatasource in BI

    I replicated a generic datasource from EC6.In the EC6 I can find the data(using rsa3).But in BI after activating and running the infopackage for the replicated datasource I didn't find the data.In the data selection tab of infopackage I checked all t

  • Can't open iphoto library from external hard drive

    I'm backing up my enormous iPhoto library to two external hard drives in order to free up space on my computer. Before deleting the photos permanently from the laptop, I wanted to double-check that the copies of the library I made on the two external

  • Advance Payment for Dynamic Credit Mgmt

    Hi SAP Gurus, I have small requirement,we have dynamic credit mgmt implemented.Issue is A customer credit limit - 1000 Rs we get the advance payment which is reflected in outstanding in FBL5N say 5000 Nw if i create SO which exceeds my A Customer i.e

  • Wireless Sync PC Download Install Error 1603

    I had successfully installed Wireless Sync on my Centro and used it for several months.  Then I had to uninstall it.  I believed that I had uninstalled it from both my phone and PC.  Now I have been trying to re-install it on my PC for several weeks

  • MacBook Pro will not start up, and is making low-pitched beeping noises

    I bought my MacBook Pro four days ago and it had worked perfectly fine until yesterday. Now when I try to power it up it won't, and perpetually makes low beeping noises (even when closed) in intervals of 3. Does anyone know what is going on?