SSRS subreport configurations

How to call subreport in main report when subreport is being rendered as snapshot.
I am able to configure subreport in mail report when it is not running as a snapshot and getting the required results.
I am passing region and office as parameter to subreports and I have grouped the data in main report using region and office.
The moment I schedule the subreport to run as snapshot, it gives error in the main report.
Please help me with this issue

Hi shamam,
The behavior of subreport could not render inside of main report if it is set the render from a report snapshot is by design, for more information please refer to the following link:
Reporting Services subreports and snapshots:
http://connect.microsoft.com/SQLServer/feedback/details/196067/reporting-services-subreports-and-snapshots
In your scenario, you can choose to add the "Go to Report" action to link to the subreport which render from a snapshot, this will works fine.
If you have any concern about it, please submit a feedback at
http://connect.microsoft.com/SQLServer/Feedback and hope Microsoft improve this feature in the next service pack or product release.
Any questions, please feel free to ask.
Regards,
Vicky Liu
Vicky Liu
TechNet Community Support

Similar Messages

  • SSRS 2012 Configuration

    I have installed SQL Server 2012 Developer version and trying to configure SSRS for report manager URL and web service URL. But the url is not working and I am getting page not found error. Below are the screenshots of Reporting services configuration manager.
    But none of the urls are working. Showing as page not found. Please help me.

    Hi Rajesh,
    According to your description, when you access report server, the page displays webpage cannot be found error, right?
    Based on your information the 404 error means that the page you are trying to reach couldn’t be found on the server, so the issue could cause by the URL reservation. In Reporting Services, a URL reservation defines the URLs that can be used to access a Reporting
    Services application. When configuring the report server URL in RSCM, a URL reservation will be created in rsreportserver.config file(default location: %programfiles%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer) automatically. If
    values for <URLReservations> elements are not corresponding to the report server definition in RSCM, it supposed to display page not found error when accessing report server. In your scenario, please make sure the setting for <URLReservations>
    in rsreportserver.config file is correct.
    As we tested in our environment, when changing URL setting in RSCM, update will occur in URL reservations. And the URL reservations is corresponding to the URL setting in RSCM. Then we can access the report server successfully. Please refer to the screenshots
    below:
    Reference:
    About URL Reservations and Registration
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • SSRS 2014 configuration

    Hi,
    I recently installed SQL Server 2014 express with Advanced features including SSRS. My OS is Windows-7
    SQL server has been configured successfully & running. But after configuring SSRS, I am not able to view the web page showing the SSRS manager. I only get a blank page showing myservername/reports followed by two lines and the message " Microsoft
    SQL Server Reporting Services Version 12.0.2000.8
    I have logged into my Winows-7 64bit PC using Admin account. Alos i have changed the default port from 80 to 8081.
    Also I have tried most of the solution offered by various experts and KBs.
    Please advise.
    KV Ram

     I only get a blank page showing myservername/reports followed by two lines and the message " Microsoft SQL Server Reporting Services Version 12.0.2000.8
    Hello,
    Then I guess you opened the API site under
    http://machinename/reportserver instead of the Report Manager URL at
    http://machinename/reports
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • SSRS Reports Configuration Error

     Hi..
     we installed SharePoint Server 2010 and SQL Server 2008 R2 in 2 different servers . While installing SQL Server 2008 R2, selected Integrated Mode.
    But accessing from SharePoint, we are getting the below mentioned error.
    Ravindranath

    Hi Ravinfranath,
    According to your description, my understanding is that you could not access the report server from SharePoint after configuring the Reporting server in SharePoint integrated mode.
    If you are configuring a report server to run in SharePoint integrated mode in a SharePoint farm, the report server needs the SharePoint object model installed.
    So, for this issue, you need to install a SharePoint Web Front-end on the Report Server Computer.
    More information, please refer to the link:
    http://technet.microsoft.com/en-us/library/aa905869(v=sql.105).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • SSRS Database Configuration Manager Error - Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception

    I'm Getting the "Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception" Error on an existing Instance of SSRS that had been working previously (lots of installs/patches since).
    Any time I try to hit the "Test Connection" button on existing connections or create new ones from the SSRS Config Mgr., it throws that error.
    I know the SQL Server connectivity works (I have SSMS installed on there and can cut and paste server Login to connect). The problem is I can't really get any more details on the error...Event Viewer isn't logging anything, I have upped the trace level
    to 4 in the reportingservicesservice.config file, I have even watched it with procmon and nothing obvious pops up.
    Let me know if anyone else has been down this path and what they have tried.

    Hi BillOlive,
    Based on my research, the issue may be related to user access permission. You can refer to the following method to troubleshooting the issue:
    Open C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG folder | right click on the machine.config file | Properties | Security | make sure your domain account has FULL CONTROL permission on this file.
    If above steps still do not work, please backup your machine.config file to somewhere else and replace with the attached one from my Windows Server 2008 environment.
    Alternatively, app.config file also may cause the same issue. There is a similar issue, you can refer to it.
    http://stackoverflow.com/questions/6922879/exception-type-initializer-for-system-data-sqlclient-sqlconnection
    Hope this helps.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • SSRS Subreport - Renders very slow

    Hi All,
    I have a subreport which is embedded in the main report (form report) which is inturn embedded in a list. The report is executed for different levels with each level having different number of records (say 100, 150, etc.) and gives us a form for each
    of the records on a single page. That is the report will have 150 pages for 150 records. My subreport renders very fast when it is run stand alone. Even the SPs written for the subreport are giving results within seconds. But when embedded in the main
    report, the whole report is rendering very slow.
    I tried passing the parameters to the subreport in two different ways:
    1. Assigned the main dataset's record id to the subreport which gives correct data but taking very long time to generate the report.
    2. Assigned the main dataset's record id to a hidden parameter and passing that parameter to the subreport as a parameter. This way the report renders very fast but the subreport is always giving the results for the first record id. That is even for the
    second record, the subreport is showing up the first record's details which is incorrect.
    Have been struggling with this issue for a while. Request you to help me in this regard.
    Regards,
    Bala.

    Hi Bala,
    According to your description, it seems that the issue is caused by the parameters. Please check the parameters setting of each subreport control in the main report. Make sure the data types are the same between the parameters, and the values passed to the
    subreport parameters are correct.
    As to the report performance, we can refer to the ExecutionLog View to monitor it. The total time to generate a reporting server report (RDL) can be divided into 3 elements:
    Total time = (TimeDataRetrieval) + (TimeProcessing) + (TimeRendering)
    For more details about troubleshooting report performance, please refer to the following documents:
    http://technet.microsoft.com/en-us/library/bb522806(v=sql.105).aspx
    http://blogs.msdn.com/b/robertbruckner/archive/2009/01/05/executionlog2-view.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSRS 2008 configuration Manager - "Invalid Class"

    Reporting Services Configuration Manager is throwing an error when I try to "Find" the server. The manager starts up and takes me to the "Reporting Services Configuration Connection" window. I click on the "Find" button (leaving the default comptuer name as-is; the local machine)  and get the error message "Invalid Class" with the title "Reporting Services Configuration Manager".
    I've been searching around the interner and only found one forum post with a similar problem to my own. It was on this forum and the advice seemed to be pointing towards a problem with WMI, but it seemed that the user never found a solution. I've downloaded and ran the WMI diagnostics program and the log does contain quite a few warnings, but I don't know how to go about solving most of them. I did run regsvr32 on some dll files though :)
    I won't post any logs yet, as I have no idea where the problem may be based. Please advise and I will post the required information.

    Hi SiM99,
    The issue shoule be caused by the case onpnt mentioned and you are trying to use Reporting Services Configuration Manager 2008 to connect to Reporting Services 2005. From your post, I am sure you never install SQL Server 2005 in the server. But, sometimes, SQL Server Express 2005 may be installed with other program. So, I would suggest you checking if SQL Server Expree 2005 is installed in the server using Services control(by running command services.msc). If SQL Server Express 2005 is installed, please uninstall it.
    The issue should be caused by the uncompleted installation too. There may be a error during the installation.
    Could you please check if there is any error in the installation error message?
    By default, we can get the installation logs from:
    C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Log\Summary.txt
    By the way, could you please follow these steps to check if the Reporting Services WMI provider is installed correctly?
    1. Run command wbemtest
    2. Click "Connect"and connect to “ROOT\Microsoft\SqlServer\ReportServer”(type this path in the Namespace textbox)
    3. After connecting to the name space, click "Query" to query “SELECT * from __namespace”. There would be one data in the record window(while the server only have one RS instance).
    4. Double-click the record, in the new properties windows, get the path value such as “\\<server>\ROOT\Microsoft\SqlServer\ReportServer:__NAMESPACE.Name="RS_MSSQLSERVER" ”
    5. Now, close all sub dialogs, and then re-connect to “ROOT\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER”. "RS_MSSQLSERVER"  is the Namespace.Name in step4
    6. Query “SELECT * from __namespace” again.
    7. Repeat step4,5, we will get the new path “ROOT\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v10”
    8. Repeat step2 to 7 until there is no record in the Query result dialog. Finally, the path is \\server\ROOT\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v10\admin
    If we can't get the final path \\server\ROOT\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v10\admin, it means the Reporting Services WMI provider is not installed correctly.
    Please try using the following method to solve it:
    1.Execute the Command windows.
    2.Go to the folder C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\bin
    3.Run the command: MOFCOMP reportingservices.mof
    Please feel free to ask, if you have any more questions.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • SSRS subreport with a sub-report as header on all pages

    Hello,
    I need some guidance on how to get a sub-report with a sub-report header and an expanding table. Please see below.
    This is the structure of things that I have:
    Main Report 1 is being invoked by ONLY Parameter 1 (User Text Box Entry).
    It Contains:
         Page 1: Sub-Report 1 invoked by Parameter 1
         Page 2 or more Pages: Sub-report 2 and a table (T1) expanding vertically based on Parameter 1 and Parameter 2. The Sub-report 2 should appear as header on all pages where T1 rows are there. Additionally, multiple Parameter 2
    values may be present and if so, they need to appear on a different page with appropriate header/table data. Parameter 1 and 2 are associated with a ONE dataset & its fields.
         Last Page: Sub-Report 3 and few text boxes below it. Invoked by Parameter 1
    The issue is I don't know how to insert Page 2 content. I tried making a new report with Sub-report 2 and the T1 below it. This is working fine but I'm not able to get the sub-report as header on all pages EXCEPT the first page. FixedData and RepeatOnNewPage
    properties are TRUE & KEEPwithGroup is set to 'AFTER'. Also, once I'm done with this report how do I insert it in the main report. Would it be in group / outside group in the group properties -- I would really appreciate if you can guide me with steps.
    Thank you,
    Nichesl
    Nichesl

    Thanks Asha ,
    Actually this is how my Report  layout is
    Group Header
    ---Detail1
    ---Detail2
    ---Detail3
    Group Footer1 (New Page After and Show at Bottom Setting)
    Group Footer 2 (New Page Before Setting)
    This is the layout of my report.
    When Details and Group Footer1 come in same page then my Group Header works perfect.
    When there are many details then the Group Footer1 skips into next page and Group Header does not show up in that page.
    Our requirement is such a way that Group Footer1 should have Group Header and Group Footer2 should always come in new page (i.e. last Page)
    I think I made it clear on my issue/requirement.
    Again I really appreciate for your reply.
    Regards
    Kalyan

  • SSRS 2012 Session Expired Error..

    We have reporting environment with SSRS 2012 configured with forms authentication…
    When users taking reports we are getting following errors randomly. We increased the valued of Query Timeout and Session Timeout in WebConfig. But still the error is persisting…Any one help us to resolve this issue?
    microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database.;
    session!ReportServer_0-9!1070!08/11/2014-03:08:58:: e ERROR: Error in getting session data: Invalid or Expired Session: e3z2csibgn4kmbum1wm2cs2b

    Hi Vichu,
    According to your description, you encountered the timeout issue when rendering your report. Right?
    In Reporting Services, sometimes this issue happens when rendering big report, and it exceed the default Query Timeout time. Generally, we increase the Query Timeout and Session Timeout so that it will have more time to retrieving data.
    In this scenario, since you have done this adjustment and the issue still exists randomly. We suggest you optimize the performance of your report. Please refer to the articles below:
    Processing large reports:
    http://technet.microsoft.com/en-us/library/ms159638.aspx
    Performance (Reporting Services):
    http://technet.microsoft.com/en-us/library/bb522786.aspx
    Improving report performance with caching:
    http://technet.microsoft.com/en-us/library/ms155927.aspx
    Report performance optimization tips:
    http://blogs.msdn.com/b/robertbruckner/archive/2009/01/08/report-performance-optimization-tips-subreports-drilldown.aspx
    In addition, we recommend you install the Updates for SSRS 2012:
    http://sqlserverbuilds.blogspot.com/
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Error while upgrading web application with SSRS from 2010 to 2013

    I am trying to upgrade a site collection which has SSRS reports in it. When I run Test-SPContentDatabase
    with database of SP2010 and the new web application of 2013 I obtain the errors:
    Category        : MissingWebPart
    Error           : True
    UpgradeBlocking : False
    Message         : WebPart class [ab6d9dad-e23c-ce4f-ff98-f6575a1ccf4c] (class [
                      Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportView
                      erWebPart] from assembly 
                      [Microsoft.ReportingServices.SharePoint.UI.WebParts, 
                      Version=10.0.0.0, Culture=neutral, 
                      PublicKeyToken=89845dcd8080cc91]) is referenced [6] times in 
                      the database [Areas_10100], but is not installed on the 
                      current farm. Please install any feature/solution which 
                      contains this web part.
    Remedy          : One or more web parts are referenced in the database 
                      [Areas_10100], but are not installed on the current farm. 
                      Please install any feature or solution which contains these 
                      web parts.
    Locations       : 
    Category        : MissingAssembly
    Error           : True
    UpgradeBlocking : False
    Message         : Assembly 
                      [Microsoft.ReportingServices.SharePoint.UI.ServerPages, 
                      Version=10.50.0.0, Culture=neutral, 
                      PublicKeyToken=89845dcd8080cc91] is referenced in the 
                      database [Areas_10100], but is not installed on the current 
                      farm. Please install any feature/solution which contains 
                      this assembly.
    Remedy          : One or more assemblies are referenced in the database 
                      [Areas_10100], but are not installed on the current farm. 
                      Please install any feature or solution which contains these 
                      assemblies.
    Locations       : 
    SSRS are configured in both farms (2010 and 2013). In 2010 farm is SSRS 2008 R2. In the environment of 2013 farm is SSRS 2012.
    Any idea?

    Similar Thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/68cc3179-8ed8-4435-b645-11f79f8bdc1f/upgrade-test-testspcontentdatabase-reporting-services-error?forum=sharepointadmin
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • SQL 2012 R2 - SSRS with the Report Server Web Service URL, can't access

    Hello:
    I am installing Dynamics CRM 2013.  When I am on RS Configuration manager; I am running into the SSRS (SQL 2012 on Server 2012)SQL issue, can't access the
    http://servername/:80/ReportsServer or
    http://servername/:Reports web pages
    The database server has SSRS native mode installed, it is using a domain account for the service credentials.  This account also has permission to log on a service in the GPO
    Account is a domain admin and is a local administrator
    SQL server is 2012 R2 on Windows Server 2012.  User base is less than 60 people and they have SharePoint 13 on the same SQL server.  Server more than enough resources.
    Any assistance would be appreciated.
    Thanks..Dan

    Hi DCas1,
    According to your description, you could not access
    http://servername/:80/ReportsServer or http://servername/:Reports web pages from Reporting Services configuration manager, SSRS in configured in native mode and the account you used is a local administrator.
    In Reporting Services, URLs are used to access the Report Server Web service and Report Manager. Before we can use either application, we need to configure at least one URL each for the Web service and Report Manager. If we are using the Reporting Services
    Configuration tool to create or modify the URLs, we can accept the default values for a URL or specify custom values. When we create a report server URL, we must specify the following parts: Host name, port and Virtual directory. In order to improve the efficiency
    of troubleshooting, I need to ask several questions:
    Since the default URL is http://<computername>/reportserver, did you type the URLs manually? or the URLs configured in Reporting Services configuration manager are
    http://servername/:80/ReportServer and
    http://servername/:Reports?
    Could you provide detailed information of error log(default location: %programfiles%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles)?
    For more information about Configuring a URL, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms159261(v=sql.110).aspx
    http://msdn.microsoft.com/en-us/library/bb630447(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Configuration Manager 2012 R2 - SRS Reporting Services not configuring Report Server

    Hi all,
    I am running stand-alone primary site and remote (shared) SQL 2012 SP1 on Windows 2012 R2 Standard. Remote SQL server is currently hosting multiple instances and Configuratoin Manager is running on a custom instance. SCOM databases also co-exist on the same
    SQL environment (different instance with SSRS installed & running perfectly).
    After setting up the Reporting Services role on Configuration Manager environment,  srsrpsetup.log & srsrpMSI.log states installation is successful. However, when monitoring srsrp.log file, we encounter the below message -
    SMS_EXECUTIVE started SMS_SRS_REPORTING_POINT as thread ID 5232 (0x1470).
    SMS_SRS_REPORTING_POINT 02/12/2014 
    07:44:00 7828 (0x1E94)
    This is a SRS Reporting Point Role as SRSRP registry key exists.
    SMS_SRS_REPORTING_POINT 02/12/2014 07:44:15
    5232 (0x1470)
    Waiting for changes for 0 minutes SMS_SRS_REPORTING_POINT
    02/12/2014 07:44:15 5232 (0x1470)
    Timed Out... SMS_SRS_REPORTING_POINT
    02/12/2014 07:44:15 5232 (0x1470)
    Check state SMS_SRS_REPORTING_POINT
    02/12/2014 07:44:15 5232 (0x1470)
    Check server health. SMS_SRS_REPORTING_POINT
    02/12/2014 07:44:15 5232 (0x1470)
    Registry change SMS_SRS_REPORTING_POINT
    02/12/2014 07:44:15 5232 (0x1470)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT
    02/12/2014 07:44:15 5232 (0x1470)
    Timed Out... SMS_SRS_REPORTING_POINT
    02/12/2014 07:45:15 5232 (0x1470)
    Steps taken so far -
    1. Switched reporting services to run from local system account to domain account. 
    2. Created new Report Server database on our instance and reconfigured Reporting Services to this DB.
    3. Un-installed and re-installed Reporting Services role in Configuration Manager
    4. Un-installed and re-installed SSRS on Configuration Manager (dedicated) SQL instance after removing Reporting Services role in CM12.
    I have referred couple of links on forum and none seem to help resolve this issue.
    Let me know if there is anything specific I missed out from my end. Appreciate any assistance.
    Regards,
    mittu

    It seems that Reporting Services for SCOM and SCCM cannot co-exist on the same server (it sounds like a bad idea anyway)
    http://www.systemcentercentral.com/system-center-2012using-a-common-sql-backend-database-sysctr-scom-scsm/
    https://social.technet.microsoft.com/Forums/en-US/7e6b5ae9-04c8-4c5d-a77f-9f5208d4e65f/is-it-possible-to-deploy-2-scom-2012-r2-reporting-in-a-sql-server-which-already-has-scom-reporting?forum=operationsmanagerreporting
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/0332b156-bc36-4699-8775-a561915f35ab/scom-2012-reporting-components-with-a-shared-sql-cluster?forum=operationsmanagerdeployment
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Move SSRS engine to new server, but keep same reporting databases

    We have our SQL Server reporting services (2008 R2) setup as follows:
    ServerA: contains the reporting services engine (including the report manager URL, web service URL and so on).
    ServerB: Is the sql server instance that hosts the reporting databases for ServerA (ReportServer and ReportServerTempDB).
    ServerA is EOL and will be replaced by ServerC. I have two questions:
    1. How do we proceed to install Reporting Services on ServerC so that it points to the databases on ServerB.
    2. How do we migrate the reports (and settings) from ServerA to ServerC.  Will this be automatic by pointing ServerC to the exiting databases on ServerB.
    Thanks.

    Hello,
    All reports / Settings are stored in ReportServer database, so if you Keep your database you have nothing to migrate.
    Install SSRS without configuration on the new machine and afterwards do the configurtaion with Point the "ReportServer" database to ServerB.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Excelsius SSRS Gateway not connecting

    Hi there,
    I am currently evaluating Excelsius 2008 Engage Server, and am trying to use the SSRS Gateway for retrieving data from a SQL Server 2008 Express (with Reporting Services installed as extra). That gateway is not working though.
    The Gateway can be tested by going to the xrs.asmx page, which is showing fine. Untill I try to Invoke the GetReports link: I then get the following error:
      <?xml version="1.0" encoding="utf-8" ?>
    - <ROOT>
      <Message>Client found response content type of '', but expected 'text/xml'.</Message>
      <StackTrace>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 Microsoft.ReportingServices.ReportingService.ListChildren(String Item, Boolean Recursive) at Microsoft.ReportingServices.CatalogManager.CreateXmlNode(XmlDocument Doc, CatalogItem Item, XmlNode ParentNode) at Microsoft.ReportingServices.CatalogManager.SerializeToXML() at Infommersion.XRS.Service.GetReports()</StackTrace>
      </ROOT>
    I as expecting this to be a strange way to report a URL setting problem, but when I change my settings in web.config to an obvious errornous adress, I get expected error-results ("connection refused", etc). So I'm suspecting my config URL settings are correct, but something else is going wrong.
    The SQL Server Express is running on the same PC as the gateway(a Win XP Pro running on VMWare), and my URL settings are:
         <appSettings>
              <add key="ReportingServicesUrl" value="http://localhost:8080/ReportServer_SQLEXPRESS" />
              <add key="ReportServerUrl" value="http://localhost:8080/Reports_SQLEXPRESS" />
              <add key="XrsServicesUrl" value="http://localhost/xrs" />
         </appSettings>
    Changing localhost to the actuall IP adress, or 127.0.0.1 gives exactly the same result.I also tried all versions of authentication, without any difference.
    Both SQL Server Express and SSRS are configured by default, and these URL do work manually. I obviously also simply tried connecting in Xcelsius, but that then just waits indefinately.
    Does anybody have any idea what is going wrong, and how to fix this ?
    TIA!
    Harry

    Try replacing 'localhost:8080' with the actual name of the server instead of the IP address. That worked for me.

  • SSRS schedule table LastRunTime column showing incorrect datetime

    Hi,
    We have some code which analysis when the report was run last time (cached). We take this value from SSRSDB..Schedule(LastRunTime) column.
    Sql server and ssrs are configured on same server with CST time zone.
    The OS which host this also configured in CST time zone.
    OS: Windows Server 2003
    SSRS: Sql Server 2008
    The only thing which is different is the physical server which is placed in India.
    Now when I select Schedule(LastRunTime) column I found that the entries are saved in IST time zone. 
    How is that possible? Neither OS nor Sql server is configured in IST.
    The interesting thing is that rest all datatime columns in schedule table has values as per CST zone.
    Tried to google it, but no help.
    Please help.
    Regards,
    Mithalesh Gupta

    Hi Mithalesh,
    According to your description, you have application which will get the LastRunTime from Schedule table in ReportServer database. Now it get the wrong time. Right?
    Based on your information, you installed the SQL Server and Reporting Services on the server which is placed in India, but you have configured the time zone to CST. In Reporting Services, the LastRunTime property takes the current system time. Since
    you have set the CST time zone on the server , it supposed to return the CST time in Schedule table. Please restart the Report Server service and try again, sometimes it need to restart so that the time zone change can take effect.
    Reference:
    Change Time Zones and Clock Settings on a Report Server
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

Maybe you are looking for

  • How do you check multiple apps at the same time in itunes?

    for syncing to the iphone...how can I check more than one app at a time...but not all of them. I can highlight them, but it doesn't check them.

  • Can admin.jar create oc4j users and connection pools that use those users

    Hi I have an ADF BC application written in jdev 10.1.3.3 deployed to standalone oc4j 10.1.3 When I deploy the application I use the enterprise manager to create the users on the security provider/realms tab. I then set up the connection pools in jdbc

  • Lease In - Real Estate Management

    Can you pls let me know if Lease in scenario be captured through Real Estate Management (Classic)?

  • Itunes airserver won't mirror to apple tv

    I have Windows 7, Ultimate Edition.  I downloaded airserver and there is no icon that allows me to mirror from itunes to apple tv.  Further, my downloaded/purchased movies freeze when I play them.  Itunes doesn't crash or freeze, only the movie.  Whe

  • Control metadata at exported versions

    how to export versions with iptc annonations but without exif camera data. it's only possible to choose between export with or without metadata, but not to control which metadata is included in the exported version. sometimes i prefer if clients don'