Webi report link to other webi report opening blank page

I have put the hyperlink to link to the other webi report. But once I click on the links. It open the report with blank page. I have tried it in View mode or Edit mode, the browser will open up another blank page. Following is my links:
<a href="http://server_name:28080/OpenDocument/opendoc/openDocument.jsp?sType=wid&sRefresh=Y&sWindow=Same" title="Page1" nav="web">Link to Page2</a>
any advice? Thanks

http://server_name:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AciEzxbPmxdHtQwnB4RHaCo&sType=wid&sIDType=CUID&sWindow=New
Make sure the followings:
1. The webserver runs at port 8080 (if not, use the correct port)
2. the CUID is correctly copied.
3. the target report here is a webi report. (sType=wid)
4. the server name is correctly mentioned.
5. you are using JAVA environment.
If still this does not work, then please let us know :
Are you getting any error? if yes, what error you are getting.?

Similar Messages

  • Safari Opens Blank Pages

    Lately Safari has been opening blank pages behind my current page whenever I click links on the current page. The link opens in the current page or new tab, but the full screen blank page is still open. This is driving me crazy. Any thoughts?
    Extensions include the latest versions of:
    1Password
    Evernote Web Clipper
    DoNotTrackMe
    DuckDuckGo
    AdBlock
    --Mitch

    I have Glims installed as well. I've been prompted to update it, but have not.
    I was suggested to uninstall Glims. Here is the link I was given:
    http://www.machangout.com/node/9

  • I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    Your previous tabs will not re-open or be available to re-open when starting Firefox if:
    *your previous session was in Private Browsing mode; see --> http://support.mozilla.org/en-US/kb/Private+Browsing
    *you use Clear Recent History (''Firefox button > History > Clear Recent History'' or ''Tools > Clear Recent History''); see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-clear-my-history
    *you clear History automatically when closing Firefox; see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-make-firefox-clear-my-history-automatically
    NOTE: Your third-party Plugins (Add-ons > Plugins) are not in the "Application Basics" (Troubleshooting Information) in the "More system details" of your original post. Third-party Plugins are categorized separately in "Installed Plugins" under "More system details". You should review but not change the Plugins as detected automatically by the software on this forum when posting a question.
    If you problem still exists after checking the above, the problem could be caused by one or more of your Extensions or Plugins:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Adding Report link in SRM web page

    Hi
    We are having SRM 4.0 with R/3 4.7 as backend in classic scenario.
    We have created a custom report in EBP and want to put the report link in the menu of SRM web page on LHS.
    Can anyone please let me know the procedure and steps how to do it.
    Is it something we can do by adding the link in the templates or some coding is to be done in the web page?
    Thanks in advance
    Jagadish

    Jagadish-
    A couple things to check:
    1.  You made the change to the assigned composite role?
    2.  Did you do a user comparison after making the role change?
    3.  To be safe - logoff and logon again to pick-up the changes.
    4.  Logon via the gui - do you see the new menu option in the gui - if not go back are look at your role it must not have saved as expected.
    We have add various tcodes to the menus in the same manner w/out issue.  Good luck.
    Regards-
    b

  • Creating Links for other Web pages within Flash C23

    Hello Everyone,
    First of all, I'm sure you're tired of answering the
    questions regarding "Links". Although, I'm having a very
    difficult time with this issue. I just purchased Flash C23,
    taken all the tutorials from www.lynda.com, but
    I do not find answers for linking one web page to another
    within Flash C23. I have read all the answers
    on this forum and still can not get my buttons to link up to
    my other web pages.
    I have figured out how to create the buttons, although, I'm
    not doing something right when I try to link up my web
    pages. You have to realize I'm coming from Adobe Golive (no
    need for codes or scripts). I do not want to stop
    using Flash... Can someone help?
    Thank you so much, it's appreciated.

    replace 'siteName' with whatever you use to target your site
    in a browser. 'FranchelleDesigns' is what you named your page in
    GoLive.
    function loadPage(event:MouseEvent):void{
    var myURL:URLRequest = new URLRequest("
    http://www.siteName.com/FranchelleDesigns.html");
    navigateToURL(myURL,"_blank");
    my_btn.addEventListener(MouseEvent.CLICK, loadPage);
    EX: my website is
    http://www.damonedwards.net
    lets say I create some HTML page that I want to link to, and I save
    it as, ContactMe.html... this is what I would use in flash to link
    to it
    function loadPage(event:MouseEvent):void{
    var myURL:URLRequest = new URLRequest("
    http://www.damonedwards.net/ContactMe.html");
    navigateToURL(myURL,"_blank");
    my_btn.addEventListener(MouseEvent.CLICK, loadPage);

  • APEX 5 Interactive Report Link Hidden Column Pivot Report

    Hi,
    i have some interactive report (on table demo_orders)
    If i put a link on, lets say USER_NAME and pass parameter, lets say #CUSTOMER_ID#, i can see
    the value substituted correctly in the report link.
    Using the pivot feature, e.g.:
    Pivot-Coumns:
    customer_id
    Rowcolumns:
    Order_id,
    User_name.
    Functions:
    Sum - Order Total
    the substitution doesnt seem to work anymore, the link looks like this:
    f?p=43666:9:28969915122817::NO:RP:P9_CUSTOMER_ID:#CUSTOMER_ID#
    a demo is there:
    https://apex.oracle.com/pls/apex/f?p=43666:9
    (using open door credentials)
    thanks,
    gerald

    Hi Gerald,
    Thank you for reporting the issue.  This is logged as bug 20950850.  We will look into fixing.
    Regards,
    Christina

  • Web Dynpro V/s other web technologis

    Hi to all,
    We are working currently on a system that uses BAPI call from ASP.Now planning to design new web applications using WebDynPro.Could anyone pls let me know how we can track the advantages/disadvantages or possible benifits from comparing current system.Also we are trying to minimize the usage of BAPIs from Web DynPros.Is is possible??Pls advise..
    Thanks in advance
    <b>Regards
    Vipin B</b>

    Hello Vipin B,
    Check this first http://www.sappro.com/downloads/OptionComparison.pdf
    And some material about dynpro itself and comparison of different available technologies:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/48fc3f8fc2c542e10000000a1550b0/frameset.htm
    /people/thomas.jung3/blog/2005/10/02/sap-teched-2005-boston-a-look-back
    POLL: Web Dynpro UI elements - enhancement proposals POLL: Web Dynpro UI elements - enhancement proposals
    Web Application Development certification Web Application Development certification
    Information on some terms used in Web DynPro Information on some terms used in Web DynPro
    Brand New to Webdynpro Brand New to Webdynpro
    What is with the "Web Dynpro project diagram"? What is with the "Web Dynpro project diagram"?
    New to Web dynpro New to Web dynpro
    What is Web Dynpro? What is Web Dynpro?
    Why WebDynpro ? Why WebDynpro ?
    Why  webdynpro and not BSP or JSP? Why webdynpro and not BSP or JSP?
    BSP to WEB Dynpro BSP to WEB Dynpro
    Benifits of using Webdynpro Benifits of using Webdynpro
    Advantages of webdynpro Advantages of webdynpro
    Java vs. ABAP Java vs. ABAP
    regarding Java related webdynpro regarding Java related webdynpro
    Web Dynpro vs. Struts - a few questions Web Dynpro vs. Struts - a few questions
    What kind of applications are being developed with Web Dynpro? What kind of applications are being developed with Web Dynpro?
    Best regards, Maksim Rashchynski.

  • Why do html page links on iweb suddenly start opening the pages at bottom not top?

    Why do html pointer to pages open those pages at the bottom not the the top on a web page I am working on with iWeb. Software seems a bit flakey as sometimes if I close the site down and then reopen it all is ok. Any ideas? Thanks. Sean

    Okay, I figured out the problem with those certain links not working on www.calgaryyouthrally.com. The grey background was apparently covering the links somehow on the first and last pages of the site (due to its becoming enlarged in IE8). I made some changes and took care of that problem.
    But, the enlarged grey background is bugging me. It is acceptable in Firefox and Safari. But in IE8 the grey extends well beyond the actual size that I made it. The grey shape with the white picture frame around it is what I have made in iWeb. But in IE8 the grey is extending well beyond the white picture frame border. What can I do to fix this? Any ideas? Again, the site is www.calgaryyouthrally.com.
    Thanks!
    Message was edited by: bawill
    Message was edited by: bawill

  • Why Safari takes much long time than other browser to open a page?

    I have used windows since start of my computing life... Now i have replaced my windows laptop to a macbook pro.. Everything is amazing.. except only one. Safari.. I experience it takes too long time for openning a webpage...even for a simple webpage...takes much more time for loading a flash... I dont know why Safari is taking too many times as compared to other web browsers...

    I found the same problem too after moving into mac earlier this week....
    i guess here's the solution https://discussions.apple.com/thread/5227588
    try uninstall/unable the third party extension

  • Report views correctly in Report Viewer but on export or print, blank page inserted after every page

    Hi all
    I'm hoping someone has an idea what is causing this issue. I am using Crystal 2008 and have created many reports over the years, with no issue like this.
    I have had to create a label file for an Avery label that does not appear in the Crystal Reports default list of label definitions (have done this many times before for other labels, with no issue).
    The report displays perfectly in the CR Report Viewer, however once the report is sent either to PDF export or to the printer, an extra blank page is inserted after every page of the report.
    The fact that it displays correctly in the viewer means there is nothing in the report that is amiss.... there is something going on when the report is sent out.
    I've read a lot of similar problems, however the idea that it is a network problem doesn't explain why the hundreds of other reports I've created exactly the same way... do not have this problem!
    Does anyone know the answer to this puzzle?
    regards
    Kaz

    Hi Karen
    Here is the issue. When you look at the report in the viewer you see this:
    Notice the dashed line after the body of each label. That line is there because the report is formatted to be a column report:
    So the viewer shows you that there is another column to be printed / exported and that is what is happening with the report.
    - Ludek

  • Links to files opens blank page

    Hey,
    I have links on my iWeb page to zip files on a server. When I click the link, the file begins to download as I want, but in order of the download to happen, a blank page is opened before the download occurs.
    Is there a way to trigger the download without having to open a blank page?
    Thanks,
    Wes

    Old Toad, I'm sorry but I can't give out the link since the download links contain resource materials for my book that hasn't been officially released and I can't give out the link to the resource page. However, I have tried to download the files on other test computers and the blank window is opening with safari on each computer. Also at second glance, I noticed that a blank window is opening with Firefox as well, only its getting closed immediately and the download window appears. I didn't notice that at first.
    I am wondering if perhaps I have the link set to open a new window in iWeb as Roddy mentioned above. I'll have to check that when I get home. What should I choose for the option in iWeb to open the link so that only the download window appears?
    Thanks,
    Wes

  • When I click links in my mails or other places I get blank pages. Think yur blocking to much, even keeping my own email site from working...

    I am a comp dummy, but I really like firefox but since I tried to personalize my firefox, all the time when I press a link or go to some less known site I get blank pages, while the adress is in the top showing. No wheels turning. Keep on burning, firefox!!!
    Blocking too much, being too bossy, I do have great internet and pc security. In my own email account, you just prevent it from working! That's ridiculous.
    Start the fire.
    Greetings,
    The wolve-like (that's what my last name means: Roelofs.
    Robin Mark Roelofs,
    The Netherlands
    Pleae do something.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • My browser has an empty start page, still I receive cookie requests from google and others prior to opening any pages. Why?

    How can I start with a REAL blank page/browser?
    Thx

    Note: based on another thread, you might also need to remove a user.js file which Firefox reads at startup and uses to override the settings change you make in about:config or in the dialogs.
    This article describes how to track that down: [[How to fix preferences that won't save]].

  • Firefox 4 will load website but opens blank pages within website

    I have used Firefox for years, updated from 3.6 to 4 and never had any problems. Recently in 3.6 and 4 I load my local medical centre website (no problem) then when I click on any link I just get a blank page. These pages always open in IE. I have emptied the cache and refreshed the pages but all I get is blank pages.

    Do you have firefox filter installed? I find that with my problem I disabled firefox filter from my add ons & found that the web page I have trouble viewing (which is verizon wireless) will load correctly. Or maybe is another add on you may have installed. Test them out. For now I switched back to firefox 3.6 because I dont experience that problem with 3.6. I hope they can correct it, I would like to use firefox 4 again soon.

  • Presenter htm file opening blank page in browser

    I have a number of presentations that have been created with Presenter that are published online and on a DVD. I have just had a user report that on the disc only when they click the link to open the presentation, all that opens is a blank page in the browser. I have tested this on my machine and it works fine. I tested it on a spare laptop and encoutered the same issue. Does anyone have any ideas about why this is happening and how to fix it? Just for futher reference, if you navigate on the DVD (through Windows Explorer) to the same htm file to open the presentation, it works fine. This makes me wonder if it is some odd setting in IE (9)...
    Thank you

    Hi Arun,
    If you are login with your credentials it doesn't matter either it is admin machin or a any other machine.
    Check If it is problem with only your system it could be some browser issue .Try in other browser in your system and  let us know your result.
    Whenever you see a reply and if you think is helpful, click &quot;Vote As Helpful&quot;! And whenever you see a reply being an answer to the question of the thread, click &quot;Mark As Answer

Maybe you are looking for