Database Administrators
Q&A for database professionals who wish to improve their database skills
Latest Questions
2
votes
1
answers
298
views
SSRS ReportServer_XXX.log is giving incorrect CPU count
I am currently investigating an issue wherein sometimes the SSRS just suddenly stops accepting requests until we do an IISRESET command. This happens after we added an additional processor on the server. No new report is added on that time. Right now we have 2x Quad Core with HT enabled processors....
I am currently investigating an issue wherein sometimes the SSRS just suddenly stops accepting requests until we do an IISRESET command. This happens after we added an additional processor on the server. No new report is added on that time. Right now we have 2x Quad Core with HT enabled processors. Information in
'sys.dm_os_sys_info'
is giving me the correct cpu_count which is 16. However, while looking at the 'ReportServer_XXX.log'
, I noticed that it's logging incorrect cpu count.
w3wp!resourceutilities!1!3/22/2014-14:29:16:: i INFO: Reporting Services starting SKU: Standard w3wp!resourceutilities!1!3/22/2014-14:29:16:: i INFO: Evaluation copy: 0 days left w3wp!resourceutilities!1!3/22/2014-14:29:16:: i INFO: CPU throttling turned on w3wp!resourceutilities!1!3/22/2014-14:29:16:: i **INFO: Running on 127 physical processors, 255 logical processors**
I am not certain if this is the cause but either way, how do I correct this issue? The count is way off.
Also, on our other server, the ***CPU throttling turned on*** message is not being logged. Could also be this another reason?
SSRS is running under this environment:
- Windows Server 2003 R2 32-bit (PAE enabled)
- SQL Server 2005 SP4 (AWE enabled)
- 2xQuad core with HT processors
- 64GB memory
pinoy_ISF
(121 rep)
Mar 23, 2014, 05:45 PM
• Last activity: May 2, 2025, 05:08 AM
1
votes
1
answers
217
views
SSRS (2005): conditionally format null/zero count cells based on group
Okay, so I have an SSRS report column-grouped by weeks wait (and sorted by days wait, because weeks wait is a text category field), and a count of the number of people who've been waiting in each cell. It's been requested that I format text in the 6+ weeks categories red and the remainder green for...
Okay, so I have an SSRS report column-grouped by weeks wait (and sorted by days wait, because weeks wait is a text category field), and a count of the number of people who've been waiting in each cell.
It's been requested that I format text in the 6+ weeks categories red and the remainder green for a quick visual representation of people who've been waiting an acceptable amount of time. So, the font colour is formatted with:
=Iif(Fields!Days_Wait.Value>42,"Red","Green")
However, this only works where the value has associated rows returned from the query. Where there's a count of 0 in the cell, it doesn't have a "Days_Wait" value to look up and so defaults to green.
Short of making the query return a whole load of superfluous empty lines so that every row category/column category combination has a row against it, is there any way to do this? I'm currently stuck with Visual Studio 2005 because the universe is a cold and unforgiving place.
angelica
(11 rep)
Oct 28, 2016, 10:22 AM
• Last activity: Nov 30, 2016, 11:05 AM
1
votes
1
answers
37
views
SSRS in database server
Is it advised to use SSRS in the database server itself? Will it hamper the performance of the server itself. (in SQL SERVER 2005) What are the merits and demrits of the same?
Is it advised to use SSRS in the database server itself? Will it hamper the performance of the server itself. (in SQL SERVER 2005)
What are the merits and demrits of the same?
tesla747
(1910 rep)
Jul 12, 2015, 11:20 AM
• Last activity: Jul 12, 2015, 04:33 PM
Showing page 1 of 3 total questions