客户端应用程序接收重复​​报告

发布于 2024-07-24 01:23:04 字数 215 浏览 7 评论 0原文

我有一个将报表路径和参数集合发送到 Microsoft Reporting Services 服务器的应用程序。 其中一份报告运行时间非常长,当用户尝试在几秒钟内生成彼此的报告时,将收到第二个用户请求的报告的副本。

这并不是一个小故障,而是我可以复制的一致行为。 我什至可以并排运行应用程序的两个副本,并在跟踪语句中输出它们的参数,每次发送的参数都是不同的,但向两个客户端返回相同的报告。

I have an application that sends a report path and parameter collection to a Microsoft Reporting Services server. One of these reports is very long running and when users try to generate reports within a few seconds of one another, one will receive a duplicate of the report requested by the second user.

This doesn't happen as a glitch, it is a consistent behavior that I can duplicate. I can even run two copies of the application side by side and output their parameters in a trace statement, the parameters sent are distinct every time and yet the same report is returned to both clients.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妄想挽回 2024-07-31 01:23:05

正如我对 mozy 的评论中所述,自定义代码中的共享变量是罪魁祸首。

As stated in my comment to mozy, shared variables in the custom code were the culprit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文