2021年3月9日星期二

SSRS ReportService2010 SQL Server 2019 problem with GetScheduleProperties

We've been using SQL Server Reporting Services for many years, programmatically using the ReportingService2010 client generated from the 2010 endpoint. Users of our application can create and manage schedules and scheduled reports.

One of the calls our code uses is the standard GetScheduleProperties, which returns a Schedule object (as out param). The Schedule object contains a ScheduleDefinitition object which provides the details of the schedule definition, such as StartDateTime and EndDate (note, StartDateTime is required, but EndDate is not).

Against SQL Server 2014 reporting services (and previous) this worked fine - the Schedule object came back along with its ScheduleDefinition object properly populated. However, against SQL Server 2019 with latest SSRS the ScheduleDefintion object comes back with '01/01/0001 00:00:00' as the StartDateTime property value. enter image description here Is this a bug or are we missing something? Note we haven't changed the code other than updating the service reference against the latest service.

https://stackoverflow.com/questions/66556954/ssrs-reportservice2010-sql-server-2019-problem-with-getscheduleproperties March 10, 2021 at 09:05AM

没有评论:

发表评论