SSRS 2008: connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)

Hi,
I have started getting this error since a week now when I try to schedule a report or change a schedule of a report. 
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) Get Online Help For more information about this error navigate to the report
server on the local server machine, or enable remote errors 
We have SQL Server 2008 installed along with SSRS running on the server. I have never seen this happening before for almost a year now but suddenly it appeared.  Along with this, report subscription is also messed up and some report are not been
emailed as they have a error like:
Failure sending mail: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.Mail will not be resent. 
I am not sure what caused this but if anyone has any idea of what is going on it will be great. 
Thanks you for your help. 
Please reply soooon !!!

Rich, hi, sorry for my english but I speak spanish...
Well, I was tried to recreate this issue and is really hard to recreate, however and as a rain from the sky, one of my customers receive the same error that you have, reviewing Windows Logs and SQL Traces there is nothing.
Just for discard security issues I decide to change permissions in my server.
1. Go to SQL Server Reporting Services Configuration Manager
2. Go to Databases
3. Verify the credentials used to connect to the database server
4. Go to your database server
5. Look for the login or user that is being used to connect to the database server from SSRS
6. Change the role of that user and convert it to Sysadmin (Relax, this is not the final solution)
7. Try again (Is not necesary to restart ANYTHING)
8. Now, your SSRS and Subscriptions must work fine
9. If your SSRS and subscriptions are working ok, you have to give some permissions to the user
10. Grant execute permissions on
master.dbo.xp_sqlagent_notify
master.dbo.xp_sqlagent_enum_jobs
master.dbo.xp_sqlagent_is_starting
msdb.dbo.sp_help_category
msdb.dbo.sp_add_category
msdb.dbo.sp_add_job
msdb.dbo.sp_add_jobserver
msdb.dbo.sp_add_jobstep
msdb.dbo.sp_add_jobschedule
msdb.dbo.sp_help_job
msdb.dbo.sp_delete_job
msdb.dbo.sp_help_jobschedule
msdb.dbo.sp_verify_job_identifiers
11. Grant select permissions on
msdb.dbo.sysjobs
msdb.dbo.syscategories
12. Grant public role to the user in the MSDB and Master DB
13. Remove the Sysadmin role to the user
14. Try again, now, your SSRS is ready to work
Regards
Pls let me know if work for you
Regards | John Bocachica | jboca.blogspot.com

Similar Messages

  • An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. mail will not be sent.

    Hii all,
    I have a subscription which used to send report email daily 10 am morning 
    now today it does not sent an email the status i s showing above error message ..
    why this occurs ?? at the time of subscription running time ??
    i have checked there is not error of subscription it runs fine ..
    only today errored ..
    Kindly , help me
    Dilip Patil..

    Hi Dilip,
    Based on the error message "An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database." it seems the issue is caused by the Report Server catalog databases are
    corrupted.
    To fix this issue, I suggest that you use the Reporting Services Configuration Manager to recreate the Report Server catalog databases. In addition, please make sure report server instance can connect to the report server database. For more details about Configure
    a Report Server Database Connection (SSRS Configuration Manager), please see the following document:
    http://msdn.microsoft.com/en-IN/library/ms159133.aspx
    Besides, if the issue is caused by the connection to the SQL Server Reporting Services Report Server catalog database is timeout. Please refer to the following thread:
    http://social.technet.microsoft.com/Forums/en-US/db4ca6c2-5445-4ff9-9f63-e20f3859cc70/error-throwing-microsoftreportingservicesdiagnosticsutilitiesreportserverstorageexception-an?forum=sqlreportingservices
    If the problem is still existed, I would appreciate it if you could give us detailed error log, it will help us move more quickly toward a solution.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSRS 2008R2 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

    Hi,
    a big problem with our report server has appeared suddenly.
    We are running the SQL Server 2008 R2 with a Report Server. But a .
    I can connect to the Report Server Website and I can choose a report. But if I run the report, it will load endless without timeout message or other error messages.
    I looked in the Report Server Log and find out this confusing error messages:
    rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: WriteCallback(): failed to write in write callback.
    rshost!rshost!1680!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
    rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
    rshost!rshost!c20!01/21/2014-16:22:41:: e ERROR: Failed with win32 error 0x0079, pipeline=0x00000000004ED8D0.
    rshost!rshost!1680!01/21/2014-16:22:41:: v VERBOSE: HttpPipeline::DisconnectCallback: releasing pipeline=0x00000000004ED8D0.
    httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception
    from HRESULT: 0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
       --- End of inner exception stack trace ---;
    httpruntime!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!c20!01/21/2014-16:22:41:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0-1-130347907277948893.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception
    from HRESULT: 0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
       --- End of inner exception stack trace ---;
    The last think I have done, is to grant a new user access to the report server website (by using the site options) and to the root folder (by using the folder options on ws).
    But the error must not relate to the new user. The server was not touched for several days before.
    Could you plz help me? I have no idea what to do. 
    Googling the whole day to find a solution without success

    We are having the same issue with our production reporting server and it doesn't look like a permission issue. We are running the SSRS service as a domain account with administrative privileges on the server. We are seeing the following entry in the log
    file:
    rshost!rshost!1254!01/30/2014-13:06:04:: e ERROR: WriteCallback(): failed to write in write callback.
    rshost!rshost!1254!01/30/2014-13:06:04:: e ERROR: Failed with win32 error 0x0079, pipeline=0x0000000003484370.
    rshost!rshost!1198!01/30/2014-13:06:04:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
    rshost!rshost!1198!01/30/2014-13:06:04:: e ERROR: Failed with win32 error 0x0079, pipeline=0x0000000003484370.
    httpruntime!ReportManager_0-1!1198!01/30/2014-13:06:04:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT: 0x80070079)
       at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
    library!ReportManager_0-1!1198!01/30/2014-13:06:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: RsWorkerRequest::FlushResponse., Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
    An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_0-1-130355206125382999.  ---> System.Runtime.InteropServices.COMException (0x80070079): The semaphore timeout period has expired. (Exception from HRESULT:
    0x80070079)
       at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
       at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
    SSRS version is 10.50.4270.0
    Regards,
    Augustine.

  • An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database

    Hello
    We just had this error today. We did not do ANY changes to our existing ReportServer database neither to our reports.
    Our infrastructure - we have sharepoint 2010 and sql server 2008 r2 with reporting services installed. 
    I confirmed the following:
    -->Disk space on database server OK:
    -->ReportServer database not corrupted - I restored the database to my test server and ran DBCC CheckDB.
    I am now looking at the Activity Monitor and have noticed that several SPID executed by the ReportServer database are blocked by a SPID executed by the ReportServerTempDB.
    Would blocking be a possible cause to this problem?
    Thank you all in advance

    Take a look into this  http://support.microsoft.com/kb/2146315
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Ssrs 2008 r2, select more or more or none of the above values

    In an an existing SSRS 2008 r2 report, I want to have a parameter called @hair where the user
    can see if the customer purchased one of the following items:
     1. hair spray,
     2. hair shampoo,
     3. Hair color,
     4. hair conditioner, or
     5. No hair product purchased.
    The table is called inventory and the values for the field called hairproduct are
     1. hair spray = 'HR',
     2. hair shampoo = 'HS',
     3. hair color = 'HC',
     4. Hair conditionier = 'HD',
     5. If hair product is not purchased hairproduct value is null. This is due to
        the inventory table contains columns like hairproduct, eyeproduct, faceproduct. If a
        particular product is purchased, the column will contain a value. If a customer purchases
        all 4 hair products and 3 eyeproducts, and 9 faceproducts, the inventory table will contain
        16 columns for a particualr customer. 
    In the parameter window, I can use the following to have the correct values be displayed in the
    selection window:
    SELECT DISTINCT IsNull(inventory.hairproduct,'') as hairid,
    CASE IsNull(inventory.hairproduct,'')
    WHEN 'HR' then 'hair spray'
    WHEN 'HS' then 'hair shampoo'
    WHEN 'HC' then 'Hair color'
    WHEN 'HC' then 'hair conditioner'
    WHEN '' then 'No hair product purchased'
    FROM Inventory
    **Note the @hairproduct parameter allows blank values and allows multiple values.
    However in the main query for the ssrs 2008 r2 report, I am not certain how I would change the following statement to select 'No hair product purchased'.
    The current select statement looks like the following:
    select customer_id,hairproduct
    from inventory where customer_id = @customerid
    hairproduct in (@hairproduct).
    Basically I need to change the main query, dataset that matches the parameter @hairproduct, or possibly add a new parameter that means 'No hair product purchased' to report on the customer that has one or more hair products purchased or none.
    Thus can you tell me and/or show me sql that will solve my problem?

    Hi there,
    Can you modify the no hair product purchased to a special code?  Eg. NP.
    Then something like this may work (though it may be a bit slow)
    select customer_id,hairproduct
    from inventory where customer_id = @customerid and
    (hairproduct
    in (@hairproduct)  and (patindex(@hairproduct,'%NP%') = 0) 
    OR ( (patindex(@hairproduct,'%NP%')
    > 0)  and customerid not in (select customerid from inventory where
    customer_id = @customerid where hairproduct is not null)
    cheers,
    Andrew
    Andrew Sears, T4G Limited, http://www.performancepointing.com

  • Low Disk Space in the installation drive

    Dear all,
    One of our test server, is running out of space in the installation drive.
    Do we have any standard jobs/Tcodes to reduce/shrink the disk space of installation drive.
    Please share your inputs,
    Regards,
    Younus

    Hi,
    Thanks Mark for directing the question to the right group.
    Elaborating the issue: It is a test PI server and it has been installed in the D drive of the machine.
    It was only one month ago the server was installed and now the system shows the error "Low disk space in D drive"
    10-12 GB of free space was there earlier and even the server didn't have many messages going through it in this period.
    Please help me with your inputs.
    Thanks
    Younus

  • Powershell script to get the low disk space on the servers...

    Hi,
    We have many SQL & Sharepoint servers running on windows server. I need some Powershell script to get the low disk space on those servers and it should send an mail alert saying "Disc d:\ have less than threshold 15% free space".
    Awaiting for response.
    Thanks
    Anil

    you should be able to use this powershell script which you can run as a scheduled task.
    just change the details at the start of the script to point the script to the right location to create log files. you will need to have a plain text file containing a list of server names or ip addresses that you want to check drive space on.
    # Change the following variables based on your environment
    #specify the path to the file you want to generate containing drive space information
    $html_file_dir = "\\server\share\DriveSpace"
    #specify the path and file name of the text file containing the list of servers names you want to check drive space on - each server name on a seperate line in plain text file
    $server_file = "\\server\share\servers.txt"
    #speicfy the from address for the email
    $from_address = "[email protected]"
    #specify the to address for the email
    $to_address = "[email protected]"
    #specify the smtp server to use to send the email
    $email_gateway = "smtp.domain.com" # Can either be DNS name or IP address to SMTP server
    # The seventh line from the bottom (line 167) is used if your smtp gateway requires authentication. If you require smtp authentication
    # you must uncomment it and set the following variables.
    $smtp_user = ""
    $smtp_pass = ""
    # Change the following variables for the style of the report.
    $background_color = "rgb(140,166,193)" # can be in rgb format (rgb(0,0,0)) or hex format (#FFFFFF)
    $server_name_font = "Arial"
    $server_name_font_size = "20px"
    $server_name_bg_color = "rgb(77,108,145)" # can be in rgb format (rgb(0,0,0)) or hex format (#FFFFFF)
    $heading_font = "Arial"
    $heading_font_size = "14px"
    $heading_name_bg_color = "rgb(95,130,169)" # can be in rgb format (rgb(0,0,0)) or hex format (#FFFFFF)
    $data_font = "Arial"
    $data_font_size = "11px"
    # Colors for space
    $very_low_space = "rgb(255,0,0)" # very low space equals anything in the MB
    $low_space = "rgb(251,251,0)" # low space is less then or equal to 10 GB
    $medium_space = "rgb(249,124,0)" # medium space is less then or equal to 100 GB
    #### NO CHANGES SHOULD BE MADE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
    # Define some variables
    $ErrorActionPreference = "SilentlyContinue"
    $date = Get-Date -UFormat "%Y%m%d"
    $html_file = New-Item -ItemType File -Path "$html_file_dir\DiskSpace_$date.html" -Force
    # Create the file
    $html_file
    # Function to be used to convert bytes to MB or GB or TB
    Function ConvertBytes {
    param($size)
    If ($size -lt 1MB) {
    $drive_size = $size / 1KB
    $drive_size = [Math]::Round($drive_size, 2)
    [string]$drive_size + ' KB'
    }elseif ($size -lt 1GB){
    $drive_size = $size / 1MB
    $drive_size = [Math]::Round($drive_size, 2)
    [string]$drive_size + ' MB'
    }ElseIf ($size -lt 1TB){
    $drive_size = $size / 1GB
    $drive_size = [Math]::Round($drive_size, 2)
    [string]$drive_size + ' GB'
    }Else{
    $drive_size = $size / 1TB
    $drive_size = [Math]::Round($drive_size, 2)
    [string]$drive_size + ' TB'
    # Create the header and footer contents of the html page for output
    $html_header = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Server Drive Space</title>
    <style type="text/css">
    .serverName { text-align:center; font-family:"' + $server_name_font + '"; font-size:' + $server_name_font_size + `
    '; font-weight:bold; background-color: ' + $server_name_bg_color + '; border: 1px solid black; width: 150px; }
    .headings { text-align:center; font-family:"' + $heading_font + '"; font-size:' + $heading_font_size + `
    '; font-weight:bold; background-color: ' + $heading_name_bg_color + '; border: 1px solid black; width: 150px; }
    .data { font-family:"' + $data_font + '"; font-size:' + $data_font_size + '; border: 1px solid black; width: 150px; }
    #dataTable { border: 1px solid black; border-collapse:collapse; }
    body { background-color: ' + $background_color + '; }
    #legend { border: 1px solid black; ; right:500px; top:10px; }
    </style>
    <script language="JavaScript" type="text/javascript">
    <!--
    function zxcWWHS(){
    if (document.all){
    zxcCur=''hand'';
    zxcWH=document.documentElement.clientHeight;
    zxcWW=document.documentElement.clientWidth;
    zxcWS=document.documentElement.scrollTop;
    if (zxcWH==0){
    zxcWS=document.body.scrollTop;
    zxcWH=document.body.clientHeight;
    zxcWW=document.body.clientWidth;
    else if (document.getElementById){
    zxcCur=''pointer'';
    zxcWH=window.innerHeight-15;
    zxcWW=window.innerWidth-15;
    zxcWS=window.pageYOffset;
    zxcWC=Math.round(zxcWW/2);
    return [zxcWW,zxcWH,zxcWS];
    window.onscroll=function(){
    var img=document.getElementById(''legend'');
    if (!document.all){ img.style.position=''fixed''; window.onscroll=null; return; }
    if (!img.pos){ img.pos=img.offsetTop; }
    img.style.top=(zxcWWHS()[2]+img.pos)+''px'';
    //-->
    </script>
    </head>
    <body>'
    $html_footer = '</body>
    </html>'
    # Start to create the reports file
    Add-Content $html_file $html_header
    # Retrieve the contents of the server.txt file, this file should contain either the
    # ip address or the host name of the machine on a single line. Loop through the file
    # and get the drive information.
    Get-Content $server_file |`
    ForEach-Object {
    # Get the hostname of the machine
    $hostname = Get-WmiObject -Impersonation Impersonate -ComputerName $_ -Query "SELECT Name From Win32_ComputerSystem"
    $name = $hostname.Name.ToUpper()
    Add-Content $html_file ('<Table id="dataTable"><tr><td colspan="3" class="serverName">' + $name + '</td></tr>
    <tr><td class="headings">Drive Letter</td><td class="headings">Total Size</td><td class="headings">Free Space</td></tr>')
    # Get the drives of the server
    $drives = Get-WmiObject Win32_LogicalDisk -Filter "drivetype=3" -ComputerName $_ -Impersonation Impersonate
    # Now that I have all the drives, loop through and add to report
    ForEach ($drive in $drives) {
    $space_color = ""
    $free_space = $drive.FreeSpace
    $total_space = $drive.Size
    $percentage_free = $free_space / $total_space
    $percentage_free = $percentage_free * 100
    If ($percentage_free -le 5) {
    $space_color = $very_low_space
    }elseif ($percentage_free -le 10) {
    $space_color = $low_space
    }elseif ($percentage_free -le 15) {
    $space_color = $medium_space
    Add-Content $html_file ('<tr><td class="data">' + $drive.deviceid + '</td><td class="data">' + (ConvertBytes $drive.size) + `
    '</td><td class="data" bgcolor="' + $space_color + '">' + (ConvertBytes $drive.FreeSpace) + '</td></tr>')
    # Close the table
    Add-Content $html_file ('</table></br><div id="legend">
    <Table><tr><td style="font-size:12px">Less then or equal to 5 % free space</td><td bgcolor="' + $very_low_space + '" width="10px"></td></tr>
    <tr><td style="font-size:12px">Less then or equal to 10 % free space</td><td bgcolor="' + $low_space + '" width="10px"></td></tr>
    <tr><td style="font-size:12px">Less then or equal to 15 % free space</td><td bgcolor="' + $medium_space + '" width="10px"></td></tr>
    </table></div>')
    # End the reports file
    Add-Content $html_file $html_footer
    # Email the file
    $mail = New-Object System.Net.Mail.MailMessage
    $att = new-object Net.Mail.Attachment($html_file)
    $mail.From = $from_address
    $mail.To.Add($to_address)
    $mail.Subject = "Server Diskspace $date"
    $mail.Body = "The diskspace report file is attached."
    $mail.Attachments.Add($att)
    $smtp = New-Object System.Net.Mail.SmtpClient($email_gateway)
    #$smtp.Credentials = New-Object System.Net.NetworkCredential($smtp_user,$smtp_pass)
    $smtp.Send($mail)
    $att.Dispose()
    # Delete the file
    Remove-Item $html_file
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • Looks like we are running out of the maximum connections IAS 6.0 SP4 can open with the database. Where is the setting and how can we change it?

    We are using IAS 6 SP4. We have 4 kjs engines and we see total 112 jre threads being spawned to database. The code is not able to open connection with the database when we go beyond 60 users (approx)
    Any clues?
    Thanks in advnace
    Sangeeta

    Hi,
    Fine,Its always better to increase the Max pool Size settings to a large value corresponding to KJS's max thread value. Sometimes i had faced problems with Asynchronous database queries eventhough i increased the Max thread value of the Driver to a good maximum value.
    If an application has a very large number of users who access the same data, then Setting the Database Cache's Maximum Connections to a large value will surely help.
    I think its always better to have a clear database connection settings strategy ,considering your Complexity of your Application 'We are using IAS 6 SP4. We have 4 kjs engines and we see total 112 jre threads being spawned to database'.
    Regards,
    T.Raghulan.

  • Laptop keeps on rebooting after windows update configuration failure due to low disk space.

    Dear all, 
    My laptop keeps on restarting it self due to it cannot configure the windows update. I had tried all the solutions online including boot into safe mode, however none of this works as it keeps on going back to the windows configuration screen. I had no windows
    installation disc, i tried system repair and system restore, both also not working. 
    I know where my problems is, it is that I had turn on the quota management system in my c drive. Thus, it had limited my disk space. I suspect that the configuration failure is due to not enough disk space. 
    I am here to ask, anywhere i can start my windows without the update configuration step, or how did i turn off my quota management system without getting into the windows. I tried safe mode, it  still goes to the windows configuration screen and reboots
    again. 
    Please help, thanks. 

    Hi,
    You can access Advanced Boot Options by turning on your computer and pressing the F8 key before Windows starts.
    Then choose system restore to go back to a previous status if you have a restore point.
    Advanced startup options (including safe mode)
    http://windows.microsoft.com/en-in/windows/advanced-startup-options-including-safe-mode#1TC=windows-7
    Alex Zhao
    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

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • Does low disk space make my Macbook Pro act weird?

    Hi! I have an early 2011 15" MBP with a 750gb hard disk space. Just the other day, while I was using photoshop with my laptop, the screen went off so I had to reset it. My laptop acted weird after: doing a screen split (the right part goes to the left and vice versa), one time it had weird pixels that were scattered all over, recently, a blue striped screen. All of this froze my laptop by the way. And all of this happened after a few minutes of usage. And I noticed if I use photoshop, it would only take a little amount of time before it would act weird again compared to when I don't. All the times caused me to reset my laptop by holding the power button.
    Yesterday, it wouldn't boot past the gray screen after resetting about five times. But after it turned off by itself, I tried turning it on again and it booted normally. And I could use it normally again, but with extra care (using it beside an electric fan, checking the temperature with iStat pro).
    I tried the extended Apple Hardware Test but it told me no trouble was found.
    Another thing was, everytime my laptop froze and did the weird screen thingy, my laptop was hot.
    I tried to use it again yesterday to just surf the web, and after some minutes it was still functioning. But I remember one time I was only surfing the web, it did the split screen and froze after almost an hour or so.
    Also, my laptop heats up quickly compared before. And can stand being hot for a long time until now.
    I haven't used any heavy applications besides photoshop to test my laptop's weird behavior by the way.
    So I guess it's because of the laptop's heat. Because I can only use it for a very short time when using photoshop but I can use my laptop for a longer time when only surfing the web.
    I also noticed that if I was forced to reset my laptop and turn it on again, it would boot longer than normal. But if I was able to shut it down properly and turn it on again, it would boot normally.
    And, just a while ago, I remembered my laptop's disk space was only 14gb from 750gb (downloaded a lot of series since I bought my laptop). So maybe what's causing the heat was the low disk space. Just a guess.  So is it possible that my laptop is behaving weird because of the low disk space?

    The problem is back. But this time, it only happened when I used photoshop or played a 1080p video. I was using my laptop for almost 3 hours when i decided to use photoshop. It froze as soon as it started and made my screen display weird pixels. I restarted and tried to open photoshop again and this time, it froze. I did it the third time and after using PS for a minute, it did the split screen. After restarting yet again, I tried to play a 1080p video to just test my laptop. It froze as soon as VLC started. But when i only surf the web (which is the only thing I did before using PS), everything goes well. So I guess it really is the GPU and not the logic board or some other parts. I've decided to just have my laptop checked.

  • Ssrs 2008 'select all' option to be selected for a parameter

    In a new ssrs 2008 report, the problem is all reports are not selected from the parameter called 'report' when the report runs automatically.  When the report executes, there is nothing displayed in the parameter selection  dropdown box. The user
    has to click the down arrow to select which reports they want to execute.
    Here is the siutation for the ssrs 2008 report:
    In a new SSRS 2008 report, I want to be able to allow the user to select which report they  would like to see generated by selecting the report name from a dropdown list. This is a multi-valued parameter and the parameter name is called 'report'. I
    would like the default value to be for all 5 reports to be selected.
    All 5 reports will be on the 'main' report. There will be no subreports. Each report will have its own unique matrix and the matrix will be visibile based upon what is selected in the parameter called 'report'.
    My question is how can I make the 'default' value for the parameter called 'report' have all the reports selected?
     Normally to get all multivalued parameter values selected you create a dataset and run a query against a table. However in this case, there is no table to query. The user just selects what report(s) they want executed.
    Here is the code that is used:
    1.Right-click the multiple parameter ‘repot’ to open the Properties dialog box.
    2.Specify the values below in the Available values:
     Label: report1                                                
    Value: report1
     Label: report2                                                
    Value: report2
     Label: report3                                                
    Value: report3
     Label: report4                                                
    Value: report4
     Label: report5                                                
    Value: report5
    3.Specify the values below as the Default Values:
     report1   report2   report3   report4   report5
    4.Right-click the ‘report1’ to open the Tablix Properties dialog box.
    5.Select Visibility in the left pane, type the expression below in the “Show or hide based on an expression” textbox:
     =iif(InStr(join(Parameters!report.Value,","),"report1")>0,false,true)
    6.Use the expressions below to control the visibility of the ‘report2’, ‘report3’, ‘report4’, ’report5’:
     =iif(InStr(join(Parameters!report.Value,","),"report2")>0,false,true)
     =iif(InStr(join(Parameters!report.Value,","),"report3")>0,false,true)
     =iif(InStr(join(Parameters!report.Value,","),"report4")>0,false,true)
     =iif(InStr(join(Parameters!report.Value,","),"report5")>0,false,true)
    Thus can you tell me how all values from the 'report' parameter can be selected automatically  when the ssrs report is executed?

    Pass default value as below and see
    =Split("Report1,Report2,Report3,Report4,Report5",",")
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Ssrs 2008 r2 straight line within a matrix

    In an SSRS 2008 R2 new report have placed a matrix on the end of the report for information the user wants to see at the end of the report. The user wants to place a straight line between the different infomation sections in the tablix. Here are the problems
    I am having:
    1. In a row I would like to merge 2 cells together so that a line placed within the matrix is the same length. The problem is that I do not know how to merge the cells.
    2. When I drag a line into a cell in the matrix, the line is not straight. The line points to an angle. I have tried to change the properties of the line on the endpoint values but that has not worked. Thus can you tell me how to make the line placed within
    a matrix cell to be straight?

    Take a look at this post for inserting a horizontal (or vertical) line into a tablix cell:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/397d6dc4-766a-43c9-9706-5370a2bfaeb4/insert-line-into-table?forum=sqlreportingservices
    For merging cells, you simply select a set of contiguous cells, right-click, merge cells. There is a catch of course. The catch is that all of the cells you are trying to merge must be in the same scope. Below are some screenshots showing a simple Matrix
    with 1 column group and 1 row group.
    As you can see in this screenshot, I have selected 2 adjacent cells that are both in the same scope, and merge cells is available.
    In this screenshot, I have selected 2 adjacent cells that are not in the same scope. The left cell is only scoped by the row group while the cell on the right is scoped by both the row and the column group. As a result, I cannot merge the cells.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Ssrs 2008 r2 parameter values

    In a new ssrs 2008 r2 report, I need to display 2 of the parameter values in the heading of the report. One of the parameter values in the name and customer number. The second heading value is the city and state where the particular customer is located at.
    The customer table has the following values:
    a. cust_id int primary-id,
    b. customer_name varchar(50),
    c. cust_address1 varchar (50),
    d. cust_address2 varchar (50),
    e. cust_city_state varchar(40),
    f. cust_zip_providence varchar(30),
    g. cust_country varchar(30).
    Thus I need to place the  paramter values of customer_name and cust_city_state that are obtained from a dropdown list in the heading.
    when I try =first(customer_name) in the heading, the value is only good for the first customer name. After that, the wrong parameter value is displayed.
    Thus can you tell me and/or show me code of what I can do to place the parameter values
    of customer_name and cust_city_state in the heading of the report?

    Follow below steps,
    1. Create 3 Data set.
     DS1 = select * from customertable
     DS2 = select distinct customer_name from customertable
     DS3 = select distinct cust_id from customertable
    2. Add two parameter, customer name and customer number
     --------parameter 1
     - supply Name property for 1st parameter
     - datatype for the parameter is string
     - Available value property, Select dataset DS2, Select Field Value as "Customer_Name"
     --------parameter 2
     - supply Name property for 2st parameter
     - datatype for the parameter is string
     - Available value property, Select dataset DS3, Select Field Value as "Cust_id"
    3. Add a blank tablix/table.
     -- Select TableRow2 and right click to add new group i.e insert group.
     -- Group properties window will be openned,
     -- Select Group On Expression 1st.
     -- Select the parameter(Parameter1/customer name) by double clicking in the expression window
     -- Select Group On another Expression 2nd.
     -- Select the parameter(Parameter2/Cust Id) by double clicking in the expression window
     -- Now in the general tab you need to checked "Repeat Group Header"
     -- press ok to close the group properties window.
    4. Now from DS1 drag the field City and State in TableRow3 columns.
    5. Drag the Customer Name and Customer Id/Number in TableRow1.
    6. In case if First(Fields!CustomerName) appears then remove First function as simply "Fields!CustomerName". Similarly for Customer Number.
    7. Finally we need to set the filter condition of the table property. Open the table property by right clicking. On the "Filter" tab choose the expression as "Fields" items and double click "CustomerName" to add in the expression. Similarly add second
    field "CustomerNumber" in the expression. Check the operator "=" and choose the value as "Parameter" items respectively.
    Regards, RSingh

Maybe you are looking for

  • My macbook pro can't find my external drive after upgrading os

    I have a macbook pro from 2009. I recently upgraded to Yosemite and now it won't read my external drive (Toshiba). I am able to find it in disk utility but I am not able to open it. The device works fine in other computers. I have all my pictures the

  • Image not sharp in bridge

    I am really frustrated that my images look slightly blurred in bridge. Looks sharp when I open in photoshop, but whenever I see 100% preview in bridge, image is just not sharp!!! * I have purged all cache and did a full extraction * I have checked fu

  • Ipod Screen Scratches

    Hey all, new to the forums so i'm sorry if this has been asked myriad times, but: I work at a BestBuy selling Ipods/other mp3 players, cell phones (including the Motorola Rokr)/etc etc, so naturally i have people asking me about Ipod videos, nanos, e

  • V51VP-TMENG not updated by HU_PACKING_AND_UNPACKING

    Hello, I am packing delivery to existing hum and using following FM: 1. HU_READ_DELIVERY_AND_INIT 2. HU_INITIALIZE_PACKING 3. HU_PACKING_AND_UNPACKING 4. HU_POST Values in VEPO are updated and everything looks fine, but in VA33N (Packing) field V51VP

  • HP Wireless Elite Keyboard v2

    i want ask to somebody know with this product  HP Wireless Elite Keyboard v2 what its real product HP? and if you know, where thats keyboard sell in indonesia? and one again how much is it?