Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 28687 articles
Browse latest View live

Table Value Expression for Median?

$
0
0

I have a paginated report that is summarizing a dataset. I've been able to successfully create a table of averages, but the data lends itself to better be described with median. Is there a value expression I can use to accomplish this? Or a way to add a measure within SSRS that can accomplish this task for me? Or should I just modify the original dataset to do this calculation and bring that result into the table. I know in T-SQL I can calculate median on this particular dataset with the following query:

PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY cwaf_5_err) OVER () AS CWAF_5_Median

Here's my current structure of the AVG table:







SSRS report - SUM of the product group minus tax amount

$
0
0
Hi, I am creating SSRS report and grouping it by certain product groups. The groups will have products that are taxable and also there is a line for tax amount. I need to show a sum of all products by products and them sum of products excluding tax amount. Any idea how can I do that. The line that need to be summed up are Product HST, Total of all products and then Total No Tax. Thank you in advance for your help here.

SSRS Report - format group lines

$
0
0

Hi, I need to group couple items in the report but show the names of the groups above the groups - please see image bellow (I want to move Admin line above the list of the group member). Any idea how can I do that. Thank you

Date range filter

$
0
0

Hi,

When running the query end date to be used for date of the range desired ex 02/1/2010 to 03/01/2010 insted of 02/01.2010 to 02/28/2010.

Ex: Suppose i want report month of Feb, But I am selecting upto march 1st then i will get FEB month. Now i want if i Select 1st to 28th data.

Please help this

SSRS - create a stacked clustered chart with two categories

$
0
0

Hi,

In SQL Report Builder, I want to create a clustered bar chart.

I want to plot the count of values by Team and I want to cluster the columns by team High-Level manager.

In practice a HL Managers may manages several teams.

Question:

How can I display two category labels along the X axis? HL managers grouping (clustering) teams.

Thanks for your help,

Amos


Custom code assembly with config file

$
0
0

Hi!

      My report has a reference to an assembly of a class library I did. This class library has a config file, classLibrary.dll.config, where I set some parameters, one of these being the "initial path" to the project's folder(for example, project folder is myProject, and you would use the initial path to say it's in c:/projects/tests). When I preview the report everything works fine, but when I publish it I get this error:

Absolute path information is required.

     I guess it's not reading the dll.config file, so it can't see the initial path value and concatenate it with the project's folder. I'm supposing this because at first, I forgot to copy the dll.config file to the Microsoft Visual Studio 8/Common7/IDE/PrivateAssemblies folder and I got the same error when trying to preview the report. Copying it to this folder solved the problem. So I think I'm not placing the dll.config file in the rigth folder (I'm copying it to Microsoft SQL Server/MSSQL/ReportServer/bin).  If I don't use the config file, I mean, if I put the absolute path directly in the code, everything works, but this is just something I can't do! Can anyone help me?

 

            Thank you!

Limit report from being exported to excel

$
0
0
We have a report that we do not want to be able to be exported to excel. Is there a way, just on one report to limit the types it is exported to
DBA

Installing sql server reporting services 2017 on Windows Server 2008 R2

$
0
0

Recognizing that windows server 2008 R2 is no longer supported, is it still an option to install sql server 2017 on the older instance?


(SSRS) Multi-select drop down parameter initially works but after several attempts it stops working in Report Manager

$
0
0

Hi all,

I have a report with several multi-select drop down parameters (6 in total). Some of these parameter values are filtered based on the selection of the previous parameters (may be referred as cascading parameters).

Some of these parameters may return many records to display in the drop downs (500 to 700 records).

Initially when the report is opened for the first time in Report Manager, all the parameters work as expected. Values are filtered correctly based on the parent parameters. Some of the parameter data set could be big, so it is a little slow, but it does work.

But after several random parameter selection attempts, drop downs stop functioning all together. They do not open up any more to allow users to make any changes to the selections.

I tried, but could not identify a definite pattern, however it is very easy to recreate.

Has anybody encountered this issue? Is there any solution, work around or known hot fixes for this kind of erratic behavior? I have already spent a lot of time on this and my clients are losing patience.

My environment.

SQL Server version: 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64) 

SSRS Product Version: 12.0.5000.0

Browser: IE 11.0.9600.18282 (to rule out IE security blocking something, i opened up everything)


Some additional information:

When I turned on the debugger in IE (i.e. using F12), every time i click on the parameters drop drop it is getting an error:

'Document' is undefined. Some kind of Java Script error, if I am not wrong.

But this error occurs even when the parameters initially works in the beginning. So may not be the cause.

Your quick response will be highly appreciated.

Thank you,

Aatish

Microsoft Report Viewer

$
0
0

I am building a ASP.NET C# application using ASP.NET version 4.6.1, and a 2016 SQL Server Report Server.


I am using the Microsoft.ReportViewer.WebForms, Version=15.0.0.0, and when I go to display the report, I get this error message:

Client found response content type of 'text/html; charset=UTF-8', but expected 'text/xml'.

Here is my code:


string report = "Client"; 

                

                ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote;

                IReportServerCredentials irsc = new CustomReportCredentials(System.Configuration.ConfigurationManager.AppSettings["ReportUserName"], System.Configuration.ConfigurationManager.AppSettings["ReportPassword"], System.Configuration.ConfigurationManager.AppSettings["ReportDomain"]);

                ReportViewer1.ServerReport.ReportServerCredentials = irsc;



                ReportViewer1.ServerReport.ReportServerUrl = new Uri(System.Configuration.ConfigurationManager.AppSettings["ReportURL"]);



                ReportViewer1.ServerReport.ReportPath = System.Configuration.ConfigurationManager.AppSettings["ReportFolder"] + report;               



                List<ReportParameter> paramList = new List<ReportParameter>();



                paramList.Add(new ReportParameter("ClientID", this.txtClientID.Text, false)); 

                

                this.ReportViewer1.ServerReport.SetParameters(paramList);



                // Process and render the report

                ReportViewer1.KeepSessionAlive = true;

                ReportViewer1.ServerReport.Refresh();


Here is my web.config:


    <add key="ReportUserName" value="xxx"/>

    <add key="ReportPassword" value="xxx"/>

    <add key="ReportDomain" value="xxx"/>

    <add key="ReportURL" value="http://xxx/Reports"/>

    <add key="ReportFolder" value="/report/xxx/"/>







SSRS 2017 RPC error when creating Reporting Services database

$
0
0

Hello,

I'm running into a problem doing the initial configuration of SSRS 2017 on a Server 2016 Standard Hyper-V VM with SQL Server 2017.  I'm able to install SSRS 2017 with no problems but when I use the Report Services Configuration Manager to create the ReportServer database I'm getting the following error:

Microsoft.ReportingServices.WmiProvider.WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the operation.

 ---> System.Runtime.InteropServices.COMException: The RPC server is not listening. (Exception from HRESULT: 0x800706B3)
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
   at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)

I have confirmed that SQL Server services (including the SQL Server Reporting Service) are running before attempting to configure Reporting Services.  I have also temporarily disabled the Windows Firewall before attempting to configure Report Services but that didn't help either.  I have reinstalled SSRS 2017 a few times using the lastest version I could find (October 2017) but still no luck.  Any ideas?

Thanks,

Shuka

grouping on same line as first detail

$
0
0

Hi, we run 2012 enterprise and develop in vs2017.

I have a dataset with company name (can be repeated) , assembly line, quantity produced, revenue, cost and profit coming in to my report sorted on company and line and only care to show this detail in a table like fashion without totals.  but i dont want to repeat company name.  and i want company name to show on the same line as first detail. 

normally i would be thinking about a company grouping left of a detail group and muddling thru the challenge of getting company to show on the same line as first detail.  But i saw an example at https://stackoverflow.com/questions/18497708/ssrs-row-group-header-displayed-on-the-same-line-as-the-first-detail-row?noredirect=1 of simply checking previous value as shown in the code block and wonder if that is a viable alternative to using a grouping. I assume header in my case would be CompanyName.

My concern would be grid lines extending left of the 2nd column into the 1st column where i'm trying not to repeat company name. 

=IIf(Previous(Fields!header.Value) = Fields!header.Value, Nothing, Fields!header.Value)


SSRS 2017 - Can't access existing subscriptions or create new subscriptions on one report

$
0
0

Hi,

I have SSRS 2017 Server(native mode), its a new installation, not migrated from an older version.

On this box I have around 150 Reports and Subscrptions.

Now, since a 2 weeks, I am no longer able to open the subscriptions from one report and I cannot create a new subscription either.  

I get this Error: "An error has occurred. Something went wrong. Please try again later."

Same Error appears if try to open the Subscription direct on the SSRS Server.

On all other Reports I can open, modify & create the subscriptions.

Any help / idea would be really appreciated.

Thanks a lot

Ivo

Export in to multiple report worbooks while export or sending mail using ssrs

$
0
0

Hi,

I have multiple tablix's and multiple Matrix's in one rdl.

Requirement is to send multiple work books in stead of multiple worksheets based on the Tablix and Matrix using ssrs.

Thanks,

Narendra

Sub Report buiding

$
0
0

I'm trying to create a very simple report with a subreport.

1) Main Report show data from a table (Select * from tbl)

2) Sub Report show data from anatab (Select field1, field2, field3 from anatab)

no parameters in both reports (for the moments)

Executing Main Report I can see data from tbl, but message Error Cannot show Subreport

The names of the two dataset are different.

Can you pls help?

Sql version SQL 2017 Express ADV with all updates installed.

TIA

Alberto Vitiello


Report Server Error: "The request failed with HTTP status 401: Unauthorized

$
0
0

Hello,

I am getting this error when I am running SQL Server Report.

The service account is Admin and able to open manually from the browser but when I am running from ESP or command prompt I am getting error "HTTP status 401: Unauthorized".

Other user is able to execute this report, I am not able to understand what is the issue with the service account.

Window Server version :2003

Could you please give suggestion, what I can do here.

Thanks

Sandeep

Error trace from SSRS portal

$
0
0

Hi experts,

Could anybody tell me how can I find the error message from the SSRS portal?

I have a subscription. Once I run it, it last for a long time and finally shows that the reports present errors.

In the log file at C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\LogFiles\ReportingServicesService_2020_06_23_00_09_21.log it does not provides me errors, only INFOs messages. 

Could anybody tell me how to find out what kind of error breaks the process?

I would really appreciate your support.

Error Message

<Header><Product>Report Server Version 2017.0140.0600.1109 ((BI_Server_RS2017).190211-1958)</Product><Locale>German (Germany)</Locale><TimeZone>Romance Daylight Time</TimeZone><Path>C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\Logfiles\ReportingServicesService_2020_06_23_00_09_21.log</Path><SystemName>EU51TSED001</SystemName><OSName>Microsoft Windows NT 6.2.9200</OSName><OSVersion>6.2.9200</OSVersion><ProcessID>242248</ProcessID><Virtualization>Hypervisor</Virtualization></Header><ProcessorArchitecture>AMD64</ProcessorArchitecture><ApplicationArchitecture>AMD64</ApplicationArchitecture>
library!WindowsService_8!ab4c!06/23/2020-00:09:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!ab4c!06/23/2020-00:09:21:: 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, 0 extended content cache.
library!WindowsService_8!ab4c!06/23/2020-00:09:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!295c8!06/23/2020-00:19:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!295c8!06/23/2020-00:19:21:: 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, 0 extended content cache.
library!WindowsService_8!295c8!06/23/2020-00:19:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!3b650!06/23/2020-00:29:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!3b650!06/23/2020-00:29:21:: 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, 0 extended content cache.
library!WindowsService_8!3b650!06/23/2020-00:29:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!16168!06/23/2020-00:39:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!16168!06/23/2020-00:39:21:: 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, 0 extended content cache.
library!WindowsService_8!16168!06/23/2020-00:39:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!364e8!06/23/2020-00:49:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!364e8!06/23/2020-00:49:21:: 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, 0 extended content cache.
library!WindowsService_8!364e8!06/23/2020-00:49:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!1099c!06/23/2020-00:59:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!1099c!06/23/2020-00:59:21:: 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, 0 extended content cache.
library!WindowsService_8!1099c!06/23/2020-00:59:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!37458!06/23/2020-01:09:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!37458!06/23/2020-01:09:21:: 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, 0 extended content cache.
library!WindowsService_8!37458!06/23/2020-01:09:21:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!369cc!06/23/2020-01:19:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!369cc!06/23/2020-01:19:22:: 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, 0 extended content cache.
library!WindowsService_8!369cc!06/23/2020-01:19:22:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!242ec!06/23/2020-01:29:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!242ec!06/23/2020-01:29:22:: 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, 0 extended content cache.
library!WindowsService_8!242ec!06/23/2020-01:29:22:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!270f8!06/23/2020-01:39:21:: i INFO: Call to CleanBatch()
library!WindowsService_8!270f8!06/23/2020-01:39:22:: 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, 0 extended content cache.
library!WindowsService_8!270f8!06/23/2020-01:39:22:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!369cc!06/23/2020-01:49:22:: i INFO: Call to CleanBatch()
library!WindowsService_8!369cc!06/23/2020-01:49:22:: 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, 0 extended content cache.
library!WindowsService_8!369cc!06/23/2020-01:49:22:: i INFO: Call to CleanBatch() ends
library!WindowsService_8!32e84!06/23/2020-01:59:22:: i INFO: Call to CleanBatch()
library!WindowsService_8!32e84!06/23/2020-01:59:22:: 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, 0 extended content cache.
library!WindowsService_8!32e84!06/23/2020-01:59:22:: i INFO: Call to CleanBatch() ends
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Expiring old execution log entries
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Expiration of old execution log entries is complete.  Removed 7 entries.
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Cleaned 0 broken snapshots, 0 chunks, there were 0 unsuccessful attempts
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Cleaned 0 parameters values
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Cleaned 0 unused segment mappings.
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Cleaned 0 unused segments.
library!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Using folder C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\RSTempFiles for temporary files.
dbcleanup!WindowsService_8!32e84!06/23/2020-01:59:59:: i INFO: Completed cleaning 0 files
schedule!WindowsService_8!32098!06/23/2020-02:00:08:: i INFO: Handling event with data: TimeEntered: 06/23/2020 02:00:08, Type: Event, EventType: TimedSubscription, SubscriptionID: be808f39-0033-45af-ae91-12452089516d.
schedule!WindowsService_8!32e84!06/23/2020-02:00:08:: i INFO: Handling event with data: TimeEntered: 06/23/2020 02:00:08, Type: Event, EventType: TimedSubscription, SubscriptionID: 1299996a-4071-4164-9aea-e6ef3fb5c677.
library!WindowsService_8!32098!06/23/2020-02:00:08:: i INFO: Schedule c8f79157-bcf1-4c30-8533-e4026aa03376 executed at 06/23/2020 02:00:08.
library!WindowsService_8!32e84!06/23/2020-02:00:08:: i INFO: Schedule 395e0adb-0f21-459a-97e9-d05da0249b66 executed at 06/23/2020 02:00:08.
schedule!WindowsService_8!32098!06/23/2020-02:00:08:: i INFO: Creating Time based subscription notification for subscription: be808f39-0033-45af-ae91-12452089516d
schedule!WindowsService_8!32e84!06/23/2020-02:00:08:: i INFO: Creating Time based subscription notification for subscription: 1299996a-4071-4164-9aea-e6ef3fb5c677
library!WindowsService_8!32098!06/23/2020-02:00:08:: i INFO: Schedule c8f79157-bcf1-4c30-8533-e4026aa03376 execution completed at 06/23/2020 02:00:08.
library!WindowsService_8!32e84!06/23/2020-02:00:08:: i INFO: Schedule 395e0adb-0f21-459a-97e9-d05da0249b66 execution completed at 06/23/2020 02:00:08.
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Time app domain recycle requested
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Recycling ASP.NET AppDomains without memory recycling, i.e. create the new ones before the current ones fully unload.
rshost!rshost!1d368!06/23/2020-02:09:21:: i INFO: Currently registered url http://+:80/SSRS_Server/ on endpoint 2
rshost!rshost!20030!06/23/2020-02:09:21:: i INFO: Derived memory configuration based on physical memory as 67012952 KB
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Recycling the WindowsService AppDomain from the default domain. Max allowed unload time = 1800 sec
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: InternalStop: stop the service code running in the worker domain
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: InternalStop: found a worker domain
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: WorkerDomainProxy: replacing the current proxy reference with 'null'
dbpolling!WindowsService_8!35d3c!06/23/2020-02:09:21:: i INFO: EventPolling polling service stopped
dbpolling!WindowsService_8!35d3c!06/23/2020-02:09:21:: i INFO: NotificationPolling polling service stopped
dbpolling!WindowsService_8!35d3c!06/23/2020-02:09:21:: i INFO: SchedulePolling polling service stopped
dbpolling!WindowsService_8!35d3c!06/23/2020-02:09:21:: i INFO: UpgradePolling polling service stopped
rshost!rshost!20030!06/23/2020-02:09:21:: i INFO: Application domain type WindowsService statistics: created: 9, unloaded: 9, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Registering AppDomain: type='WindowsService'; id='12'; Name='WindowsService_9'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Registering AppDomain: overriding the registration of the following AppDomain - type='WindowsService'; id='11'; Name='WindowsService_8'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Creating a new AppDomainLifeCycleManagementEntry for AppDomain id '12'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Appdomain STARTED: id='12'; name='WindowsService_9'
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:21:: i INFO: Creating an instance of class 'ReportingServicesLibrary, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' from assembly 'Microsoft.ReportingServices.Library.ServiceAppDomain' in domain 'WindowsService_9'
library!WindowsService_9!20030!06/23/2020-02:09:27:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!WindowsService_9!20030!06/23/2020-02:09:27:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!WindowsService_9!20030!06/23/2020-02:09:27:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogExceptionMicrosoft.ReportingServices.Modeling.InternalModelingExceptionMicrosoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!WindowsService_9!20030!06/23/2020-02:09:27:: i INFO: Do not dump on: Microsoft.PowerBI.ReportServer.WebApi.Catalog.CatalogAccessExceptionSystem.Threading.ThreadAbortExceptionSystem.Web.UI.ViewStateExceptionSystem.OutOfMemoryExceptionSystem.Web.HttpExceptionSystem.IO.IOExceptionSystem.IO.FileLoadExceptionMicrosoft.SharePoint.SPExceptionMicrosoft.ReportingServices.WmiProvider.WMIProviderExceptionSystem.AppDomainUnloadedException
library!WindowsService_9!20030!06/23/2020-02:09:27:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\Logfiles
resourceutilities!WindowsService_9!20030!06/23/2020-02:09:27:: i INFO: SKU: SQL Server Developer
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Clearing dead AppDomain 11 ('WindowsService_8')
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Clearing dead AppDomain 11: the AppDomain is not processing
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Clearing dead AppDomain 11: the AppDomain is not processing or its allotted unload time elapsed; forcing an unload...
servicecontroller!WindowsService_8!20030!06/23/2020-02:09:27:: i INFO: Service controller exiting.
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: UnloadAppDomain: 11, 'WindowsService_8'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Unregistering AppDomain id='11'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Unregistering AppDomain: searching for AppDomain id '11'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Appdomain:11 was not registered. Its registration was probably already replaced with a new AppDomain (since this one is getting recycled).
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: UnloadAppDomain WindowsService: 11, 'WindowsService_8'
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: SetUnloadStarted AppDomain id '11': unloadStarted = 1
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: Appdomain:11 WindowsService_8 unloading.
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: AsyncDomainUnloading::Start - waiting for the unloading thread to finish unloading AppDomain '11'; Mark the WindowsService (worker) AppDomain as active.
appdomainmanager!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: ReportService::MarkProcessAsActive - Mark the WindowsService (worker) AppDomain as active.
appdomainmanager!DefaultDomain!27e9c!06/23/2020-02:09:27:: i INFO: AppDomain:11 0 pending unload(s)
appdomainmanager!DefaultDomain!27e9c!06/23/2020-02:09:27:: i INFO: AppDomain: calling AppDomain.Unload(AppDomain 11)
library!WindowsService_9!39420!06/23/2020-02:09:27:: i INFO: Catalog SQL Server Edition = Developer
crypto!WindowsService_9!39420!06/23/2020-02:09:27:: i INFO: Initializing crypto as user: NT SERVICE\SQLServerReportingServices
crypto!WindowsService_9!39420!06/23/2020-02:09:27:: i INFO: Exporting public key
servicecontroller!DefaultDomain!20030!06/23/2020-02:09:27:: i INFO: ServiceAppDomainController::ClearAnyDeadDomains - Cleared dead AppDomains; Mark the WindowsService (worker) AppDomain as active.
crypto!WindowsService_9!39420!06/23/2020-02:09:27:: i INFO: Importing existing encryption key
runningjobs!WindowsService_9!39420!06/23/2020-02:09:27:: i INFO: Database version check timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
dbpolling!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: EventPolling polling service started
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: EventPolling HeartbeatTimer timer enabled: Next Event: 0 seconds.  Cycle: 300 seconds
dbpolling!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: NotificationPolling polling service started
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: NotificationPolling HeartbeatTimer timer enabled: Next Event: 0 seconds.  Cycle: 300 seconds
dbpolling!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: SchedulePolling polling service started
dbpolling!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: UpgradePolling polling service started
dbpolling!WindowsService_9!3849c!06/23/2020-02:09:28:: i INFO: PollingMaintenance: Polling started
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Database Cleanup (NT Service) timer enabled: Next Event: 600 seconds.  Cycle: 600 seconds
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Running Requests Scavenger timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Running Requests DB timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Execution Log Entry Expiration timer enabled: Next Event: 10 seconds.  Cycle: 86400 seconds
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Username refresh based on the SID stored in the database timer enabled: Next Event: 0 seconds.  Cycle: 0 seconds
runningjobs!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Update Policies timer enabled: Next Event: 30 seconds.  Cycle: 30 seconds
appdomainmanager!DefaultDomain!39420!06/23/2020-02:09:28:: i INFO: SetInitialized AppDomain id '12': initialized = 1
appdomainmanager!WindowsService_9!39420!06/23/2020-02:09:28:: i INFO: Appdomain:12 WindowsService_9 initialized.
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Expiring old execution log entries
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Expiration of old execution log entries is complete.  Removed 0 entries.
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Cleaned 0 broken snapshots, 0 chunks, there were 0 unsuccessful attempts
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Cleaned 0 parameters values
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Cleaned 0 unused segment mappings.
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Cleaned 0 unused segments.
library!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Using folder C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\RSTempFiles for temporary files.
dbcleanup!WindowsService_9!364e8!06/23/2020-02:09:38:: i INFO: Completed cleaning 0 files
library!WindowsService_9!94ec!06/23/2020-02:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!94ec!06/23/2020-02:19:28:: 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, 0 extended content cache.
library!WindowsService_9!94ec!06/23/2020-02:19:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!31e70!06/23/2020-02:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!31e70!06/23/2020-02:29:28:: 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, 0 extended content cache.
library!WindowsService_9!31e70!06/23/2020-02:29:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!25b74!06/23/2020-02:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!25b74!06/23/2020-02:39:28:: 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, 0 extended content cache.
library!WindowsService_9!25b74!06/23/2020-02:39:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!3abe8!06/23/2020-02:49:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!3abe8!06/23/2020-02:49:28:: 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, 0 extended content cache.
library!WindowsService_9!3abe8!06/23/2020-02:49:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!204e4!06/23/2020-02:59:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!204e4!06/23/2020-02:59:28:: 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, 0 extended content cache.
library!WindowsService_9!204e4!06/23/2020-02:59:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!94ec!06/23/2020-03:09:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!94ec!06/23/2020-03:09:28:: 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, 0 extended content cache.
library!WindowsService_9!94ec!06/23/2020-03:09:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!26e38!06/23/2020-03:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!26e38!06/23/2020-03:19:28:: 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, 0 extended content cache.
library!WindowsService_9!26e38!06/23/2020-03:19:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!2c368!06/23/2020-03:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!2c368!06/23/2020-03:29:28:: 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, 0 extended content cache.
library!WindowsService_9!2c368!06/23/2020-03:29:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!31e70!06/23/2020-03:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!31e70!06/23/2020-03:39:28:: 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, 0 extended content cache.
library!WindowsService_9!31e70!06/23/2020-03:39:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!35d88!06/23/2020-03:49:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!35d88!06/23/2020-03:49:28:: 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, 0 extended content cache.
library!WindowsService_9!35d88!06/23/2020-03:49:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!35d88!06/23/2020-03:59:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!35d88!06/23/2020-03:59:28:: 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, 0 extended content cache.
library!WindowsService_9!35d88!06/23/2020-03:59:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!32768!06/23/2020-04:09:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!32768!06/23/2020-04:09:28:: 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, 0 extended content cache.
library!WindowsService_9!32768!06/23/2020-04:09:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!31e70!06/23/2020-04:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!31e70!06/23/2020-04:19:28:: 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, 0 extended content cache.
library!WindowsService_9!31e70!06/23/2020-04:19:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!32768!06/23/2020-04:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!32768!06/23/2020-04:29:28:: 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, 0 extended content cache.
library!WindowsService_9!32768!06/23/2020-04:29:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!1a264!06/23/2020-04:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!1a264!06/23/2020-04:39:28:: 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, 0 extended content cache.
library!WindowsService_9!1a264!06/23/2020-04:39:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!1a264!06/23/2020-04:49:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!1a264!06/23/2020-04:49:28:: 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, 0 extended content cache.
library!WindowsService_9!1a264!06/23/2020-04:49:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!3b650!06/23/2020-04:59:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!3b650!06/23/2020-04:59:28:: 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, 0 extended content cache.
library!WindowsService_9!3b650!06/23/2020-04:59:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!3b650!06/23/2020-05:09:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!3b650!06/23/2020-05:09:28:: 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, 0 extended content cache.
library!WindowsService_9!3b650!06/23/2020-05:09:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!fe74!06/23/2020-05:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!fe74!06/23/2020-05:19:28:: 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, 0 extended content cache.
library!WindowsService_9!fe74!06/23/2020-05:19:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!1fec8!06/23/2020-05:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!1fec8!06/23/2020-05:29:28:: 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, 0 extended content cache.
library!WindowsService_9!1fec8!06/23/2020-05:29:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!3bf9c!06/23/2020-05:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!3bf9c!06/23/2020-05:39:28:: 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, 0 extended content cache.
library!WindowsService_9!3bf9c!06/23/2020-05:39:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!8a04!06/23/2020-05:49:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!8a04!06/23/2020-05:49:28:: 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, 0 extended content cache.
library!WindowsService_9!8a04!06/23/2020-05:49:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!8a04!06/23/2020-05:59:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!8a04!06/23/2020-05:59:28:: 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, 0 extended content cache.
library!WindowsService_9!8a04!06/23/2020-05:59:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!14338!06/23/2020-06:09:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!14338!06/23/2020-06:09:28:: 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, 0 extended content cache.
library!WindowsService_9!14338!06/23/2020-06:09:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!183fc!06/23/2020-06:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!183fc!06/23/2020-06:19:28:: 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, 0 extended content cache.
library!WindowsService_9!183fc!06/23/2020-06:19:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!34f0c!06/23/2020-06:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!34f0c!06/23/2020-06:29:28:: 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, 0 extended content cache.
library!WindowsService_9!34f0c!06/23/2020-06:29:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!37458!06/23/2020-06:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!37458!06/23/2020-06:39:28:: 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, 0 extended content cache.
library!WindowsService_9!37458!06/23/2020-06:39:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!3bf9c!06/23/2020-06:49:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!3bf9c!06/23/2020-06:49:28:: 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, 0 extended content cache.
library!WindowsService_9!3bf9c!06/23/2020-06:49:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!22128!06/23/2020-06:59:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!22128!06/23/2020-06:59:28:: 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, 0 extended content cache.
library!WindowsService_9!22128!06/23/2020-06:59:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!ae28!06/23/2020-07:09:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!ae28!06/23/2020-07:09:28:: 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, 0 extended content cache.
library!WindowsService_9!ae28!06/23/2020-07:09:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!10c40!06/23/2020-07:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!10c40!06/23/2020-07:19:28:: 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, 0 extended content cache.
library!WindowsService_9!10c40!06/23/2020-07:19:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!32680!06/23/2020-07:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!32680!06/23/2020-07:29:28:: 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, 0 extended content cache.
library!WindowsService_9!32680!06/23/2020-07:29:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!28cdc!06/23/2020-07:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!28cdc!06/23/2020-07:39:28:: 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, 0 extended content cache.
library!WindowsService_9!28cdc!06/23/2020-07:39:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!5dfc!06/23/2020-07:49:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!5dfc!06/23/2020-07:49:28:: 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, 0 extended content cache.
library!WindowsService_9!5dfc!06/23/2020-07:49:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!27e9c!06/23/2020-07:59:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!27e9c!06/23/2020-07:59:28:: 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, 0 extended content cache.
library!WindowsService_9!27e9c!06/23/2020-07:59:28:: i INFO: Call to CleanBatch() ends
schedule!WindowsService_9!27e9c!06/23/2020-08:00:06:: i INFO: Handling event with data: TimeEntered: 06/23/2020 08:00:06, Type: Event, EventType: TimedSubscription, SubscriptionID: 370196e6-10a8-4ad4-a2e0-14850c58f4b4.
library!WindowsService_9!27e9c!06/23/2020-08:00:06:: i INFO: Schedule 8a665f45-e723-4b5c-8053-31c873f78420 executed at 06/23/2020 08:00:06.
schedule!WindowsService_9!27e9c!06/23/2020-08:00:06:: i INFO: Creating Time based subscription notification for subscription: 370196e6-10a8-4ad4-a2e0-14850c58f4b4
library!WindowsService_9!27e9c!06/23/2020-08:00:06:: i INFO: Schedule 8a665f45-e723-4b5c-8053-31c873f78420 execution completed at 06/23/2020 08:00:06.
library!WindowsService_9!39a5c!06/23/2020-08:09:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!39a5c!06/23/2020-08:09:28:: 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, 0 extended content cache.
library!WindowsService_9!39a5c!06/23/2020-08:09:28:: i INFO: Call to CleanBatch() ends
library!WindowsService_9!10c40!06/23/2020-08:19:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!10c40!06/23/2020-08:19:28:: 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, 0 extended content cache.
library!WindowsService_9!10c40!06/23/2020-08:19:28:: i INFO: Call to CleanBatch() ends
schedule!WindowsService_9!14338!06/23/2020-08:20:06:: i INFO: Handling event with data: TimeEntered: 06/23/2020 08:20:06, Type: Event, EventType: TimedSubscription, SubscriptionID: b7c85401-15c9-45cb-8e44-0cf807f01182.
schedule!WindowsService_9!17590!06/23/2020-08:20:06:: i INFO: Handling event with data: TimeEntered: 06/23/2020 08:20:06, Type: Event, EventType: TimedSubscription, SubscriptionID: 1f2ab28d-1496-4c09-9024-e4a087fbde34.
library!WindowsService_9!14338!06/23/2020-08:20:06:: i INFO: Schedule 99d9460d-74f4-4519-882a-ba32dafbf164 executed at 06/23/2020 08:20:06.
schedule!WindowsService_9!14338!06/23/2020-08:20:06:: i INFO: Creating Time based subscription notification for subscription: b7c85401-15c9-45cb-8e44-0cf807f01182
library!WindowsService_9!14338!06/23/2020-08:20:06:: i INFO: Schedule 99d9460d-74f4-4519-882a-ba32dafbf164 execution completed at 06/23/2020 08:20:06.
library!WindowsService_9!17590!06/23/2020-08:20:06:: i INFO: Schedule a9fcf4ef-3907-476d-97e9-912c5dd2f710 executed at 06/23/2020 08:20:06.
schedule!WindowsService_9!17590!06/23/2020-08:20:06:: i INFO: Creating Time based subscription notification for subscription: 1f2ab28d-1496-4c09-9024-e4a087fbde34
library!WindowsService_9!17590!06/23/2020-08:20:06:: i INFO: Schedule a9fcf4ef-3907-476d-97e9-912c5dd2f710 execution completed at 06/23/2020 08:20:06.
library!WindowsService_9!fe74!06/23/2020-08:29:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!fe74!06/23/2020-08:29:28:: 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, 0 extended content cache.
library!WindowsService_9!fe74!06/23/2020-08:29:28:: i INFO: Call to CleanBatch() ends
schedule!WindowsService_9!fe74!06/23/2020-08:30:06:: i INFO: Handling event with data: TimeEntered: 06/23/2020 08:30:06, Type: Event, EventType: TimedSubscription, SubscriptionID: 064ecf20-8863-4bee-a4bc-9617379e29d2.
library!WindowsService_9!fe74!06/23/2020-08:30:06:: i INFO: Schedule bdf76e9f-f3b6-4a82-9589-15439cbc4568 executed at 06/23/2020 08:30:06.
schedule!WindowsService_9!fe74!06/23/2020-08:30:06:: i INFO: Creating Time based subscription notification for subscription: 064ecf20-8863-4bee-a4bc-9617379e29d2
library!WindowsService_9!fe74!06/23/2020-08:30:06:: i INFO: Schedule bdf76e9f-f3b6-4a82-9589-15439cbc4568 execution completed at 06/23/2020 08:30:06.
library!WindowsService_9!39420!06/23/2020-08:39:28:: i INFO: Call to CleanBatch()
library!WindowsService_9!39420!06/23/2020-08:39:28:: 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, 0 extended content cache.
library!WindowsService_9!39420!06/23/2020-08:39:28:: i INFO: Call to CleanBatch() ends

Report Builder 2016 - Export to CSV does not allow to format to date/time

$
0
0

Hello,

After we create a Report Builder Report (Version 2016), we try to export the file in Excel and CSV. We have some date/time fields in the report.

When we export to Excel, it keeps the datetime fields but when we try to export to CSV, it does not keep the date/format. We even try to change it manually in excel by selecting the column and selecting Format Date or Time but it does not work. Below is the field that we are trying. 

 Sunday, June 7, 2020 1:15 AM


Thank you very much

SSRS 2016 ReportExecutionService class is not accessible through .Net WebService

$
0
0

Hi All,

Im trying to generate customerwise SSRS reports rendered in PDF using the .Net webservice.I have issue in accessing the ReportExecutionService class from my Visual Studio 2019 after adding the web reference using the WCF service reference.Im using SSRS 2016 & Visual Studio 2019.Can you please help me to resolve this?

My Subscriptions Stops Working When TLSv1.0 Turned Off

$
0
0

Mostly, we have disabled support for TLSv1.0 throughout or organization. However, we have one exception: SSRS. We have found that when we disable TLSv1.0 on the server side (HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Protocols) we have found that "My Subsriptions" no longer works. Any ideas why this is and how we can get this functionality without the need for TLSv1.0? Thanks.

BTW, we are migrating to new servers, so have installed brand new 2016 installations of SSRS, hoping that this issue would have resolved itself with the fresh install, but no - this also occurs on freshly installed SQL servers.

Viewing all 28687 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>