
Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing DisplayErrorLink to 'True' as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing DisableSecureFormsAuthenticationCookie to 'False' as specified in Configuration file. Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing SecureConnectionLevel to '0' as specified in Configuration file.

Library!DefaultDomain!c68!-10:24:40:: i INFO: Initializing ConnectionType to '0' as specified in Configuration file. Rshost!rshost!c44!-10:24:39:: i INFO: Derived memory configuration based on physical memory as 16686316 KBĪppdomainmanager!DefaultDomain!c44!-10:24:39:: i INFO: Entered managed ServiceMain in DefaultDomain. Rshost!rshost!c44!-10:24:39:: i INFO: CLR runtime is initialized. Here is a sample from the start of an SSRS log file: Log file settings control how verbose the log file content is and the maximum size that the file can grow to. The SSRS log file can be found in C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\LogFiles (for SQL Server 2014). The very last column is an XML column containing additional information as shown in the following example: We can also see the size of the report and number of records processed. The last few columns show whether the source of the report was a live execution or a history snapshot. The next few columns show a list of parameter values passed in for parameter reports, whether the report was fully executed or just rendered (as in the case of cached reports and those rendered from snapshots), the start and finish execution times, and a summary of how long it took to retrieve data, process the report and render the report – these can be helpful to determine if caching reports would be beneficial). In these examples we can see RPL as the format, but we would also see, PDF, HTML, EXCEL, WORD, etc. The first few columns show the client host and user that requested the report along with the pathname of the report, whether it was run interactively and the render format requested. The following screen shots shows the first 14 records from a test SSRS server ExecutionLog3 view: The latest version of the views is dbo.ExecutionLog3. SSRS provides a log file which is a text file and can be viewed at any time, but there are also some views provided in the ReportServer database: Was the report executed or just rendered?.Was the report run interactively or scheduled?.What parameters were passed to a report?.

How many records were produced by a report?.Find out about reports that are being executed on your SSRS ServerĪre you being asked questions about reports running on your SSRS servers?
