Friday, March 30, 2012
Running batches of reports
we are making an interesting use of report services...we are actually
using it to generate programming specification for Informatica Mappings
from our mapping spreadsheets..LOL!!
Anyway, we have a couple of hundre mapping specifications and we want
to generate the couple of hundred PDFs associated with those
mappings...I recall reading in my hitchhikers guide how to do this but
that book is about 1,500 miles away from me at the moment.
Would anyone be kind enough to please share the command I need to enter
at the command line to run a report with specific parameters and spit
the output into a specific PDF file also specified as a parameter. I'd
be ever so grateful to not have to wait a few days to go home and read
my book!!
Thanks
Peter
www.peternolan.comHi All,
I got somewhere on this.....if I export and save I get this on the
address line of the browser...
http://ger-eutst/ReportServer?%2fIDW+Reports%2fMetadata%2fMIN0102A+-+Infa+Mappings+Detailed+Documentation&spreadsheet_name=StagingToODSMappingOAP&spreadsheet_version=V00.14&mapping_name=m_ODS_MTL_DEMAND&rs%3aCommand=Render&rs%3AFormat=PDF
So, surely there is some way to enter some kind of similar command via
a command line or via an vb.net program to capture a list of such
pdsf....
Anybody done this before?
Thanks
Peter
www.peternolan.com
Wednesday, March 28, 2012
Running a report to populate a cell
I need to run several reports using the information in couple of cells of a
table as input parameters, and eventually create a report combining the
result from sub queries into one report.
In other words:
ColA ColB ColC ColD
9898 001 145
8789 000 454
I would like to run a query for every row using ColA and ColB as input
parameter and populate ColD accordingly
Is this possible in Reporting Services?I knew It was a bit cryptical ;)
I am not sure how to accomplish what you mentioned. The current report has
over 200 rows, would it be possible to create 400+ parameters and run
queries for each pair that way?
Here is a more detailed explanation of what I am trying to do
The data is about stock items in our inventory
so each line lists a stock item and some info on it like where it sits, how
many do we have etc.
For each line I need to run a query to get me how many we shipped last year.
then I will extend this and run a query for each item to get setup costs
etc.
the end result will be one table with all the detailed information, the
intend is to generate a formula to determine safety stock levels and reorder
quantities electronically
Thanks
"Skeptical" <skep@.yahoo.com> wrote in message
news:%23gnfkdveEHA.3028@.TK2MSFTNGP12.phx.gbl...
> Hello,
> I need to run several reports using the information in couple of cells of
a
> table as input parameters, and eventually create a report combining the
> result from sub queries into one report.
> In other words:
> ColA ColB ColC ColD
> 9898 001 145
> 8789 000 454
>
> I would like to run a query for every row using ColA and ColB as input
> parameter and populate ColD accordingly
> Is this possible in Reporting Services?
>|||Take a look at the sample reports that come with SRS... the product catalog
example sounds a lot like what you're looking for.
Rather than creat 400+ parameters in a single report, the reports are broken
down by subject matter and detail level. Then, via initiating actions (see
SRS books online) a row value is presented as a hyperlink. When the user
clicks the link, it passes the value as a parameter to another report which
is generated. Although it is another report, it appears to the user as the
same report/site.
Good luck!
X
"Skeptical" wrote:
> I knew It was a bit cryptical ;)
> I am not sure how to accomplish what you mentioned. The current report has
> over 200 rows, would it be possible to create 400+ parameters and run
> queries for each pair that way?
> Here is a more detailed explanation of what I am trying to do
> The data is about stock items in our inventory
> so each line lists a stock item and some info on it like where it sits, how
> many do we have etc.
> For each line I need to run a query to get me how many we shipped last year.
> then I will extend this and run a query for each item to get setup costs
> etc.
> the end result will be one table with all the detailed information, the
> intend is to generate a formula to determine safety stock levels and reorder
> quantities electronically
> Thanks
>
>
> "Skeptical" <skep@.yahoo.com> wrote in message
> news:%23gnfkdveEHA.3028@.TK2MSFTNGP12.phx.gbl...
> > Hello,
> >
> > I need to run several reports using the information in couple of cells of
> a
> > table as input parameters, and eventually create a report combining the
> > result from sub queries into one report.
> >
> > In other words:
> >
> > ColA ColB ColC ColD
> > 9898 001 145
> > 8789 000 454
> >
> >
> > I would like to run a query for every row using ColA and ColB as input
> > parameter and populate ColD accordingly
> >
> > Is this possible in Reporting Services?
> >
> >
>
>|||Thanks,
Well does it store the new value in the cell or does it calculate it once
the user clicks on the cell? I think I found a way of easily doing it rather
than going through all the cells.
I run the first one and store it in a temp table then I run the second and
store it in a temp table and left outer join them into one master table.
I do not know if Reporting Services would let me play with temp tables yet,
but if it could I am almost done.
I have never seen those example reports, sounds like they worth a look.
Thanks again for your input
"Xfonhe" <Xfonhe@.discussions.microsoft.com> wrote in message
news:E9C07F89-F7A6-46D8-ACE8-00390DB859B3@.microsoft.com...
> Take a look at the sample reports that come with SRS... the product
catalog
> example sounds a lot like what you're looking for.
> Rather than creat 400+ parameters in a single report, the reports are
broken
> down by subject matter and detail level. Then, via initiating actions (see
> SRS books online) a row value is presented as a hyperlink. When the user
> clicks the link, it passes the value as a parameter to another report
which
> is generated. Although it is another report, it appears to the user as the
> same report/site.
> Good luck!
> X
>
> "Skeptical" wrote:
> > I knew It was a bit cryptical ;)
> >
> > I am not sure how to accomplish what you mentioned. The current report
has
> > over 200 rows, would it be possible to create 400+ parameters and run
> > queries for each pair that way?
> >
> > Here is a more detailed explanation of what I am trying to do
> >
> > The data is about stock items in our inventory
> >
> > so each line lists a stock item and some info on it like where it sits,
how
> > many do we have etc.
> >
> > For each line I need to run a query to get me how many we shipped last
year.
> > then I will extend this and run a query for each item to get setup costs
> > etc.
> >
> > the end result will be one table with all the detailed information, the
> > intend is to generate a formula to determine safety stock levels and
reorder
> > quantities electronically
> >
> > Thanks
> >
> >
> >
> >
> > "Skeptical" <skep@.yahoo.com> wrote in message
> > news:%23gnfkdveEHA.3028@.TK2MSFTNGP12.phx.gbl...
> > > Hello,
> > >
> > > I need to run several reports using the information in couple of cells
of
> > a
> > > table as input parameters, and eventually create a report combining
the
> > > result from sub queries into one report.
> > >
> > > In other words:
> > >
> > > ColA ColB ColC ColD
> > > 9898 001 145
> > > 8789 000 454
> > >
> > >
> > > I would like to run a query for every row using ColA and ColB as
input
> > > parameter and populate ColD accordingly
> > >
> > > Is this possible in Reporting Services?
> > >
> > >
> >
> >
> >
Friday, March 23, 2012
running 2005 rdl on a RS 2000 server
to have SQL Server 2005 re-installed due to 'Database Services' not
installing successfully with SP1. Some of the 2005 reports are currently in
use and I wanted to install them on a RS 2000 report manager on another
server during the downtime.
I am receiving the error 'report definition not valid' which relates to the
schema definition when I try to import these reports into Visual Studio 2003.
Changing 2005 to 2003 in the schema def does not work. Is it possible to
run a RS 2005 report in RS 2000 Report Manager? The report does not use any
of the new features available in RS 2005.No it is not possible natively. You might be able to hand edit the RDL (in
notepad) to make it work. I have heard that this might be possible.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"bhorwatt" <bhorwatt@.discussions.microsoft.com> wrote in message
news:06261017-B5CD-497E-A468-ABED703B0D8A@.microsoft.com...
> We have written some RS 2005 reports on a development server which now
> needs
> to have SQL Server 2005 re-installed due to 'Database Services' not
> installing successfully with SP1. Some of the 2005 reports are currently
> in
> use and I wanted to install them on a RS 2000 report manager on another
> server during the downtime.
> I am receiving the error 'report definition not valid' which relates to
> the
> schema definition when I try to import these reports into Visual Studio
> 2003.
> Changing 2005 to 2003 in the schema def does not work. Is it possible to
> run a RS 2005 report in RS 2000 Report Manager? The report does not use
> any
> of the new features available in RS 2005.sql
Runing 1st report of the day Hangs
you rerun it, it works fine.
Happens on different reports, no consistency there.Kris,
I don't recall seeing this.
Do you have any scheduled reports?
Is it the first interactive report of the day that hangs? Or the first
scheduled report of the day?
Also, it may be worth specifying which version and/or service pack you
see this on.
Andrew Watt
MVP - InfoPath
On Fri, 14 Oct 2005 09:54:05 -0700, "Kris"
<Kris@.discussions.microsoft.com> wrote:
>Anyone run in to this issue? Seems to abort on the first report, then when
>you rerun it, it works fine.
>Happens on different reports, no consistency there.sql
Tuesday, March 20, 2012
Run RS Script file from SSIS package
Hi!
I have a Reporting Services script file used to publish my reports. Is there anyway I can run it from a SSIS package?
Thank you!
Run rs.exe from an execute process task.Run reports on SQL 2000 databases with RS 2005?
2005 planned at this time.
We do not currently use Reporting Services. A deployment of Reporting
Services 2005 is in the pipeline.
My question is, will I need to install RS 2005 on a SQL 2000 server to
be able to report on my 2000 databases? Or will it work to install RS
2005 on SQL2005 and report on SQL 2000 databases?
Thanks for helping a neophyte.The box that run RS 2005 must have a SQL Server 2005 license. You can use
SQL 2000 as the object/metadata store or you can use SQL 2005. RS reports
off of many many different types of data (SQL Server 2000, 2005, Sybase,
Oracle, etc). The does not need to and in many cases does not reside on the
same box as RS.
Even when you install RS it does not have to have the database on the same
machine(it must have a database for its object/metadata store, it just does
not have to be on the same machine) However, even if the database resides
elsewhere you have to have a license on whatever box you install RS 2005.
My preference is to have SQL Server 2005 on the box with RS even if it is
only used for RS and all the data being reported off of is elsewhere.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"xr7" <ewilson@.tpna.com> wrote in message
news:1158165177.262203.310810@.d34g2000cwd.googlegroups.com...
> All our databases are running on SQL 2000, with no migration to SQL
> 2005 planned at this time.
> We do not currently use Reporting Services. A deployment of Reporting
> Services 2005 is in the pipeline.
> My question is, will I need to install RS 2005 on a SQL 2000 server to
> be able to report on my 2000 databases? Or will it work to install RS
> 2005 on SQL2005 and report on SQL 2000 databases?
> Thanks for helping a neophyte.
>|||Yes, this will work:
"Or will it work to install RS 2005 on SQL2005 and report on SQL 2000
databases?"
Steve MunLeeuw
"xr7" <ewilson@.tpna.com> wrote in message
news:1158165177.262203.310810@.d34g2000cwd.googlegroups.com...
> All our databases are running on SQL 2000, with no migration to SQL
> 2005 planned at this time.
> We do not currently use Reporting Services. A deployment of Reporting
> Services 2005 is in the pipeline.
> My question is, will I need to install RS 2005 on a SQL 2000 server to
> be able to report on my 2000 databases? Or will it work to install RS
> 2005 on SQL2005 and report on SQL 2000 databases?
> Thanks for helping a neophyte.
>
Run reports on specific reports server
be processed on?
ie. I have two reporting servers, but one of my servers is closer to
the database than the other (better WAN connection string). Can I
specify which web server the report is processed on?
Similar to in Seagate Info, where from Info desktop I can specify
which APS server to run the report on at run-time.
If not, is this functionality planned for a future update on the
product?
Also is client side printing coming out any time soon?
Regards,
Tom Olthoff
OT Solutions, Inc.can ou access your reportserver through another HTTP port or header name?
instead-of accessing your report through
http://myweb.company.com/reportserver change it to
http://mycloserweb.company.com/reportserver or
http://myweb.company.com:8180/reportserver
but you have to do this in your client application.
or, maybe you can use a redirector (or URL rewriter).
"OT Solutions, sales" <OTSolutions@.shaw.ca> a écrit dans le message de news:
df21d456.0412051703.19c8b627@.posting.google.com...
> If I have a web farm can I specify which web server the report should
> be processed on?
> ie. I have two reporting servers, but one of my servers is closer to
> the database than the other (better WAN connection string). Can I
> specify which web server the report is processed on?
> Similar to in Seagate Info, where from Info desktop I can specify
> which APS server to run the report on at run-time.
> If not, is this functionality planned for a future update on the
> product?
> Also is client side printing coming out any time soon?
> Regards,
> Tom Olthoff
> OT Solutions, Inc.
Run reports in another machine
Hello,
Can I deploy my reports to another machine which does not have a SQL Server installed and run it from there?
Thanks,
Jim.
Hi,you can deploy your reports to another machine.
Target machine must have Reporting Services installed, of course.
In the Target Machine Reporting Services (http://targetmachine/reports) you can
deploy your reports by Upload File function.
|||Can I install Reporting Service to a machine which does not have a SQL Server installed?|||
Yes,
you can install Reporting Services to a machine without Sql Server.
During installation setup, you have to provide Sql Server infos (machine name, user account, ecc.)
about machine which have Sql Server where Reporting Services will create
necessary data (ReportServer and ReportServerTempDb tables).
Thanks you very much this is really helpful information. Will this installation require another license? My of my friend told me RS is free and as long as I have Standard SQL Server I can install RS to more than one machine, is that correct?
Yes, that is the catch. You have to have a SQL Server license for each server
that will be running a portion of the server product.|||
So,
Thank you for your reply. If I have a Standard SQL Server (does it have to be Enterprise?) and I need to install RS in one development and one another server as live, I have to have two licenses for RS?
Thanks
|||Yes, that is my understanding of the current license agreement. It is also answered as question #1 in the FAQ:http://www.microsoft.com/sql/reporting/howtobuy/faq.asprun reports as steps of sql agent job
I have a few reports. I want to run each report as one step of sql agent job. If the report succeeds only then the job should move to the next step ? is it possible
I am able to make separate jobs for separate reports but not as steps of one job.
Thanks in advance
When you say "run the report", what are you trying to accomplish? Pre-creating the intermediary report so subsequent requests are rendered more quickly? Or are you trying to deliver the fully rendered report to a user?In either case, there are built-in mechanisms for doing that.
Can you elaborate a bit?
Thanks!
Joe|||
I want to deliver the fully rendered report to the user. Actually I have around 50 reports in 50 different scheduled jobs. When the schedule goes as planned its ok. But when the schedule fails for some reason I have to manually run 50 reports one after the other. I want some kind of job that runs all the reports one after the other. i.e. one report in each step.
run reports as steps of sql agent job
I have a few reports. I want to run each report as one step of sql agent job. If the report succeeds only then the job should move to the next step ? is it possible
I am able to make separate jobs for separate reports but not as steps of one job.
Thanks in advance
When you say "run the report", what are you trying to accomplish? Pre-creating the intermediary report so subsequent requests are rendered more quickly? Or are you trying to deliver the fully rendered report to a user?In either case, there are built-in mechanisms for doing that.
Can you elaborate a bit?
Thanks!
Joe|||
I want to deliver the fully rendered report to the user. Actually I have around 50 reports in 50 different scheduled jobs. When the schedule goes as planned its ok. But when the schedule fails for some reason I have to manually run 50 reports one after the other. I want some kind of job that runs all the reports one after the other. i.e. one report in each step.
Friday, March 9, 2012
run database slower
1. Design of the database
2. Indexes
3. Execution plan of your queries.
Without this info, it is very hard to provide any help.|||It is sometime very slow. I will check these you posted as this system was design by somebody else. I had question, can this sql server perfome slower in some case that is not relation to design that you said? I want to make sure it is not sql server problem. So i will only check the design. Thanks.
Tuesday, February 21, 2012
RTF/GIF/JPEG Report Export
I want to provide the functionality for exporting reports to rtf/gif/jpeg
from the html report viewer. How do I do that? Is it possible to add/remove
formats from the export list on the reportviewer.
Thanking you,
Jd.Please see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSPROG/htm/rsp_prog_extend_security_87oi.asp
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Kam" <Kam@.discussions.microsoft.com> wrote in message
news:FE43C3CD-DEAE-41E9-8C7E-500CF4129B1F@.microsoft.com...
> Hi,
> I want to provide the functionality for exporting reports to rtf/gif/jpeg
> from the html report viewer. How do I do that? Is it possible to
add/remove
> formats from the export list on the reportviewer.
> Thanking you,
> Jd.
RTF in reports
How can I print RTF text in a report? Any custom controls available?
Kind Regards
SuneThis might be possible with Custom Report Item, printing text is painful
from what I hear though :)
See msdn article from October 2006, Teo Lachev, 'Jazz Up Your Data Using
Custom Report Items in SQL Server Reporting Services'
Steve MunLeeuw
"Henrik Skak Pedersen" <skak@.community.nospam> wrote in message
news:exWF88x5GHA.2168@.TK2MSFTNGP02.phx.gbl...
> Hi,
> How can I print RTF text in a report? Any custom controls available?
> Kind Regards
> Sune
>
>|||Hi Steve,
Thank you for your reply. I thought that CRI's only was for images:
from the article.
--
everything that can be represented as an image (already existing or
programmatically generated) can be converted to a CRI.
--
Thanks
Henrik.
"Steve MunLeeuw" <smunson@.clearwire.net> wrote in message
news:%23sx1XUy5GHA.3920@.TK2MSFTNGP02.phx.gbl...
> This might be possible with Custom Report Item, printing text is painful
> from what I hear though :)
> See msdn article from October 2006, Teo Lachev, 'Jazz Up Your Data Using
> Custom Report Items in SQL Server Reporting Services'
> Steve MunLeeuw
> "Henrik Skak Pedersen" <skak@.community.nospam> wrote in message
> news:exWF88x5GHA.2168@.TK2MSFTNGP02.phx.gbl...
>> Hi,
>> How can I print RTF text in a report? Any custom controls available?
>> Kind Regards
>> Sune
>>
>|||Good point, I was thinking of outputing an image of RTF
"Henrik Skak Pedersen" <skak@.community.nospam> wrote in message
news:OLhr4ly5GHA.3452@.TK2MSFTNGP05.phx.gbl...
> Hi Steve,
> Thank you for your reply. I thought that CRI's only was for images:
> from the article.
> --
> everything that can be represented as an image (already existing or
> programmatically generated) can be converted to a CRI.
> --
> Thanks
> Henrik.
> "Steve MunLeeuw" <smunson@.clearwire.net> wrote in message
> news:%23sx1XUy5GHA.3920@.TK2MSFTNGP02.phx.gbl...
>> This might be possible with Custom Report Item, printing text is painful
>> from what I hear though :)
>> See msdn article from October 2006, Teo Lachev, 'Jazz Up Your Data Using
>> Custom Report Items in SQL Server Reporting Services'
>> Steve MunLeeuw
>> "Henrik Skak Pedersen" <skak@.community.nospam> wrote in message
>> news:exWF88x5GHA.2168@.TK2MSFTNGP02.phx.gbl...
>> Hi,
>> How can I print RTF text in a report? Any custom controls available?
>> Kind Regards
>> Sune
>>
>>
>|||Hello Henrik,
Unfortunately, this feature is not included in SRS 2005 and it cannot be
implemented via CRI as you know. This request has been reported to the
product team and they may consider product improvement in the future:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac
kID=105915
It's suggested that you also provide your feedback there so that more voice
could be heard by product team on this. Thank you for your efforts!
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Community Support
==================================================Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
<http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
<http://msdn.microsoft.com/subscriptions/support/default.aspx>.
==================================================This posting is provided "AS IS" with no warranties, and confers no rights.|||Hello Peter,
Thank you very much for your reply. That was a shame, I have provided my
feedbach at the feedback site.
Thanks
Henrik.
"Peter Yang [MSFT]" <petery@.online.microsoft.com> wrote in message
news:Hlj9yp35GHA.3352@.TK2MSFTNGXA01.phx.gbl...
> Hello Henrik,
> Unfortunately, this feature is not included in SRS 2005 and it cannot be
> implemented via CRI as you know. This request has been reported to the
> product team and they may consider product improvement in the future:
> http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac
> kID=105915
> It's suggested that you also provide your feedback there so that more
> voice
> could be heard by product team on this. Thank you for your efforts!
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Community Support
> ==================================================> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications
> <http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> <http://msdn.microsoft.com/subscriptions/support/default.aspx>.
> ==================================================> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>|||Hello Peter,
Thank you very much for your reply. That was a shame, I have provided my
feedbach at the feedback site.
Thanks
Henrik.
"Peter Yang [MSFT]" <petery@.online.microsoft.com> wrote in message
news:Hlj9yp35GHA.3352@.TK2MSFTNGXA01.phx.gbl...
> Hello Henrik,
> Unfortunately, this feature is not included in SRS 2005 and it cannot be
> implemented via CRI as you know. This request has been reported to the
> product team and they may consider product improvement in the future:
> http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac
> kID=105915
> It's suggested that you also provide your feedback there so that more
> voice
> could be heard by product team on this. Thank you for your efforts!
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Community Support
> ==================================================> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications
> <http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> <http://msdn.microsoft.com/subscriptions/support/default.aspx>.
> ==================================================> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>|||Hello Henrik,
Thank you for your efforts and understanding and sorry for any
inconvenience.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
rsUnexpectedError
An unexpected error occurred in Report Processing. (rsUnexpectedError)
I have read from somewhere that it is because I have a subreport within a
table on my report. Does anyone know if that is true and if so, what is the
fix for it?Hi,
Welcome to use MSDN Managed Newsgroup!
I have also noticed that many of such error was caused by SubReport. Is it
possible for you to reproduce this via AdventureWorks and send me the rdl
file for me to reproduce it on my side? Since this is such a common error
message, we should look into this further.
Also, I understand the information may be sensitive to you, my direct email
address is v-mingqc@.online.microsoft.com (please make sure you have removed
"online" before you click SEND), you may send the file to me directly and I
will keep secure.
Sincerely yours,
Michael Cheng
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================This posting is provided "AS IS" with no warranties, and confers no rights.
RSS Feeds ?
Do you know how I could publish my reports like a rss Feed ?
(I would like insert my reports into a web application (Jahia) )
I haven't read anything about this subject
Thanks.It so happened, that my book demostrates this approach. Look at the Sales
Promotion sample report (http://www.manning.com/books/lachev/source).
--
HTH,
---
Teo Lachev, MVP, MCSD, MCT
"Microsoft Reporting Services in Action"
"Applied Microsoft Analysis Services 2005"
Home page and blog: http://www.prologika.com/
---
"chalagif" <chalagif@.discussions.microsoft.com> wrote in message
news:545016E4-86C0-49D4-9411-24831DC4F4A5@.microsoft.com...
> Hi,
>
> Do you know how I could publish my reports like a rss Feed ?
> (I would like insert my reports into a web application (Jahia) )
> I haven't read anything about this subject
> Thanks.