SQL Reporting Services 在哪里存储其日志文件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/491389/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-01 00:55:27  来源:igfitidea点击:

Where does Reporting Services store its log files

sqlsql-serverreporting-services

提问by Bartek Tatkowski

The most relevant google result seems to indicate that in order to access the logs we have to depoly our own log tables to the database and make Reporting Services write to it.

最相关的 google 结果似乎表明,为了访问日志,我们必须将自己的日志表解压到数据库中,并使Reporting Services 写入其中

Simply put: surely there must be plain text log files for Reporting Services? If yes, where are these files stored?

简单地说:Reporting Services 肯定必须有纯文本日志文件吗?如果是,这些文件存储在哪里?

回答by Robert MacLean

Assuming you installed SQL 2008 to the default location: C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\LogFiles

假设您将 SQL 2008 安装到默认位置:C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\LogFiles