SQL Server Reporting Services 的问题

发布于 2024-09-07 03:04:04 字数 158 浏览 2 评论 0原文

朋友们,我有一个 SQL Server Reporting Services 问题..!!!

我有一些报告不显示数据,这些报告位于与包含数据库的服务器不同的服务器上,报告的数据源配置良好。 存储过程在服务器时执行(显示数据) 用户拥有必要的权限。

问题是什么 ..?谢谢

Friends I have a problem with SQL Server Reporting Services ..!!!

I have some reports that show no data, the reports are on a separate server from the server that contains the database, the Data Sources of the reports is well configured.
Stored procedures are executed while the server (display data)
users have the necessary permissions.

What is the problem ..? Thanks

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

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

发布评论

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

评论(3

叶落知秋 2024-09-14 03:04:04

另外,请查看报告服务日志。它们都以 .log 结尾,并以 Report 开头。我忘记它们在服务器上的位置,但我很确定它们位于 mssql 的程序文件目录下,就像您会找到 sql server 的日志一样。

Also, look at reporting services logs. they all end in .log, and begin with Report. I forget where they are on the server, but am pretty sure they are under the program files directory for mssql, just as you would find logs for sql server.

玩心态 2024-09-14 03:04:04

听起来好像生产中数据源的定义可能与开发中的不同。您是否尝试过重新部署数据源?

It sounds as though the definition of your data sources in production may be different from that in development. Have you tried redeploying your data sources?

落墨 2024-09-14 03:04:04

您应该能够访问与报表服务器分开的服务器上的数据库。这一切听起来都不错。当您在 Visual Studio 预览模式下运行报告时...您看到任何数据吗?

You should be able to access the Database on a server separate from the report server. That all sounds good. When you run the Reports in Visual Studio Preview mode....do you see any data?

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