Infoview - problem viewing report

In Infoview, in Document List, I highlight a Web Intelligence Report.
I select Actions > Modify.
I get a Warning - Security popup saying that Java_Report_Panel has potentially unsafe components.
The popup asks if I want to block. I click Yes.
The report opens in edit report > view report.
All I see is a horizontal blue strip over an orange block.
I should see a table.
How can I fix this?
Bill

This happened from Java 16 I think. Fixed in SP4.
To fix (pre-SP4) go to the Java control panel (in XP, it's in Control Panel. In Vista/7 hit start and type 'Java'). Go to the Advanced tab, expand the 'Security' node, then 'Mixed Code', and select 'Disable Verification' or 'Hide and run with protections'.

Similar Messages

  • Error in Infoview when viewing report

    Dear all, I am not sure what is happening here. My report runs fine under my computer however, when uploaded to the server and tried to run it, it says the following error message.
    CrystalReportViewer
    Error in File Lab Order Lifespan Report: Error in formula . '{order_header.date_entered} >= {?Start Date} and ' A number, currency amount, boolean, date, time, date-time, or string is expected here. Details: errorKind
    Unable to retrieve Object.
    Error in File Lab Order Lifespan Report: Error in formula . '{order_header.date_entered} >= {?Start Date} and ' A number, currency amount, boolean, date, time, date-time, or string is expected here. Details: errorKind
    Any ideas??
    Regards
    Jehanzeb

    Morning Wallie,
    Thanks for your kind reply.
    I cannot install Cr2008 onto my Windows 2000 Adv Server. It says you need to have atleast 2003 server to get it working.
    Secondly the database I am using is exactly the same as what we have in our CR server. I created a system DSN on to the server which is exactly the same as the one I am using on my machine.
    Unless....if I install CRXI onto the machine and run it? however that will convert all my settings from CR08 to CRXI and somethings don't work on CRXI which works on CR08.
    I am going to retry what you have suggested and see if that works.
    Many thanks
    Regards
    Jehanzeb

  • Problem refreshing reports with params in the Interactive viewer from ASP

    I have a problem getting reports to refresh by clicking the Interactive Viewer's refresh button and reusing the supplied parameters. I am seeing this exact same problem on both V9.2 and 11.5 unmanaged RAS servers.
    I am using the following  function code to set the reports parameters:
    Public Sub PassParameter(param_index, param_value, param_is_multi,param_range_kind)
        Dim param_old ' parameter field in the report
        Dim param_new ' parameter field that will replace old parameter
    Dim paramValue ' discrete parameter value
    Dim aValues
    Dim rValues
    Dim iLoop
    Set param_old = clientDoc.DataDefinition.ParameterFields.Item(param_index)
    Set param_new = objFactory.CreateObject("CrystalReports.ParameterField";)
    If param_range_kind = 1 then
    Set paramValue = objFactory.CreateObject("CrystalReports.ParameterFieldDiscreteValue";)
    paramValue.Value = param_value
    else
    Set paramValue = objFactory.CreateObject("CrystalReports.ParameterFieldRangeValue";)
         rValues = split(param_value, "|")
    paramValue.BeginValue = rValues(0)
    paramValue.EndValue = rValues(1)
    paramValue.LowerBoundType = 2
    paramValue.UpperBoundType = 2
    end if
    param_old.CopyTo param_new
    if param_is_multi = 0 then
    param_new.CurrentValues.Add paramValue
    else
         aValues = split(param_value, ",")
       For iLoop = LBound(aValues) to UBound(aValues)
    param_new.CurrentValues.Add Trim(aValues(iLoop))
        Next
    end if
    clientDoc.DataDefController.ParameterFieldController.Modify param_old, param_new
        ' Clean up
        Set paramValue = Nothing
        Set param_new = Nothing
    End Sub
    and then redirecting to another ASP page to invoke the viewer (the report "clientDoc" object is passed to the viewer asp page a s a session variable). The code of the viewer page is:
    <%
    Response.ExpiresAbsolute = Now() - 1
    Response.Charset=";UTF-8"
    Dim clientDoc
    Set clientDoc = session("clientDoc")
    Dim ObjFactory, RptAppSession
    Set ObjFactory = CreateObject("CrystalReports.ObjectFactory";)
    Dim viewer
    Set viewer = ObjFactory.CreateObject("CrystalReports.CrystalReportInteractiveViewer";)
    viewer.PageTitle = "Interactive Report - " & Request("rptnam")
    viewer.IsOwnForm = true
    viewer.IsOwnPage = true
    viewer.HasRefreshButton = true
    viewer.EnableParameterPrompt = false
    viewer.ReuseParameterValuesOnRefresh ; = true
    viewer.HasExportButton = false
    ' viewer.HasPrintButton = false
    viewer.ReportSource = clientDoc.ReportSource
    Dim BooleanSearchControl
    Set BooleanSearchControl = ObjFactory.CreateObject("CrystalReports.BooleanSearchControl";)
    BooleanSearchControl.ReportDocument = clientDoc
    viewer.BooleanSearchControl = BooleanSearchControl
    viewer.ProcessHttpRequest Request, Response, Session
    %>
    If I set viewer.EnableParameterPrompt = false then I get an erro upon clicking the viewer's refresh button (error is: Missing parameter values. webReporting.dll error '8004100e' ), but if I set viewer.EnableParameterPrompt = true, then I get the automatically generated prompts appear but they are all empty. Either way, RAS doesn't remember the supplied parameters. I know the parameters are being read by RAS as the report's contents prove this fact, but they are not remembered after refreshing. If the automatically generated prompts are filled in and submitted, subsequent refreshes work correctly.
    How do I get the report viewer to reuse the parameters that have been set programmatically after a refresh? BTW, changing my implementation to anything other than using ASP against an unmanaged RAS server is not an option at this time.
    Thanks in advance!
    Dave.

    Hi Dave,
    I don't have a "nice" set of code lines but below hard codes one parameter name and value:
                ISCRParameterField newParameterField = new ParameterFieldClass();
                newParameterField.ParameterType = crParameterFieldTypeEnum.crParameterFieldTypeReportParameter;
                newParameterField.Name = "YourParamName"; // you can make a collection here
                newParameterField.ReportName = "";
                newParameterField.Type = CrFieldValueTypeEnum.crFieldValueTypeStringField;
                newParameterField.AllowMultiValue = true;
                newParameterField.AllowCustomCurrentValues = true;
                Fields parameterFields = reportClientDocument.DataDefinition.ParameterFields;
                ISCRField existingParameterField;
                RowsetMetaData rowsetMetaData = new RowsetMetaDataClass();
                Fields fields = new FieldsClass();
                ArrayList defaultValues = new ArrayList();
                reportClientDocument.DataDefController.ParameterFieldController.SetCurrentValue("", @"YourParamName", @"YourParamValue");
    Thanks again
    Don

  • Infoview - unable to view report

    Hi
    I'm trying to view a crystal report (XI) through infoview.  The report file is there, but when try to view it through infoview, i receive the following message:
    Unable to retrieve Object.
    Function expected
    I've tried all of the different viewers to no avail and i can't find any help on the help files or on here hence the reason for my question.
    Any help greatly appreciated
    Craig

    Hi,
    To view the folder you have to give the root folder rights too not only on the folder where report is available.
    You can refer the Admin guide for more information.
    If you just want to view the report in infoview then you can add the created user to the Administrator group and then can view the report in Infoview.
    -Noor.

  • Cannot run/view report

    I am using Crystal Reports Server XI R2.
    Cannot preview a report in CMC or view it in InfoView. Things were working and then got into this state without me or anyone doing anything. I have stopped/started all the servers to no avail.
    Other parts of CMC/InfoView are working fine. The only problem is viewing a report.
    Please help!

    I have a similar problem.
    I am also running XI R2.  Everything works fine internally inside the company network, but on the metaframe servers, users aren't able to view reports.  Most other things works fine.
    I am wondering if it has something to do with java and/or browser settings, but haven't been able to figure it out yet.
    The workspace panel just comes up as blank, without any error message.
    Any tips or ideas is greatly appreciated.

  • Why do hyperlinks stop working when infoview exports a report to PDF format

    I have a report that contains hyperlinks to pdf documents. When the report is viewed from within Infoview the hyperlinks work fine, but when I have infoview export the report to a pdf format the links are not enabled. When the user clicks on the link nothing happends.  Thank you for any guidance that can be offered in solving this issue.

    Hello,
    Please check if the note 1397644 can help for the problem with the hyperlnks in PDF format.
    Best Regards,
    Des

  • A "view report" button in a jsp

    Hi - I have a jsp page that produces a summary of results - I want to add a button that the user can click on to view a print friendly detailed report.
    I want to be able to pass alot of details from the summary jsp to the new detailed report but I'm not sure how to go about it. I'd like to pass the data as Vector's or multidimensional vectors.
    I want a button - but I've only ever used buttons with forms - do I need to turn the summary jsp into a form in order to pass the data? If I do use a button in a form with a bean - am I restricted to Strings or arrays of strings?
    I guess I'm asking the simplest way to implement this - one jsp passing data to another jsp (via vectors) if a button is pushed without making one huge href link full of vector data.
    Thanks

    Hi - I tried the method above but it (JSP1) is passing nul values to the jsp (JSP2) - though the variables I'm setting in the first JSP(JSP1) are not null.
    I'm wondering if it has anything to do with the fact that JSP1 starts out by getting a vector from a servlet that has forwarded to the JSP1 - so JSP1 starts out with this line:
    <%
         Vector results = (Vector)request.getAttribute("tests");
         %>then a summary is created and displayed to the user - at the bottom on this summary I have a button which takes alot of the information from the summary to put in a detailed report (the information that is being passed as null currently)
    I have enclosed it in a form so the request goes to JSP2 like so:
    <form name="resultreport" action="report.jsp" method=post>so that means the bottom of JSP1 looks like this:
            request.setAttribute("totals", totals);
         request.setAttribute("pass_count", pass_count);
          <input type="submit" value="View Report">then JSP2 just looks like this at the moment:
    <%
        String[] totals = (String[]) request.getAttribute("totals");
        String pass_count = (String) request.getAttribute("pass_count");
    %>
    length of array is <%=totals.length%> <BR>
    passcount is <%=pass_count%>
        So I guess my question is - is the problem that JSP1 already calls the request object to get an attribute right at the beginning - then me setting request attributes and sending them to another jsp messes it up and results in nothing being sent? or is it ok to get the request object from another servlet - access attributes then set new attributes and send them to another jsp?

  • List View Report with pipelined function in Mobile application and ORA-01007: variable not in select list

    Hi!
    I have a problem with List View Report in mobile application (theme 50 in apex) after updating to apex 4.2.2. I created Report -> List View. I used select from pipelined function in Region Source. Then when page is running and submited three times (or refreshed three times) I get an error:
    Error during rendering of region "LIST VIEW".
    ORA-01007: variable not in select list
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -1007
    ora_sqlerrm: ORA-01007: variable not in select list
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 21230833903737364557
    component.name: LIST VIEW
    error_backtrace:
         ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 4613
         ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 3220
    I get this error only when I use select from pipelined function in Region Source (for example: "select value1, value2 from table(some_pipelined_function(param1, param2)) ").
    You can check it on http://apex.oracle.com/pls/apex/f?p=50591 (login - demo, password - demo).
    In this application:
    - I created package TAB_TYPES_PKG:
    create or replace PACKAGE TAB_TYPES_PKG IS
    TYPE cur_rest_r IS RECORD (
        STR_NAME          VARCHAR2(128),
        INFO              VARCHAR2(128)
    TYPE cur_rest_t IS TABLE OF cur_rest_r;
    END TAB_TYPES_PKG;
    - I created pipelined function TEST_FUNC:
    create or replace
    FUNCTION TEST_FUNC
    RETURN TAB_TYPES_PKG.cur_rest_t  PIPELINED IS
    r_cur_rest TAB_TYPES_PKG.cur_rest_r;
    BEGIN
    r_cur_rest.STR_NAME := 'ROW 1';
    r_cur_rest.INFO := '10';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 2';
    r_cur_rest.INFO := '20';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 3';
    r_cur_rest.INFO := '30';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 4';
    r_cur_rest.INFO := '40';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 5';
    r_cur_rest.INFO := '50';
    PIPE ROW (r_cur_rest);
    RETURN;
    END TEST_FUNC;
    - I created List View Report on Page 1:
    Region Source:
    SELECT str_name,
           info
    FROM TABLE (TEST_FUNC)
    We can see error ORA-01007 after refresing (or submiting) Page 1 three times or more.
    How to fix it?

    Hi all
    I'm experiencing the same issue.  Predictably on every third refresh I receive:
    Error
    Error during rendering of region "Results".
    ORA-01007: variable not in select list
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -1007
    ora_sqlerrm: ORA-01007: variable not in select list
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 6910805644140264
    component.name: Results
    error_backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 4613 ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 3220
    OK
    I am running Application Express 4.2.2.00.11 on GlassFish 4 using Apex Listener 2.0.3.221.10.13.
    Please note: this works perfectly using a classic report in my desktop application; however, no joy on the mobile side with a list view.  I will use a classic report in the interim.
    My region source is as follows:
    SELECT description AS "DESCRIPTION", reference AS "REFERENCE" FROM TABLE(AUTOCOMPLETE_LIST_VIEW_FNC('RESULTS'))
    The procedure:
      FUNCTION AUTOCOMPLETE_LIST_VIEW_FNC(
          p_collection_name IN VARCHAR2)
        RETURN list_row_table_type
      AS
        v_tab list_row_table_type := list_row_table_type();
      BEGIN
        DECLARE
          jsonarray json_list;
          jsonobj json;
          json_clob CLOB;
        BEGIN
          SELECT clob001
          INTO json_clob
          FROM apex_collections
          WHERE collection_name = p_collection_name;
          jsonobj              := json(json_clob);
          jsonarray            := json_ext.get_json_list(jsonobj, 'predictions');
          FOR i IN 1..jsonArray.count
          LOOP
            jsonobj := json(jsonArray.get(i));
            v_tab.extend;
            v_tab(v_tab.LAST) := list_row_type(json_ext.get_string(jsonobj, 'description'), json_ext.get_string(jsonobj, 'reference'));
          END LOOP;
          RETURN(v_tab);
        END;  
      END AUTOCOMPLETE_LIST_VIEW_FNC;
    Thanks!
    Tim

  • Error while creating Power View Report via BISM connection.

    I am able to create a PowerView Report using Microsoft BI Semantic Model connection without any problem. Everything works from home. But when I try to create Power View report using a BISM connection, I am running into errors. I've verified all permissions
    are all set correctly and SQL Browser service is running as well. Please see below error message. Greatly appreciate any pointers.
    Detailed error message
    Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'TemporaryDataSource'. ---> Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException:
    A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. ---> System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found     at System.Net.Sockets.TcpClient..ctor(String
    hostname, Int32 port)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo)     --- End of inner exception stack trace ---     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetTcpClient(ConnectionInfo
    connectionInfo)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenConnection(ConnectionInfo connectionInfo, Boolean&
    isSessionTokenNeeded)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetInstancePort(ConnectionInfo connectionInfo)
        at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.OpenConnection(ConnectionInfo
    connectionInfo, Boolean& isSessionTokenNeeded)     at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)     at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Connect(Boolean
    toIXMLA)     at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectToXMLA(Boolean createSession, Boolean isHTTP)     at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open()     at Microsoft.ReportingServices.DataExtensions.AdoMdConnectionBase.InternalOpen()
        at Microsoft.ReportingServices.Diagnostics.DataExtensionConnectionBase.OpenConnection(IProcessingDataSource dataSourceObj, DataSourceInfo dataSourceInfo, IDbConnection conn)     --- End of inner exception stack trace ---;

    So , have you actually came to a conclusion about the problem. I have a similar one in my environment.
    <detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus
    xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="http://www.microsoft.com/sql/reportingservices">Erro
    ao carregar o modelo para o item ou a fonte de dados 'http://gasmignethml/BICenter/Galeria%20PowerPivot/BIGASMIG.bism'. Verifique se as informações de conexão estão corretas e se você tem permissões para acessar a fonte de dados.</Message><HelpLink
    xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.5058.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.5058.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.5058.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Erro ao carregar o modelo para o item ou a fonte de dados 'http://gasmignethml/BICenter/Galeria%20PowerPivot/BIGASMIG.bism'.
    Verifique se as informações de conexão estão corretas e se você tem permissões para acessar a fonte de dados.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection"
    msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.5058.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Não é possível criar uma conexão com a fonte de dados 'TemporaryDataSource'.</Message><MoreInformation><Source>Microsoft.AnalysisServices.AdomdClient</Source><Message>A
    connection cannot be made to redirector. Ensure that 'SQL Browser' service is running.</Message><MoreInformation><Source>System</Source><Message>The
    requested name is valid, but no data of the requested type was found</Message></MoreInformation></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices"
    /></detail>
    Any help will be very welcome.
    Thanks in advance
    abcoura | osmanos.org

  • Problem viewing Japanese characters in Excel sent via Email attachment

    Hi All
    I am using FM '''SO_DOCUMENT_SEND_API1'' to send out an e-mail attachment (Excel file). I am able to receive the Excel file successfully. However I am not able to display the Japanese characters properly in my Excel file.
    I tried to display some Japanese characters in my e-mail contents and I have no problem viewing these characters in my e-mail (I am using MS Outlook 2003). These statements becomes something illegible when I transfer it over to Excel as an attachment. In my Internal Table, these characters are displayed correctly as well.
    Anyone has any advice to solve this issue?
    Thanks for your replies.

    Hi Divya,
    refer to the link below:
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    The code in this demonstrates how to send an email to an external email addresswhere the data is stored within a .xls attachment.
    Hope this helps.
    Reward if helpful.
    Regards,
    Sipra

  • DPM 2010 - Getting errors when viewing reports

    Microsoft DPM Forum,
    I am getting the following error when attempting to view reports in DPM 2010:
    An error occurred during client rendering.
    An error has occurred during report processing. (rsProcessingAborted)
    Cannot create a connection to data source 'DLS'. (rsErrorOpeningConnection)
    Cannot open database "DPMDB" requested by the login. The login failed. Login failed for user 'servername\DPMR$servername'.
    This is occurring after I rebuilt the OS on the DPM server to resolve a "tape system disconnect" issue that plagued us since November of 2013.
    Any idea how to resolve this?
    Thanks in advance,
    Joe

    Mike,
    Thank you for that post.  Yes, I saw that while I was researching a possible solution to the problem.  No dice.  However, I reached out to Prosenjit Kanjilal of the Microsoft DPM Support Team (as he was emailing me on our re-occurring issue
    of Event ID: 15 errors - see other thread).  He had me do the following:
    Open SQL Studio and connect to the instance
    Go to Security->Logins
    Now Add 'servername\DPMR$servername' if it is not already added
    I also had to add the
    dbowner role to the DPMDB database under 'user mapping' for this specific user to actually resolve the issue.  The user wasn't listed in the Logins in SQL Studio.
    Thanks again!
    Joe

  • Power View Reports Dynamic filter

    Greetings Everyone !
    I have a requirement to create a trend chart to show trend for last six months. So on trend chart, it should reflect previous 6 months (i.e. Jul, Aug, Sep, Oct, Nov, Dec) and value against each month.
    Problem:
    I am using Power view in SharePoint (for multidimensional model) to create this report from SSAS (SQL 2012 SP1) and it doesn't support any custom MDX query to filter data.
    Please help if you have any solution for this.
    Best Regards,
    Youdhbir
    Blog : http://youdhbir.blogspot.in/

    Hi,
    According to your post, my understanding is that you wanted to add alert and subscription for the power view report in sharepoint 2013.
    You need to Additional Configuration to provision for subscriptions and alerts when you install Reporting Services SharePoint Mode for SharePoint 2013.
    The Reporting Services subscription and data alert features may require the configuration of SQL Server Agent permissions. For more information, see
    Provision Subscriptions and Alerts for SSRS Service Applications
    PerformancePoint Services is a SharePoint Server 2013 service application. It enables users to create business intelligence (BI) dashboards that provide insight into an organization's performance. You can create custom reports, filters, tabular data sources,
    and scorecard transforms to extend the native functionality of PerformancePoint Services.
    Power View in SharePoint is browser-based Silverlight application, a feature of the SQL Server 2012 Service Pack 1 (SP 1) Reporting Services Add-in for Microsoft SharePoint Server 2010 and 2013. Creating, opening, and saving Power View reports (RDLX files)
    all take place in SharePoint Server 2010 and 2013.
    More information:
    PerformancePoint Services in SharePoint 2013
    Power View (SSRS)
    Power View in SharePoint Server: Create, save, and print reports
    PowerPivot, PowerView and PerformancePoint: Which should you use?
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Update Power View reports properties using custom code

    Is there any way to update power view reports uploaded in SharePoint 2013 shared data source link using custom code?
    Best Regards,
    Sameer Salunke
    MCTS-Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.

    Someone out here must have an answer????   I know that SharePoint 2013 saves the view created in Power View therefore the metadata must be accessible somehow?  Can someone explain
    how to find that metadata in the SQL tables maybe?  I would be surprised to find out I am the only one who needs this?
    Ken Craig

  • Users cannot save a Power View report to thier One Drive Site

    I have users that have only access to a sub site where public BI reports are kept.   They want to open a public report, modify it and then save it on their personal sharepoint site.   The problem is when I open a power view report then
    edit it then do a save as it does not have the "Sites" option in the list to click on so they can then click on the Social site and save it to their site.  Instead it only has the Subsite.  Example power users can see this
    Sites
       http://companyportal
        BusinessIntelligenceCenter  (site)
           SalesBI (site)
              Reports (folder)
                 Public folder (folder)
    The users in question only see  Sales BI and down.  With power users we save reports to our personal sharepoint by clicking on sites and then selecting as example
    http://companysocial/personal/ken_craig site.  then drilling down to where to save it.  I the save as dialog box it does not allow typing in it and does not allow you to select sites.  
    How to get Sites in the list so they can save reports and other docs to their personal sharepoint site.
    Ken Craig

    Wendy,
    I am sure it is permissions but that is my questions how do I give the correct permissions so they can do this.  Again I do not want these users to be able to save anything on the subsite.  I want them to be able to save things on their own personal
    site (onedrive). 
    I have added a screen shot 1 of the Save AS window I receive and others who are power users.  The "Sites" is the top menu item I have in this window.  When I click on sites (power users) I can see things like
    http://eagleviewsocial which is how I would get to my personal site (one drive).  Screen shot 2.
    The power users have "Visitors" permissions on the Business INtelligence Center site.  They then have Members permissions on the subsite like Client Relations BI or Sales BI depending on the group they are in. 
    My goal is to give power user the ability to make reports on their BI sub Site (Sales BI as example) and then Read ability on the top level site Business Intelligence Center.   The second group of people and majority will have Visitor or read only
    permissions on their group sub site only (Sales BI as example).  They will not be able to see the top level site Business INtelligence Center.
    IN all cases I  want them to be able to save reports (their own customer versions) to their own sites (One drive).  This way we do not clutter production sites with individual reports. 
    Ken Craig

  • XMLP 5.6.2 - Problem launching reports. The URL is wrong.

    No problem when clicking on a report from either the "Home" or "Home/Guest" folder.
    However drill-down into a folder named "Home/Guest/Test "and click either on a "ReportName" or "View" within it will yeild the following error:
    "Not Found - The requested URL /xmlpserver/Guest/Test/test1/test1.xdo was not found on this server."
    The actual URL is "http://tineey.tiny.server/xmlpserver/Guest%2FTest%2Ftest1%2Ftest1.xdo"
    Obviously the URL wrong. Is this feature by design <grin> or is there some configuration step that I missed or ?
    BG...

    Figured it out.
    With some help from another post I discovered that the navigator.jsp has a URL Encoding issue. There were 2 places I made changes. Line 360 and line 368.
    BG...
    Line 360
    Change from
    <a title="View Report" class="OraHeaderSub" href="<%=ctxPath + reportAbsPathEncoded%>">
    To
    <a title="View Report" class="OraHeaderSub" href="<%=ctxPath + reportAbsPath%>">
    Line 368
    From
    <a href="<%=ctxPath+reportAbsPathEncoded%>" class="OraLink"><%=NLSUtils.getString(request, "VIEW_REPORT", "View")%></a>
    To
    <a href="<%=ctxPath+reportAbsPath%>" class="OraLink"><%=NLSUtils.getString(request, "VIEW_REPORT", "View")%></a>
    "

Maybe you are looking for