Showing posts with label failure. Show all posts
Showing posts with label failure. Show all posts

Thursday, March 29, 2012

Error when trying to use checkpoint file

I have a package with settings SaveCheckpoints=True and CheckpointUsage = Never. After the package failed I fixed the cause of failure by setting a database column to allow nulls. Then I went to our web app that we built to monitor package execution and clicked on the button to restart the package. The web app loads the package and then sets the CheckpointUsage property of the package object to 'Always'. Then it executes the package in a new thread. The package then produced this error:

Checkpoint file "E:\Package1Checkpoint" failed to open due to error 0x80070005 "Access is denied.".

Since there was only one remaining task to run in the package I ran it manually.

Now here is the really interesting part. I then needed to run the same package but with different parameters. When I attempted to run it with the saved checkpoint settings (CheckpointUsage=Never, SaveCheckpoints=True) I got this error:

"An existing checkpoint file is found with contents that do not appear to be for this package, so the file cannot be overwritten to start saving new checkpoints. Remove the existing checkpoint file and try again. This error occurs when a checkpoint file exists, the package is set to not use a checkpoint file, but to save checkpoints. The existing checkpoint file will not be overwritten. "

So I then attempted to rename the checkpoint file so it would not interfere, however, it would not let me, saying that the file was in use.

So what I had to do was add a configuration entry which set SaveCheckpoints to False. Then I was able to run the package.

Any ideas?

Could it be that the web app was still executing, and the package executed by web app was still running and holding the checkpoint file? This would explain both "Access denied" when trying to read checkpoint, and "file in use" when trying to delete it.|||

TFYR. I'm reviewing the log entries for when the package "failed". I do not see the 'PackageEnd' log entry so I believe you are correct in that the package was still running and was holding the checkpoint file. I believe it was running a very long-running ExecuteDTS2000 task. ' I must have assumed that when a previous task failed that it had failed the package also, which evidently was not the case. Anyway, below is the code from the web app that launches the package if you are interested. Thanks.

...

pkg.CheckpointUsage = DTSCheckpointUsage.Always;

RunPackage();

}

private void RunPackage() {

ThreadStart threadStart = new ThreadStart(PackageExecute);

Thread thread = new Thread(threadStart);

thread.Name = pkg.Name;

thread.Start();

}

private void PackageExecute() {

try

{

pkg.Execute();

}

catch (Exception ex)

{

lblMessage.Text = ex.Message;

}

}

Monday, March 26, 2012

Error when rendering to PDF

I receive the following error ONLY when rendering to PDF format.
My report has one Matrix in it - no tables, lists or sub-reports.
Failure sending mail: Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown.
From ReportServerService log:
ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e ERROR:
Throwing
Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown., ;
Info:
Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. -->
Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. --> System.NullReferenceException: Object reference not set to an
instance of an object.
at
Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
endRow, Double& startTop)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment,
ItemContext savedContext)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
orientation, Boolean repeatableParent, Boolean canDelete, Double&
minimumCoordinate, Double& distance)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
orientation, Boolean repeatableParent, Boolean canDelete, Double&
minimumCoordinate, Double& distance)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
orientation, Boolean repeatableParent, Boolean canDelete, Double&
minimumCoordinate, Double& distance)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
theComposition, Report theReport, Boolean needTotalPages, Int32 startPage,
Int32 endPage, Boolean render)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
evaluateHeaderFooterExpressions, CreateAndRegisterStream
createAndRegisterStreamCallback)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
report, NameValueCollection reportServerParameters, NameValueCollection
deviceInfo, NameValueCollection clientCapabilities,
EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
CreateAndRegisterStream createAndRegisterStream)
-- End of inner exception stack trace --
at
Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
report, NameValueCollection reportServerParameters, NameValueCollection
deviceInfo, NameValueCollection clientCapabilities,
EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
CreateAndRegisterStream createAndRegisterStream)
at
Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
CreateReportChunk A_4, Boolean& A_5)
-- End of inner exception stack trace --
ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
Initializing EnableExecutionLogging to 'True' as specified in Server system
properties.
ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
sending email. Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. -->
Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. -->
Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown. --> System.NullReferenceException: Object reference not set to an
instance of an object.
at
Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
endRow, Double& startTop)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment,
ItemContext savedContext)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
orientation, Boolean repeatableParent, Boolean canDelete, Double&
minimumCoordinate, Double& distance)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
orientation, Boolean repeatableParent, Boolean canDelete, Double&
minimumCoordinate, Double& distance)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
orientation, Boolean repeatableParent, Boolean canDelete, Double&
minimumCoordinate, Double& distance)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
theComposition, Report theReport, Boolean needTotalPages, Int32 startPage,
Int32 endPage, Boolean render)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
evaluateHeaderFooterExpressions, CreateAndRegisterStream
createAndRegisterStreamCallback)
at
Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
report, NameValueCollection reportServerParameters, NameValueCollection
deviceInfo, NameValueCollection clientCapabilities,
EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
CreateAndRegisterStream createAndRegisterStream)
-- End of inner exception stack trace --
at
Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
report, NameValueCollection reportServerParameters, NameValueCollection
deviceInfo, NameValueCollection clientCapabilities,
EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
CreateAndRegisterStream createAndRegisterStream)
at
Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
CreateReportChunk A_4, Boolean& A_5)
-- End of inner exception stack trace --
at
Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
CreateReportChunk A_4, Boolean& A_5)
at
Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
ProcessingContext pc, RenderingContext rc)
at
Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
reportContext, ItemProperties properties, ParameterInfoCollection
effectiveParameters, Guid reportId, ClientRequest session, String
description, ReportSnapshot intermediateSnapshot, DataSourceInfoCollection
thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
usedUserProfile)
at
Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
reportContext, ClientRequest session, Warning[]& warnings,
ParameterInfoCollection& effectiveParameters)
at
Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
reportContext, ClientRequest session, Warning[]& warnings,
ParameterInfoCollection& effectiveParameters, String[]& secondaryStreamNames)
at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
at
Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
-- End of inner exception stack trace --
at
Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
at
Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
String[]& secondaryStreamNames)
at Microsoft.ReportingServices.Library.ReportImpl.Render(String
renderFormat, String deviceInfo)
at
Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage message, Notification notification, SubscriptionData data)
at
Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification notification)
at
Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
ReportingServicesService!notification!424!04/22/2005-15:06:03:: Notification
0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
Failure sending mail: Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown., DeliveryExtension: Report Server Email, Report:
CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0I'm running RS SP2
"Jon" wrote:
> I receive the following error ONLY when rendering to PDF format.
> My report has one Matrix in it - no tables, lists or sub-reports.
> Failure sending mail: Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown.
> From ReportServerService log:
> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e ERROR:
> Throwing
> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown., ;
> Info:
> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown. -->
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown. --> System.NullReferenceException: Object reference not set to an
> instance of an object.
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> endRow, Double& startTop)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment,
> ItemContext savedContext)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> minimumCoordinate, Double& distance)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> minimumCoordinate, Double& distance)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> minimumCoordinate, Double& distance)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> theComposition, Report theReport, Boolean needTotalPages, Int32 startPage,
> Int32 endPage, Boolean render)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> evaluateHeaderFooterExpressions, CreateAndRegisterStream
> createAndRegisterStreamCallback)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> report, NameValueCollection reportServerParameters, NameValueCollection
> deviceInfo, NameValueCollection clientCapabilities,
> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> CreateAndRegisterStream createAndRegisterStream)
> -- End of inner exception stack trace --
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> report, NameValueCollection reportServerParameters, NameValueCollection
> deviceInfo, NameValueCollection clientCapabilities,
> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> CreateAndRegisterStream createAndRegisterStream)
> at
> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> CreateReportChunk A_4, Boolean& A_5)
> -- End of inner exception stack trace --
> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
> Initializing EnableExecutionLogging to 'True' as specified in Server system
> properties.
> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
> sending email. Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown. -->
> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown. -->
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown. --> System.NullReferenceException: Object reference not set to an
> instance of an object.
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> endRow, Double& startTop)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment,
> ItemContext savedContext)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> minimumCoordinate, Double& distance)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> minimumCoordinate, Double& distance)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> minimumCoordinate, Double& distance)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> theComposition, Report theReport, Boolean needTotalPages, Int32 startPage,
> Int32 endPage, Boolean render)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> evaluateHeaderFooterExpressions, CreateAndRegisterStream
> createAndRegisterStreamCallback)
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> report, NameValueCollection reportServerParameters, NameValueCollection
> deviceInfo, NameValueCollection clientCapabilities,
> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> CreateAndRegisterStream createAndRegisterStream)
> -- End of inner exception stack trace --
> at
> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> report, NameValueCollection reportServerParameters, NameValueCollection
> deviceInfo, NameValueCollection clientCapabilities,
> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> CreateAndRegisterStream createAndRegisterStream)
> at
> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> CreateReportChunk A_4, Boolean& A_5)
> -- End of inner exception stack trace --
> at
> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> CreateReportChunk A_4, Boolean& A_5)
> at
> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
> executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
> ProcessingContext pc, RenderingContext rc)
> at
> Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
> reportContext, ItemProperties properties, ParameterInfoCollection
> effectiveParameters, Guid reportId, ClientRequest session, String
> description, ReportSnapshot intermediateSnapshot, DataSourceInfoCollection
> thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
> ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
> RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
> usedUserProfile)
> at
> Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
> reportContext, ClientRequest session, Warning[]& warnings,
> ParameterInfoCollection& effectiveParameters)
> at
> Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
> reportContext, ClientRequest session, Warning[]& warnings,
> ParameterInfoCollection& effectiveParameters, String[]& secondaryStreamNames)
> at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
> at
> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> -- End of inner exception stack trace --
> at
> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> at
> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
> rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
> type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
> String[]& secondaryStreamNames)
> at Microsoft.ReportingServices.Library.ReportImpl.Render(String
> renderFormat, String deviceInfo)
> at
> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage message, Notification notification, SubscriptionData data)
> at
> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification notification)
> at
> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
> ReportingServicesService!notification!424!04/22/2005-15:06:03:: Notification
> 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
> Failure sending mail: Exception of type
> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> thrown., DeliveryExtension: Report Server Email, Report:
> CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0
>|||Was this working before? Are all reports doing this or just this one? Does
it work in image formats? There weren't a lot of changes in PDF.
--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jon" <Jon@.discussions.microsoft.com> wrote in message
news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@.microsoft.com...
> I'm running RS SP2
> "Jon" wrote:
>> I receive the following error ONLY when rendering to PDF format.
>> My report has one Matrix in it - no tables, lists or sub-reports.
>> Failure sending mail: Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown.
>> From ReportServerService log:
>> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e
>> ERROR:
>> Throwing
>> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown., ;
>> Info:
>> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. -->
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. --> System.NullReferenceException: Object reference not set to
>> an
>> instance of an object.
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
>> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
>> endRow, Double& startTop)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
>> itemReAdjustment)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
>> orientation, Double childrenMaximumDistance, ReAdjustments
>> itemReAdjustment,
>> ItemContext savedContext)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
>> theComposition, Report theReport, Boolean needTotalPages, Int32
>> startPage,
>> Int32 endPage, Boolean render)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
>> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
>> evaluateHeaderFooterExpressions, CreateAndRegisterStream
>> createAndRegisterStreamCallback)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> A_0,
>> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> CreateReportChunk A_4, Boolean& A_5)
>> -- End of inner exception stack trace --
>> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
>> Initializing EnableExecutionLogging to 'True' as specified in Server
>> system
>> properties.
>> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
>> sending email.
>> Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. -->
>> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. -->
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. --> System.NullReferenceException: Object reference not set to
>> an
>> instance of an object.
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
>> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
>> endRow, Double& startTop)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
>> itemReAdjustment)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
>> orientation, Double childrenMaximumDistance, ReAdjustments
>> itemReAdjustment,
>> ItemContext savedContext)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
>> theComposition, Report theReport, Boolean needTotalPages, Int32
>> startPage,
>> Int32 endPage, Boolean render)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
>> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
>> evaluateHeaderFooterExpressions, CreateAndRegisterStream
>> createAndRegisterStreamCallback)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> A_0,
>> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> CreateReportChunk A_4, Boolean& A_5)
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> A_0,
>> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> CreateReportChunk A_4, Boolean& A_5)
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
>> executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
>> ProcessingContext pc, RenderingContext rc)
>> at
>> Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
>> reportContext, ItemProperties properties, ParameterInfoCollection
>> effectiveParameters, Guid reportId, ClientRequest session, String
>> description, ReportSnapshot intermediateSnapshot,
>> DataSourceInfoCollection
>> thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
>> ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
>> RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
>> usedUserProfile)
>> at
>> Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
>> reportContext, ClientRequest session, Warning[]& warnings,
>> ParameterInfoCollection& effectiveParameters)
>> at
>> Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
>> reportContext, ClientRequest session, Warning[]& warnings,
>> ParameterInfoCollection& effectiveParameters, String[]&
>> secondaryStreamNames)
>> at
>> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
>> at
>> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
>> at
>> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
>> rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
>> type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
>> String[]& secondaryStreamNames)
>> at Microsoft.ReportingServices.Library.ReportImpl.Render(String
>> renderFormat, String deviceInfo)
>> at
>> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage
>> message, Notification notification, SubscriptionData data)
>> at
>> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification
>> notification)
>> at
>> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification
>> notification)
>> ReportingServicesService!notification!424!04/22/2005-15:06:03::
>> Notification
>> 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
>> Failure sending mail: Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown., DeliveryExtension: Report Server Email, Report:
>> CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0|||In case anyone else is having this issue, I seem to have found a workaround
for my particular problem. If I change the first textbox in the first column
'Hidden flag' to FALSE, it seems to work fine. I just reduced the size so it
doesn't take up any space on the report.
"Jon" wrote:
> I'm running RS SP2
> "Jon" wrote:
> > I receive the following error ONLY when rendering to PDF format.
> >
> > My report has one Matrix in it - no tables, lists or sub-reports.
> >
> > Failure sending mail: Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown.
> >
> > From ReportServerService log:
> >
> > ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e ERROR:
> > Throwing
> > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> > Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown., ;
> > Info:
> > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> > Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown. -->
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> > Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown. --> System.NullReferenceException: Object reference not set to an
> > instance of an object.
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> > headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> > endRow, Double& startTop)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> > orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment,
> > ItemContext savedContext)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> > orientation, Boolean repeatableParent, Boolean canDelete, Double&
> > minimumCoordinate, Double& distance)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> > orientation, Boolean repeatableParent, Boolean canDelete, Double&
> > minimumCoordinate, Double& distance)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> > orientation, Boolean repeatableParent, Boolean canDelete, Double&
> > minimumCoordinate, Double& distance)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> > theComposition, Report theReport, Boolean needTotalPages, Int32 startPage,
> > Int32 endPage, Boolean render)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> > report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> > evaluateHeaderFooterExpressions, CreateAndRegisterStream
> > createAndRegisterStreamCallback)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> > report, NameValueCollection reportServerParameters, NameValueCollection
> > deviceInfo, NameValueCollection clientCapabilities,
> > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> > CreateAndRegisterStream createAndRegisterStream)
> > -- End of inner exception stack trace --
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> > report, NameValueCollection reportServerParameters, NameValueCollection
> > deviceInfo, NameValueCollection clientCapabilities,
> > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> > CreateAndRegisterStream createAndRegisterStream)
> > at
> > Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
> > GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> > CreateReportChunk A_4, Boolean& A_5)
> > -- End of inner exception stack trace --
> > ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
> > Initializing EnableExecutionLogging to 'True' as specified in Server system
> > properties.
> > ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
> > sending email. Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
> > Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown. -->
> > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> > Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown. -->
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> > Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown. --> System.NullReferenceException: Object reference not set to an
> > instance of an object.
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> > headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> > endRow, Double& startTop)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> > orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment,
> > ItemContext savedContext)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> > orientation, Boolean repeatableParent, Boolean canDelete, Double&
> > minimumCoordinate, Double& distance)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> > orientation, Boolean repeatableParent, Boolean canDelete, Double&
> > minimumCoordinate, Double& distance)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> > orientation, Boolean repeatableParent, Boolean canDelete, Double&
> > minimumCoordinate, Double& distance)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> > theComposition, Report theReport, Boolean needTotalPages, Int32 startPage,
> > Int32 endPage, Boolean render)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> > report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> > evaluateHeaderFooterExpressions, CreateAndRegisterStream
> > createAndRegisterStreamCallback)
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> > report, NameValueCollection reportServerParameters, NameValueCollection
> > deviceInfo, NameValueCollection clientCapabilities,
> > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> > CreateAndRegisterStream createAndRegisterStream)
> > -- End of inner exception stack trace --
> > at
> > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> > report, NameValueCollection reportServerParameters, NameValueCollection
> > deviceInfo, NameValueCollection clientCapabilities,
> > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> > CreateAndRegisterStream createAndRegisterStream)
> > at
> > Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
> > GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> > CreateReportChunk A_4, Boolean& A_5)
> > -- End of inner exception stack trace --
> > at
> > Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0,
> > GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> > CreateReportChunk A_4, Boolean& A_5)
> > at
> > Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
> > executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
> > ProcessingContext pc, RenderingContext rc)
> > at
> > Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
> > reportContext, ItemProperties properties, ParameterInfoCollection
> > effectiveParameters, Guid reportId, ClientRequest session, String
> > description, ReportSnapshot intermediateSnapshot, DataSourceInfoCollection
> > thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
> > ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
> > RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
> > usedUserProfile)
> > at
> > Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
> > reportContext, ClientRequest session, Warning[]& warnings,
> > ParameterInfoCollection& effectiveParameters)
> > at
> > Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
> > reportContext, ClientRequest session, Warning[]& warnings,
> > ParameterInfoCollection& effectiveParameters, String[]& secondaryStreamNames)
> > at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
> > at
> > Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> > -- End of inner exception stack trace --
> > at
> > Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> > at
> > Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
> > rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
> > type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
> > String[]& secondaryStreamNames)
> > at Microsoft.ReportingServices.Library.ReportImpl.Render(String
> > renderFormat, String deviceInfo)
> > at
> > Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage message, Notification notification, SubscriptionData data)
> > at
> > Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification notification)
> > at
> > Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
> > ReportingServicesService!notification!424!04/22/2005-15:06:03:: Notification
> > 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
> > Failure sending mail: Exception of type
> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> > thrown., DeliveryExtension: Report Server Email, Report:
> > CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0
> >|||Please email me a copy of your .rdl and .rdl.data file so I can see what's
going on.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jon" <Jon@.discussions.microsoft.com> wrote in message
news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@.microsoft.com...
> I'm running RS SP2
> "Jon" wrote:
>> I receive the following error ONLY when rendering to PDF format.
>> My report has one Matrix in it - no tables, lists or sub-reports.
>> Failure sending mail: Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown.
>> From ReportServerService log:
>> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e
>> ERROR:
>> Throwing
>> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown., ;
>> Info:
>> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. -->
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. --> System.NullReferenceException: Object reference not set to
>> an
>> instance of an object.
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
>> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
>> endRow, Double& startTop)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
>> itemReAdjustment)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
>> orientation, Double childrenMaximumDistance, ReAdjustments
>> itemReAdjustment,
>> ItemContext savedContext)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
>> theComposition, Report theReport, Boolean needTotalPages, Int32
>> startPage,
>> Int32 endPage, Boolean render)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
>> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
>> evaluateHeaderFooterExpressions, CreateAndRegisterStream
>> createAndRegisterStreamCallback)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> A_0,
>> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> CreateReportChunk A_4, Boolean& A_5)
>> -- End of inner exception stack trace --
>> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
>> Initializing EnableExecutionLogging to 'True' as specified in Server
>> system
>> properties.
>> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
>> sending email.
>> Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. -->
>> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. -->
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
>> Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown. --> System.NullReferenceException: Object reference not set to
>> an
>> instance of an object.
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
>> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
>> endRow, Double& startTop)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
>> itemReAdjustment)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
>> orientation, Double childrenMaximumDistance, ReAdjustments
>> itemReAdjustment,
>> ItemContext savedContext)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> minimumCoordinate, Double& distance)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
>> theComposition, Report theReport, Boolean needTotalPages, Int32
>> startPage,
>> Int32 endPage, Boolean render)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
>> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
>> evaluateHeaderFooterExpressions, CreateAndRegisterStream
>> createAndRegisterStreamCallback)
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> report, NameValueCollection reportServerParameters, NameValueCollection
>> deviceInfo, NameValueCollection clientCapabilities,
>> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> CreateAndRegisterStream createAndRegisterStream)
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> A_0,
>> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> CreateReportChunk A_4, Boolean& A_5)
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> A_0,
>> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> CreateReportChunk A_4, Boolean& A_5)
>> at
>> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
>> executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
>> ProcessingContext pc, RenderingContext rc)
>> at
>> Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
>> reportContext, ItemProperties properties, ParameterInfoCollection
>> effectiveParameters, Guid reportId, ClientRequest session, String
>> description, ReportSnapshot intermediateSnapshot,
>> DataSourceInfoCollection
>> thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
>> ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
>> RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
>> usedUserProfile)
>> at
>> Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
>> reportContext, ClientRequest session, Warning[]& warnings,
>> ParameterInfoCollection& effectiveParameters)
>> at
>> Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
>> reportContext, ClientRequest session, Warning[]& warnings,
>> ParameterInfoCollection& effectiveParameters, String[]&
>> secondaryStreamNames)
>> at
>> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
>> at
>> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
>> -- End of inner exception stack trace --
>> at
>> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
>> at
>> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
>> rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
>> type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
>> String[]& secondaryStreamNames)
>> at Microsoft.ReportingServices.Library.ReportImpl.Render(String
>> renderFormat, String deviceInfo)
>> at
>> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage
>> message, Notification notification, SubscriptionData data)
>> at
>> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification
>> notification)
>> at
>> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification
>> notification)
>> ReportingServicesService!notification!424!04/22/2005-15:06:03::
>> Notification
>> 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
>> Failure sending mail: Exception of type
>> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
>> thrown., DeliveryExtension: Report Server Email, Report:
>> CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0|||Not sure what email to send to, I tried donovans@.online.microsoft.com, but it
bounces.
"Donovan Smith [MSFT]" wrote:
> Please email me a copy of your .rdl and .rdl.data file so I can see what's
> going on.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Jon" <Jon@.discussions.microsoft.com> wrote in message
> news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@.microsoft.com...
> > I'm running RS SP2
> >
> > "Jon" wrote:
> >
> >> I receive the following error ONLY when rendering to PDF format.
> >>
> >> My report has one Matrix in it - no tables, lists or sub-reports.
> >>
> >> Failure sending mail: Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown.
> >>
> >> From ReportServerService log:
> >>
> >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e
> >> ERROR:
> >> Throwing
> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown., ;
> >> Info:
> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. -->
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. --> System.NullReferenceException: Object reference not set to
> >> an
> >> instance of an object.
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> >> endRow, Double& startTop)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
> >> itemReAdjustment)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> >> orientation, Double childrenMaximumDistance, ReAdjustments
> >> itemReAdjustment,
> >> ItemContext savedContext)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> >> theComposition, Report theReport, Boolean needTotalPages, Int32
> >> startPage,
> >> Int32 endPage, Boolean render)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream
> >> createAndRegisterStreamCallback)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
> >> A_0,
> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> >> CreateReportChunk A_4, Boolean& A_5)
> >> -- End of inner exception stack trace --
> >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
> >> Initializing EnableExecutionLogging to 'True' as specified in Server
> >> system
> >> properties.
> >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
> >> sending email.
> >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. -->
> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. -->
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. --> System.NullReferenceException: Object reference not set to
> >> an
> >> instance of an object.
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> >> endRow, Double& startTop)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
> >> itemReAdjustment)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> >> orientation, Double childrenMaximumDistance, ReAdjustments
> >> itemReAdjustment,
> >> ItemContext savedContext)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> >> theComposition, Report theReport, Boolean needTotalPages, Int32
> >> startPage,
> >> Int32 endPage, Boolean render)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream
> >> createAndRegisterStreamCallback)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
> >> A_0,
> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> >> CreateReportChunk A_4, Boolean& A_5)
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
> >> A_0,
> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> >> CreateReportChunk A_4, Boolean& A_5)
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
> >> executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
> >> ProcessingContext pc, RenderingContext rc)
> >> at
> >> Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
> >> reportContext, ItemProperties properties, ParameterInfoCollection
> >> effectiveParameters, Guid reportId, ClientRequest session, String
> >> description, ReportSnapshot intermediateSnapshot,
> >> DataSourceInfoCollection
> >> thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
> >> ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
> >> RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
> >> usedUserProfile)
> >> at
> >> Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
> >> reportContext, ClientRequest session, Warning[]& warnings,
> >> ParameterInfoCollection& effectiveParameters)
> >> at
> >> Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
> >> reportContext, ClientRequest session, Warning[]& warnings,
> >> ParameterInfoCollection& effectiveParameters, String[]&
> >> secondaryStreamNames)
> >> at
> >> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
> >> at
> >> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> >> at
> >> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
> >> rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
> >> type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
> >> String[]& secondaryStreamNames)
> >> at Microsoft.ReportingServices.Library.ReportImpl.Render(String
> >> renderFormat, String deviceInfo)
> >> at
> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage
> >> message, Notification notification, SubscriptionData data)
> >> at
> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification
> >> notification)
> >> at
> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification
> >> notification)
> >> ReportingServicesService!notification!424!04/22/2005-15:06:03::
> >> Notification
> >> 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
> >> Failure sending mail: Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown., DeliveryExtension: Report Server Email, Report:
> >> CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0
> >>
>
>|||I can't say if this error was occuring before I applied SP2, although I did
not see the error occur until after I installed SP2.
I can not seem to reproduce this with my other reports.
Looks like exporting to TIFF produces the same error.
"Brian Welcker [MSFT]" wrote:
> Was this working before? Are all reports doing this or just this one? Does
> it work in image formats? There weren't a lot of changes in PDF.
> --
> Brian Welcker
> Group Program Manager
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "Jon" <Jon@.discussions.microsoft.com> wrote in message
> news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@.microsoft.com...
> > I'm running RS SP2
> >
> > "Jon" wrote:
> >
> >> I receive the following error ONLY when rendering to PDF format.
> >>
> >> My report has one Matrix in it - no tables, lists or sub-reports.
> >>
> >> Failure sending mail: Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown.
> >>
> >> From ReportServerService log:
> >>
> >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e
> >> ERROR:
> >> Throwing
> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown., ;
> >> Info:
> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. -->
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. --> System.NullReferenceException: Object reference not set to
> >> an
> >> instance of an object.
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> >> endRow, Double& startTop)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
> >> itemReAdjustment)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> >> orientation, Double childrenMaximumDistance, ReAdjustments
> >> itemReAdjustment,
> >> ItemContext savedContext)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> >> theComposition, Report theReport, Boolean needTotalPages, Int32
> >> startPage,
> >> Int32 endPage, Boolean render)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream
> >> createAndRegisterStreamCallback)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
> >> A_0,
> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> >> CreateReportChunk A_4, Boolean& A_5)
> >> -- End of inner exception stack trace --
> >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
> >> Initializing EnableExecutionLogging to 'True' as specified in Server
> >> system
> >> properties.
> >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error
> >> sending email.
> >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. -->
> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. -->
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
> >> Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown. --> System.NullReferenceException: Object reference not set to
> >> an
> >> instance of an object.
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32&
> >> endRow, Double& startTop)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
> >> itemReAdjustment)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
> >> orientation, Double childrenMaximumDistance, ReAdjustments
> >> itemReAdjustment,
> >> ItemContext savedContext)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
> >> minimumCoordinate, Double& distance)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
> >> theComposition, Report theReport, Boolean needTotalPages, Int32
> >> startPage,
> >> Int32 endPage, Boolean render)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
> >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream
> >> createAndRegisterStreamCallback)
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
> >> report, NameValueCollection reportServerParameters, NameValueCollection
> >> deviceInfo, NameValueCollection clientCapabilities,
> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
> >> CreateAndRegisterStream createAndRegisterStream)
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
> >> A_0,
> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> >> CreateReportChunk A_4, Boolean& A_5)
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
> >> A_0,
> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
> >> CreateReportChunk A_4, Boolean& A_5)
> >> at
> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
> >> executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
> >> ProcessingContext pc, RenderingContext rc)
> >> at
> >> Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
> >> reportContext, ItemProperties properties, ParameterInfoCollection
> >> effectiveParameters, Guid reportId, ClientRequest session, String
> >> description, ReportSnapshot intermediateSnapshot,
> >> DataSourceInfoCollection
> >> thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
> >> ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
> >> RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
> >> usedUserProfile)
> >> at
> >> Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
> >> reportContext, ClientRequest session, Warning[]& warnings,
> >> ParameterInfoCollection& effectiveParameters)
> >> at
> >> Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
> >> reportContext, ClientRequest session, Warning[]& warnings,
> >> ParameterInfoCollection& effectiveParameters, String[]&
> >> secondaryStreamNames)
> >> at
> >> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
> >> at
> >> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> >> -- End of inner exception stack trace --
> >> at
> >> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
> >> at
> >> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
> >> rs, CatalogItemContext reportContext, ClientRequest session, JobTypeEnum
> >> type, Warning[]& warnings, ParameterInfoCollection& effectiveParameters,
> >> String[]& secondaryStreamNames)
> >> at Microsoft.ReportingServices.Library.ReportImpl.Render(String
> >> renderFormat, String deviceInfo)
> >> at
> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage
> >> message, Notification notification, SubscriptionData data)
> >> at
> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification
> >> notification)
> >> at
> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification
> >> notification)
> >> ReportingServicesService!notification!424!04/22/2005-15:06:03::
> >> Notification
> >> 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False, Status:
> >> Failure sending mail: Exception of type
> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
> >> thrown., DeliveryExtension: Report Server Email, Report:
> >> CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0
> >>
>
>|||Remove the .online part.
--
Brian Welcker
Group Program Manager
Microsoft SQL Server
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jon" <Jon@.discussions.microsoft.com> wrote in message
news:21698829-5C41-4F80-AC1A-8A70658BF5C1@.microsoft.com...
> Not sure what email to send to, I tried donovans@.online.microsoft.com, but
> it
> bounces.
> "Donovan Smith [MSFT]" wrote:
>> Please email me a copy of your .rdl and .rdl.data file so I can see
>> what's
>> going on.
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Jon" <Jon@.discussions.microsoft.com> wrote in message
>> news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@.microsoft.com...
>> > I'm running RS SP2
>> >
>> > "Jon" wrote:
>> >
>> >> I receive the following error ONLY when rendering to PDF format.
>> >>
>> >> My report has one Matrix in it - no tables, lists or sub-reports.
>> >>
>> >> Failure sending mail: Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown.
>> >>
>> >> From ReportServerService log:
>> >>
>> >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e
>> >> ERROR:
>> >> Throwing
>> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> >> Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown., ;
>> >> Info:
>> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> >> Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown. -->
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
>> >> Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown. --> System.NullReferenceException: Object reference not set
>> >> to
>> >> an
>> >> instance of an object.
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
>> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow,
>> >> Int32&
>> >> endRow, Double& startTop)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
>> >> itemReAdjustment)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
>> >> orientation, Double childrenMaximumDistance, ReAdjustments
>> >> itemReAdjustment,
>> >> ItemContext savedContext)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> >> minimumCoordinate, Double& distance)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> >> minimumCoordinate, Double& distance)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> >> minimumCoordinate, Double& distance)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
>> >> theComposition, Report theReport, Boolean needTotalPages, Int32
>> >> startPage,
>> >> Int32 endPage, Boolean render)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
>> >> report, NameValueCollection deviceInfo,
>> >> EvaluateHeaderFooterExpressions
>> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream
>> >> createAndRegisterStreamCallback)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> >> report, NameValueCollection reportServerParameters,
>> >> NameValueCollection
>> >> deviceInfo, NameValueCollection clientCapabilities,
>> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> >> CreateAndRegisterStream createAndRegisterStream)
>> >> -- End of inner exception stack trace --
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> >> report, NameValueCollection reportServerParameters,
>> >> NameValueCollection
>> >> deviceInfo, NameValueCollection clientCapabilities,
>> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> >> CreateAndRegisterStream createAndRegisterStream)
>> >> at
>> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> >> A_0,
>> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> >> CreateReportChunk A_4, Boolean& A_5)
>> >> -- End of inner exception stack trace --
>> >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO:
>> >> Initializing EnableExecutionLogging to 'True' as specified in Server
>> >> system
>> >> properties.
>> >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03::
>> >> Error
>> >> sending email.
>> >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException:
>> >> Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown. -->
>> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException:
>> >> Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown. -->
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException:
>> >> Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown. --> System.NullReferenceException: Object reference not set
>> >> to
>> >> an
>> >> instance of an object.
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32
>> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow,
>> >> Int32&
>> >> endRow, Double& startTop)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments&
>> >> itemReAdjustment)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation
>> >> orientation, Double childrenMaximumDistance, ReAdjustments
>> >> itemReAdjustment,
>> >> ItemContext savedContext)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> >> minimumCoordinate, Double& distance)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> >> minimumCoordinate, Double& distance)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
>> >> orientation, Boolean repeatableParent, Boolean canDelete, Double&
>> >> minimumCoordinate, Double& distance)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase
>> >> theComposition, Report theReport, Boolean needTotalPages, Int32
>> >> startPage,
>> >> Int32 endPage, Boolean render)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report
>> >> report, NameValueCollection deviceInfo,
>> >> EvaluateHeaderFooterExpressions
>> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream
>> >> createAndRegisterStreamCallback)
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> >> report, NameValueCollection reportServerParameters,
>> >> NameValueCollection
>> >> deviceInfo, NameValueCollection clientCapabilities,
>> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> >> CreateAndRegisterStream createAndRegisterStream)
>> >> -- End of inner exception stack trace --
>> >> at
>> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report
>> >> report, NameValueCollection reportServerParameters,
>> >> NameValueCollection
>> >> deviceInfo, NameValueCollection clientCapabilities,
>> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions,
>> >> CreateAndRegisterStream createAndRegisterStream)
>> >> at
>> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> >> A_0,
>> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> >> CreateReportChunk A_4, Boolean& A_5)
>> >> -- End of inner exception stack trace --
>> >> at
>> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime
>> >> A_0,
>> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3,
>> >> CreateReportChunk A_4, Boolean& A_5)
>> >> at
>> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderReport(DateTime
>> >> executionTimeStamp, GetReportChunk getCompiledDefinitionCallback,
>> >> ProcessingContext pc, RenderingContext rc)
>> >> at
>> >> Microsoft.ReportingServices.Library.RSService.RenderAsLive(CatalogItemContext
>> >> reportContext, ItemProperties properties, ParameterInfoCollection
>> >> effectiveParameters, Guid reportId, ClientRequest session, String
>> >> description, ReportSnapshot intermediateSnapshot,
>> >> DataSourceInfoCollection
>> >> thisReportDataSources, Boolean cachingRequested, Warning[]& warnings,
>> >> ReportSnapshot& resultSnapshotData, DateTime& executionDateTime,
>> >> RuntimeDataSourceInfoCollection& alldataSources, UserProfileState&
>> >> usedUserProfile)
>> >> at
>> >> Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
>> >> reportContext, ClientRequest session, Warning[]& warnings,
>> >> ParameterInfoCollection& effectiveParameters)
>> >> at
>> >> Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
>> >> reportContext, ClientRequest session, Warning[]& warnings,
>> >> ParameterInfoCollection& effectiveParameters, String[]&
>> >> secondaryStreamNames)
>> >> at
>> >> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
>> >> at
>> >> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
>> >> -- End of inner exception stack trace --
>> >> at
>> >> Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
>> >> at
>> >> Microsoft.ReportingServices.Library.RenderFirstCancelableStep.RenderFirst(RSService
>> >> rs, CatalogItemContext reportContext, ClientRequest session,
>> >> JobTypeEnum
>> >> type, Warning[]& warnings, ParameterInfoCollection&
>> >> effectiveParameters,
>> >> String[]& secondaryStreamNames)
>> >> at Microsoft.ReportingServices.Library.ReportImpl.Render(String
>> >> renderFormat, String deviceInfo)
>> >> at
>> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(IMessage
>> >> message, Notification notification, SubscriptionData data)
>> >> at
>> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification
>> >> notification)
>> >> at
>> >> Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification
>> >> notification)
>> >> ReportingServicesService!notification!424!04/22/2005-15:06:03::
>> >> Notification
>> >> 0d1fdf85-f75b-46a1-902f-564b4f5798ad completed. Success: False,
>> >> Status:
>> >> Failure sending mail: Exception of type
>> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException
>> >> was
>> >> thrown., DeliveryExtension: Report Server Email, Report:
>> >> CompetitiveMarketAnalysisByCustomCategory2_Full, Attempt 0
>> >>
>>