Is it ok to set "auto shrink" ON for reportserver and reportserverTempDB...
Is it ok to set "auto shrink" ON for the reportserver and reportserverTempDB databases?I have read multiple 'best practice' advice articles to not se 'auto shrink' to true, and I understand the...
View ArticlersProcessingAborted Cannot read the next data row for the dataset...
This is a pretty generic exception. I thought I would post this note as my searches for a solution were not very helpful.In my case the error was due to a recurring deadlock due to a missing database...
View ArticleSSRS output in JPEG format, Multiple Pages to Multiple Images (Files)
http://technet.microsoft.com/en-us/library/dd283101.aspx#RenderingMultiplePagesHiAs the like above shows " For all other formats, which render as a single page per file, the file name...
View Articlessrs 2008 r2 display only final total amount
In an existing ssrs 2008 r2 report, I want the final grand total to appear as the last amount displayed in the SSRS report. In the 'main' matrix of the report, I have created an outside group row below...
View ArticleEvent Log The request failed with HTTP status 401: Unauthorized. workstation...
The request failed with HTTP status 401: Unauthorized. at Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods() at...
View ArticleDateDiff Result Set to HH:MM:SS in SSRS
I want a value returned from a DateDiff to format to HH:MM:SS and equally do a total sum using "=TimeSpan.FromTicks"Currently, I am using:=DateDiff("S",Fields!StartDate.Value,Fields!EndDate.Value).How...
View ArticleSummation Error in SSRS
From the image above, I want to sum the Time Spent column in my SSRS report. The issue is that this is not an int column but a varchar after finding the difference between two datetime columns. I want...
View ArticleFilter report by back ground color or by condition
I'd like to filter my report by conditions like iif(Parameter is true, Fields.speed.value > 100 or Fields.speed.value > (speedlimit +15), nothing). I tried using Dataset filter as following set...
View ArticleSQL sub query
Hello GuysI need some assistance with sub queries and calculated values.The data set i have is as such (user ---- webSite ---- duration)I would like to get a report that spits out the user and...
View Article2008 Report server without IIS ? Server instance I inherited doesnt have IIS...
I was looking at ways to format the report folder on the server I recently started using and went looking for the IIS manager, but it doesnt seem to be installed? I thought IIS was a requirement for...
View ArticleSumming the Value of HH: MM: SS In SSRS
Hello! Now I have a field whose T-Sql looks like:Declare @sdate datetime = '2014-07-10 17:02:20.170' Declare @edate datetime = '2014-06-10 17:10:23.170' SELECT cast(DATEDIFF(hour,@sdate,@edate) as...
View ArticleReport Manager 2008 r2 - prompts for username/password & does not accept
Hi all,I am dealing with an extremely frustrating problem with Reporting Services 2008 r2, Report Manager, and would greatly appreciate any help.I have installed Reporting Services, with Report...
View ArticleFiltering by Date (DateDiff)
Hi I'm using SSRS 2008I have a dataset with computer info and dates of how up-to-date the client is. The ClientDate is in formation dd/mm/yy, there are some values that come back as "Unknown" so I have...
View ArticleNeed a sample SSRS report with 3 groupings
Where might I find a sample report with 3 groups that I could just download and modify for my purposes. I cannot get this to work right. I don't want any detail lines to show until all 3 groups have...
View ArticleSSRS 2014 Highly Available
The objective is to setup a production environment where SSRS is highly available. According to this article, the SSRS should be installed on the failover server. This is counter-intuitive to me. Is...
View ArticleSSRS Sharepoint Integration - Drillthorugh New Window Parameters
I have an SSRS Report deployed on an Integrated Sharepoint site.The report has some drill through reports.The user has requested that the drill through reports open up in a new window.It works but the...
View ArticleSSRS 2008R2 : Not able to use Previous aggregrate function in matrix columns...
Hi Expert,I have used a matrix tablix in my report. It is working fine. But when I am trying to use Previous aggregrate in one matrix column cell I get the below error:The use of previous aggregrate...
View ArticleSSRS 2008 FIPS error
Hello,We've installed SQL Server 2008 and Reporting Services 2008 on a Windows Server 2008 Enterprise box. I could initially access the Report Server at the default URL, but when I attempted to access...
View ArticleSharepoint 2013 SSRS 2012 Integrated Report Level Security
With SSRS we are able to assign security down to the object level, but I am looking to move to the Sharepoint Integrated Reporting Services and find that you can only do to a library level. Is this...
View ArticleSSRS Dynamics Date Parameter
Hi,I have an SSRS report with Dates Parameter. it is compsed of FROMDATE and TODATE. The default value of FROMDATE is the current date and TODATE i added plus 1. This reports will get the transaction...
View Article