Dashboard from Reporting Services

Hi Friends!
I have SQL Server 2008 R2+SP2 installed, I newby on SSRS, however i made some Static reports on it.  The idea is develop a dashboard using SSRS, but I'm not sure about many things...
1. This versión requires SharePoint to publish a dashboard? or Can I do this without SharePoint?
2. if it is true, the SharePoint needs to be licensed?
3.To clients get access to Dashboard developed, I need some kind of license?
4.Which manuals or guides for Dashboard
recommend?
regards,
juribeh

Hi Jason,
Based on my understanding, after you move the report from Reporting Services 2005 to Reporting Services 2012, the report can’t display well.
In Reporting Services, upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file. In your scenario, if the .rdl file isn’t upgraded in the new environment, it’s expected that the report won’t display well. So please
open an .rdl file in Report Designer in SQL Server Data Tools (SSDT) within the new environment, then the Report Designer will automatically create a backup file and upgrades the report to the current namespace. After a report is upgraded, you might notice
additional errors, warnings, and messages. This is the result of changes to the internal report object model and processing components, which cause messages to appear when underlying problems in the report are detected.
Reference:
Upgrade Reports
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
Qiuyun Yu
TechNet Community Support

Similar Messages

  • EPSI Dashboard problem after moving from reporting services 2005 to 2012

    I have created a Dashboard with Allscripts EPSI with a Reporting Services Report.  After we changed from Micrsosoft Reporting Services 2005 to 2012, the report now gets cut in half.  I turned a ticket in to Allscripts and they said that it had
    nothing to do with their software, that it had something to do with a setting on our Reporting Services server.  Please point me into the right direction.

    Hi Jason,
    Based on my understanding, after you move the report from Reporting Services 2005 to Reporting Services 2012, the report can’t display well.
    In Reporting Services, upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file. In your scenario, if the .rdl file isn’t upgraded in the new environment, it’s expected that the report won’t display well. So please
    open an .rdl file in Report Designer in SQL Server Data Tools (SSDT) within the new environment, then the Report Designer will automatically create a backup file and upgrades the report to the current namespace. After a report is upgraded, you might notice
    additional errors, warnings, and messages. This is the result of changes to the internal report object model and processing components, which cause messages to appear when underlying problems in the report are detected.
    Reference:
    Upgrade Reports
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • An error occurs when rendering to PDF from Reporting Services

    Hi there,
    I am hoping that someone can help me, i have looked everywhere and cannot find an answer to this error. I have a report from visual studio 2008 on reporting services and it displays however exporting to PDF gives me the following error.
    Server Error in '/' Application.
    System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException:
    An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object.
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]&
    Warnings, String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings,
    String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException:
    An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an
    instance of an object.
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]&
    Warnings, String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings,
    String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    Source Error:
    Line 631: [return: System.Xml.Serialization.XmlElementAttribute("Result", DataType="base64Binary")]
    Line 632: public byte[] Render(string Format, string DeviceInfo, out string Extension, out string MimeType, out string Encoding, out Warning[] Warnings, out string[] StreamIds) {
    Line 633: object[] results = this.Invoke("Render", new object[] {
    Line 634: Format,
    Line 635: DeviceInfo});
    Source File: D:\RS\RS\Web References\RSW\Reference.cs    Line:
    633
    Stack Trace:
    [SoapException: System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)]
    System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +413001
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +300
    RS.RSW.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) in D:\RS\RS\Web References\RSW\Reference.cs:633
    RS_PDF_Render._Default.rs_report() in D:\RS\RS\Default.aspx.cs:140
    RS_PDF_Render._Default.Page_Load(Object sender, EventArgs e) in D:\RS\RS\Default.aspx.cs:34
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
    System.Web.UI.Control.OnLoad(EventArgs e) +132
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
    Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
    <!-- [SoapException]: System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the
    report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String
    Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String
    Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String
    Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message,
    WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at RS.RSW.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension,
    String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) in D:\RS\RS\Web References\RSW\Reference.cs:line 633 at RS_PDF_Render._Default.rs_report() in D:\RS\RS\Default.aspx.cs:line 140 at RS_PDF_Render._Default.Page_Load(Object sender,
    EventArgs e) in D:\RS\RS\Default.aspx.cs:line 34 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs
    e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. at
    System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\e57d0166\fa229c0c\App_Web_xe4oiree.0.cs:line
    0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) -->

    Hi brabe,
    Based on your description, it seems that it is not the VS IDE issue, just to make this issue clearly, whether this issue is related to the SSRS or the report control?
    If it is related to the SSRS like these threads
    here and
    here, my suggestion is that you could post this issue to the SSRS forum for dedicated support.
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=sqlreportingservices
    But if it is the Report control issue, you could get better response from this forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols
    If I have misunderstood this issue, please feel free to let me know, please also provide detailed message about this issue, I will help you find the correct forum:)
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • DistributedCOM errors from Reporting Services server on Primary

    I have a SCCM 2012 SP1 CU4 environment with a dedicated Reporting Services server next to my Primary.
    On the primary i see in the system event viewer every hh:31 2 alerts and every hh:01 about 15 alerts and i can't find how to stop these alerts. The SCCM environment is working properly, als reporting is working properly..but how to solve these erros in my
    system event log on the primary server.
    Below the error:
    The description for Event ID 10009 from source Microsoft-Windows-DistributedCOM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    <reportingserver fqdn>

    Hi,
    Please try the troubleshooting suggestions the following TechNet article provides.
    Event ID 10009 — COM Remote Service Availability
    http://technet.microsoft.com/en-us/library/cc774368(WS.10).aspx
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Browser close/raise exception after installing Froms/Report Services

    Hi,
    I have iDS10g R2 recently I have installed Form/report Services(AS) 10g R2 but when I try to open a default/test page on one PC is raise Java exception
    Java.lang.classnotFoundexception Oracle.forms.engine.main
    and on Second PC browser close automatically without any exception(with Forms/Report Services 10gR2 I have Jinitiator1.3.1.22, someone plz help me.
    Many Thanks
    Khawar
    Message was edited by:
    S. Khawar

    when we are accessing the server for the first time thru the URL, the client browser automatically downloads required jinitiator. If your client browser is facing the problem that you described, then replace the symcjit.dll file that already exists in the machine with symcjit.dll, from the machine, where it is working.
    The same issue was resolved for us by doing so...

  • Xcelsius and Reporting Service connectivity

    Hi,
    I want to create a dashboard for my client and it is created by Xcelsius Engage Server 2008.
    I tried to link this report with original source from Reporting Services by using feature Reporting Server Button.
    When I previewed it in Xcelsius Engage Server 2008, it was perfect by the mean of data has been refreshed according to its reporting services data.
    But, of course we don't install the Xcelsius Engage Server 2008 in the client side, so we must export it into .swf file or others.
    I exported it into .swf files and it could not load from the reporting services data.
    So what I would like to asked, is it possible to be done like this?
    Or have I missed something?
    Thank you in advance.
    Regards,
    Ricky

    Hi,
    Check in
    https://www.sdn.sap.com/irj/boc/xcelsius
    https://www.sdn.sap.com/irj/boc/xcelsius?rid=/webcontent/uuid/10857210-2281-2b10-f7ae-bd1225b47308 [original link is broken]
    /message/6743910#6743910 [original link is broken]
    Thanks
    Reddy
    Edited by: Surendra Reddy on Mar 10, 2009 7:13 AM

  • Reporting Services in 2005 Secondary Pie Chart?

       Hi,
             In 2008 and 20012, secondary pie charts with a percentage threshold from a main pie chart can be easily created. Is it possible to do in 2005?
    *CustomAttributes
    Thanks.

    Hi Robb,
    It seems that you are using Dundas Chart Control for SQL Server 2008 R2 Reporting Services not the Dundas Chart Control 2005 that Microsoft has purchased.
    Microsoft purchased the license to use Dundas Chart Control 2005 in Reporting Services 2008 and above. Therefore the supported upgrade is from Reporting Services 2005 Dundas Charts to SSRS 2008 (R2) and SSRS 2012 Charts.
    If you are using a particular component released by Dundas for SSRS 2008 R2, you won’t be able to upgrade Reporting Services 2008 R2 Reports with Dundas Charts to Reporting Services 2012 Charts.
    To confirm this, please check the details of this assembly “DundasRSChart.dll” located under the /Report Server/bin directory.
    If the Product Name is “Dundas Chart for Reporting Services 2008 R2”, it indicates that this is a new version of Dundas Chart for SSRS 2008 R2 (i.e. a third party control). If the Product Name is “Microsoft SQL Server”, it indicates that this is the version
    that Microsoft has purchased.
    In this condition, you have to migrate the DundasRSChart.dll to the SSRS 2012 instance and reference it as the custom assembly in the reports. Please make sure to rename the DLL file so that it won’t replace the native DundasRSChart.dll installed by SQL
    Server 2012.
    For more information about referencing custom assembly in a report, please see:
    Using Custom Assemblies with Reports
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Reporting Services/Sharepoint 2013 dynamic Subscriptions.

    I am looking for a better solution to this problem.  What I have is about 200 reports and growing that are emailed on some schedule (most once a day as soon as possible). 
    This would mean about 200 sql jobs on the RS box, because each subscription create a sql job.  
    I am working on a data driven subscription that would create a schedule to run after the DW has finished processing. 
    I am noticing I am creating a lot of parameters.  I am also noticing that I will be creating some type of log table.  
    Reason is that I need to exec the jobs to run every say 5 min. 
    These jobs are looking at the DW log table to show its done and another log table to tell if they have ran or not for the day. 
    Thus the actual report will only email one time a day.  
    (not sure if someone has a better solution for this).    The solution at this point is create 1 new table to hold parameters that I will use for the subscriptions (for section to define a query to Retrieve Subscriber
    data).   The I will need a log table that I would populate once the report is actually sent.  
    Thus the real problem I have is that with 200 plus reports all trying to run at the same time. 
    In addition to AS trying to process and users all trying to run stuff. 
    To help balance this load I would rather have 1 or 2 jobs running on say the reporting services box or even the EDW box that just generates reports.  
    This way it runs the reports in a more serial manor.  
    I want to get this report from reporting services still.  
    What I am really looking for is how to dynamically exec all the pieces needed. 
    In other words build a table to hold all 200 reports and the metadata needed from them like format, to, cc, ect… 
    Then just create one job on RS that will exec code to loop through each report one at a time and create them. 
    I can have n number of job by just creating a grouping as well.
    Ken Craig

      The reports run 1x a day so taking the time to cashe them in SSAS or SQL (most come from sql) and then run them again in SSRS has just added load with no value.   Why hammer anything. 
    I have been digging more but still looking.  What I have found is that a job just loads a records into a table called AddEvent.  Something that picks up a record from that and runs it.  From what I can tell it uses the @eventdata to get the
    information out of the Subscriptions and Catalog table. 
    Not sure if I am on the right path but still thinking I need to take the 200 plus reports and load them into a table.  This would be all parameters and all subscription info.  Then have maybe just a couple jobs.  Example one job runs 175 reports
    and other runs 25.  I can group them how I like or add more jobs as I need to.  Including creating an order for them.  This way one job will run serial.  Thus allowing me to control the load on the SQL box and SSAS box.  Instead of
    having 200 queries all slamming sql server and/or SSAS at the same time.
    Ken Craig

  • Run Reporting services 2005 with databases housed on SQL Server 2012?

    Hi, I have a RS 2005 install in which the ReportServer and ReportServerTempDB databases reside on a different SQL Server 2005 server. I am planning to upgrade DB server to 2012 and would like to keep SSRS as 2005.As a second phase I will upgrade SSRS2005
    to SSRS 2008. So I would be running something like this:
    Server A: SQL 2005 Reporting Services
    Server B: SQL 2012 database engine - housing ReportServer and ReportServerTempDB
    Is this configuration supported? 

    Hello,
    According to the
    BOL, Report Server service checks the database version at startup. If the report server is connected to a database that is an earlier version, the report server will update the database during startup.If you have a newer report server database, you
    cannot use it with an earlier version of a report server instances.
    In that case, the earlier versions of SQL Server Database Engine that can be used to host the SSRS report server databases. For example, In SQL Server 2005 Reporting Services, we can use either SQL Server 2000 or SQL Server 2005 to host the databases, for
    SSRS 2012, we can use SQL Server 2012,2008 R2,2008,2005.
    Based on my test, In the Reporting Services 2005 Configure Manager, we can create a new database on a remote SQL Server 2012 database engine and the Initialization is successful.
    In this way, the databases are created from the script file which installed with the Reporting Services instance, you can find the Catalog.sql and CatalogTempDB.sql  under folder C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer.
    However, when upgrade the existing ReportServer database and ReportServerTempDB database on the SQL Server 2012 by restore from a backup, we cannot use this existing database for Reporting Services 2005 and get the following message:
    The database version (162) does not match your reporting serivces installation.And the initialization failed.
    In your case, you can host the ReportServer database and ReportServerTempDB database of SSRS 2005 on SQL Server 2012 database enginer by create a new database from Reporting Services 2005 Configure Manager. But you cannot use the existing
    database which upgrade to SQL Server 2012.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Dundas Chart for Reporting Services in SSRS 2012

    We are in the process of upgrading our servers to 2012 and though I find many things about converting or upgrading dundas controls to 2008, I can't find anything about upgrading/converting to SSRS 2012.  After converting the development machines to
    SQL Server/SSRS 2012 the reports now simply show "The custom Report Item Type DundasChartControl is not installed".  The only Dundas Chart installation I can find is for SSRS 2008.  Does a 2012 version not exist?  Am I supposed to
    convert these into Microsoft charts?
    Thanks in advance,
    Robb Melancon

    Hi Robb,
    It seems that you are using Dundas Chart Control for SQL Server 2008 R2 Reporting Services not the Dundas Chart Control 2005 that Microsoft has purchased.
    Microsoft purchased the license to use Dundas Chart Control 2005 in Reporting Services 2008 and above. Therefore the supported upgrade is from Reporting Services 2005 Dundas Charts to SSRS 2008 (R2) and SSRS 2012 Charts.
    If you are using a particular component released by Dundas for SSRS 2008 R2, you won’t be able to upgrade Reporting Services 2008 R2 Reports with Dundas Charts to Reporting Services 2012 Charts.
    To confirm this, please check the details of this assembly “DundasRSChart.dll” located under the /Report Server/bin directory.
    If the Product Name is “Dundas Chart for Reporting Services 2008 R2”, it indicates that this is a new version of Dundas Chart for SSRS 2008 R2 (i.e. a third party control). If the Product Name is “Microsoft SQL Server”, it indicates that this is the version
    that Microsoft has purchased.
    In this condition, you have to migrate the DundasRSChart.dll to the SSRS 2012 instance and reference it as the custom assembly in the reports. Please make sure to rename the DLL file so that it won’t replace the native DundasRSChart.dll installed by SQL
    Server 2012.
    For more information about referencing custom assembly in a report, please see:
    Using Custom Assemblies with Reports
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Reporting Services Button not working

    Hi,
    I am having issues loading data from reporting services (using the reporting services button).When I click on the "refresh on load" box, is not pulling the data automatically. The data gets pulled only if I press the button. Also, the trigger cell feature is not working either. This all started happening when I installed sp1. In the first version of excelsius 2008 engage I had no problem. Also I am pulling data based on date range, the data only pulls automatically if I type the numbers in the cells, if I calculated the date range it no longer works and i have to press the reporting services button for it to pull the data.
    is there any setting or a hot fix or some known issues about this?
    Note: I am using report parameters
    Also, I also opened a model that I had created with first version of excelsius 2008 using sp1. The model did not automatically loaded the data. The flash file of that module works fine (since it was created with the earilier version).
    I am sure there is a bug on the reporting services button.

    Hi,
       I just upgraded to the new SP fix. I tested, based on an old file that automatically pulls the data from reporting services, but it didnt work. I still have to test it building from scratch using this new version. I dont think they have corrected the reporting services button issue.
    Thanks
    Ricardo

  • Reporting services button not auto loading the data

    Hi,
    I am having issues loading data from reporting services (using the reporting services button).When I click on the "refresh on load" box, is not pulling the data automatically. The data gets pulled only if I press the button. Also, the trigger cell feature is not working either. This all started happening when I installed sp1. In the first version of excelsius 2008 engage I had no problem. Also I am pulling data based on date range, the data only pulls automatically if I type the numbers in the cells, if I calculated the date range it no longer works and i have to press the reporting services button for it to pull the data.
    is there any setting  or a hot fix or some known issues about this?
    Also, I also opened a model that I had created with first version of excelsius 2008 using sp1. The model did not automatically loaded the data.  The flash file of that module works fine (since it was created with the earilier version).
    I am sure there is a bug on the reporting services button.
    Edited by: Ricardo Rivera on Oct 23, 2008 12:06 AM

    Hi,
       I just upgraded to the new SP fix. I tested, based on an old file that automatically pulls the data from reporting services, but it didnt work. I still have to test it building from scratch using this new version. I dont think they have corrected the reporting services button issue.
    Thanks
    Ricardo

  • The reporting service web service connection pool reached the max pool size

    I got a problem that it throw an exception "The timeout peroid elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connection was in use and max pool size was reached."
    The satuation is our service use 15 thread to render report, but sometimes we met such exception I list above. I didn't change any configuration in rsreportserver.config, and it seems the connection to reportserver database from reporting service web
    service was not disposed.
    Is there any configuration I can modify to fix this issue?

    Hi Dexter,
    In your case, we can try to increasing the size of the connection pool to resolve the issue. By default, the Max Pool Size is 100. You can refer to the similar issue below:
    http://social.msdn.microsoft.com/Forums/en-US/c57c0432-c27b-45ab-81ca-b2df76c911ef/timeout-expired-the-timeout-period-elapsed-prior-to-obtaining-a-connection-from-the-pool?forum=adodotnetdataproviders
    Since the issue is related with ADO.NET. I suggestion you post the question in the following forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=adodotnetdataproviders
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Using ReportViewer Controls in a jsp application calling Reporting Services using Web Services

    Hi,
     I am invoking RS web services to render reports, using Apache Axis to generate stub classes from Reporting Service WSDL.
    Please let me know if I can integrate Report Viewer control in the jsp where I am writing the report output. Else do I have to create my own custom tags simulating ReportViewer functionality.

    did anyone of you have tried it or not?
    i need this thing tobe confirmed. i have drilled the google and others.but can't find other than
    http://www.mainsoft.com/products/SQLServerReportingServicesConnectorforWPS.aspx

  • Coldfusion and SQL reporting service 2005?

    Ive been searching google for hours with no clear answer. How
    can you use coldfusion to pull in an sql report from reporting
    service? Via a web service or wsdl i assume, but how?

    Anwar,
    It's important to get the terms right here.
    SQL Reporting Services is not the same as SQL Server Reporting Services (SSRS).
    SQL Reporting Services refers to an Azure service that lets users develop reports in the cloud. However, it is being retired in Oct. 2014, so you'll want to stay away from that.
    SQL Server Reporting Services (SSRS) is the reporting module that is part of SQL Server. This is a sophisticated tool that lets developers create and publish reports that users can access through various methods. It has schedule and refresh capabilities,
    and can leverage SQL Server Analysis Services (SSAS) and SQL Server Integration Services (SSIS). You'd most likely use SSRS if you're creating sophisticated reports and queries that you don't want your users creating.
    SQL Report Builder is a report creation tool designed for users who want to stay in Microsoft Office. It can be used by developers or end users. 
    http://technet.microsoft.com/en-us/library/dd220460.aspx
    Both environments let you create reports that can be shared (published) on a report server or through SharePoint.
    So it's really a matter of what you're most comfortable using.
    Hope that helps.

Maybe you are looking for

  • Monitoring OBI EE SQL query session in TOAD.

    Hi, I thought I would be able to monitor the SQL session based on an OBI EE Answers query in Toad. The query is running for a while but the session is not shown in Toad. I am sure that SQL queries run by other tools like Oracle Reports/Discoverer can

  • HP7780: Problem with ADF - "Original loaded" message when there's nothing loaded

    After two weeks away, and the 7780 turned off for two weeks, I switch on to find that I've got a message of "original loaded" on the screen on the machine.  (there's no document in the ADF or on the flat bed.).  I can't scan from the flat bed, or cop

  • Direct recording into FCE 4

    I record our church sevices, I use a MBP 2.4 GHZ with 4 mg Ram and 250 GB HD. I am using a Panasonice PV-GS180. Can I directly record into FCE 4. I mean no tape just directly into FCE 4. Thanks

  • Reports Developer Oracle 10g or 9i DS frozen when it is started up XP

    Hello expert, I can't start the Report Developer 9i or 10g after the OS is upgraded to XP. The startup screen is frozen and nothing happens. Please help. By the way, where can I get a copy of the Query Builder? Or any similar product to replace the Q

  • UCCX Callback implementation timeout problem

    I am working on an implementation of the "Callback" function for queued callers based on the Cisco sample scripts BaseLineAdvQueuing and BaseLineMesageCallback.   The function works correctly.  If my agents are all in Not Ready state and callers sele