Groups | Blog | Home
all groups > sql server reporting services > september 2004 >

sql server reporting services : assigning a data source



Brian Hartman [MSFT]
9/14/2004 1:04:56 PM
Will you send the Report Manager log file that contains the object reference
exception? The file name should be ReportServerWebApp_<current date>.log

--
This posting is provided "AS IS" with no warranties, and confers no rights


[quoted text, click to view]

Brian Hartman [MSFT]
9/14/2004 3:04:45 PM
I received the strack trace from the PSS engineer you were working with. I
believe you have view state disabled on your machine. In the web.config
file in the Report Manager directory, add the attribute
enableViewState="true" to the system.web/pages tag:

<system.web>
<pages enableViewState="true" />
</system.web>

--
This posting is provided "AS IS" with no warranties, and confers no rights

[quoted text, click to view]

Richard Cranium
9/14/2004 3:35:38 PM
Is there any other way to a assign a data source to a report other than
through the Report Manager. The reason I ask is because when I try to
browse for data sources in Report Manager, I get "Object reference not set
to an instance of an object". Microsoft tech support seems unable to help
with this error message so I'm wondering if assigning a data source can be
done outside of the Manager.

--


AddThis Social Bookmark Button