简体   繁体   English

使用SQL Server报表生成器覆盖现有报表

[英]Overwriting Existing Reports with SQL Server Report Builder

I have a SQL Server Report instance that is acting strange. 我有一个奇怪的SQL Server报告实例。 I can do everything but overwrite an existing report. 除了覆盖现有报告,我可以做所有事情。 I can open a current report, run it, and save it as a different report no problem, but any attempt to save an existing one times out after 2 minutes. 我可以打开一个当前报告,运行它,然后将其另存为其他报告,这没问题,但是任何尝试在2分钟后将现有报告保存一次的尝试。 Looking at the Report Server logs I can confirm it is a timeout that it is returning. 查看报表服务器日志,我可以确认它正在返回超时。

Has anyone experienced this before, and more importantly, figured out how to solve this? 有没有人曾经经历过,更重要的是,想出了解决办法?

Ended up going through a direct connection rather than the shared connection. 最终经历了直接连接而不是共享连接。 There was a contention with one of the meta tables being locked, and this proved to be not a solution, but at least a work-around. 有一个争执是其中一个元表被锁定了,这被证明不是解决方案,但至少是一种解决方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM