【问题标题】:Where are all the places Sql Reporting Server Logs Errors?Sql Reporting Server Logs Errors的所有地方都在哪里?
【发布时间】:2008-09-29 21:11:49
【问题描述】:

似乎 Sql Reporting Services Server 在多个位置记录信息,包括 Web 服务器日志和数据库中的日志记录表。 SSRS 记录的所有位置在哪里,每个位置记录了哪些类型的错误?

【问题讨论】:

    标签: sql-server reporting-services


    【解决方案1】:

    据我所知,SSRS 将日志记录到事件日志、文件系统和它自己的数据库中。

    数据库通常是最容易获得的。您只需登录 ReportServer 数据库并执行

    select * from executionlog
    

    不过,这只会记录执行情况。如果您想了解更多信息,您可以访问跟踪日志文件,这些文件通常位于(当然位置可能会有所不同):

    C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\LogFiles
    

    这些内容非常冗长,而且浏览起来并不有趣。但他们确实记录了很多东西。

    如果您正在搜索错误,可以转到 Windows 应用程序日志(在控制面板的管理工具下)

    编辑找到一个不错的链接:
    https://docs.microsoft.com/en-us/sql/reporting-services/report-server/reporting-services-log-files-and-sources

    【讨论】:

      【解决方案2】:

      对于 SSRS 2008 R2: C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2023-03-07
        • 1970-01-01
        • 2010-10-02
        • 1970-01-01
        • 2010-09-25
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多