Creating snapshot in SSRS 2008 R2 report will disable some parameters.

Hi guys.
I'm new to SSRS, so the question that I'm going to ask might sound stupid, hope you guys don't mind.
I have a few reports that display data based on the snapshot. I found out that some of the parameters on certain reports were disabled and some are not. When I removed the snapshot setting and display the report based on latest data, those disabled parameters
will be enabled again.
After some search from Google, I understand that when using snapshot, the parameters will be disabled. But in my case, not all parameters are disabled. And there is some reports with snapshot, all of their parameters are enabled. Please help me on this if
there is any settings that I need to do to enable all of the parameters.
Thanks and have a nice day.

Hi engloon,
According to your description, you want to enable parameters when creating a snapshot. Right?
In Reporting Services, Snapshots can be created manually or at scheduled intervals for any report that can run unattended. Furthermore, if the report uses parameters, you must specify default values to use when the report runs. You can specify stored credentials
and parameter values in the property pages for the report.
In this scenario, you may have default values for parameters in some reports so that it looks those reports have parameters enabled. So if you want to have snapshot rendered with parameter selection, you can specify the default values in Parameter tab. Please
follow the steps below:
Open Report Manager, and locate the report for which you want to modify parameter settings.
Hover over the report, and click the drop-down arrow.
In the drop-down menu, click Manage. This opens the General properties page for the report.
Select the Parameters tab. If the Parameters tab is not visible, the report does not contain parameters.
Reference:
Create, Modify, and Delete Snapshots in Report History
Add a Snapshot to Report History (Report Manager)
Parameters Properties Page (Report Manager)
If you have any question, please feel free to ask.
Best Regards,
Simon Hou

Similar Messages

  • Ssrs 2008 r2 report dataset call a stored procedure

    I am modifying an existing SSRS 2008 r2 report. In a dataset that already exists within the ssrs 2008 r2 report I need execute
    a stored procedure called StudentData and pass 3 parameter values to the stored procedure. The stored procedure will then return 5 values that are now needed for the modified ssrs report. My problem is I do not know how to have the dataset call the stored procedure
    with the 3 parameter values and pass back the 5 different unique data values that I am looking for.
    The basic dataset is the following:
    SELECT  SchoolNumber,
            SchoolName,
            StudentNumber,      
     from [Trans].[dbo].[Student]
     order by SchoolNumber,
              SchoolName,
              StudentNumber
    I basically want to pass the 3 parameters of SchoolNumber, SchoolName, and StudentNumber to the
    stored procedure called StudentData from the data I obtain from the [Trans].[dbo].[Student]. The 3 parameter values will be obtained from the sql listed above.
    The  columns that I need from the stored procedure called  StudentData will return the following data columns
    that I need for the report: StudnentName, StudentAddress, Studentbirthdate, StudentPhoneNumber, GuardianName.
    Thus can you show me how to setup the sql to meet this requirement I have?

    Hi wendy,
    After testing the issue in my local environment, we can refer to the following steps to achieve your requirement:
    Create three multiple parameters named SchoolNumber, SchoolName and StudentNumber in the report. Those available values from the basic dataset SchoolNumber, SchoolName and StudentNumber fields.
    If you want to pass multiple values parameter to stored procedure, we should create a function as below to the database:
    CREATE FUNCTION SplitParameterValues (@InputString NVARCHAR(max), @SplitChar VARCHAR(5))
    RETURNS @ValuesList TABLE
    param NVARCHAR(255)
    AS
    BEGIN
    DECLARE @ListValue NVARCHAR(max)
    SET @InputString = @InputString + @SplitChar
    WHILE @InputString!= @SplitChar
    BEGIN
    SELECT @ListValue = SUBSTRING(@InputString , 1, (CHARINDEX(@SplitChar, @InputString)-1))
    IF (CHARINDEX(@SplitChar, @InputString) + len(@SplitChar))>(LEN(@InputString))
    BEGIN
    SET @InputString=@SplitChar
    END
    ELSE
    BEGIN
    SELECT @InputString = SUBSTRING(@InputString, (CHARINDEX(@SplitChar, @InputString) + len(@SplitChar)) , LEN(@InputString)-(CHARINDEX(@SplitChar, @InputString)+ len(@SplitChar)-1) )
    END
    INSERT INTO @ValuesList VALUES( @ListValue)
    END
    RETURN
    END
    Use the query below to create a stored procedure, then use it to create a dataset to return 5 values:
    create proc proc_test(@SchoolNumber nvarchar(50),@SchoolName nvarchar(50),@StudentNumber nvarchar(50))
    as
    begin
    select StudnentName, StudentAddress, Studentbirthdate, StudentPhoneNumber, GuardianName
    from table7 where SchoolNumber in (SELECT * FROM SplitParameterValues (@SchoolNumber,','))  and SchoolName in(SELECT * FROM SplitParameterValues (@SchoolName,','))  and StudentNumber in (SELECT * FROM SplitParameterValues (@StudentNumber,','))
    end
    Right-click the new dataset to modify the parameter value in the Parameters pane as below:
    =join(Parameters!SchoolNumber.Value,",")
    =join(Parameters!SchoolName.Value,",")
    =join(Parameters!StudentNumber.Value,",")
    For more details about pass multi-value to stored procedure, please see:
    http://munishbansal.wordpress.com/2008/12/29/passing-multi-value-parameter-in-stored-procedure-ssrs-report/
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Pass values between ssrs 2008 r2 reports

    In a  ssrs 2008 R2 report, I need to pass parameters to existing subreports that are currently called.  Basically there is a main sssrs 2008 r2 report and there are 3 subreports. I would like subreports #1, subreport #2, and subreport #3 to receive
    the value values of customer number and customer name. I am hoping you can tell me and/or show me code that would tell me how to add parameters parameter values that are used to call these subreports.

    Hi wendy,
    According to your description, it seems that you want to pass parameter values from main report to subreport1, from subreport1 to subreport2, and from subreport2 to subreport3. If in this scenario, you can refer to the following steps about the sample test
    (from main report to subreport1) in my environment:
    Create a parameter named ID in the main report, adjust the report body and tablix with the same size.
    In the subreport1 report, right-click one cell to insert a subreport.
    Right-click the subpeort to open the Subreport Properties, and select the main report name in the drop-down list.
    In the left panel of the Subreport Properties dialog box, click Parameters.
    Select ID in the drop-down list of Name, and select [ID] in the drop-down list of Value.
    Considering your question, because I have create a parameter in the main report and specify the parameter in the subreport1, the main report will be passed by the parameter to subreport1.
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine xiong
    If you have any feedback on our support, please click here.
    Katherine Xiong
    TechNet Community Support

  • How to create an interactive alv report in which some parameters

    hi all,
    i want to create an interactive alv report in which some parameters in selection screen
    & when fill those & press f8 then an alv list display will show & when user double click on
    any row then those contents get shown in header details of module pool program  which call by
      tcode mentioned in same alv .And same an interactive alv report used for change & display.
    please help me give me some code same as  required above.
    ketan
    abap consultant.
    Edited by: ketan pande on Feb 14, 2009 6:09 AM

    Hi Ketan,
    Please find Sample Code.
    TYPE-POOLS:slis.
    DATA:
      w_carrid TYPE scarr-carrid,
      it_fieldcat TYPE slis_t_fieldcat_alv,
      fs_fieldcat LIKE LINE OF it_fieldcat,
      it_eventcat TYPE slis_t_event,
      fs_eventcat LIKE LINE OF it_fieldcat.
    DATA:
      t_spfli LIKE STANDARD TABLE OF spfli,
      fs_spfli LIKE LINE OF t_spfli,
      t_sflight LIKE STANDARD TABLE OF sflight,
      fs_sflight LIKE LINE OF t_sflight.
    SELECT-OPTIONS:
      s_carrid FOR w_carrid.
    START-OF-SELECTION.
      SELECT * FROM spfli INTO TABLE t_spfli WHERE carrid IN s_carrid.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program      = sy-repid
          i_callback_user_command = 'PICK'
          i_structure_name        = 'SPFLI'
        TABLES
          t_outtab                = t_spfli
        EXCEPTIONS
          program_error           = 1
          OTHERS                  = 2.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *&      Form  PICK
    FORM pick USING command LIKE sy-ucomm
                    selfield TYPE slis_selfield.
      READ TABLE t_spfli INTO fs_spfli INDEX selfield-tabindex.
      CASE command.
        WHEN '&IC1'.
          SELECT * FROM sflight
          INTO TABLE t_sflight
         WHERE carrid = fs_spfli-carrid
           and connid = fs_spfli-connid.
          CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
           EXPORTING
             i_program_name               = sy-repid
           I_INTERNAL_TABNAME           =
             i_structure_name             = 'SFLIGHT'
           I_CLIENT_NEVER_DISPLAY       = 'X'
           I_INCLNAME                   =
           I_BYPASSING_BUFFER           =
           I_BUFFER_ACTIVE              =
            CHANGING
              ct_fieldcat                  = it_fieldcat
           EXCEPTIONS
             inconsistent_interface       = 1
             program_error                = 2
             OTHERS                       = 3
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
           EXPORTING
           I_INTERFACE_CHECK              = ' '
           I_BYPASSING_BUFFER             =
           I_BUFFER_ACTIVE                = ' '
             i_callback_program             = sy-repid
           I_CALLBACK_PF_STATUS_SET       = ' '
           I_CALLBACK_USER_COMMAND        = ' '
           I_STRUCTURE_NAME               =
           IS_LAYOUT                      =
             it_fieldcat                    = it_fieldcat
           IT_EXCLUDING                   =
           IT_SPECIAL_GROUPS              =
           IT_SORT                        =
           IT_FILTER                      =
           IS_SEL_HIDE                    =
           I_DEFAULT                      = 'X'
           I_SAVE                         = ' '
           IS_VARIANT                     =
            it_events                      = it_eventcat
           IT_EVENT_EXIT                  =
           IS_PRINT                       =
           IS_REPREP_ID                   =
           I_SCREEN_START_COLUMN          = 0
           I_SCREEN_START_LINE            = 0
           I_SCREEN_END_COLUMN            = 0
           I_SCREEN_END_LINE              = 0
           IR_SALV_LIST_ADAPTER           =
           IT_EXCEPT_QINFO                =
           I_SUPPRESS_EMPTY_DATA          = ABAP_FALSE
         IMPORTING
           E_EXIT_CAUSED_BY_CALLER        =
           ES_EXIT_CAUSED_BY_USER         =
            TABLES
              t_outtab                       = t_sflight
          EXCEPTIONS
            program_error                  = 1
            OTHERS                         = 2
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
      ENDCASE.
    ENDFORM.                    "pick
    Hope this will Be Helpful
    Thanks
    Kalyan

  • SSRS 2008 R2 - Try to do some changes on an existing rdl - unexpected erro "External Component Has Thrown an Exception"

    Hi, 
    I am working on SSRS 2008 R2 -  Tried to do some changes on an existing rdl & save -  An unexpected error "External Component Has Thrown an Exception"  pop up 
    Any suggestions please to resolve it.
    thank you !!!
    best regards,
    Venkat

    Hi Venkat,
    The issue may be caused by the Visual Studio tried to close an invalid handle. This problem may happen if the operating system is a debug version, not a retail version. Please refer to the following steps to check.
    1. Right-click on "My Computer".
    2. Click "Properties".
    3. Make sure there is no "Debug" words at the end of the "Windows edition" section.
    Reference:
    http://connect.microsoft.com/SQLServer/feedback/details/467954/sql-server-2008-install-on-windows-server-2008-fails-with-external-component-has-thrown-an-exception
    If the operating system is debug version, please re-install the operating system with retail version to solve the issue.
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • SSRS 2008 R2 Report parameters have default values and report not to auto run

    Hi, I am using SSRS 2008 R2 one of my requirements for a Report is all the parameters have default value and I do not want this report to auto run when users open this report. I can create a dummy hidden parameter to break the auto run for this
    report. But I am looking for solutions other than that.
    Thanks in advance..........
    Ione

    Hi lone,
    According to your description, you have a report with parameters. Now you want you report not to run automatically with your parameters default values. Right?
    In Reporting Service, if you have parameters with default values in your report, your report will always auto run with these default values. We can say these default values are used for report running initially. So for your requirement, if you really need
    to see your default value before the report running, the best workaround is set one more parameter to break the auto run like you have done. If you just want your report not to auto run, your can achieve it by removing those default values.
    Reference:
    Report Parameters (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)

  • Changing the value of a parameter that has been passed into an SSRS 2008 R2 report

    I support 200+ reports that all use stored procedures and have many drill downs with built in URLs.
    I want to do the below to avoid creating a brand new parameter that I will have to add to literally hundreds of places.
    We have what I'll call Param1 that receives a value from the user.  That Param1 is passed to the stored procedure(s) for the report and also embedded in any Action URLs for drill downs to other reports from that report.  All works great.
    Now I have a need to concatenate a string to whatever value they supplied which provides context for the environment in which they are running.  The reason I want to do this instead of creating a new parameter is because I need this in all my reports
    and as stated above I would have to make 100s of changes to make that happen.  If I can figure out a way to concatenate a value to the existing Param1 value I can greatly reduce the number of changes.
    I can't seem to be able to find a way to modify the value on an existing parameter that is passed into the report prior to report execution.
    I get an error when I simply try to concatenate something to the parameter in its Default property.
    I can't find a way to update a parameter value in the Report Code block.  There don't appear to be any methods available on the Parameter Collection to set the value of a parameter.
    Any ideas?
    Thanks!
    Nathan 

    Create a new parameter. Mark it internal, set it's value by expression to:
    =User!UserId+"MyNewValue"
    and pass it to the proc?
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.

  • SSRS 2008 R2 Report - Sum Totals of a Filtered Group

    I'm at a loss here, so any help will me much appreciated. I will do my best to explain, but if you need additional information, please let me know:
    I have a very large dataset of patient data. Specifically for the numbers I need, I have a patient number field, a county field, a 1 or 0 for LastYear field, and a 1 or 0 for CurrentYear field.
    Example:
    PtNo    County  PY  CY
    45676  Scott     0    1
    45322  Cape     1     0
    47686  North     0     1
    The thing I am shooting for on my report is, "Volume growth in 3 counties (+20 cases)."
    I created a group and grouped by County (group name County) and I included a group filter to only include "total cases of CY" are greater than "total cases of PY" to narrow my data to only counties that had a higher current year sum
    than previous year sum.
    Example:
    County  PY    CY  Difference
    Scott    141  143     2
    Cape     90    98      8
    North    78     88    10 
    All is working well, except I don't need to see the Counties themselves, I just need the 3 counties and a difference of 20. 
    I explored online and found tutorials that said to right click on the field and select "Add Total" but this total did not have my filter in it and gave me everyone. I also tried adding a row outside the group and used the RunningValue function
    (i.e. RunningValue(Fields!FYTD_Current_Year.Value, Sum, "County"))  but it gave me a message that states "The Value expression for the text box 'Textbox456' has a scope parameter that is not valid for an aggregate function. The scope
    parameter must be set to a string constant that is equal to either the name of a containing data region or the name of a dataset."
    When I move the row with the RunningValue function inside the group, it runs but I get the same information repeated twice for each county with no final total.
    So I am not sure how to go about getting my values I need for my report. Anybody know how to resolve this?
    Thanks,
    Cyndi
    cpemtp1

    Hi Cyndi,
    Based on my understanding, you specify a filter condition in group properties. Then you want to sum the filtered values for each field.
    In this scenario, we need to specify a filter condition on group level. If we use sum() function out of group, the expression will calculate the total values on dataset level instead of group level. So we can’t simply use expression to achieve this goal.
    However, we can use custom code to record the filtered values for each field, then we can calculate the total based on these values. Please refer to the steps and screenshots below:
    1. Add the custom code below into the report:
    Public Shared Value1 as Integer=0
    Public Shared Function GetValue1(Item as Integer) as Integer
    value1= value1 + Item
    return Item
    End Function
    Public Shared Function GetTotal1()
    return value1
    End Function
    Public Shared Value2 as Integer=0
    Public Shared Function GetValue2(Item as Integer) as Integer
    value2= value2 + Item
    return Item
    End Function
    Public Shared Function GetTotal2()
    return value2
    End Function
    2. Design the tablix like below:
    3. The result looks like below:
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Ssrs 2008 the report instead of showing Emp # want to show Emp Name , how i can write case when syntax

    working on SSRS report , pulling the data with Emp # I want to show with emp Name instead,
    is there way to write case when syntax so it can show only emp name instead of emp #
    for example
    Emp #        Emp Name
    144                 Kevin
    want report to pick the name as Kevin instead of 144
    any help will be great
    thansk

    thanks for reply RSingh
    I tried changing the query as you suggested
    SELECT [EMP #], [EMP NAME], FIELD1, FIELD2 FROM TABLENAME
    it did not work,  getting error message
    empLid  table name JMGPAYEMPLOYEE  and there is no emp name field
    when I modify the query as per above getting error message
    because I have 2 data set
    1.  Projid
    2. Projgroupid
    3.  parameter I have date
    below is my query
    SELECT        PROJTABLE.PROJID, PROJTABLE.PROJGROUPID, PROJTABLE.DATAAREAID, JMGPAYEMPLOYEE.EMPLID, PROJTRANSPOSTING.QTY, JMGPAYEMPLOYEE.PRICE,
                             PROJTABLE.DIMENSION2_, PROJTRANSPOSTING.POSTINGTYPE, PROJTRANSPOSTING.COSTSALES, PROJTRANSPOSTING.PROJTRANSDATE,
                             CATEGORYTABLE.CATEGORYNAME
    FROM            PROJTABLE INNER JOIN
                             PROJTRANSPOSTING ON PROJTABLE.PROJID = PROJTRANSPOSTING.PROJID AND PROJTABLE.DATAAREAID = PROJTRANSPOSTING.DATAAREAID
    INNER JOIN
                             JMGPAYEMPLOYEE ON PROJTRANSPOSTING.DATAAREAID = JMGPAYEMPLOYEE.DATAAREAID AND
                             PROJTRANSPOSTING.EMPLITEMID = JMGPAYEMPLOYEE.EMPLID INNER JOIN
                             CATEGORYTABLE ON JMGPAYEMPLOYEE.DATAAREAID = CATEGORYTABLE.DATAAREAID AND
                             JMGPAYEMPLOYEE.EMPLID = CATEGORYTABLE.CATEGORYID
    WHERE        (PROJTRANSPOSTING.COSTSALES = 1) AND (PROJTRANSPOSTING.POSTINGTYPE = 121) AND (PROJTRANSPOSTING.PROJTRANSDATE >= @Paramfromdate) AND
                             (PROJTRANSPOSTING.PROJTRANSDATE <= @ParamTodate)
    any advise will be helpful
    thanks

  • SSRS 2008 R2 report does not print the page header for a html content displaying on multiple pages

    Hi
    I need to display the html content from the database. The html content are quite long and can have content of 3-5 pages. Issue I  am facing is f the record has html content of 3-5 pages, then it does not print the page header (which is a separate tablix) on
    second page onwards.
    Nikesh Shah
    Nikesh Shah

    Hi Nikesh,
    According to your description, I’m not sure the meaning of Page header in your scenario. In Reporting Services, a page header that run along the top of each page, respectively. Headers can contain static text, images, lines, rectangles, borders, background
    color, background images, and expressions. But we couldn’t add tablix in the page header.
    If you are saying report header, a report header consists of the report items that are placed at the top of the report body on the report design surface. They appear only once as the first content in the report. So it cannot repeat in other pages.
    If you are saying tablix header, freezing column headers are different in table and matrix. For more details, please refer to the following thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c8ddc1af-1bdf-4e72-8aab-0353c7cc848a/ssrs-report-freezing-row-and-column-while-scrolling-issue?forum=sqlreportingservices
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Consuming SharePoint 2010 Lists Data in the SSRS 2008 R2 Reports

    When I am trying to create a report using SharePoint 2010 List I am getting error.
    Firstly I opened SQL BI Development Studio, then created Shared DataSource then created Report.
    Then from Report Data pane created Data Source and all was Ok
    But when I am creating DataSet for the SharePoint 2010 List and when clicking on Query Builder and running the query I am getting following error:
    "Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown".
    Now what should I do next to connect my SharePoint List.

    What's your SOAP call look like for the webservice?
    Brandon James SharePoint Developer/Administrator

  • Steps to configure mobile devices to open ssrs 2008 r2 reports

    Hi,
    We have a requirement to setup mobile devices for users to access their reports via report manager. I have researched these forums and found some information on the supported browser versions on these devices, and some issues faced by users on the iphone,
    ipad etc. But I need a step by step guide on how to set up the end to end process. I am fairly new to SSRS, so can someone help me?
    Thanks.

    Hi LiamLu,
    Currently, Reporting Services reports does not support run in mobile devices. I recommend you refer to the following blog about Mobile BI strategy, please see:
    Power View, PASS and Mobile:
    http://blogs.msdn.com/b/sqlrsteamblog/archive/2011/10/13/power-view-pass-and-mobile.aspx
    Meanwhile, you can also take a look at the following article:
    Viewing reports and scorecards on Apple iPad devices (SharePoint Server 2010):
    http://technet.microsoft.com/en-us/library/hh697482.aspx
    Otherwise, we discuss Analysis Services related issue in this forum. If you have any more questions about SQL Server Reporting Services, you can post them in Reporting Services and Power View forum:
    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/threads
    Regards,
    Bin Long
    Bin Long
    TechNet Community Support

  • SSRS 2008 R2 report prints empty spaces for html content till end of page

    Hi
    I need to display records containing long html content say each record of different size ranging from 5 lines to 3-5 pages.
    Issue observed is:
    When a record complete is printing say half the page and subsequent record is bigger then half a page, the subsequent record is printed on the next page rather than continue immediately after the previous record is completed.
    Is their any property or any other solution to resolve the issue. Print on next page is not set.
    Nikesh Shah

    Hi Nikesh,
    As per my understanding, I think the issue is caused by the blank space in the report body. In order to get rid of the blank space when print the report, please refer to the following steps:
    Click on Report > Report Properties > Layout tab
    Make a note of the values for Page width, Left margin, Right margin
    Close and go back to the design surface
    In the Properties window, select Body
    Click the + symbol to expand the Size node
    Make a note of the value for Width
    Please check the Page Break settings on all your report items and make sure the Body Width + Left margin + Right margin less than or equal to Page width, just like the equalities below:
    (Body Width + Left margin + Right margin) <= (Page width)
    If there are any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How do you solve issue of reports timing out with SSRS (2008 R2) Report Manger?

    When trying to access reports through Report Manager we get an error:
    An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    The reports were all running ok until the night before last when some more reports were deployed.
    Now that this has occurred it is impossible to carry out any action on the reports in the Report Manager - e.g. delete etc.
    This issue is also affecting Reports that are accessed through the ReportServer.
    A typical log we get is as below:
      <Product>Microsoft SQL Server Reporting Services Version 2009.0100.1600.01 ((KJ_RTM).100402-1539 )</Product>
      <Locale>English (United Kingdom)</Locale>
      <TimeZone>GMT Daylight Time</TimeZone>
      <Path>C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\Logfiles\ReportServerService__04_17_2014_09_26_58.log</Path>
      <SystemName>WIN-0F023F9I3H1</SystemName>
      <OSName>Microsoft Windows NT 6.1.7601 Service Pack 1</OSName>
      <OSVersion>6.1.7601</OSVersion>
      <ProcessID>2432</ProcessID>
      <Virtualization>Hypervisor</Virtualization>
    </Header>
    rshost!rshost!828!04/17/2014-09:26:58:: i INFO: CLR runtime is initialized.
    rshost!rshost!828!04/17/2014-09:26:58:: i INFO: Derived memory configuration based on physical memory as 4193784 KB
    appdomainmanager!DefaultDomain!d20!04/17/2014-09:26:58:: i INFO: Entered managed ServiceMain in DefaultDomain.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing DailyCleanupMinuteOfDay to '120' minutes since midnight as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxScheduleWait to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException' 
    as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException' 
    as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing AuthenticationTypes to '5'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: w WARN: Initializing UrlRoot to default value of ''  because it was incorrectly specified in Configuration file as ''.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
    resourceutilities!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Reporting Services starting SKU: Standard
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server internal url http://localhost:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server external url http://WIN-0F023F9I3H1:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using url root http://WIN-0F023F9I3H1:80/ReportServer.
    rshost!rshost!b78!04/17/2014-09:26:59:: i INFO: Configuring maxPhysicalCpu=4, minLogicalCpu=0
    rshost!rshost!b78!04/17/2014-09:26:59:: i INFO: Logical processor per physical processor 4
    rshost!rshost!b78!04/17/2014-09:26:59:: i INFO: Maximum logical CPU is 4
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server internal url http://localhost:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server external url http://WIN-0F023F9I3H1:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using url root http://WIN-0F023F9I3H1:80/ReportServer.
    appdomainmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Appdomain:2 WindowsService_0 started.
    resourceutilities!WindowsService_0!b78!04/17/2014-09:27:00:: i INFO: Reporting Services starting SKU: Standard
    library!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Catalog SQL Server Edition = Standard
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://+:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://regreports.edfringe.com:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://localhost:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://localhost:80/ReportServer/ on endpoint 2
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://regreports.edfringe.com:80/ReportServer/ on endpoint 2
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://+:80/ReportServer/ on endpoint 2
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://+:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://regreports.edfringe.com:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://localhost:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://localhost:80/Reports/ on endpoint 3
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://regreports.edfringe.com:80/Reports/ on endpoint 3
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://+:80/Reports/ on endpoint 3
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder.
    resourceutilities!DefaultDomain!b78!04/17/2014-09:27:00:: i INFO: Maximum memory limit is 65536Mb
    rshost!rshost!b78!04/17/2014-09:27:00:: i INFO: Derived memory configuration based on physical memory as 4193784 KB
    servicecontroller!DefaultDomain!1578!04/17/2014-09:27:00:: i INFO: Total Physical memory: 4294434816
    rpcserver!DefaultDomain!1044!04/17/2014-09:27:00:: i INFO: Process monitoring started.
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Initializing crypto as user: NT AUTHORITY\NETWORK SERVICE
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Exporting public key
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Performing sku validation
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Importing existing encryption key
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: EventPolling polling service started
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: NotificationPolling polling service started
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: SchedulePolling polling service started
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: UpgradePolling polling service started
    dbpolling!WindowsService_0!f74!04/17/2014-09:27:00:: i INFO: HeartbeatThread(EventPolling): heartbeat thread started.
    dbpolling!WindowsService_0!51c!04/17/2014-09:27:00:: i INFO: HeartbeatThread(NotificationPolling): heartbeat thread started.
    dbpolling!WindowsService_0!11d4!04/17/2014-09:27:00:: i INFO: PollingMaintenance: Polling started
    resourceutilities!WindowsService_0!11d4!04/17/2014-09:27:00:: i INFO: Maximum memory limit is 65536Mb
    rpcserver!DefaultDomain!e34!04/17/2014-09:27:00:: i INFO: RPC Server started.
    servicecontroller!DefaultDomain!e34!04/17/2014-09:27:00:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS10_50.MSSQLSERVER'
    appdomainmanager!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Appdomain:2 WindowsService_0 initialized.
    library!DefaultDomain!e34!04/17/2014-09:27:01:: i INFO: Catalog SQL Server Edition = Standard
    appdomainmanager!DefaultDomain!123c!04/17/2014-09:27:51:: i INFO: Appdomain:3 ReportManager_MSSQLSERVER_0-1-130421968711068584 started.
    appdomainmanager!ReportManager_0-1!123c!04/17/2014-09:27:51:: i INFO: RS authentication mode is 5; effective ASP.NET authentication mode is Windows. vdir=/Reports.
    appdomainmanager!DefaultDomain!123c!04/17/2014-09:27:51:: i INFO: Appdomain:3 ReportManager_MSSQLSERVER_0-1-130421968711068584 initialized (#1).
    appdomainmanager!DefaultDomain!100!04/17/2014-09:27:54:: i INFO: Appdomain:4 ReportServer_MSSQLSERVER_0-2-130421968744180477 started.
    appdomainmanager!ReportServer_0-2!100!04/17/2014-09:27:54:: i INFO: RS authentication mode is 5; effective ASP.NET authentication mode is Windows. vdir=/ReportServer.
    appdomainmanager!DefaultDomain!100!04/17/2014-09:27:54:: i INFO: Appdomain:4 ReportServer_MSSQLSERVER_0-2-130421968744180477 initialized (#1).
    webserver!ReportServer_0-2!100!04/17/2014-09:28:00:: i INFO: Reporting Web Server started
    resourceutilities!ReportServer_0-2!100!04/17/2014-09:28:01:: i INFO: Reporting Services starting SKU: Standard
    resourceutilities!ReportServer_0-2!100!04/17/2014-09:28:01:: i INFO: Maximum memory limit is 65536Mb
    library!ReportServer_0-2!6f4!04/17/2014-09:28:02:: Call to GetPermissionsAction(/).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Catalog SQL Server Edition = Standard
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Initializing crypto as user: NT AUTHORITY\NETWORK SERVICE
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Exporting public key
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Performing sku validation
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Importing existing encryption key
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetPropertiesAction(/, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetPropertiesAction(/, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to ListChildrenAction(/, False).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetPermissionsAction(/EFW_Reports).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetPropertiesAction(/EFW_Reports, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetPropertiesAction(/EFW_Reports, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to ListChildrenAction(/EFW_Reports, False).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!e34!04/17/2014-09:28:15:: Call to GetPermissionsAction(/EFW_Reports/Show_Proof_Orgs).
    library!ReportServer_0-2!e34!04/17/2014-09:28:15:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!e34!04/17/2014-09:28:15:: Call to GetPropertiesAction(/EFW_Reports/Show_Proof_Orgs, PathBased).
    library!ReportServer_0-2!e34!04/17/2014-09:28:16:: Call to GetSystemPermissionsAction().
    ui!ReportManager_0-1!168c!04/17/2014-09:28:16:: i INFO: PageCountMode 'Estimate' read from config file
    ui!ReportManager_0-1!168c!04/17/2014-09:28:16:: i INFO: AccessibleTablix value not specified in config file.
    library!ReportServer_0-2!e34!04/17/2014-09:28:17:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!e34!04/17/2014-09:30:23:: e ERROR: Throwing 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.;
    library!ReportServer_0-2!e34!04/17/2014-09:30:23:: w WARN: Transaction rollback was not executed connection is invalid
    library!ReportServer_0-2!e34!04/17/2014-09:32:28:: e ERROR: Throwing 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.;
    library!ReportServer_0-2!e34!04/17/2014-09:32:28:: w WARN: Transaction rollback was not executed connection is invalid

    When trying to access reports through Report Manager we get an error:
    An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    The reports were all running ok until the night before last when some more reports were deployed.
    Now that this has occurred it is impossible to carry out any action on the reports in the Report Manager - e.g. delete etc.
    This issue is also affecting Reports that are accessed through the ReportServer.
    A typical log we get is as below:
      <Product>Microsoft SQL Server Reporting Services Version 2009.0100.1600.01 ((KJ_RTM).100402-1539 )</Product>
      <Locale>English (United Kingdom)</Locale>
      <TimeZone>GMT Daylight Time</TimeZone>
      <Path>C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\Logfiles\ReportServerService__04_17_2014_09_26_58.log</Path>
      <SystemName>WIN-0F023F9I3H1</SystemName>
      <OSName>Microsoft Windows NT 6.1.7601 Service Pack 1</OSName>
      <OSVersion>6.1.7601</OSVersion>
      <ProcessID>2432</ProcessID>
      <Virtualization>Hypervisor</Virtualization>
    </Header>
    rshost!rshost!828!04/17/2014-09:26:58:: i INFO: CLR runtime is initialized.
    rshost!rshost!828!04/17/2014-09:26:58:: i INFO: Derived memory configuration based on physical memory as 4193784 KB
    appdomainmanager!DefaultDomain!d20!04/17/2014-09:26:58:: i INFO: Entered managed ServiceMain in DefaultDomain.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing DailyCleanupMinuteOfDay to '120' minutes since midnight as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxScheduleWait to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException'
     as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException'
     as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing AuthenticationTypes to '5'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: w WARN: Initializing UrlRoot to default value of ''  because it was incorrectly specified in Configuration file as ''.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
    library!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
    resourceutilities!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Reporting Services starting SKU: Standard
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server internal url http://localhost:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server external url http://WIN-0F023F9I3H1:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using url root http://WIN-0F023F9I3H1:80/ReportServer.
    rshost!rshost!b78!04/17/2014-09:26:59:: i INFO: Configuring maxPhysicalCpu=4, minLogicalCpu=0
    rshost!rshost!b78!04/17/2014-09:26:59:: i INFO: Logical processor per physical processor 4
    rshost!rshost!b78!04/17/2014-09:26:59:: i INFO: Maximum logical CPU is 4
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server internal url http://localhost:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using report server external url http://WIN-0F023F9I3H1:80/ReportServer.
    configmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Using url root http://WIN-0F023F9I3H1:80/ReportServer.
    appdomainmanager!DefaultDomain!b78!04/17/2014-09:26:59:: i INFO: Appdomain:2 WindowsService_0 started.
    resourceutilities!WindowsService_0!b78!04/17/2014-09:27:00:: i INFO: Reporting Services starting SKU: Standard
    library!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Catalog SQL Server Edition = Standard
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://+:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://regreports.edfringe.com:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://localhost:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://localhost:80/ReportServer/ on endpoint 2
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://regreports.edfringe.com:80/ReportServer/ on endpoint 2
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://+:80/ReportServer/ on endpoint 2
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://+:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://regreports.edfringe.com:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Registered url=http://localhost:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://localhost:80/Reports/ on endpoint 3
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://regreports.edfringe.com:80/Reports/ on endpoint 3
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Currently registered url http://+:80/Reports/ on endpoint 3
    rshost!rshost!1044!04/17/2014-09:27:00:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder.
    resourceutilities!DefaultDomain!b78!04/17/2014-09:27:00:: i INFO: Maximum memory limit is 65536Mb
    rshost!rshost!b78!04/17/2014-09:27:00:: i INFO: Derived memory configuration based on physical memory as 4193784 KB
    servicecontroller!DefaultDomain!1578!04/17/2014-09:27:00:: i INFO: Total Physical memory: 4294434816
    rpcserver!DefaultDomain!1044!04/17/2014-09:27:00:: i INFO: Process monitoring started.
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Initializing crypto as user: NT AUTHORITY\NETWORK SERVICE
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Exporting public key
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Performing sku validation
    crypto!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Importing existing encryption key
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: EventPolling polling service started
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: NotificationPolling polling service started
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: SchedulePolling polling service started
    dbpolling!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: UpgradePolling polling service started
    dbpolling!WindowsService_0!f74!04/17/2014-09:27:00:: i INFO: HeartbeatThread(EventPolling): heartbeat thread started.
    dbpolling!WindowsService_0!51c!04/17/2014-09:27:00:: i INFO: HeartbeatThread(NotificationPolling): heartbeat thread started.
    dbpolling!WindowsService_0!11d4!04/17/2014-09:27:00:: i INFO: PollingMaintenance: Polling started
    resourceutilities!WindowsService_0!11d4!04/17/2014-09:27:00:: i INFO: Maximum memory limit is 65536Mb
    rpcserver!DefaultDomain!e34!04/17/2014-09:27:00:: i INFO: RPC Server started.
    servicecontroller!DefaultDomain!e34!04/17/2014-09:27:00:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS10_50.MSSQLSERVER'
    appdomainmanager!WindowsService_0!e34!04/17/2014-09:27:00:: i INFO: Appdomain:2 WindowsService_0 initialized.
    library!DefaultDomain!e34!04/17/2014-09:27:01:: i INFO: Catalog SQL Server Edition = Standard
    appdomainmanager!DefaultDomain!123c!04/17/2014-09:27:51:: i INFO: Appdomain:3 ReportManager_MSSQLSERVER_0-1-130421968711068584 started.
    appdomainmanager!ReportManager_0-1!123c!04/17/2014-09:27:51:: i INFO: RS authentication mode is 5; effective ASP.NET authentication mode is Windows. vdir=/Reports.
    appdomainmanager!DefaultDomain!123c!04/17/2014-09:27:51:: i INFO: Appdomain:3 ReportManager_MSSQLSERVER_0-1-130421968711068584 initialized (#1).
    appdomainmanager!DefaultDomain!100!04/17/2014-09:27:54:: i INFO: Appdomain:4 ReportServer_MSSQLSERVER_0-2-130421968744180477 started.
    appdomainmanager!ReportServer_0-2!100!04/17/2014-09:27:54:: i INFO: RS authentication mode is 5; effective ASP.NET authentication mode is Windows. vdir=/ReportServer.
    appdomainmanager!DefaultDomain!100!04/17/2014-09:27:54:: i INFO: Appdomain:4 ReportServer_MSSQLSERVER_0-2-130421968744180477 initialized (#1).
    webserver!ReportServer_0-2!100!04/17/2014-09:28:00:: i INFO: Reporting Web Server started
    resourceutilities!ReportServer_0-2!100!04/17/2014-09:28:01:: i INFO: Reporting Services starting SKU: Standard
    resourceutilities!ReportServer_0-2!100!04/17/2014-09:28:01:: i INFO: Maximum memory limit is 65536Mb
    library!ReportServer_0-2!6f4!04/17/2014-09:28:02:: Call to GetPermissionsAction(/).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Catalog SQL Server Edition = Standard
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Initializing crypto as user: NT AUTHORITY\NETWORK SERVICE
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Exporting public key
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Performing sku validation
    crypto!ReportServer_0-2!6f4!04/17/2014-09:28:03:: i INFO: Importing existing encryption key
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetPropertiesAction(/, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetPropertiesAction(/, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to ListChildrenAction(/, False).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:03:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetPermissionsAction(/EFW_Reports).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetPropertiesAction(/EFW_Reports, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetPropertiesAction(/EFW_Reports, PathBased).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPermissionsAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to ListChildrenAction(/EFW_Reports, False).
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!6f4!04/17/2014-09:28:06:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!e34!04/17/2014-09:28:15:: Call to GetPermissionsAction(/EFW_Reports/Show_Proof_Orgs).
    library!ReportServer_0-2!e34!04/17/2014-09:28:15:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!e34!04/17/2014-09:28:15:: Call to GetPropertiesAction(/EFW_Reports/Show_Proof_Orgs, PathBased).
    library!ReportServer_0-2!e34!04/17/2014-09:28:16:: Call to GetSystemPermissionsAction().
    ui!ReportManager_0-1!168c!04/17/2014-09:28:16:: i INFO: PageCountMode 'Estimate' read from config file
    ui!ReportManager_0-1!168c!04/17/2014-09:28:16:: i INFO: AccessibleTablix value not specified in config file.
    library!ReportServer_0-2!e34!04/17/2014-09:28:17:: Call to GetSystemPropertiesAction().
    library!ReportServer_0-2!e34!04/17/2014-09:30:23:: e ERROR: Throwing 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.;
    library!ReportServer_0-2!e34!04/17/2014-09:30:23:: w WARN: Transaction rollback was not executed connection is invalid
    library!ReportServer_0-2!e34!04/17/2014-09:32:28:: e ERROR: Throwing 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.;
    library!ReportServer_0-2!e34!04/17/2014-09:32:28:: w WARN: Transaction rollback was not executed connection is invalid

  • Foxfire wants me to update but it says it will disable some of my kesperski anti virus software

    I get a message that there is a newer version of firefox but when I go to install it there is a message saying it will interfere with my Kesperski anti virus software. may as well go back to IE if there are security issues with firefox and those updates conflict with a-v stuff. I have updated Kesperski but it still does not work.

    hello, this message is only referring to the extensions that kaspersky adds to the browser (which offer some sort of additional functionality). however this won't affect the anti-virus protection of kaspersky at all - it will work as usual. therefore it's best to update firefox as soon as possible...

Maybe you are looking for

  • Dreamweaver / Flash issue

    On the home page of my site I have a flash file inserted below a navigation bar. Every 4 seconds or so, the image swipes over to show a new image. The problem is that when I'm using the navigation bar above it (created in Fireworks and inserted as FW

  • Alarms not appearing for events - Agent Not Responding

    Hi I'm hoping someone may be able to help with a frustrating issue. I have a setup with SunMC 4.0 monitoring approx 15 SunMC agents. The problem is some of these agents are not displaying alarms for events that occur. E.g. if I trigger an alarm on a

  • Read an AutoCAD drawing In Labview using ActiveX

    I want to read an AutoCAD drawing (.dwg) in the LabVIEW using Activex plz send me the procedure for it & the Library files that will be required to get the objects.

  • Latest version of Safari

    My online bank says my version of Safari, 2.0.4 (419.3), is old and needs updating inorder to use their banking services adequately. Unfortunately when I go to Apple's Downloads area, I do not see a newer version of Safari. Does anyone know what the

  • How to make Firefox to open only ONE website

    Hi, I was wondering if there is any way to make Firefox to only open '''ONE '''website so that users cannot browse to other websites on the internet. Also to block users so they cannot edit the options etc. I need this as I am doing a project working