Showing posts with label report. Show all posts
Showing posts with label report. Show all posts

Thursday, March 29, 2012

Error when using rskeymgmt to backup encryption key

When I run the rskeymgmt program to backup the encryption key, I get the
following error:
The Report Server Windows service is not responding to RPC requests. The
service may not be running.
I have checked, and the service is running. We are using SQL Server 2005
sp2. The command I am using is:
rskeymgmt -e -fc:\rskey\rsdbkey.txt -psomepassword
Any ideas why this is failing. I was able to run the program some time ago.
Thanks.On May 2, 11:50 am, "Tim Kelley" <tkel...@.company.com> wrote:
> When I run the rskeymgmt program to backup the encryption key, I get the
> following error:
> The Report Server Windows service is not responding to RPC requests. The
> service may not be running.
> I have checked, and the service is running. We are using SQL Server 2005
> sp2. The command I am using is:
> rskeymgmt -e -fc:\rskey\rsdbkey.txt -psomepassword
> Any ideas why this is failing. I was able to run the program some time ago.
> Thanks.
This link might be helpful:
http://www.technologyone.org/new-6210113-3731.html
Regards,
Enrique Martinez
Sr. Software Consultant

Error when trying to save report in pdf

I developed a report using sql server reporting services and the vs.net
designer. Then I wrote another class that downloads the result into
pdf and excel formats. When I run the program, the excel file opens
fine but the pdf says "there was an error opening this document. the
file is damaged and cannot be repaired". I have seen other forums with
the same issue and microsoft is yet to provide an answer to this
problem. Can someone help please? Any suggestions are well appreciated.
Thanks.There are a variety of reasons this could happen. I'd start by first
looking at the Report Server log file and see what exception (if any) occurs
when you render to PDF. Secondly, I'd dump the PDF into notepad and see if
there are any errors embedded at the end of the stream.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
<csuman@.gmail.com> wrote in message
news:1130708307.146769.204230@.g49g2000cwa.googlegroups.com...
>I developed a report using sql server reporting services and the vs.net
> designer. Then I wrote another class that downloads the result into
> pdf and excel formats. When I run the program, the excel file opens
> fine but the pdf says "there was an error opening this document. the
> file is damaged and cannot be repaired". I have seen other forums with
> the same issue and microsoft is yet to provide an answer to this
> problem. Can someone help please? Any suggestions are well appreciated.
> Thanks.
>|||I am having the same problem - just upgraded Adobe Reader to 7.0.5.
Looking at the pdf created in NotePad: Starts with
%PDF-1.3%
1 0 obj [/PDF /Text /ImageB /ImageC /ImageI] . . . has a bunch of stuff . . .
"ends" trailer << /Size 10 /Root 8 0 R/Info 9 0 R >>
startxref
3893
%%EOF
then after the EOF is a full dump of the HTML code:
%%EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title> . . .
I've asked the database manager to look at the reporting services logs but
if this gives anyone a clue to the cause/solution . . .
--
gwf
"Donovan Smith [MSFT]" wrote:
> There are a variety of reasons this could happen. I'd start by first
> looking at the Report Server log file and see what exception (if any) occurs
> when you render to PDF. Secondly, I'd dump the PDF into notepad and see if
> there are any errors embedded at the end of the stream.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> <csuman@.gmail.com> wrote in message
> news:1130708307.146769.204230@.g49g2000cwa.googlegroups.com...
> >I developed a report using sql server reporting services and the vs.net
> > designer. Then I wrote another class that downloads the result into
> > pdf and excel formats. When I run the program, the excel file opens
> > fine but the pdf says "there was an error opening this document. the
> > file is damaged and cannot be repaired". I have seen other forums with
> > the same issue and microsoft is yet to provide an answer to this
> > problem. Can someone help please? Any suggestions are well appreciated.
> >
> > Thanks.
> >
>
>sql

Error when trying to open report in VS.NET

Hi,
I'm trying to open a report that was created a few days ago to make
modifications. When I double click on it in the Solutions Explorer in
VS.NET, I get an Exception from HRESULT error.
The report has been published to the report server.
Does anyone know how I can troubleshoot this?
ThanksDoes this describe your problem?
http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/1ab023b68d2ca2ed/4e31690c8f70c2fa?q=rdl++0x80131500&_done=%2Fgroups%3Fq%3Drdl++0x80131500%26&_doneTitle=Back+to+Search&&d#4e31690c8f70c2fa
--
Albert Yen
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"T." <asdfasdf@.adfasdf.com> wrote in message
news:e1amHtoGFHA.3376@.TK2MSFTNGP14.phx.gbl...
> Hi,
> I'm trying to open a report that was created a few days ago to make
> modifications. When I double click on it in the Solutions Explorer in
> VS.NET, I get an Exception from HRESULT error.
> The report has been published to the report server.
> Does anyone know how I can troubleshoot this?
> Thanks
>sql

Error when trying to filter a table

Hi!!
I have 2 tables in a report that runs against the same dataset. And
when I try to filter on a field called T0650_CONDITION_TYPE_ID, I get
an error.
"The processing of filter expression for the table 'table2' cannot be
performed. The comparison failed. Please check the data type retured
by filter expression."
The filter is =Fields!T0650_CONDITION_TYPE_ID.Value = 2
I've searched the internet and found different suggestions to
solutions but none of them works.
I've tried to =2 in the value-field, I have tried to convert, but I
doesn't get it to work.
And I need this filter to just show T0650_CONDITION_TYPE_ID.Value = 1
in one table and T0650_CONDITION_TYPE_ID.Value = 2 in the other.
I have tried to hide, but then I get empty spaces, and it doesn't look
good.
T0650_CONDITION_TYPE_ID is a tinyint.
I'm grateful for any help
BR LottaCould you try
=(CInt(Fields!T0650_CONDITION_TYPE_ID.Value) = 2) ?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Lotta" <lotta.svensson@.europeiska.com> wrote in message
news:7ec6061a.0503020012.eb2f8f0@.posting.google.com...
> Hi!!
> I have 2 tables in a report that runs against the same dataset. And
> when I try to filter on a field called T0650_CONDITION_TYPE_ID, I get
> an error.
> "The processing of filter expression for the table 'table2' cannot be
> performed. The comparison failed. Please check the data type retured
> by filter expression."
> The filter is =Fields!T0650_CONDITION_TYPE_ID.Value = 2
> I've searched the internet and found different suggestions to
> solutions but none of them works.
> I've tried to =2 in the value-field, I have tried to convert, but I
> doesn't get it to work.
> And I need this filter to just show T0650_CONDITION_TYPE_ID.Value = 1
> in one table and T0650_CONDITION_TYPE_ID.Value = 2 in the other.
> I have tried to hide, but then I get empty spaces, and it doesn't look
> good.
> T0650_CONDITION_TYPE_ID is a tinyint.
> I'm grateful for any help
> BR Lotta

Error when trying to deploy report

Hi,
I'm running Reporting Services 2000 SP1. Everytime I try and deploy a report
to our reporting server I get the following error:
"A connection could not be made to the report server
http://sqlreportserver/ReportServer"
I can browse to the Report Manager and view reports. I am also able to debug
reports in VS.NET 2003. I've double checked the TargetFolder and
TargetServerURL in the project properties.
I am on a different domain than the report server. Could this be why I am
unable to deploy? If so, does anybody know how I can work around this.
Thanks
John a.k.a.HansHi again,
I'm still having problems with this. If anyone could give me a few pointers
that would be much appreciated.
Thanks
J
"Hans Gruber" wrote:
> Hi,
> I'm running Reporting Services 2000 SP1. Everytime I try and deploy a report
> to our reporting server I get the following error:
> "A connection could not be made to the report server
> http://sqlreportserver/ReportServer"
> I can browse to the Report Manager and view reports. I am also able to debug
> reports in VS.NET 2003. I've double checked the TargetFolder and
> TargetServerURL in the project properties.
> I am on a different domain than the report server. Could this be why I am
> unable to deploy? If so, does anybody know how I can work around this.
> Thanks
> John a.k.a.Hans
>|||OK. I've made some progress. Hopefully this may help other people with the
same problem.
1) In IE. Tools --> Internet Options --> Connections --> LAN Settings.
Uncheck the 'Use a proxy server for your LAN (These.....' box.
2) Restart VS.NET 2003
3) I can now deploy reports.
Still frustrating because my colleague does not have to uncheck this box in
order to deploy...so any pointers would be much appreciated.
J
> > Hi,
> >
> > I'm running Reporting Services 2000 SP1. Everytime I try and deploy a report
> > to our reporting server I get the following error:
> >
> > "A connection could not be made to the report server
> > http://sqlreportserver/ReportServer"
> >
> > I can browse to the Report Manager and view reports. I am also able to debug
> > reports in VS.NET 2003. I've double checked the TargetFolder and
> > TargetServerURL in the project properties.
> >
> > I am on a different domain than the report server. Could this be why I am
> > unable to deploy? If so, does anybody know how I can work around this.
> >
> > Thanks
> > John a.k.a.Hans
> >
> >

Error when trying to deploy a report using Oracle data source

We use SQL Server Reporting Services, My SQL box is on Win2k3. The developer
is able to run the report on his Windows XP box but when he deploys the
reports to the SQL Server where Reporting Services is running, he gets the
following error:
"An error has occurred during report processing. (rsProcessingAborted) Get
Online Help
Cannot create a connection to data source 'WMS'. (rsErrorOpeningConnection)
Get Online Help
System.Data.OracleClient requires Oracle client software version 8.1.7 or
greater
He develped this report on his XP box using Visual Studio .NET and is trying
to deploy it to our SQL server production box where Reporting Services is
installed. I have installed Oracle 9.2 client on the SQL Server box and can
make successful connections to our Oracle Database (where the report is
pulling data from). What else am I missing?
Thanks!
Bea Isabelle, Database AdministratorI used the google groups search.
Look at this link:
http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/8eb65eca58e11586/05b5299775c955b9?q=oracle+8.1.7+group:microsoft.public.sqlserver.reportingsvcs&rnum=1&hl=en#05b5299775c955b9
Basically reboot after installing. Link has other things to try.
Here is the search I used:
http://groups-beta.google.com/groups?hl=en&lr=&safe=off&num=10&q=oracle+8.1.7+group%3Amicrosoft.public.sqlserver.reportingsvcs&safe=off&qt_s=Search
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"isabelle" <isabelle@.discussions.microsoft.com> wrote in message
news:66AE92CA-13A2-4FB2-96B4-9CE0464D141E@.microsoft.com...
> We use SQL Server Reporting Services, My SQL box is on Win2k3. The
> developer
> is able to run the report on his Windows XP box but when he deploys the
> reports to the SQL Server where Reporting Services is running, he gets the
> following error:
> "An error has occurred during report processing. (rsProcessingAborted) Get
> Online Help
> Cannot create a connection to data source 'WMS'.
> (rsErrorOpeningConnection)
> Get Online Help
> System.Data.OracleClient requires Oracle client software version 8.1.7 or
> greater
> He develped this report on his XP box using Visual Studio .NET and is
> trying
> to deploy it to our SQL server production box where Reporting Services is
> installed. I have installed Oracle 9.2 client on the SQL Server box and
> can
> make successful connections to our Oracle Database (where the report is
> pulling data from). What else am I missing?
> Thanks!
> Bea Isabelle, Database Administrator
>|||Unfortunately, my server access won't allow me to go to those links here from
work. The only
that we haven't tried is rebooting the IIS services as the documentation
noted. I've also installed the ODP .Net
driver on the FFSQL box and he still gets the error. We will try a reboot
later today and see if that clears up the error.
Thanks!
"Bruce L-C [MVP]" wrote:
> I used the google groups search.
> Look at this link:
> http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/8eb65eca58e11586/05b5299775c955b9?q=oracle+8.1.7+group:microsoft.public.sqlserver.reportingsvcs&rnum=1&hl=en#05b5299775c955b9
> Basically reboot after installing. Link has other things to try.
> Here is the search I used:
> http://groups-beta.google.com/groups?hl=en&lr=&safe=off&num=10&q=oracle+8.1.7+group%3Amicrosoft.public.sqlserver.reportingsvcs&safe=off&qt_s=Search
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "isabelle" <isabelle@.discussions.microsoft.com> wrote in message
> news:66AE92CA-13A2-4FB2-96B4-9CE0464D141E@.microsoft.com...
> > We use SQL Server Reporting Services, My SQL box is on Win2k3. The
> > developer
> > is able to run the report on his Windows XP box but when he deploys the
> > reports to the SQL Server where Reporting Services is running, he gets the
> > following error:
> >
> > "An error has occurred during report processing. (rsProcessingAborted) Get
> > Online Help
> > Cannot create a connection to data source 'WMS'.
> > (rsErrorOpeningConnection)
> > Get Online Help
> > System.Data.OracleClient requires Oracle client software version 8.1.7 or
> > greater
> >
> > He develped this report on his XP box using Visual Studio .NET and is
> > trying
> > to deploy it to our SQL server production box where Reporting Services is
> > installed. I have installed Oracle 9.2 client on the SQL Server box and
> > can
> > make successful connections to our Oracle Database (where the report is
> > pulling data from). What else am I missing?
> >
> > Thanks!
> >
> > Bea Isabelle, Database Administrator
> >
>
>

Error when trying to deploy

I am getting this error when trying to deploy a report. As far as I can see
permissions /Authentication is all ok
A connection could not be made to the report server
http://Servername/ReportServer
Anybody have any ideas of where to start looking?Have you checked the report project properties? Right mouse on your project
and select "Properties" and be sure the TargetServerURL points to the
correct deploy server (i.e. http://hostname/ReportServer).
"PaulM" <PaulM@.discussions.microsoft.com> wrote in message
news:63646412-BB77-438B-9A45-E4723AE5262C@.microsoft.com...
>I am getting this error when trying to deploy a report. As far as I can see
> permissions /Authentication is all ok
> A connection could not be made to the report server
> http://Servername/ReportServer
> Anybody have any ideas of where to start looking?
>|||I was having this same problem on a new PC that I had just setup with .NET
and SQL Reporting. I found that I needed to have the "Bypass proxy server
for local addresses" checkbox checked in my IE browser connection settings.
I found this by comparing to my old PC.
"goodman93" wrote:
> Have you checked the report project properties? Right mouse on your project
> and select "Properties" and be sure the TargetServerURL points to the
> correct deploy server (i.e. http://hostname/ReportServer).
>
> "PaulM" <PaulM@.discussions.microsoft.com> wrote in message
> news:63646412-BB77-438B-9A45-E4723AE5262C@.microsoft.com...
> >I am getting this error when trying to deploy a report. As far as I can see
> > permissions /Authentication is all ok
> >
> > A connection could not be made to the report server
> > http://Servername/ReportServer
> >
> > Anybody have any ideas of where to start looking?
> >
> >
>
>

Tuesday, March 27, 2012

error when trying to browse SSRS on a remote machine

Hi,

I deployed SSRS reports to my local report server and set the connection string to access a server on the network with Analysis Server.

Result:
I can access and use the reports from my computer. But when I use any other computer on the network I can't use the reports. I can access them but they don't find the database ant therefor they don't present any data.

Error message as folows: "An error has occurred during report processing. (rsProcessingAborted) Get Online Help
Cannot create a connection to data source 'dsAnalys'. (rsErrorOpeningConnection) Get Online Help
Database 'Analys' does not exist.
"

This works fine on my local machine, the error comes only when i try to browse on a remote machine. I am using SQL Server 2005

Any help would be appriciated!!!

Thanks in advance,

Chanduu

Can you access the database from a different PC using SQL Server Management Studio?

Possibly the server is not accessible from those PCs? Is it on a different domain?

|||yes, i am able to access|||

Chandu I am just trying to see what is causing this error.

1.) Do you have Shared Datasource in SSRS.

2.) While deploying to the remote server, make sure to include the right TargetServerUrl.

3.) On the Remote Server, go the Home folder and check for the DataSources if it has

a.) Enable this Data Source CheckBox checked.

b.) Connection string

c.) In the Connect Using: Check if the Credentials stored securely in the report server is Checked and the UserName and Password is given.

4.) Check for the permissions.

Hope this helps...

|||

Thanks a lot !!! friends .. I got answer for this error

Steps i followed to reslove this error

1. Goto http://<report server>/reports

2. Select the datasource folder

3. Check "Credentials stored in that report" and give valid user id and password

4. Check the check box"Use as windows credentials when connecting to datasource"

error when trying to browse SSRS on a remote machine

Hi,

I deployed SSRS reports to my local report server and set the connection string to access a server on the network with Analysis Server.

Result:
I can access and use the reports from my computer. But when I use any other computer on the network I can't use the reports. I can access them but they don't find the database ant therefor they don't present any data.

Error message as folows: "An error has occurred during report processing. (rsProcessingAborted) Get Online Help
Cannot create a connection to data source 'dsAnalys'. (rsErrorOpeningConnection) Get Online Help
Database 'Analys' does not exist.
"

This works fine on my local machine, the error comes only when i try to browse on a remote machine. I am using SQL Server 2005

Any help would be appriciated!!!

Thanks in advance,

Chanduu

Can you access the database from a different PC using SQL Server Management Studio?

Possibly the server is not accessible from those PCs? Is it on a different domain?

|||yes, i am able to access|||

Chandu I am just trying to see what is causing this error.

1.) Do you have Shared Datasource in SSRS.

2.) While deploying to the remote server, make sure to include the right TargetServerUrl.

3.) On the Remote Server, go the Home folder and check for the DataSources if it has

a.) Enable this Data Source CheckBox checked.

b.) Connection string

c.) In the Connect Using: Check if the Credentials stored securely in the report server is Checked and the UserName and Password is given.

4.) Check for the permissions.

Hope this helps...

|||

Thanks a lot !!! friends .. I got answer for this error

Steps i followed to reslove this error

1. Goto http://<report server>/reports

2. Select the datasource folder

3. Check "Credentials stored in that report" and give valid user id and password

4. Check the check box"Use as windows credentials when connecting to datasource"

sql

error when trying to browse SSRS on a remote machine

Hi,

I deployed SSRS reports to my local report server and set the connection string to access a server on the network with Analysis Server.

Result:
I can access and use the reports from my computer. But when I use any other computer on the network I can't use the reports. I can access them but they don't find the database ant therefor they don't present any data.

Error message as folows: "An error has occurred during report processing. (rsProcessingAborted) Get Online Help
Cannot create a connection to data source 'dsAnalys'. (rsErrorOpeningConnection) Get Online Help
Database 'Analys' does not exist.
"

This works fine on my local machine, the error comes only when i try to browse on a remote machine. I am using SQL Server 2005

Any help would be appriciated!!!

Thanks in advance,

Chanduu

Can you access the database from a different PC using SQL Server Management Studio?

Possibly the server is not accessible from those PCs? Is it on a different domain?

|||yes, i am able to access|||

Chandu I am just trying to see what is causing this error.

1.) Do you have Shared Datasource in SSRS.

2.) While deploying to the remote server, make sure to include the right TargetServerUrl.

3.) On the Remote Server, go the Home folder and check for the DataSources if it has

a.) Enable this Data Source CheckBox checked.

b.) Connection string

c.) In the Connect Using: Check if the Credentials stored securely in the report server is Checked and the UserName and Password is given.

4.) Check for the permissions.

Hope this helps...

|||

Thanks a lot !!! friends .. I got answer for this error

Steps i followed to reslove this error

1. Goto http://<report server>/reports

2. Select the datasource folder

3. Check "Credentials stored in that report" and give valid user id and password

4. Check the check box"Use as windows credentials when connecting to datasource"

Error when try to Export

The report looks good and shows all data correctly.
When I try to export it to PDF; I get an error "There was an error opening
this document.This file cannot be found."
When try to export to Excel. It exports report but for some cells instead of
data it shows "#NAME?"
Any Idea?Are you using RTM or SP1?
PDF Error. By chance do you have a previous PDF export (same file name) open
in Acrobat Reader when this occurred?
EXCEL Error. Please click in one of the cells where this occurred and then
check what is displayed in Excel's cell edit area. #Name occurs because
Excel could not evaluate the expression in the cell.
--
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"RA" <rchaudhary-nospam@.storis.com> wrote in message
news:eTuyt8eZEHA.3716@.TK2MSFTNGP11.phx.gbl...
> The report looks good and shows all data correctly.
> When I try to export it to PDF; I get an error "There was an error opening
> this document.This file cannot be found."
> When try to export to Excel. It exports report but for some cells instead
of
> data it shows "#NAME?"
> Any Idea?
>

Error when starting Report Manager

When trying to start report manager (http://localhost/reports) I get the following error. I have since given access to ASPNET and IUSR_<machinename> rights to the listed path & file, but still get same error. Any ideas? Thanks.

Parser Error Message: An error occurred loading a configuration file: Access to the path 'C:\Inetpub\wwwroot_sps2003\web.config' is denied.

Source Error:

[No relevant source lines]


Source File: C:\Inetpub\wwwroot_sps2003\web.config Line: 0

Try giving the report server web service account read permission on the folder in the error message.

-Lukasz

|||

It's working. Since we have Sharepoint and other things on there I had to specify the port and sql instance: http://someservername:8080/Reports$sql2005 this worked! Report manager comes up now.

Thanks!

|||

You'll need to do some more work to make things work reliably:

1) in the rsreportserver.config file, change URLRoot to include the URL above. This allows links in e-mail deliveries to be accurate.

2) check your report manager configuration file and see if you need to set the reportserverurl property rather than the reportservervirtualdirectory property - when using a custom port you usually need to use reportserverurl. Note that these elements are mutually exclusive.

Good to hear you're up and running.

-Lukasz

Error When setting Map Document Label in a group of a table

Hi,

I try to activate the map document control on my report. My Report is composed of a table in which I group by 2 criterias. When I set the document map label of the first entry of the group list then I get an error on the preview :

"An internal error occurred on the report server. See the error log for more details. "

Can someone tell where can I find the error log file ?

thanks in Advance.

Depending on what drive you set up sql server on and what instance you are referring to (if there is more than one), the basic path to the log files is:

C:\Program Files\Microsoft SQL Server\MSSQL.4\Reporting Services\LogFiles

You can also view the logs on the reporting services server in the Event Viewer.

|||thanks Simone

Error when sending scheduled report

We are using SQL Server 2005 SP2. We have setup the RS smtp configuration
and we we have created scheduled reports, but we get an error when the
report is emailed. If I understand correctly, the account name/password
that is used for authentication is the account name used for the SQL Server
Reporting Services service. I have edit the rsreportserver.config file and
changed the SMTPAuthenticate to 2. The SMTP server is configured to point
to an external SMTP server.
The error we receive is: Failure sending mail: The message could not be sent
to the SMTP server. The transport error code was 0x80040217. The server
response was not available.Make sure that you don't have an antivirus/firewall blocking port 25 because
it sounds like your report server is not able to innitiate a connection to
the mail server. You can also try telnetting your smtp server from your
report server on port 25 by typing "telnet smtpservername 25" at the comand
prompt on the report server. If that commnad times out then you have a
netwroking problem whether it be a physical problem, a routing problem or a
firewall problem.
"Tim Kelley" <tkelley@.company.com> wrote in message
news:uESIb0ljHHA.4936@.TK2MSFTNGP03.phx.gbl...
> We are using SQL Server 2005 SP2. We have setup the RS smtp configuration
> and we we have created scheduled reports, but we get an error when the
> report is emailed. If I understand correctly, the account name/password
> that is used for authentication is the account name used for the SQL
> Server Reporting Services service. I have edit the rsreportserver.config
> file and changed the SMTPAuthenticate to 2. The SMTP server is configured
> to point to an external SMTP server.
> The error we receive is: Failure sending mail: The message could not be
> sent to the SMTP server. The transport error code was 0x80040217. The
> server response was not available.
>|||I was able to connect to the smtp server from our RS server. Any other
ideas?
Could it be an authentication issue?
Thanks,
Tim
"TJ Davis" <TJDavis@.sagu.edu> wrote in message
news:eumMVKmjHHA.4248@.TK2MSFTNGP06.phx.gbl...
> Make sure that you don't have an antivirus/firewall blocking port 25
> because it sounds like your report server is not able to innitiate a
> connection to the mail server. You can also try telnetting your smtp
> server from your report server on port 25 by typing "telnet smtpservername
> 25" at the comand prompt on the report server. If that commnad times out
> then you have a netwroking problem whether it be a physical problem, a
> routing problem or a firewall problem.
> "Tim Kelley" <tkelley@.company.com> wrote in message
> news:uESIb0ljHHA.4936@.TK2MSFTNGP03.phx.gbl...
>> We are using SQL Server 2005 SP2. We have setup the RS smtp
>> configuration and we we have created scheduled reports, but we get an
>> error when the report is emailed. If I understand correctly, the account
>> name/password that is used for authentication is the account name used
>> for the SQL Server Reporting Services service. I have edit the
>> rsreportserver.config file and changed the SMTPAuthenticate to 2. The
>> SMTP server is configured to point to an external SMTP server.
>> The error we receive is: Failure sending mail: The message could not be
>> sent to the SMTP server. The transport error code was 0x80040217. The
>> server response was not available.
>

Error when sending report to PDF

"A drawing error occurred". I receive this message when I export to pdf
from RS2005. Note that I only have this issue on my reports that have a .jpg
in them. "Thats an image"....... Any ideas...............We had the same issue, but it was resolved with sp1 for RS 2005.
"gdjoshua" <gdjoshua@.discussions.microsoft.com> wrote in message
news:049DE821-F331-4422-A0C4-3D7F99BE443A@.microsoft.com...
> "A drawing error occurred". I receive this message when I export to pdf
> from RS2005. Note that I only have this issue on my reports that have a
> .jpg
> in them. "Thats an image"....... Any ideas...............

Monday, March 26, 2012

Error when RowNumber is 0

Or is it when the dataset is null? Either way, my report is reporting a
Javasript error when my stored procedure returns no records. I isolated the
expression that is causing the problem. It is:
=iif( RowNumber("VisuaLabBillingRecords") Mod 2, "WhiteSmoke", "White")
which I had in the table row Background property to alternate my background
color of the rows. It works fine, except when there are no records.
Can someone tell me how to fix it without removing the expression, which is
what I did to get around it for now. I would like to have the alternating row
colors back if I can tough.
BTW, the error did not show up while I was testing under Visual Studio 2005
Pro. Everything appeared fine until I deployed to the server.
TIA
I don't think this is a replication question. Can you try perhaps the vb.net
newsgroup.
http://www.zetainteractive.com - Shift Happens!
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"URW" <URW@.discussions.microsoft.com> wrote in message
news:F7050588-A480-4BA3-83E1-8A7E602D2E6F@.microsoft.com...
> Or is it when the dataset is null? Either way, my report is reporting a
> Javasript error when my stored procedure returns no records. I isolated
> the
> expression that is causing the problem. It is:
> =iif( RowNumber("VisuaLabBillingRecords") Mod 2, "WhiteSmoke", "White")
> which I had in the table row Background property to alternate my
> background
> color of the rows. It works fine, except when there are no records.
> Can someone tell me how to fix it without removing the expression, which
> is
> what I did to get around it for now. I would like to have the alternating
> row
> colors back if I can tough.
> BTW, the error did not show up while I was testing under Visual Studio
> 2005
> Pro. Everything appeared fine until I deployed to the server.
> TIA
|||Oh my Gosh! I apologize! My Bad! I meant to post to Reporting Services. Sorry
about that.
"Hilary Cotter" wrote:

> I don't think this is a replication question. Can you try perhaps the vb.net
> newsgroup.
> --
> http://www.zetainteractive.com - Shift Happens!
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
> "URW" <URW@.discussions.microsoft.com> wrote in message
> news:F7050588-A480-4BA3-83E1-8A7E602D2E6F@.microsoft.com...
>
>

Error when RowNumber is 0

Or is it when the dataset is null? Either way, my report is reporting a
Javasript error when my stored procedure returns no records. I isolated the
expression that is causing the problem. It is:
=iif( RowNumber("DataRecords") Mod 2, "WhiteSmoke", "White")
which I had in the table row Background property to alternate my background
color of the rows. It works fine, except when there are no records.
Can someone tell me how to fix it without removing the expression, which is
what I did to get around it for now. I would like to have the alternating row
colors back if I can. Basically I need to be able to determine that
RowNumber is 0 or that DataRecords, which is my dataset, is null.
BTW, the error did not show up while I was testing under Visual Studio 2005
Pro in Debug mode. Everything appeared fine until I deployed to the server.
If anyone knows how I can catch this type of problem BEFORE I deploy I would
like to know also.
TIA
URW
PS: I had accidentally posted this in the SQL Server Replication Group this
morning. I hope I have the right place (Reporting Services) this time. :-)I found the answer in another post, so the problem has been solved. I should
have searched first and I apologze for not doing that. I guess after I
realized I had posted to the wrong group earlier, I was a bit flustered
Thanks
"URW" wrote:
> Or is it when the dataset is null? Either way, my report is reporting a
> Javasript error when my stored procedure returns no records. I isolated the
> expression that is causing the problem. It is:
> =iif( RowNumber("DataRecords") Mod 2, "WhiteSmoke", "White")
> which I had in the table row Background property to alternate my background
> color of the rows. It works fine, except when there are no records.
> Can someone tell me how to fix it without removing the expression, which is
> what I did to get around it for now. I would like to have the alternating row
> colors back if I can. Basically I need to be able to determine that
> RowNumber is 0 or that DataRecords, which is my dataset, is null.
> BTW, the error did not show up while I was testing under Visual Studio 2005
> Pro in Debug mode. Everything appeared fine until I deployed to the server.
> If anyone knows how I can catch this type of problem BEFORE I deploy I would
> like to know also.
> TIA
> URW
> PS: I had accidentally posted this in the SQL Server Replication Group this
> morning. I hope I have the right place (Reporting Services) this time. :-)|||Could you tell us the solution ;-)?
"URW" <URW@.discussions.microsoft.com> escribió en el mensaje
news:B817A72E-446F-43BF-9B7E-C0A4D2553C15@.microsoft.com...
>I found the answer in another post, so the problem has been solved. I
>should
> have searched first and I apologze for not doing that. I guess after I
> realized I had posted to the wrong group earlier, I was a bit flustered
> Thanks
> "URW" wrote:
>> Or is it when the dataset is null? Either way, my report is reporting a
>> Javasript error when my stored procedure returns no records. I isolated
>> the
>> expression that is causing the problem. It is:
>> =iif( RowNumber("DataRecords") Mod 2, "WhiteSmoke", "White")
>> which I had in the table row Background property to alternate my
>> background
>> color of the rows. It works fine, except when there are no records.
>> Can someone tell me how to fix it without removing the expression, which
>> is
>> what I did to get around it for now. I would like to have the alternating
>> row
>> colors back if I can. Basically I need to be able to determine that
>> RowNumber is 0 or that DataRecords, which is my dataset, is null.
>> BTW, the error did not show up while I was testing under Visual Studio
>> 2005
>> Pro in Debug mode. Everything appeared fine until I deployed to the
>> server.
>> If anyone knows how I can catch this type of problem BEFORE I deploy I
>> would
>> like to know also.
>> TIA
>> URW
>> PS: I had accidentally posted this in the SQL Server Replication Group
>> this
>> morning. I hope I have the right place (Reporting Services) this time.
>> :-)|||Sure.
I just change the expression to
=iif( RowNumber(Nothing)Mod 2, "WhiteSmoke", "White")
I think by defaulting the scope of RowNumber, I am actually counting the
number of rows in the table, rather than the number of rows in the Dataset,
like I was before. Since the dataset can be null, I had problems when I tried
to get the row count for a null object. But the table is never null, and thus
the row count is always save to access and thus no crash. I am not sure if my
explanaition is correct, but that is how I could explain to myself why
getting the row number of a null object worked.
If you search for RowNumber in this group you will find several posts that
refer to this problem. They all show the same solution, but no explanaition
why it works. I hope mine helps but if not at least you have the answer for
my problem.
"Mónica" wrote:
> Could you tell us the solution ;-)?
>
> "URW" <URW@.discussions.microsoft.com> escribió en el mensaje
> news:B817A72E-446F-43BF-9B7E-C0A4D2553C15@.microsoft.com...
> >I found the answer in another post, so the problem has been solved. I
> >should
> > have searched first and I apologze for not doing that. I guess after I
> > realized I had posted to the wrong group earlier, I was a bit flustered
> >
> > Thanks
> >
> > "URW" wrote:
> >
> >> Or is it when the dataset is null? Either way, my report is reporting a
> >> Javasript error when my stored procedure returns no records. I isolated
> >> the
> >> expression that is causing the problem. It is:
> >>
> >> =iif( RowNumber("DataRecords") Mod 2, "WhiteSmoke", "White")
> >>
> >> which I had in the table row Background property to alternate my
> >> background
> >> color of the rows. It works fine, except when there are no records.
> >>
> >> Can someone tell me how to fix it without removing the expression, which
> >> is
> >> what I did to get around it for now. I would like to have the alternating
> >> row
> >> colors back if I can. Basically I need to be able to determine that
> >> RowNumber is 0 or that DataRecords, which is my dataset, is null.
> >>
> >> BTW, the error did not show up while I was testing under Visual Studio
> >> 2005
> >> Pro in Debug mode. Everything appeared fine until I deployed to the
> >> server.
> >> If anyone knows how I can catch this type of problem BEFORE I deploy I
> >> would
> >> like to know also.
> >>
> >> TIA
> >>
> >> URW
> >>
> >> PS: I had accidentally posted this in the SQL Server Replication Group
> >> this
> >> morning. I hope I have the right place (Reporting Services) this time.
> >> :-)
>
>sql

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
>> >>
>>