Showing posts with label somebody. Show all posts
Showing posts with label somebody. Show all posts

Monday, March 12, 2012

Reporting Services

Hi,

I have a question please somebody help me on this. As I was working on my report , done some changes and didn't save it. Got the following message after some time:

Deserialization is not a valid value.

then i am unable to open my report. What could have happend?

I have created some data sets for the report. Is there a way i could the data sets created for that report.

It looks like, I have to create a whole new report again.

Thanks

Sudha

No, the dataset definitions for the report are contained within the rdl file. What you could possibly do is open the rdl file in an XML editor, extract the appropriate dataset nodes, and insert them into a new copy of the report that does not have the problem. It is up to you how to get that copy of the report that still works, ideally you should have it in a source repository and you can just revert (roll back) to a previous version.

Friday, March 9, 2012

Reporting Service Installation with Oracle

My Company Database is in Oracle and Now thinking to go for Reporting Service of Asp.net 2.0. Can Somebody will help me what should I need to Strat with. I mean what should i Insatll to make server and configuartion and all that.

Steps or URL are welcome

Hi Milind,

It will be easy if you want to display reports(using SSRS) in your asp.net application which will take data from your oracle db. You can configure the reporting services supports various data sources(http://msdn2.microsoft.com/en-us/library/ms159219.aspx#OracleClient)

Check these articles to know how to configure the SSRS report with oracle db -

http://msdn2.microsoft.com/en-us/library/ms365174.aspx

http://support.microsoft.com/kb/834305

and if you want to know how to use SSRS with asp.net check these -

http://msdn2.microsoft.com/en-us/library/ms153697.aspx

http://msdn2.microsoft.com/en-us/library/aa964126.aspx