Jump error from web app

Hi SDN
I have this line in my HTML code for a jump:
obj.rows(rowno).cells(column+1).innerHTML="<a href=<SAP_BW_URL DATA_PROVIDER='DATAPROVIDER_4'  CMD='RRI' RRI_RECEIVER='ZPMET_M50_Q002' IOBJNM='METRIC'>><img src=/sap/bw/Mime/Customer/Images/mark.gif></a>"
But when I click on the icon, I get the following message:
===================================================
Messages:
Jump target cannot be executed
An error occurred with the report to report interface during the jump
===================================================
The jump works with the right mouse click and the context menu->Go to. It fails with this jump using an icon.
Thanks for the help.
Saf.

Safdar,
how are you generating the URL for the jump ? and how is it generated in the template ? also please give the URL you are generating for the jump...
Arun

Similar Messages

  • Error word web app can not open this document for viewing in office web apps 2010

    Hi 
    i am receiving office web apps error.
    i installed sharepoint 2010 on windows server 2012 datacenter,
    and installed office web apps 2010 and sp2
    adil

    Hi Adil,
    From the error message, I recommend to check the things below:
    Check if Word Viewing service is started in Central Administration. If it is started, stop and re-start it.
    Check if the Word Viewing service proxy is created.
    Check if the Word Viewing service proxy is associated with web application with issue.
    If above cannot work, please check the ULS log for further research.
    More reference:
    https://amalhashim.wordpress.com/2013/01/29/sharepoint-word-web-app-cannot-open-this-document-for-viewing-because-of-an-unexpected-error/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Generate reports in PDF or EXCEL from Web App...

    Hello, I have to generate some reports from data base using web APP on Java, these reports with few generation criteria must be in PDF format and EXCEL format (both), someone knows a tool with which I can generate them?
    Best regards.

    PDF: iText
    Excel: Apache POI

  • Problem opening OneNote notebook from Web App to Desktop App

    Hi everyone,
    Apologies if this is not the right forum. Hope someone can help me. I can't seem to open my OneNote 2013 Notebook which resides in SkyDrive (and is synced fine with my computer at home) in my copy of OneNote 2013 on my work laptop.
    When I try opening the file from the Web App to the Desktop:
    I first gett a message warning me about hyperlinks. That's fine, I click Yes.
    The next message is about certificates, warning me that there is a problem with the site's security certificate.
    The certificate is issued by a company I have not chosen to trust.
    The name on the certificate is invalid or does not match the site
    The security certificate date IS valid. I click Yes to proceed.
    It now says:
    We couldn't find a notebook at "https://etc.etc.etc/" A notebook usually has a table of contents file (*.onetoc or *.onetoc2)
    Not sure why. As I say, it can do it from my home PC.
    The problem could be with the network at work I connect to. I know the techies spent a long time trying to figure out which ports/domains to open to allow me to connect. They did it - mostly. I can access Skydrive from the web, but I can't sync files through
    the Skydrive app sitting on my system tray. Weird that it works one way, but not the other.
    It does open fine in the web app, but not when I try opening it from the desktop. I would much rather use the desktop app.
    What do you think? Any suggestions?

    Is anyone able to help with this please?

  • Bioshock download error from mac app store

    I purchased bioshock  on the mac app store on my macbook air 13 inch 2013 model, and the download got interrupted because my macbook put itself to sleep while i was gone, now it wont let me complete the download, when i press install, it just says error bioshock failed to download, anyone help?

    Back up all data.
    From the App Store menu bar, select
    Store ▹ Check for Unfinished Downloads...
    You may be prompted to sign in. If that doesn't solve the problem, quit the application and continue as below.
    Triple-click anywhere in the line below on this page to select it:
    open $TMPDIR../C
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). A folder should open. From that folder, delete the subfolder named "com.apple.appstore".
    Quit Terminal. Launch the App Store and try again.

  • Cannot download atachement from Web app

    hello
    in Web app (i guess that is the right name)
    if i open a web mail on my email account
    and i tap on attachment that is not a picture or a video to download it
    nothing happens
    what am i doing wrong
    strictly speaking i want to download
    pdf files
    plain text files that may have odd extension like .com .mess or no extension at all
    thanks
    jean pierre aubry

    Hi,
    Which web app are referring to? Is this a search for the app on the homescreen?
    There are items that cannot be downloaded at this moment as Firefox OS is still in development and all the items our users need are being worked on at this moment by developers, engineers and much much more.

  • Logging out Users authenticated thru a Directory service froma web app

    I would like to know how to log out users authenticated thru a Glassfish web server to a Directory service can be logged out and their associated session ended on the web app. My application logs in users successfully but it been problematic logging them out. each time i use the Session.Invalidate method and i navigate backward with the browser button, a new session is created and the getPrincipalUser is still available to the page. I would appreciate contributions. thxs.

    it says address already in use.
    another process is using port 7101: java.net.BindException: Address already in use: JVM_Bind.> go to taks manager.. kill any java.exe process and try again.. it should work..

  • How to Hide Acrobat Reader When Printing PDFs From Web App

    We have a web application that prints pdfs.  Here's the line of code that prints the pdfs:  
    win32api.ShellExecute(0, "print", filename, None, ".", 0)
    When the pdf prints from our web application, Adobe Acrobat opens and we don't need it to open.  Is there a way to get the pdf to print without Acrobat interupting the user?

    Use standard VB/Windows features to minimize the app.

  • Using HttpsURLConnection Error - from Web Dynpro

    I have this case where I need to connect to a https site using SSL api.
    I'd created a java class to connect to the https site using the normal "javax.net.ssl" package provided by J2SE api. And this work successfully.
    However, there will be a problem if i trigger an action from the view to call for this java class, there will be an error.
    One thing which i found weird is :
    1.) If i use the normal java class to connect to the https site, it uses this connection protocol :
    sun.net.www.protocol.https.DelegateHttpsURLConnection:https://server/test/test1.jsp  (Works successfully)
    But
    If I call this java class from a view, it uses this connection protocol :
    iaik.protocol.https.HttpsURLConnection:https://server:443/test/test1.jsp  (Unable to work)
    How am i to make the web dynpro to use this "javax.net.ssl" api? I tried removing two of these library file :
    iaik_jsse.jar
    iaik_ssl.jar
    but the error still occurs.
    Does anyone have any idea how to solve this problem? Thanks.

    Hi jo lum
    did you solve the problem? I am facing the same. Maybe you can give me a hint.
    Thank you in advance
    Martin

  • Getting following deployment error from Web Dynpro. Please help.

    Feb 17, 2009 3:13:36 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [016]Deployment aborted
    Settings
    SDM host : tpepqa
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/DIPESH1/LOCALS~1/Temp/temp514457433364913160Welcome.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/DIPESH1/LOCALS~1/Temp/temp514457433364913160Welcome.ear
    Aborted: development component 'Welcome'/'local'/'LOKAL'/'0.2009.02.17.15.13.26'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application local/Welcome.. Reason: Clusterwide exception: Failed to deploy application local/Welcome. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/Welcome. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine? (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    hi Dipesh,
    The error may be due to :
    1)some dependent dc's are not deployed on the server .Please do deploy it first.
    2) some ear with the same name is already existing on the server.So it is not able to deploy this one. For this one , the solution is change the application name and component name and deploy again.Hope this will work out.
    Thanks,
    Parama.

  • Fixe download error from Mac App Store (NSURLErrorDomain, erro -3001.)(102)

    I've been trying to update to Montain Lion (10.8.2) Aperture Update 3.4.2, iPhoto 9.4.2, Safary 6.0.2 via the Mac App Store since it's release. Unfortunately after trying download the bundle,  I keep receiving the following error:
    (NSURLErrorDomain, erro -3001.)(102). The operation couldn’t be completed.
    Could anyone give a fix?
    Rgds. Jose.

    Safari here
    http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg
    iPhoto an Aperture here
    http://support.apple.com/downloads/#macosandsoftware
    Message was edited by: ckuan

  • Open Microsoft Outlook send mail from Web App

    Hi guys,
    We're planning on using ADF (10.1.2) in our new proposed system. In that app, there's a part where we need to send a mail, just open microsoft outlook(and set To, Fro, attachment file) but not really automatically send the mail. Do I need the Apache POI for this?Or just plain Javascript? Btw, the attachment file is in the server.
    Appreciate your kindest responses.
    Thanks!

    not Apache POI my bad, but Apache Commons email.

  • Please help...how/who do I contact after purchasing something in error from the app store and needing a refund???, Please help...how/who do I contact after purchasing something in error from the app store and needing a refund???

    Anyone who can help me find out how and who I contact for anrefund of an app purchase, seems I've been stung like several others and managed to buy an app labelled in smaller print as handbooks for microsoft and nit the package ibthought and feel this is unfair of apple to allow this company to trade on the app store with so many complaints and I certainly am not happy that I have paid £16 for this utter rubbish!,,
    Please help :-(

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
     Cheers, Tom

  • Intermittenly receiving an Internal Server Error from Web Services

    When attempting to login to Siebel CRM using the SSO Token (i.e. https://secure-ausomxpod.crmondemand.com/Services/Integration?command=ssologin&odSsoToken=[TOKEN]), I am intermittenly receiving an Internal Server Error. This seems to be completely random and occurs even before the SSO token expires.
    The error code I am getting back is SBL-ODU-01006
    If there is any other information I can provide, please let me know.
    Thank you,
    Cameron

    Hi !
    Is it happening on the production environnment or only on your staging ?
    It may be link on how you get the sso token. Do you make any changes on the "JSESSIONID=azojdazpdazpdnazpdnazpdn" ?
    Just try to search the error code SBL-ODU-01006 in the forum and there're two thread about it.
    Hope this will help, feel free to ask more !
    Max

  • Web app with ms ajax occur error in win2003+iis6 Access manager

    my web app in win2003 + iis6 +Microsoft dot Net Framework 3.5
    all web pages using ajax scriptmanager object
    When the iis6 have Policy Agent (amiis6.dll include in IIS)
    Problems :
    Every page have error message
    <script type="text/javascript">
    //<![CDATA[
    Sys.Application.initialize(); <===== Error occur here
    //]]>
    </script>
    and all ajax component like timer_ticket can't work
    but when i remove amiis6.dll from IIS6
    There will be not any error , and web app work normally
    how can i recovery these problems
    [email protected]
    [email protected]

    in C:\Sun\Access_Manager\Agents\2.2\iis6\config\Identifier_1\AMAgent.properties
    Some attributes define below :
    com.sun.am.cookie.name = iPlanetDirectoryPro
    com.sun.am.policy.agents.config.notenforced_list = *.js *.gif *.jpg *.axd *.css *.asmx
    com.sun.am.policy.agents.config.notenforced_list.invert = false
    Did i lost define some others attributes ?
    It's ok for loggin on the web app server, but ajax component can't work normally...
    I am appreciate your help ........
    vincent

Maybe you are looking for