Wednesday, March 21, 2012

reportserver and reportservertempdb database abstration classes

We are wanting to utilize the tables in ReportServer and ReportServerTempDB,
but do not want write any code that is dependent on the current version (i.e.
RS 2005) of the tables in SRS. Does anyone know if MS has provided us with
some data abstraction classes over the tables beyond the stored procedures
and methods available in the reportServive and reportExecutioon web service
classes?
===================== Thanks!
Keith
p.s. Get off the couch and exercise!The SOAP API is the supported interface; the underlying metadata structure
in the database will change between major releases (and maybe even service
packs).
Note: everything you can do in Management Studio and Report Manager is
accomplished through the SOAP API only. A RS 2005 report server supports
both the old RS 2000 SOAP end point as well as the new RS 2005 SOAP end
point.
-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.
"Keith" <Keith@.discussions.microsoft.com> wrote in message
news:F0703F74-3892-4D93-886D-3B9CECE05FF3@.microsoft.com...
> We are wanting to utilize the tables in ReportServer and
> ReportServerTempDB,
> but do not want write any code that is dependent on the current version
> (i.e.
> RS 2005) of the tables in SRS. Does anyone know if MS has provided us
> with
> some data abstraction classes over the tables beyond the stored procedures
> and methods available in the reportServive and reportExecutioon web
> service
> classes?
> =====================> Thanks!
> Keith
> p.s. Get off the couch and exercise!|||Many thanks...I have found that the executionInfo class and ListJobs method
will pretty much get us where we need to go.
=====================Thanks!
Keith
p.s. Get off the couch and exercise!
"Robert Bruckner [MSFT]" wrote:
> The SOAP API is the supported interface; the underlying metadata structure
> in the database will change between major releases (and maybe even service
> packs).
> Note: everything you can do in Management Studio and Report Manager is
> accomplished through the SOAP API only. A RS 2005 report server supports
> both the old RS 2000 SOAP end point as well as the new RS 2005 SOAP end
> point.
> -- Robert
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Keith" <Keith@.discussions.microsoft.com> wrote in message
> news:F0703F74-3892-4D93-886D-3B9CECE05FF3@.microsoft.com...
> > We are wanting to utilize the tables in ReportServer and
> > ReportServerTempDB,
> > but do not want write any code that is dependent on the current version
> > (i.e.
> > RS 2005) of the tables in SRS. Does anyone know if MS has provided us
> > with
> > some data abstraction classes over the tables beyond the stored procedures
> > and methods available in the reportServive and reportExecutioon web
> > service
> > classes?
> >
> > =====================> > Thanks!
> > Keith
> > p.s. Get off the couch and exercise!
>
>

No comments:

Post a Comment