Web report security __help

When we call a report using URL, the login information is shown on the web address bar.
Any other ways to hide the login information from users ?
Thanks.

hi!
You can use cgi*.dat file on report server.
nirali

Similar Messages

  • Providing un-secured access to a web report.

    Hello Experts,
    We have been sending out 'Load Status' emails on a daily basis for various BW loads. Recently we discontinued this process and set up a report based on one of the statistics cube. We got out the link for this web-report to all the users in our daily load status distribution list.
    The problem now is that when you click on the link, it pops out a window asking for the log-on information to our production system. But it looks like a few of the users do not have access to the production system and are hence unable to access this web-report.
    Is there any way to allow un-secured access to this particular web-report to all users i.e.without a screen asking for log-on information?Is it possible to set up a generic user id for this report that allows all the users to access this report without actually giving them access to our production system?
    Thanks
    Arvind

    Arvind,
    What is your BI system version ?
    if it is 3.x - then the URL will have a link to your server followed by a Question mark "?" and then some parameters.
    The value till the ? mark is the Web service for the same - you can make this Anonymous in SICF but then this would mean that all queries can be accessed through this URL ...
    else create an RFC enabled function module based on RRW3_Query_View_data and then use this for your query and expose the same as a web service and make it anonymous ... or have a BSP page to do the same....

  • Re : Java error while opening WEBI Report in BO 4.1

    Hi Team,
    while opening webi report i am getting folowing error
    java.util.concurrent.ExecutionException: java.lang.NullPointerException
    at java.util.concurrent.FutureTask.report(Unknown Source)
    at java.util.concurrent.FutureTask.get(Unknown Source)
    at javax.swing.SwingWorker.get(Unknown Source)
    at com.sap.webi.toolkit.ui.tasks.WebITask.getResult(WebITask.java:171)
    at com.sap.webi.ui.tasks.NavigOnDocumentTask.doneProcess(NavigOnDocumentTask.java:95)
    at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.done(WebITask.java:378)
    at javax.swing.SwingWorker$5.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
    at sun.swing.AccumulativeRunnable.run(Unknown Source)
    at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
    at javax.swing.Timer.fireActionPerformed(Unknown Source)
    at javax.swing.Timer$DoPostEvent.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.WaitDispatchSupport$2.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(Unknown Source)
    at java.awt.Dialog.show(Unknown Source)
    at com.jidesoft.dialog.StandardDialog.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at java.awt.Window.setVisible(Unknown Source)
    at java.awt.Dialog.setVisible(Unknown Source)
    at com.sap.webi.toolkit.ui.dialog.MessageDialog.setVisible(MessageDialog.java:186)
    at com.sap.webi.ui.SwingClientHelper.showWarning(SwingClientHelper.java:493)
    at com.sap.webi.ui.context.managers.DataManager.checkForEmptyDataProviders(DataManager.java:2592)
    at com.sap.webi.ui.tasks.workflows.RefreshWorkspaceWorkflow$1.run(RefreshWorkspaceWorkflow.java:147)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at com.sun.deploy.security.CPCallbackHandler.isAuthenticated(Unknown Source)
    at com.sun.deploy.security.CPCallbackHandler.access$1600(Unknown Source)
    at com.sun.deploy.security.CPCallbackHandler$ChildElement.checkResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath$JarLoader.checkResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.businessobjects.rebean.wi.impl.model.viewing.ReportEngineOutputSourceFactory.createReportElementPageOutputSource(ReportEngineOutputSourceFactory.java:72)
    at com.businessobjects.rebean.wi.impl.services.NavigationServiceImpl.internalNavigateToReportElement(NavigationServiceImpl.java:313)
    at com.businessobjects.rebean.wi.impl.services.NavigationServiceImpl.navigateToReportElement(NavigationServiceImpl.java:105)
    at com.businessobjects.rebean.wi.app.ViewingFacade.navigateToReportElement(ViewingFacade.java:208)
    at com.sap.webi.ui.viewer.PageFactory.getPages(PageFactory.java:634)
    at com.sap.webi.ui.viewer.PageFactory.getPages(PageFactory.java:196)
    at com.sap.webi.ui.tasks.NavigOnDocumentTask.doIt(NavigOnDocumentTask.java:68)
    at com.sap.webi.ui.tasks.NavigOnDocumentTask.doIt(NavigOnDocumentTask.java:23)
    at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.doInBackground(WebITask.java:348)
    at javax.swing.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at javax.swing.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Any ideas please,
    Thanks & Regards,
    Varun G

    "...at com.sap.webi.ui.tasks.NavigOnDocumentTask.doIt(NavigOnDocumentTask.java:23) at com.sap.webi.toolkit.ui.tasks.WebITask$PrivateWorker.doInBackground(WebITask.java:348)" Please check out SAP KB 2115770 - Error encountered when opening a Web Intelligence document reporting off of SAP BW BEx queries and Universes in BI 4.1 SP05 on http://service.sap.com/sap/support/notes/2115770. The resolution can be found on BI4.1 SP05 Patch 03 and above. Hope this helps, Jin-Chong

  • PROBLEMS SETTING UP REPORTS SECURITY FEATURE

    1. Trying to follow instructions to set up the Reports Security Feature.
    2. Successfully run the script rwwwvins.sql
    3.Hitting following Error
    " Missing string(reports_security_desc) language(us) domain (wwc)sub_domain
    (sec)
    The portlets have similar names.
    The pageORACLE_REPORTS_SECURITY has a display name of :
    Missingstring(reports_security_desc) language(us) domain (wwc) sub_domain
    (sec)"
    4. Followed note 132625.1 with no joy. Same error.
    Any help ?
    null

    do you mean to say that you cannot enter any passphrase on the router web ui or on the wireless computer itself ??
    if its on the router , then upgrade / reflash the router's firmware...

  • Error while connecting executing a webi report from Bex query.

    hi all,
    i need to create one webi report fron Bex query based on sab BW.
    But when I execute the query its shows "Unspecified error invoking method or accessing property "on change DocID"".
    i didnt get this msg.
    please help

    Hi Mohit Gupta,
    Degrade the java version to java 7 update 45 and also degrade the java security level to low from medium. Also delete the java temporary files and also clear your IE browser cache as well.
    This solved the issue for me.
    Thanks,
    Chaitanya Krishna

  • Linking a WEBI report through hyperlink in a webpage using open document

    Hi All,
    I have a hyper link in a web page which when clicked should open a WEBI report. I created it using the open document feature.
    Once clicking on the link, InfoView login credential page is displayed. After logging in the report runs.
    My client does not want the login page to be displayed since most of the users does not remember their password (since SSO is implemented).
    He wants to bypass this login page so that most of the users can directly view the reports.
    Question:
    Is there a way to achieve this i.e without asking for login credentials or by passing this?
    Possibilities :
    1: To create ID's for all the people (which I think is not a feasible option in my project)
    2: Create a guest account with minimum privileges and share the password with all the users.
    Note:
    1: I use BO XI R 3.1.
    2: No SDK is installed to do any programming.
    Any suggestion are most welcome.
    Thanks in advance
    Shreyas

    Hi Shreyas,
    Manual Easy Way for doing the activity in SAP Business Objects 4.0:
    This method is useful if we have a special system account that we want everyone to use.
    You will notice that all we do is generate a logon token using the appropriate username, password and CMS variables. Then we append the token onto ivsLogonToken.
    Note: The numbers on the url after /BOE/portal represents the timestamp of the last patch or install.  You can put whatever you want under the number section and Business Objects will automatically redirect to the appropriate start.do
    Step I:
    Go to the SAP BusinessObjects\Tomcat6\webapps\BOE\WEB-INF\eclipse\plugins\webpath.InfoView directory and edit custom.jsp
    Step II:
    You can copy the contents from the custom.jsp that I’ve provided below to your custom.jsp.
    Cutom.JSP File
    <%@ page import="com.crystaldecisions.sdk.exception.SDKException" %>
    <%@ page import="com.crystaldecisions.sdk.framework.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.security.*"%>
    <%@ page import="java.net.*"%>
    <%@ page import="com.crystaldecisions.enterprise.*"%>
    <%@ page import="com.crystaldecisions.sdk.plugin.admin.*"%>
    <%@ page import="java.sql.*"%>
    <%@ page import="com.businessobjects.webutil.Encoder" %>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <%
    //BO Session and redirect to Infoview
    IEnterpriseSession enterpriseSession;
    /* * Set Enterprise Logon credentials. */
    final String BO_CMS_NAME = "bi4server";
    final String BO_AUTH_TYPE = "secEnterprise";
    final String BO_USERNAME = "Daya";
    final String BO_PASSWORD = "admin@123";
    ILogonTokenMgr logonTokenMgr;
    String defaultToken = "";
    * Log onto Enterprise
    boolean loggedIn = true;
    try {
    //Create session token
    enterpriseSession = CrystalEnterprise.getSessionMgr().logon(Daya,admin@123, BI4SERVER,Enterprise);
    logonTokenMgr = enterpriseSession.getLogonTokenMgr();
    defaultToken = logonTokenMgr.createWCAToken("", 20, 1);
    //Redirect with token attached to the ivsLogonToken parameter
    response.sendRedirect("http://"+BO_CMS_NAME+":8080/BOE/portal/1205291547/InfoView/logon/start.do?ivsLogonToken="+Encoder.encodeURL(defaultToken));
    catch (Exception error)
    loggedIn = false;
    out.println(error);
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Insert title here</title>
    </head>
    <body>
    </body>
    </html>
    Edit the username,Password & BOBJ Server Name'in BOLD Letter
    Step III:
    Stop tomcat, then delete contents in the SAP BusinessObjects\Tomcat6\work directory.
    Then start tomcat again and the work directory will be regenerated with new code.
    Step IV:
    Trusted Authentication:
    Trusted Authentication is a component of Enterprise authentication that integrates with third-party single sign-on solutions, including Java Authentication and Authorization Service (JAAS). Applications
    that have established trust with the Central Management Server can use Trusted Authentication to allow users to log on without providing their passwords.
    This method is really cool because users don’t even have to know their passwords.  Basically with this method you can log into another system and if that system has the appropriate user name, you can pass it to the custom.jsp and then it will log you into BI Launchpad.
    In addition, you don’t need to create any java code for the enterprise token setup.
    Step V:
    In the CMC, go to Authentication, then select Enterprise.  Check Trusted Authentication is enabled, then click on New Shared Secret.  Finally download the shared secret key and keep it somewhere secure
    Step VI:
    Copy global.properties from <INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\config\default into <INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\config\custom.  Then using Notepad or another text editing utility, edit the following properties
    sso.enabled=true
    trusted.auth.user.retrieval=WEB_SESSION
    trusted.auth.user.param=UserName
    trusted.auth.shared.secret=<secret code from properties file you created in step 2>
    Step VII:
    Go to the SAP BusinessObjects\Tomcat6\webapps\BOE\WEB-INF\eclipse\plugins\webpath.InfoView directory and edit custom.jsp
    <\!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page language="java" contentType="text/html;charset=utf-8" %>
    <%
    //custom Java code
    request.getSession().setAttribute("MySecret","32efbfbd35efbfbdefbfbd4363efbfbdefbfbd694aefbfbdefbfbd227530efbfbd5742efbfbd13efbfbd2befbfbd1fefbfbdefbfbdefbfbdefbfbd4e49efbfbd41550cefbfbd15703619d8b8efbfbd6cefbfbdefbfbd57efbfbd0defbfbdefbfbdefbfbd0605efbfbd6dc59b2728efbfbd");
    request.getSession().setAttribute("UserName", "Daya");
    %>
    <html>
    <head>
    <title>Custom Entry Point</title>
    <script type="text/javascript">
    function goToLogonPage() {
    window.location = "logon.jsp";
    </script>
    </head>
    <body>
    <a href="javascript:goToLogonPage()">Click this to go to the logon page of BI launch pad</a>
    </body>
    Edit the username(Daya) variable
    Step VIII:
    Stop tomcat, then delete contents in the SAP BusinessObjects\Tomcat6\work directory.
    Then start tomcat again and the work directory will be regenerated with new code.
    Hope this help you as well.
    Thanks,
    Daya

  • WebI report not refreshed after BW pwd change - SAP EP-KM asPoint of entry

    Config:
    BOXI3.1 SP3 FP3
    INTG. KIT SP3 FP3
    BW 7.01 SP5
    SAP EP 6.0
    Imported all transports
    Configured BW Publisher
    Configured SAP Authentication in CMC
    Imported required roles in CMC
    Imported KM Par file in Portal
    Issue:
    Users logon to EP with SAP BW credentials and clicks on a webi report within KM with Infoview structure -> report is executed and can be refreshed successfully.
    User forgets his pwd and the security team reset his pwd
    User logon to SAP EP with reset initial pwd and gets a prompt to enter new pwd -> new pwd chosen and logon successful -> clicks on a report within KM with Infoview structure -> report pops up but can not be refreshed as an error msg below pops up
    A database error occured.
    The database error text is: Unable to connect to SAP BW server Name or password is incorrect (repeat logon). (WIS 10901)
    Temporary solution:
    Logon to Infoview directly and login with SAP account -> report executed and refreshed successfully -> Logout
    Then go back to EP to execute report and since then works fine but issue occurs again if pwd is changed and logon to Infoview directly process have to be done to move on.
    Has anybody had these issues or have an idea what config might be missing?
    Please note that SNC was not configured as we are not using AD for logon or report bursting for now. All docs read have specified that SNC is not required for my scenario.
    Also certificates have been established btw BW and EP and SSO works well with BEX queries deployed thru EP.
    Any ideas will be appreciated.
    Thanks,
    Norita

    More info -
    If I clear the error msg and continue to click on refresh values in prompt screen multiple times then the bw account gets locked in SAP BW backend.
    Please note that the universe was created to use SSO authentication and no user credentials hardcoded.
    FQDN are also used for all the configs.
    Has anybody encountered these issues before? Please let me know if you have any ideas or pointers.
    Thanks,
    Norita

  • Webi Report scheduling issue

    Dear Experts,
    I have webi reports which are running fine when i refresh the query from query panel. When i am scheduling the report it is failing.
    My webi reports are connected to the Bex Queries using OLAP Connections which is working fine for other reports.
    I am getting the following error message
    "Can not connect to the source olap com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Access key access is no longer possible"
    Because of this BW Credentials are getting locked and user cannot able to access the BW System.
    Kindly help us getting this issue solved.
    Thanks in advance.
    THanks & Regards,
    Archit Sarwal

    Hi Archit,
    Try this...
    Logon to Central Management Console (CMC) with an Administrator user.
    Click on OLAP Connections.
    Right click on the connection and click User Security.
    Assign Full Control to the User on the connection.

  • RWI 00200 Error while scheduling the Bex Query based Webi report

    Dear All,
    I am facing the below error while scheduling the Bex Query based Webi report.
    Error:RWI 00200
    We are using BO XI 4.0 Sp05.
    Please advise

    Hi,
    I am on BO 4.0 SP05 Patch 6. Webi reports are just showing processing but not giving results. When I try to create new report it is throwing java security error.
    Tried applet patch upgrade(From link : https://websmp207.sap-ag.de/~sapidb/011000358700000902752013E) for webi certificate but didn't help.
    Please suggest what could be done.
    Thanks and Regards,
    Ankit Sharma

  • Can not create Webi report on a Universe based on Bex Query

    Hi,
    We are using BO XI 3.1 (FP 3.4) with SAP integration Kit (same Patch Level) with SAP Authentication. We have a Universe based on a bex query and its connection is set to use SSO.
    We have say two SAP users U1 & U2. Now "U1" is able to create webi reports but when we Logged in as "U2" and try to create Webi reports or try to refresh reports created by U1 it through an error ...
    The database error text is: (CS) "Error on NumResultCols" . (WIS 10901).....
    As per the "Authorization" section in BusinessObjects XI Integration for SAP Solution Installation Guide we have provided this users with all the mention autherizations.
    Any words over this will be highly appreciated.
    Regards,

    It is highly probable that this is due to missing authorizations on the SAP BW side (not talking about the authroizations which are directly related to the BO/BW integration). I would recommend to ask your SAP Basis team to do a security trace while you are accessing the reports with the user, who gets the error. THey should look for failing authorization checks.
    Regards,
    Stratos

  • How to make Management of row level restrictions easy for webi reports?

    Hi all
    Our BO Product version is 12.3.0.601 (BO 3.1)
    We are applying row level security for webi reports at universe level...
    Since  Universes are more in Number we have to create same restrictions and apply it to the users lets take a restrictions on region....which is common across all universes.
    So the problem lies with the management of restrictions created at universe level.
    Can we have a setup in where we can centralized the restirctions at a place so that management would be easy ......???
    Shall we have to import the roles(restrictions) from R/3 or BW or Database level...?
    Then how we will restrict our report (webi) to a region?????
    So basically webi reports should run with the restrictions lets say region....How we will achieve this?/
    Thanks and Regards
    Ritu Raj

    Hi,
    what is your Datasource?
    If its SAP BW i would highly recommend you use the SAP Authentication in your  BOE XI 3.1 So the users log into BOE with their SAP Username and Password and than the Data restriction of your BW takes place when the users run their Reports.
    Informations on how to confiure the SAP Authentication you will find in the installation Guide of the SAP ITK.
    Regards
    -Seb.

  • Webi report part(include Opendoc Link) ondesktop did not work in BI Widgets

    My customer followed <BI Widgets User Guide>(XI3.1) to create a webi report part(include Opendoc Link) onto desktop.
    Page 26:
    To convert Report Part into a Widget ,drag and drop the Report Part from the Web Intelligence Viewer onto the desktop.
    As a widget, the Report Part will include the following BI Widgets features:
    - Automatic refresh
    - User controlled size and positioning
    - Saved display and data context state
    - Optional setting as the top application window
    - Full XI R3 security
    - Web Intelligence opendoc links to detailed reports.
    But it can not be clicked(hyperlink did not work).
    My customer follow the SAP Note 1244968 to create again, it still can not be clicked.
    For I can't reproduce this issue, could you tell me what's it probably related to?
    SAP Note 1244968:
    Symptom
    Trying to use Hyperlinks in a BI Widget created from a WebIntelligence
    report
    Environment
    XIR3
    Workflow
    1. Login in Webintelligence
    2. Create on efashion a Webintelligence report with the
    objects:Year,Sales Revenue
    3. In the Edit panel add a column to the table and insert the
    variable :=If([State]="DC"; HTMLEncode("http://uk.yahoo.com"); "")
    4. In the Properties Display/Display/Read cell content as Hyperlink
    5. Run the report and save it
    6. Open the Webintelligence report with HTML view and click on the
    hyperlink you are redirected to the Yahoo website
    7. Log in BI Widget
    8. Right click on the right inside icon of BI Widget and click on
    Document List Explorer
    9. Find the Webintelligence report and double click on it
    10. Click on the table and drag and drop it to your desktop
    11. The BI Widget gets created
    12. Click on the column containing the Hyperlink:nothing happens.
    Cause
    There is no functionality of using Hyperlinks in a BI Widget created
    from a Webintelligence report
    Resolution
    Enhancement Request ADAPT01119581 has been created
    Environment details:
    Srerver Environment: OS Version: RedHatEnterpriseLinuxES4.0 update5
    Client Environment: OS Version: WindowsXP
    Browser: IE6
    JRE Version: 1.6.003_
    Web & Application Server: Tomcat 5.5.20
    Database character: AL32UTF8, JA16SJIS
    Connection: native, ODBC, OLEDB
    NLS LANG: Japanese Japan.JA16SJIS

    Hi Soniya,
    These are the steps:
    1. Log in into infoview
    2. Change the preferences (Click in the Preference button in the main tool bar), in the WebIntelligence section change the Select a default view format: to Interactive.
    3. Click OK
    4. Open the report where you want to add the hyperlink
    5. Right click in the column or cell to add the hyperlink
    6. Click Hypelink > New
    7. You will see the Create Hypelink window, click Browse the select which report do you want to link
    8. Fill in the parameter, prompts, etc.
    and that's it, hope it's clear now. If you have any question let me know.

  • Display WebI Reports in JSP pages

    Post Author: merciless
    CA Forum: JAVA
    Hello,we are using Business Objects Enterprise 11.5 Release 2with SP1 on Windows 2003. We want to integrate a report viewer into our portal, based on J2EE and JSP running on Tomcat. We tried to use the WebIntelligence RE SDK JSP Tutorials Release 110.000.00000, but it seams that this tutorial is designed von BO Enterprise 11, and we found no easy way to get it working. Most JSP samples from BOusing the CrystalReportViewer, but we want to use aviewer for WebI reports only. We also need the possibilityto securely pass filters to the reports (openDocument.jspis no solution). The filters should be set in Java codeto prevent URL manipulation. Can anybody help us? A link to a working tutorial would be fine.Another problem we have: Is it possible to solve our problem, if the Java code is running on Linux 64bit with BO on Windows 32bit? Does anybody made some experiences with that?Many Thanks!merciless

    Hi,
    Visit the following URL http://java.sun.com/docs/books/tutorial/i18n/ .
    It will help you.
    bye for now
    sat

  • Problem in WebI reports in a single dashboard

    Hi All,
          How many WebI reports we can display in  a single dashboard, and what should we do to increase them without error.
    Now, Our dashboard consist of 7 WebI reports, each of them have a link (OpenDoc) to open WebI in new window.
    After a link have been clicked, then we open another dashboard tab, there are error message appears like this...
    Edited by: akorn on Sep 25, 2009 10:09 AM

    Servlet Engine Exception: Unable to reconnect to the CMS
    server.company.com:6400. The session has been logged off or has expired. (FWM
    01002)
    URL:
    /PerformanceManagement/scripts/tools/err_page.jsp?entry=af2454&mode=&reportMode=af2431&reportPart=af2431&docid=15533&viewer=I&sViewerName=name_1313315533&docid=15533&lastmode=
    StackTrace:
    com.crystaldecisions.enterprise.ocaframework.IManagedService$ManagedLogoffException:
    Unable to reconnect to the CMS server.company.com:6400. The session has been
    logged off or has expired. (FWM 01002)
            at
    com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:604)
            at
    com.crystaldecisions.sdk.occa.security.internal._SessionExProxy.GetSecondaryCredential(_SessionExProxy.java:184)
            at
    com.crystaldecisions.sdk.occa.security.internal.UserInfo.getProfileString(UserInfo.java:234)
            at
    com.businessobjects.clientaction.shared.EPMPreferencesBean.getPref(EPMPreferencesBean.java:80)
            at
    com.businessobjects.clientaction.shared.EPMPreferencesBean.getOtherPref(EPMPreferencesBean.java:103)
            at
    org.apache.jsp.jsp.aa_002dviewwid_002dbridge_jsp._jspService(aa_002dviewwid_002dbridge_jsp.java:571)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            at
    org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            at
    org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
            at java.lang.Thread.run(Thread.java:595)

  • Getting Java error while connect BEx query to WebI report (SAP BI4.0 )

    Not able to connect BEx query to WebI report (SAP BI4.0 ) . Below is the error I get while creating a new BEx connection to BOBJ WebI report .
    Please find the below error and help me ,
    "Select a BW Bex query window box "  displayed "Nothing to display " and server error as mentioned below
    Java.uti.concurrent.executionException: Com.sap.sl.sdk.repository.service.repositor******
    at Java.uti.concurrent.futuretask (Unknown source )
    at java.swing.swing.timer.fireactionperformed(Unknown source )
    at java.awt.event.invocationEvent.dispatch(Unknown Source)
    Thanks ,
    Pradeep Gorpadu

    Hi,
    I am on BO 4.0 SP05 Patch 6. Webi reports are just showing processing but not giving results. When I try to create new report it is throwing java security error.
    Tried applet patch upgrade(From link : https://websmp207.sap-ag.de/~sapidb/011000358700000902752013E) for webi certificate but didn't help.
    Please suggest what could be done.
    Thanks and Regards,
    Ankit Sharma

Maybe you are looking for

  • How can I create a Forms9i Runtime for client distribution

    Currently we have an application developed in Forms 5.0.6.8.0 our Database has been upgraded to 9i DB. The application is working fine with this combination but we want to upgrade Forms in order to get Oracle Support. We just get the Developer Suite

  • Ipad mini not working

    Help please! My ipad mini was working, i stopped using it for couple of hours, then when I am about to use it again, I pressed the home button open the screen but it was not working. I pressed the power button but still nothing happen, still black sc

  • VK_TAB in a JTextField

    The mouse listener attached to a JTextField does not recognize VK_TAB but works fine for VK_ENTER. Why?

  • Updating a standard database table

    how to update a standard db table  using t-code (without any program)

  • Trying to restore backup to replacemen​t Palm T/X - won't work

    Have had a Palm T/X for several years. Battery quit. Bought a new one. Now the Palm desktop disappeared along with my data! Can't back up the desktop to the unit.  Help! Steve Post relates to: Palm TX