SSRS Query execution failed for dataset

后端 未结 17 1616
猫巷女王i
猫巷女王i 2020-12-30 22:39

Have just deployed my Project on to my reporting Server.

I have multiple datasets which are referencing views which exist on the db on that server.

When I tr

17条回答
  •  萌比男神i
    2020-12-30 23:16

    I enabled remote errors to pinpoint the problem.

    I identified that a column in a particular dataset (one of my views) was throwing an error.

    So using a tool "SQL Delta", I compared the development version of the database with the live version on the reporting server. I noticed that one of the views had an extra column on the development server, that was not on the live version of the db.

    SQL Delta generated the script I needed to run to update the view on my live db.

    I ran this script, re-ran the report, everything worked.

提交回复
热议问题