SQL 2000 报告服务安全性
由于公司更改了网络配置,我的报告订阅变得不可见。报告仍按计划运行,但订阅不可维护,因为它是不可见的。除了删除并重新创建所有 150 份报告之外,是否可以采取其他措施来修复该问题?
My report subscriptions became invisible as company has chaned network configuration. The reports still run by schedule but subscription is not maintainable as it is invisible. Is it possible to do anything to fix it besides deleting and recreating all 150 reports?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从我对 SSRS 2000 做了很多工作以来,已经有几年了。(@John Saunders:它大约在 2003 年发布,而不是与最初的产品一起发布。)
我不确定问题的目标是什么:制作报告再次可见或停止订阅?
如果要使报告再次可见:
如果目标是停止孤立订阅:这些是 SQL 代理运行的作业。它们有混乱的 GUID 名称,但这些名称链接回 Reporting Services 表:
来自 SQL Server Central
It's been a couple of years since I've done much with SSRS 2000. (@John Saunders: It was released in about 2003, not with the initial product.)
I'm not sure what the question's goal is: to make the reports visible again or to stop the subscriptions?
If to make the reports visible again:
If the goal is to stop the orphaned subscriptions: These are jobs that the SQL Agent runs. They have messy GUID names, but those link back to the Reporting Services tables:
From SQL Server Central