FEP 2010 - subreporting issue
-
Monday, June 20, 2011 12:10 PM
When runnning the std reports - the subreports gives me this: "Error: Subreport could not be shown."
(running SCCM SP2 R3, with SQL 2008 Sp1)I have seen this being mentioned as an issue, from this article:
http://blogs.technet.com/b/clientsecurity/archive/2011/05/19/forefront-endpoint-protection-fep-2010-fep-reports-may-not-display-properly.aspxAnyone who can recommend this solution, or maybe just upgrade to SQL SP2?
Can this update pack give me some new issues?
All Replies
-
Monday, June 20, 2011 7:49 PM
Hi,
Have you checked the SRSRP.log to be sure that you have the same error ? If so, yes the link is correct and you can follow it.
Bechir Gharbi | http://myitforum.com/cs2/blogs/bgharbi/ | Time zone : GMT+1 -
Wednesday, June 22, 2011 7:35 AM
The patch worked, reports are now ok.
@Bechir - do you have any experience with SQL 2008 SP2 for SCCM 2007?
Thinking of performance or other behaviour. -
Wednesday, June 22, 2011 7:57 AM
@Bechir - do you have any experience with SQL 2008 SP2 for SCCM 2007?
It is supported and it works like a charme :)
Bechir Gharbi | http://myitforum.com/cs2/blogs/bgharbi/ | Time zone : GMT+1 -
Thursday, July 14, 2011 6:25 AMThe issue returned yesterday, anyone who can recommend something?
-
Thursday, July 14, 2011 8:21 AMThe log file for reporting services (C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\LogFiles) gives me a lot of red:webserver!ReportServer_0-2!2644!07/14/2011-09:48:11:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.RSException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset 'dsMalwareDetectionsSummary'. ---> System.Data.SqlClient.SqlException: A severe error occurred on the current command. The results, if any, should be discarded.A severe error occurred on the current command. The results, if any, should be discarded.at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
-
Thursday, August 04, 2011 8:43 AM
The cause for the problem seems to be insufficient space in the “memory-to-leave” area of SQL Server. The size of this memory area is 256 Mbytes by default and can be increased with the startup parameter “-g” for SQL Server.
Solved by increasing “memory-to-leave” to 384 Mbytes. Needed a MS support ticket to help out.
- Marked As Answer by rellingsen Thursday, August 04, 2011 8:43 AM

