SSRS Query execution failed for dataset

后端 未结 17 1654
猫巷女王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条回答
  •  臣服心动
    2020-12-30 23:32

    I also had a very similar issue with a very similar error message. My issue was that the database could not be connected to. In our case, we have mirrored databases and the connection string did not specify the Failover Partner. So when the database couldn't connect, it never went to the mirror and was throwing this error. Once I specified the Failover Partner in the connection string for my datasource, it resolved the issue.

提交回复
热议问题