我们的IT部门给了我一个SSRS 2016开发实例来玩。但我有两件事需要弄清楚,因为我已经走到了死胡同:
AppId。需要在 Server上设置它,以允许本地登录,否则报告将无法工作。- Can some explain why we would need to allow login locally? Or even if it's the correct way to handle it, or should I be setting up something different for the AppId to work correctly?
- What permissions do they need to setup in order for me to gain access to Site Settings?
发布于 2017-04-04 19:14:32
对不起,我不知道怎么回答第一个问题。我认为,因为SSRS是Server外部的附加服务,因此需要本地Server登录。不是我的强项。
默认情况下,有一个BUILTIN\Administrators角色。下面的链接将描述谁被放置在BUILTIN\Administrators角色中。一旦您在那里,您可以访问站点设置,并添加您自己的安全设置和共享时间表。
希望这能有所帮助。
https://stackoverflow.com/questions/43213872
复制相似问题