SQL Server Reporting Services - Report Execution Logs

Find out about reports that are being executed on your SSRS Server

Are you being asked questions about reports running on your SSRS servers?

  • When did an SSRS Report Last Run?
  • Who is running reports?
  • How long did a report take to run?
  • How many records were produced by a report?
  • What parameters were passed to a report?
  • Was the report run interactively or scheduled?
  • Did execution succeed?
  • Was the report executed or just rendered?
  • What render format was produced?

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:

The SSRS Execution Log View

The latest version of the views is dbo.ExecutionLog3. The following screen shots shows the first 14 records from a test SSRS server ExecutionLog3 view:

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. In these examples we can see RPL as the format, but we would also see, PDF, HTML, EXCEL, WORD, etc. here.

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).

The last few columns show whether the source of the report was a live execution or a history snapshot. We can also see the size of the report and number of records processed.

The very last column is an XML column containing additional information as shown in the following example:

<AdditionalInfo>
  <ProcessingEngine>2</ProcessingEngine>
  <ScalabilityTime>
    <Pagination>0</Pagination>
    <Processing>0</Processing>
  </ScalabilityTime>
  <EstimatedMemoryUsageKB>
    <Pagination>5</Pagination>
    <Processing>42</Processing>
  </EstimatedMemoryUsageKB>
  <DataExtension>
    <OLEDB-MD>1</OLEDB-MD>
  </DataExtension>
  <Connections />
</AdditionalInfo>

 

The SSRS Log File

The SSRS log file can be found in C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\LogFiles (for SQL Server 2014).

Log file settings control how verbose the log file content is and the maximum size that the file can grow to.

Here is a sample from the start of an SSRS log file:

<Header>
  <Product>Microsoft SQL Server Reporting Services Version 2014.0120.2000.08 ((SQL14_RTM).140220-1752)</Product>
  <Locale>English (United Kingdom)</Locale>
  <TimeZone>GMT Summer Time</TimeZone>
  <Path>C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\Logfiles\ReportServerService__04_25_2016_10_24_39.log</Path>
  <SystemName>W10NBMJD</SystemName>
  <OSName>Microsoft Windows NT 6.2.9200</OSName>
  <OSVersion>6.2.9200</OSVersion>
  <ProcessID>2872</ProcessID>
  <Virtualization>Hypervisor</Virtualization>
</Header>
rshost!rshost!c44!04/25/2016-10:24:39:: i INFO: CLR runtime is initialized.
rshost!rshost!c44!04/25/2016-10:24:39:: i INFO: Derived memory configuration based on physical memory as 16686316 KB
appdomainmanager!DefaultDomain!c44!04/25/2016-10:24:39:: i INFO: Entered managed ServiceMain in DefaultDomain.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing DisableSecureFormsAuthenticationCookie to 'False'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing AuthenticationTypes to '4'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: w WARN: Initializing UrlRoot to default value of ''  because it was incorrectly specified in Configuration file as ''.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
library!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
resourceutilities!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Reporting Services starting SKU: EnterpriseCore
configmanager!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Using report server internal url http://localhost:80/ReportServer_SQL2014.
configmanager!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Using report server external url http://W10NBMJD:80/ReportServer_SQL2014.
configmanager!DefaultDomain!c68!04/25/2016-10:24:40:: i INFO: Using url root http://W10NBMJD:80/ReportServer_SQL2014.
rshost!rshost!c68!04/25/2016-10:24:40:: i INFO: Configuring maxPhysicalCpu=0, minLogicalCpu=0
rshost!rshost!c68!04/25/2016-10:24:40:: i INFO: Logical processor per physical processor 4
rshost!rshost!c68!04/25/2016-10:24:40:: i INFO: Logical processor per core 2
rshost!rshost!c68!04/25/2016-10:24:40:: i INFO: Logical processor unlimited
rshost!rshost!c68!04/25/2016-10:24:40:: i INFO: Maximum logical CPU is 4
library!DefaultDomain!c68!04/25/2016-10:24:52:: e ERROR: Throwing Microsoft.ReportingServices.Library.ReportServerDatabaseUnavailableException: , Microsoft.ReportingServices.Library.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> System.Data.SqlClient.SqlException: Cannot open database "ReportServer$SQL2014" requested by the login. The login failed.
Login failed for user 'NT SERVICE\ReportServer$SQL2014'.
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
   at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject, Boolean withFailover)
   at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.ReportingServices.Library.ConnectionManager.OpenConnection()
   --- End of inner exception stack trace ---;
servicecontroller!DefaultDomain!c68!04/25/2016-10:24:52:: e ERROR: Error initializing configuration from the database: Microsoft.ReportingServices.Library.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> System.Data.SqlClient.SqlException: Cannot open database "ReportServer$SQL2014" requested by the login. The login failed.
Login failed for user 'NT SERVICE\ReportServer$SQL2014'.
library!DefaultDomain!c68!04/25/2016-10:24:52:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!DefaultDomain!c68!04/25/2016-10:24:52:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!DefaultDomain!c68!04/25/2016-10:24:52:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!DefaultDomain!c68!04/25/2016-10:24:52:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
library!DefaultDomain!c68!04/25/2016-10:24:52:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\Logfiles
appdomainmanager!DefaultDomain!c68!04/25/2016-10:24:53:: i INFO: Appdomain:2 WindowsService_0 started.
configmanager!WindowsService_0!c68!04/25/2016-10:24:56:: i INFO: Using report server internal url http://localhost:80/ReportServer_SQL2014.
configmanager!WindowsService_0!c68!04/25/2016-10:24:56:: i INFO: Using report server external url http://W10NBMJD:80/ReportServer_SQL2014.
configmanager!WindowsService_0!c68!04/25/2016-10:24:56:: i INFO: Using url root http://W10NBMJD:80/ReportServer_SQL2014.
resourceutilities!WindowsService_0!c68!04/25/2016-10:24:56:: i INFO: Reporting Services starting SKU: EnterpriseCore
configmanager!DefaultDomain!c68!04/25/2016-10:24:56:: i INFO: Using report server internal url http://localhost:80/ReportServer_SQL2014.
configmanager!DefaultDomain!c68!04/25/2016-10:24:56:: i INFO: Using report server external url http://W10NBMJD:80/ReportServer_SQL2014.
configmanager!DefaultDomain!c68!04/25/2016-10:24:56:: i INFO: Using url root http://W10NBMJD:80/ReportServer_SQL2014.
library!WindowsService_0!c68!04/25/2016-10:24:57:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!WindowsService_0!c68!04/25/2016-10:24:57:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!WindowsService_0!c68!04/25/2016-10:24:57:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!WindowsService_0!c68!04/25/2016-10:24:57:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
library!WindowsService_0!c68!04/25/2016-10:24:57:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\Logfiles
library!WindowsService_0!e98!04/25/2016-10:24:57:: i INFO: Catalog SQL Server Edition = EnterpriseCore
crypto!WindowsService_0!e98!04/25/2016-10:24:57:: i INFO: Initializing crypto as user: NT Service\ReportServer$SQL2014
crypto!WindowsService_0!e98!04/25/2016-10:24:57:: i INFO: Exporting public key
rshost!rshost!fc0!04/25/2016-10:24:57:: i INFO: Registered url=http://+:80/ReportServer_SQL2014/, vdir=/ReportServer_SQL2014, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\ReportServer.
rshost!rshost!fc0!04/25/2016-10:24:57:: i INFO: Currently registered url http://+:80/ReportServer_SQL2014/ on endpoint 2
rshost!rshost!dd0!04/25/2016-10:24:57:: i INFO: Registered url=http://+:80/Reports_SQL2014/, vdir=/Reports_SQL2014, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\ReportManager.
rshost!rshost!dd0!04/25/2016-10:24:57:: i INFO: Currently registered url http://+:80/Reports_SQL2014/ on endpoint 3
rshost!rshost!fc0!04/25/2016-10:24:57:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer_SQL2014/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\ReportServer\ReportBuilder.
rshost!rshost!c68!04/25/2016-10:24:57:: i INFO: Derived memory configuration based on physical memory as 16686316 KB
servicecontroller!DefaultDomain!fc0!04/25/2016-10:24:57:: i INFO: Total Physical memory: 17086787584
rpcserver!DefaultDomain!1230!04/25/2016-10:24:57:: i INFO: Process monitoring started.
crypto!WindowsService_0!e98!04/25/2016-10:24:57:: i INFO: Performing sku validation
crypto!WindowsService_0!e98!04/25/2016-10:24:57:: i INFO: Importing existing encryption key
dbpolling!WindowsService_0!e98!04/25/2016-10:24:58:: i INFO: EventPolling polling service started
dbpolling!WindowsService_0!e98!04/25/2016-10:24:58:: i INFO: NotificationPolling polling service started
dbpolling!WindowsService_0!e98!04/25/2016-10:24:58:: i INFO: SchedulePolling polling service started
dbpolling!WindowsService_0!e98!04/25/2016-10:24:58:: i INFO: UpgradePolling polling service started
dbpolling!WindowsService_0!121c!04/25/2016-10:24:58:: i INFO: PollingMaintenance: Polling started
rpcserver!DefaultDomain!e98!04/25/2016-10:24:58:: i INFO: RPC Server started.
servicecontroller!DefaultDomain!e98!04/25/2016-10:24:58:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS12.SQL2014'
appdomainmanager!WindowsService_0!e98!04/25/2016-10:24:58:: i INFO: Appdomain:2 WindowsService_0 initialized.
library!WindowsService_0!dd0!04/25/2016-10:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-10:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-10:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-10:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-10:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-10:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-10:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-10:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-10:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-11:04:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-11:04:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-11:04:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-11:14:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-11:14:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-11:14:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-11:24:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-11:24:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-11:24:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-11:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-11:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-11:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-11:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-11:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-11:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-11:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-11:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-11:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-12:04:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-12:04:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-12:04:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-12:14:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-12:14:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-12:14:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-12:24:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-12:24:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-12:24:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-12:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-12:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-12:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-12:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-12:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-12:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-12:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-12:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-12:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-13:04:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-13:04:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-13:04:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-13:14:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-13:14:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-13:14:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-13:24:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-13:24:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-13:24:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-13:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-13:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-13:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-13:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-13:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-13:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-13:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-13:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-13:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-14:04:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-14:04:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-14:04:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-14:14:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-14:14:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-14:14:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-14:24:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-14:24:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-14:24:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-14:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-14:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-14:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-14:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-14:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-14:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-14:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-14:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-14:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-15:04:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-15:04:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-15:04:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-15:14:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-15:14:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-15:14:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-15:24:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-15:24:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-15:24:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-15:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-15:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-15:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-15:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-15:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-15:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-15:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-15:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-15:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-16:04:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-16:04:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-16:04:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-16:14:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-16:14:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-16:14:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-16:24:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-16:24:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-16:24:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-16:34:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-16:34:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-16:34:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-16:44:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-16:44:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-16:44:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-16:54:58:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-16:54:58:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-16:54:58:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-17:39:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-17:39:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-17:39:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-17:49:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-17:49:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-17:49:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c68!04/25/2016-17:59:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c68!04/25/2016-17:59:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c68!04/25/2016-17:59:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c68!04/25/2016-18:09:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c68!04/25/2016-18:09:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c68!04/25/2016-18:09:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-18:19:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-18:19:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-18:19:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-18:29:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-18:29:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-18:29:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-18:39:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-18:39:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-18:39:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-18:49:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-18:49:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-18:49:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-18:59:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-18:59:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-18:59:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-19:09:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-19:09:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-19:09:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-19:19:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-19:19:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-19:19:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-19:29:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-19:29:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-19:29:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c68!04/25/2016-19:39:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c68!04/25/2016-19:39:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c68!04/25/2016-19:39:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c68!04/25/2016-19:49:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c68!04/25/2016-19:49:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c68!04/25/2016-19:49:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-19:59:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-19:59:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-19:59:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-20:09:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-20:09:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-20:09:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-20:19:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-20:19:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-20:19:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-20:29:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-20:29:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-20:29:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-20:39:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-20:39:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-20:39:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-20:49:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-20:49:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-20:49:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-20:59:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-20:59:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-20:59:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c98!04/25/2016-21:09:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c98!04/25/2016-21:09:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c98!04/25/2016-21:09:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!dd0!04/25/2016-21:19:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!dd0!04/25/2016-21:19:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!dd0!04/25/2016-21:19:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c68!04/25/2016-21:29:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c68!04/25/2016-21:29:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c68!04/25/2016-21:29:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c9c!04/25/2016-21:39:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c9c!04/25/2016-21:39:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c9c!04/25/2016-21:39:17:: i INFO: Call to CleanBatch() ends
library!WindowsService_0!c68!04/25/2016-21:49:17:: i INFO: Call to CleanBatch()
library!WindowsService_0!c68!04/25/2016-21:49:17:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
library!WindowsService_0!c68!04/25/2016-21:49:17:: i INFO: Call to CleanBatch() ends

 

The following extract matches rows 12 to 14 from the execution log view:

library!ReportServer_0-4!1a24!04/28/2016-11:18:13:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube).
library!ReportServer_0-4!2f74!04/28/2016-11:18:13:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube, PathBased).
library!ReportServer_0-4!1a24!04/28/2016-11:18:13:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube, PathBased).
library!ReportServer_0-4!2f74!04/28/2016-11:18:13:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:13:: i INFO: Call to ListChildrenAction(/Reporting On AdventureWorksDW Cube, False).
library!ReportServer_0-4!2f74!04/28/2016-11:18:13:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!2f74!04/28/2016-11:18:13:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:13:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:13:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube/Channel 
Revenue by Territory).
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube/Channel 
Revenue by Territory, PathBased).
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetSystemPropertiesAction().
wcfruntime!ReportServer_0-4!1a24!04/28/2016-11:18:20:: i INFO: Entering ExeuteCommand - Command = StyleSheet
wcfruntime!ReportServer_0-4!24cc!04/28/2016-11:18:20:: i INFO: Entering ExeuteCommand - Command = StyleSheetImage
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube/Channel 
Revenue by Territory).
library!ReportServer_0-4!1a24!04/28/2016-11:18:20:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:20:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube/Channel 
Revenue by Territory, PathBased).
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:20:: i INFO: Call to GetSystemPropertiesAction().
wcfruntime!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: Entering ExeuteCommand - Command = Render
library!ReportServer_0-4!2f74!04/28/2016-11:18:20:: i INFO: RenderForNewSession('/Reporting On AdventureWorksDW Cube/Channel 
Revenue by Territory')
webserver!ReportServer_0-4!2f74!04/28/2016-11:18:23:: i INFO: Processed report. Report='/Reporting On AdventureWorksDW Cube/Channel 
Revenue by Territory', Stream=''
library!ReportServer_0-4!1a24!04/28/2016-11:18:45:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube).
library!ReportServer_0-4!2f74!04/28/2016-11:18:45:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube, PathBased).
library!ReportServer_0-4!1a24!04/28/2016-11:18:45:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube, PathBased).
library!ReportServer_0-4!2f74!04/28/2016-11:18:45:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:45:: i INFO: Call to ListChildrenAction(/Reporting On AdventureWorksDW Cube, False).
library!ReportServer_0-4!2f74!04/28/2016-11:18:45:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!2f74!04/28/2016-11:18:45:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:45:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1a24!04/28/2016-11:18:45:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report).
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report, PathBased).
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetSystemPropertiesAction().
wcfruntime!ReportServer_0-4!20b4!04/28/2016-11:19:18:: i INFO: Entering ExeuteCommand - Command = StyleSheet
wcfruntime!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Entering ExeuteCommand - Command = StyleSheetImage
library!ReportServer_0-4!20b4!04/28/2016-11:19:18:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report).
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report, PathBased).
library!ReportServer_0-4!20b4!04/28/2016-11:19:18:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:18:: i INFO: Call to GetSystemPropertiesAction().
wcfruntime!ReportServer_0-4!20b4!04/28/2016-11:19:18:: i INFO: Entering ExeuteCommand - Command = Render
library!ReportServer_0-4!20b4!04/28/2016-11:19:18:: i INFO: RenderForNewSession('/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report')
webserver!ReportServer_0-4!20b4!04/28/2016-11:19:20:: i INFO: Processed report. Report='/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report', Stream=''
library!ReportServer_0-4!1324!04/28/2016-11:19:25:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report).
library!ReportServer_0-4!20b4!04/28/2016-11:19:25:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:25:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report, PathBased).
library!ReportServer_0-4!20b4!04/28/2016-11:19:25:: i INFO: Call to GetSystemPermissionsAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:25:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:28:: i INFO: Call to GetPermissionsAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report).
library!ReportServer_0-4!1324!04/28/2016-11:19:28:: i INFO: Call to GetSystemPropertiesAction().
library!ReportServer_0-4!1324!04/28/2016-11:19:28:: i INFO: Call to GetPropertiesAction(/Reporting On AdventureWorksDW Cube/Cascadng 
Parameters Report, PathBased).
library!ReportServer_0-4!1324!04/28/2016-11:19:28:: i INFO: Call to GetSystemPermissionsAction().

 

Configuring The SSRS Log File Settings

The SSRS Log File settings are controlled through the following XML configuration file:

C:\Program Files\Microsoft SQL Server\MSRS12.SQL2014\Reporting Services\ReportServer\bin\ReportingServicesService.exe.config

Here is the  file content:

<configuration>
  <configSections>
    <section name="RStrace" type="Microsoft.ReportingServices.Diagnostics.RSTraceSectionHandler,Microsoft.ReportingServices.Diagnostics" />
  </configSections>
  <system.diagnostics>
    <switches>
      <add name="DefaultTraceSwitch" value="3" />
    </switches>
  </system.diagnostics>
  <RStrace>
    <add name="FileName" value="ReportServerService_" />
    <add name="FileSizeLimitMb" value="32" />
    <add name="KeepFilesForDays" value="14" />
    <add name="Prefix" value="appdomain, tid, time" />
    <add name="TraceListeners" value="file" />
    <add name="TraceFileMode" value="unique" />
    <add name="Components" value="all:3" />
  </RStrace>
  <runtime>
    <alwaysFlowImpersonationPolicy enabled="true"/>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="ReportingServicesAppDomainManager"
             publicKeyToken="89845dcd8080cc91"
             culture="neutral" />
        <bindingRedirect oldVersion="8.0.242.0"
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="9.0.242.0"
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="10.0.0.0"
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="11.0.0.0"
             newVersion="12.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.ReportingServices.Interfaces"
             publicKeyToken="89845dcd8080cc91"
             culture="neutral" />
        <bindingRedirect oldVersion="8.0.242.0"
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="9.0.242.0"
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="10.0.0.0"
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="11.0.0.0"
             newVersion="12.0.0.0"/>			 
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" 
             publicKeyToken="89845dcd8080cc91" 
             culture="neutral" />
        <bindingRedirect oldVersion="9.0.242.0" 
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="10.0.0.0" 
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="11.0.0.0" 
             newVersion="12.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.ReportingServices.ProcessingObjectModel" 
             publicKeyToken="89845dcd8080cc91" 
             culture="neutral" />
        <bindingRedirect oldVersion="9.0.242.0" 
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="10.0.0.0" 
             newVersion="12.0.0.0"/>
        <bindingRedirect oldVersion="11.0.0.0" 
             newVersion="12.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.SqlServer.Types" 
             publicKeyToken="89845dcd8080cc91" 
             culture="neutral" />
        <bindingRedirect oldVersion="10.0.0.0" 
             newVersion="12.0.0.0" />
        <bindingRedirect oldVersion="11.0.0.0" 
             newVersion="12.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <gcServer enabled="true" />
  </runtime>
  <startup>
    <supportedRuntime version="v2.0.50727"/>
  </startup>
</configuration>

The RSTrace element of the file defines the default maximum file size of 32Mb, and a keep time of 14 days.

The following line sets the level of verbosity:

<add name="Components" value="all:3" />

A value of 3 is the default. A value of 4 would set the level of logging to more verbose, and a value lower than 3 will be less verbose.

Only increase the level to 4 for troubleshooting as many more lines of log data will be captured and this will result in log files growing rapidly, but may also impact on server performance.

 

If you would like to learn more about SQL Server Reporting Services (SSRS) take a look at the following course:  https://www.ptr.co.uk/ssrs.

 

Share this post