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

ReportItems

$
0
0

I'm summing ReportItems from different tablix. I Copy one of the tablix and pointed to new dataset. I added the ReportItem to my sum but now get following error.

This is the expression I use to sum Report Items.

=ReportItems!MCFD8.Value + ReportItems!MCFD29.Value + ReportItems!MCFD18.Value + ReportItems!MCFD30.Value

but if I add the item for the add textbox  + ReportItems!MCFD19.Value, I get the following error.

The Value expression for the text box ‘Textbox334’ refers to the report item ‘MCFD19’.  Report item expressions can only refer to other report items within the same grouping scope or a containing grouping scope. Letters in the names of report items must use the correct case.

Each ReportItem is a different tablix.

Why shouldn't I be able to just add this to my summing?




An error occurred while the query design method was being saved. An item with the same key has already been added.

$
0
0

when i run this procedure it give return after geting perameter input but in SSIS give following Erorr.


"TITLE: Microsoft SQL Server Report Designer
------------------------------

An error occurred while the query design method was being saved. An item with the same key has already been added.

------------------------------
BUTTONS:

OK
------------------------------
 "

i have check to create two tble joint it gives output but when joing 3 tables or four it give upper error my procedure is as follows.


ALTER PROCEDURE  [dbo].[sp_0_7_TracingItemPart]

 (
  @Please_Enter_Number_Here nchar(10)
  --@Please_S_for_SerialNum_and_T_BarCod nchar(10),
 )
 
AS
 SET NOCOUNT ON;


SELECT ms.BarCod ,ms.SerialNo, ms.BatchNo, ms.MoldingMachine, ms.Type, dbo.GetMaterialType(mt.BarCod)as MaterialType,
  mt.RoomID, dbo.GetDATETIME(mt.Datestamp) as DateTimeMTrx, mt.RoomID, mt.StatusCode,
  dbo.GetDATETIME(s.StopDatestamp), s.Grade, s.PlMax,
  dbo.GetDATETIME(p.PalletDate) as PalletDate, p.Shift, p.Line, p.PalletNo, p.ModelNumber
 

from dbo.ItemPartTrx mt inner join dbo.ItemParts ms on mt.BarCod = ms.BarCod
     join dbo.SimulationData s on mt.BarCod = s.BarCod
     join dbo.PackingData p    on mt.BarCod = p.BarCod
      
      
 
where        --ms.SerialNo=@Please_Enter_Number_Here or
  mt.BarCod = @Please_Enter_Number_Here
       -- i have tried with m.serialNo or mt.BarCod on both statment separatly but have same error
Return


but it work well in Sql and even in SSIS run query i.e ! when we run to test In SSIS
i dont know whets wrong in query or what wrong with procedure i checked on various forum but have no answer..........
needs yours help then.

Eric

[SSRS] [REST Api] [SwaggerHub] - please provide up to date API Specification

$
0
0

Hello,

So basically I'm working with the SwaggerHub csharp generated client of the SSRS REST Api (https://app.swaggerhub.com/apis/microsoft-rs/SSRS/2.0), and long story short: I had to tweak it a lot and it doesn't totally work to this day.

Here's a list of my problems so far:

- There was this interface implementation IValidatableObject.Validate that avoided you to compile, this is a Swagger problem.

- SubscriptionsApi.GetSubscriptions() returns a List<Subscription>, but the API returns an OData object (but i had to create ODataSubscriptions).

- KpisApi.GetKpis() throws this error:
IO.Swagger.Client.ApiException: 'Input string '1431.5' is not a valid integer. Path 'value[0].Values.TrendSet[0]', line 8, position 16.

I just changed List<int?> to List<double?> and it worked.

I will need Datasets, DataSources and Subscriptions later, and i'm preety sure i'll find some stuffs to.

Another Question: Could you swap to OpenApi v3 ? I would really like to use /OpenAPITools/openapi-generator, which seems much more up to date than the swagger one (/swagger-api/swagger-codegen)

Links here: (since i'm not verified)

https://app.swaggerhub.com/apis/microsoft-rs/SSRS/2.0

https://github.com/OpenAPITools/openapi-generator

https://github.com/swagger-api/swagger-codegen

Report Builder + SSRS + Datasource ODBC connected to PostgreSQL not work

$
0
0

Hi all,

I have a problem trying to access to my PostgreSQL database through Report Builder.

I created a datasource ODBC (to PostgreSQL) in Report Builder. I tested ODBC after I created and it's ok. I can create a dataset en Report Builder using this datasource and I can see data, but when I try to run the report, this message appear:

"System.Web.Services.Protocols.SoapException: Se ha intentado usar una extensión de datos 'ODBC' que no está registrada en este servidor de informes o no se admite en esta edición de Reporting Services. ---> Microsoft.ReportingServices.Diagnostics.Utilities.DataExtensionNotFoundException: Se ha intentado usar una extensión de datos 'ODBC' que no está registrada en este servidor de informes o no se admite en esta edición de Reporting Services.
   en Microsoft.ReportingServices.Library.ReportingService2005Impl.SetItemDataSources(String Item, DataSource[] DataSources, Guid batchId)
   en Microsoft.ReportingServices.Library.ReportingService2005Impl.SetItemDataSources(String Item, DataSource[] DataSources)
   en Microsoft.ReportingServices.WebServer.ReportingService2010.SetItemDataSources(String ItemPath, DataSource[] DataSources)"

I'm using this software:

Report Builder v.15.0.1473.0

Report Server Configuration Manager 15.0

Thanks.


Report builder: parameters in a query & how to export excel workbook with several worksheets

$
0
0

Hello all

I have 2 questions.

first,

I have 5 datasets in my report.

each dataset contain a query for example: AlertDescription LIKE '%power%' AND Path LIKE 'abc%'

the 'abc' prefix represent a group of server names.

instead of creating additional 5 datasets for each group, i want to use parameters (but with no user input)

how can i do that?

Question 2:

I want to create a report, that when i export it to excel. the result will be excel workbook with several worksheets

(each sheet contain info on each group of servers)

how can i do that?

Thanks a lot.

Remove duplicates in the results of a table in Report Builder 3.0

$
0
0

Hellos,

I have a report builder 3.0 table as shown below:

When i run the report it duplicate or triplicate the information as shown below:

Please guide me on removing this duplicates.

Where can i find the settings ?


Rabelani Netshifhire

Report version problem when uploading reports with rs.exe

$
0
0
I'm able to use a script to deploy rdl files to SSRS on my local development computer which is running SSRS 2016, however, when I use this same process to deploy on the production server running SSRS 2014 I get an error: 

"The definition of this report is not valid or supported by this version of Reporting Services. bla bla bla....".

The process and script I'm using is found on this post (by me) need help uploading multiple reports using ssrs_migration.rss

In my report project I have TargetServerVersion set to "SQL Server 2008 R2, 2012 or 2014". 

When I open the rdl file in the release\bin folder I see it now has the correct version number(2010 rather than 2016):

<?xml version="1.0" encoding="utf-8"?><Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
But when using the script to upload the file on the production server I get this error msg:
"D:\someFolder\DeployReports>"C:\Program Files (x86)\Microsoft SQL Ser
ver\120\Tools\Binn\rs.exe" -i D:\someFolder\DeployReports\SsrsUploadS
criptWithFileName.rss -s "http://serverName/ReportServer" -v FILE_NAME="D:\S
ites\TransAct\TA_301\DeployReports\ConfigurationFile.txt"
Unhandled exception:
The definition of this report is not valid or supported by this version of Repor
ting Services. The report definition may have been created with a later version
of Reporting Services, or contain content that is not well-formed or not valid b
ased on Reporting Services schemas. Details: '.', hexadecimal value 0x00, is an
invalid character. Line 1, position 23006.

D:\someFolder\DeployReports>Pause
Press any key to continue . . ."

Note:  the same report using the same script uploaded successfully on my computer.
As a test, I used an rdl file compiled by VS 2013 and it did upload successfully on the production server using this script.
I'm sure others must be having the same problem.  any good advice?
Here's the source for the rdl file from the bin folder after it was built for 2010:

<?xml version="1.0" encoding="utf-8"?><Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner"><AutoRefresh>0</AutoRefresh><DataSources><DataSource Name="TransAct_DataSource"><DataSourceReference>TransAct_DataSource</DataSourceReference><rd:SecurityType>None</rd:SecurityType><rd:DataSourceID>427f5980-624c-49ee-b919-9ed1fb0f4860</rd:DataSourceID></DataSource></DataSources><DataSets><DataSet Name="DataSet1"><Query><DataSourceName>TransAct_DataSource</DataSourceName><QueryParameters><QueryParameter Name="@Prj_Id"><Value>=Parameters!Prj_Id.Value</Value></QueryParameter><QueryParameter Name="@CountyIds"><Value>=Parameters!CountyIds.Value</Value></QueryParameter><QueryParameter Name="@LeaseFlagTypeIds"><Value>=Parameters!LeaseFlagTypeIds.Value</Value></QueryParameter></QueryParameters><CommandType>StoredProcedure</CommandType><CommandText>spX_LeaseExhibit_A1Texas</CommandText><rd:UseGenericDesigner>true</rd:UseGenericDesigner></Query><Fields><Field Name="Ls_Id"><DataField>Ls_Id</DataField><rd:TypeName>System.Guid</rd:TypeName></Field><Field Name="LsTr_Id"><DataField>LsTr_Id</DataField><rd:TypeName>System.Guid</rd:TypeName></Field><Field Name="Hess_Lease_No"><DataField>Hess Lease No</DataField><rd:TypeName>System.String</rd:TypeName></Field><Field Name="Lessor"><DataField>Lessor</DataField><rd:TypeName>System.String</rd:TypeName></Field><Field Name="Lessee"><DataField>Lessee</DataField><rd:TypeName>System.String</rd:TypeName></Field><Field Name="Date"><DataField>Date</DataField><rd:TypeName>System.DateTime</rd:TypeName></Field><Field Name="SEC"><DataField>SEC</DataField><rd:TypeName>System.String</rd:TypeName></Field><Field Name="Gross_Acres"><DataField>Gross Acres</DataField><rd:TypeName>System.Decimal</rd:TypeName></Field><Field Name="Net_Acres"><DataField>Net Acres</DataField><rd:TypeName>System.Decimal</rd:TypeName></Field><Field Name="Book"><DataField>Book</DataField><rd:TypeName>System.Int32</rd:TypeName></Field><Field Name="Page"><DataField>Page</DataField><rd:TypeName>System.Int32</rd:TypeName></Field><Field Name="ST"><DataField>ST</DataField><rd:TypeName>System.String</rd:TypeName></Field><Field Name="County"><DataField>County</DataField><rd:TypeName>System.String</rd:TypeName></Field></Fields></DataSet></DataSets><ReportSections><ReportSection><Body><ReportItems><Tablix Name="table1"><TablixBody><TablixColumns><TablixColumn><Width>1in</Width></TablixColumn><TablixColumn><Width>3.51084in</Width></TablixColumn><TablixColumn><Width>1.89583in</Width></TablixColumn><TablixColumn><Width>0.67708in</Width></TablixColumn><TablixColumn><Width>0.35in</Width></TablixColumn><TablixColumn><Width>0.68in</Width></TablixColumn><TablixColumn><Width>0.68in</Width></TablixColumn><TablixColumn><Width>0.35in</Width></TablixColumn><TablixColumn><Width>0.35in</Width></TablixColumn><TablixColumn><Width>0.35in</Width></TablixColumn><TablixColumn><Width>0.64583in</Width></TablixColumn></TablixColumns><TablixRows><TablixRow><Height>0.22in</Height><TablixCells><TablixCell><CellContents><Textbox Name="textbox2"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Hess Lease No</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>textbox2</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox3"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Lessor</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>textbox3</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox4"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Lessee</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>textbox4</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox5"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Date</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox5</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox6"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>SEC</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox6</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox7"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Grs Acr</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><TextAlign>Right</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox7</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox8"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Net Acr</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><TextAlign>Right</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox8</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox10"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Book</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><FontFamily /><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox10</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox11"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Page</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><FontFamily /><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox11</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox12"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>ST</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox12</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="textbox13"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>County</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><FontWeight>Bold</FontWeight></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>textbox13</rd:DefaultName><Style><Border><Color>LightGrey</Color></Border><BottomBorder><Style>Solid</Style></BottomBorder><BackgroundColor>White</BackgroundColor><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell></TablixCells></TablixRow><TablixRow><Height>0.21in</Height><TablixCells><TablixCell><CellContents><Textbox Name="Hess_Lease_No"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Hess_Lease_No.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>Hess_Lease_No</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Lessor"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Lessor.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>Lessor</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Lessee"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Lessee.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>Lessee</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Date"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Date.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><Format>d</Format></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>Date</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="SEC"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!SEC.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>SEC</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Gross_Acres"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Gross_Acres.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><Format>n3</Format></Style></TextRun></TextRuns><Style><TextAlign>Right</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>Gross_Acres</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Net_Acres"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Net_Acres.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize><Format>n3</Format></Style></TextRun></TextRuns><Style><TextAlign>Right</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>Net_Acres</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Book"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Book.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>Book</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="Page"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!Page.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>Page</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="ST"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!ST.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>ST</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell><TablixCell><CellContents><Textbox Name="County"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Fields!County.Value</Value><Style><FontFamily>Segoe UI</FontFamily><FontSize>9pt</FontSize></Style></TextRun></TextRuns><Style /></Paragraph></Paragraphs><rd:DefaultName>County</rd:DefaultName><Style><Border><Color>LightGrey</Color><Style>None</Style></Border><BottomBorder><Style>Solid</Style></BottomBorder><LeftBorder><Style>Solid</Style></LeftBorder><RightBorder><Style>Solid</Style></RightBorder><FontFamily /><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></CellContents></TablixCell></TablixCells></TablixRow></TablixRows></TablixBody><TablixColumnHierarchy><TablixMembers><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /><TablixMember /></TablixMembers></TablixColumnHierarchy><TablixRowHierarchy><TablixMembers><TablixMember><FixedData>true</FixedData><KeepWithGroup>After</KeepWithGroup><RepeatOnNewPage>true</RepeatOnNewPage><KeepTogether>true</KeepTogether></TablixMember><TablixMember><Group Name="table1_Details_Group"><DataElementName>Detail</DataElementName></Group><TablixMembers><TablixMember /></TablixMembers><DataElementName>Detail_Collection</DataElementName><DataElementOutput>Output</DataElementOutput><KeepTogether>true</KeepTogether></TablixMember></TablixMembers></TablixRowHierarchy><RepeatColumnHeaders>true</RepeatColumnHeaders><DataSetName>DataSet1</DataSetName><Top>0.79677in</Top><Height>0.43in</Height><Width>10.48958in</Width><Style /></Tablix><Textbox Name="textbox1"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>Exhibit A-1 Texas</Value><Style><FontFamily>Segoe UI Light</FontFamily><FontSize>14pt</FontSize><FontWeight>Bold</FontWeight><TextDecoration>Underline</TextDecoration></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox1</rd:DefaultName><Height>0.32583in</Height><Width>10.48958in</Width><ZIndex>1</ZIndex><Style><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><PaddingBottom>2pt</PaddingBottom></Style></Textbox></ReportItems><Height>1.22677in</Height><Style /></Body><Width>10.48958in</Width><Page><PageFooter><Height>0.17999in</Height><PrintOnFirstPage>true</PrintOnFirstPage><PrintOnLastPage>true</PrintOnLastPage><ReportItems><Textbox Name="textbox15"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>= "Exhibit A-1 Texas  -  Page " &amp; Globals!PageNumber &amp; " of " &amp; Globals!TotalPages</Value><Style><FontFamily>Segoe UI Light</FontFamily><TextDecoration>None</TextDecoration></Style></TextRun></TextRuns><Style><TextAlign>Center</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox1</rd:DefaultName><Left>3.01042in</Left><Height>0.17999in</Height><Width>4.39583in</Width><Style><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight></Style></Textbox><Textbox Name="textbox16"><CanGrow>true</CanGrow><KeepTogether>true</KeepTogether><Paragraphs><Paragraph><TextRuns><TextRun><Value>=Globals!ExecutionTime</Value><Style><FontFamily>Segoe UI Light</FontFamily><TextDecoration>None</TextDecoration></Style></TextRun></TextRuns><Style><TextAlign>Left</TextAlign></Style></Paragraph></Paragraphs><rd:DefaultName>textbox1</rd:DefaultName><Height>0.17999in</Height><Width>1.40625in</Width><ZIndex>1</ZIndex><Style><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight></Style></Textbox></ReportItems><Style><Border><Style>None</Style></Border></Style></PageFooter><PageHeight>8.5in</PageHeight><PageWidth>11in</PageWidth><LeftMargin>0.2in</LeftMargin><RightMargin>0.2in</RightMargin><TopMargin>0.2in</TopMargin><BottomMargin>0.4in</BottomMargin><Style /></Page></ReportSection></ReportSections><ReportParameters><ReportParameter Name="Prj_Id"><DataType>String</DataType><DefaultValue><Values><Value>163F5E0D-0130-450F-B962-6A6A25190995</Value></Values></DefaultValue><Prompt>Prj Id</Prompt></ReportParameter><ReportParameter Name="CountyIds"><DataType>String</DataType><Nullable>true</Nullable><Prompt>County Ids</Prompt></ReportParameter><ReportParameter Name="LeaseFlagTypeIds"><DataType>String</DataType><Nullable>true</Nullable><Prompt>Lease Flag Type Ids</Prompt></ReportParameter></ReportParameters><Language>en-US</Language><ConsumeContainerWhitespace>true</ConsumeContainerWhitespace><rd:ReportUnitType>Inch</rd:ReportUnitType><rd:ReportID>b35960ea-79ac-4908-b99e-bf15a2425975</rd:ReportID></Report>

Thank you.


Error loading resource library. (0x8007007E) when printing - after hotfix

$
0
0

Hi,

 

I added the kB954607 GDI security hotfix to our development cluster the other day and now we're having printing problems (again...sigh). 

 

Error loading resource library. (0x8007007E)

 

I've tried deregistering the RSClientPrint.dll and then printing to have it install again, but that didn't work for me. 


Delete individual reports using rs.DeleteItem

$
0
0

My Company uses RS 2005 at our customer locations. We have developed our own automatic update process for reports using the rs.exe utility to deploy and over write reports. The scenario is I need to be able to delete and redeploy reports due to the fact that if you remove an input parameter from a report and corresponding db objects, overwriting of the report does not pick up these changes, the removed parameters will persist until the report is deleted and re deployed.

I find several examples that use rs.deleteItem to delete all items in a folder.

I have been trying to use this technique for an individual report with no luck.

 

Still have hidden parameters taking up space on SSRS reports

ssrs report not displaying report parameters

$
0
0

Until recently an ssrs 2008 report,  displayed all the report parameters for the users to select how the reports execute.
Now the report parameters do not display. The reports execute with the automatic values. The ssrs reports have not changed within the last year. Both the test and production report servers have the latest updates. I am not certain about the sql server updates for sql server 2008 and sql server 2012. Thus can you tell me what you think I should look at?

Would the report server need some kind of an upgrade and/or possibly the ssrs reports? If so, what version would the report server need to be? Can you suggest what I should look at?


Limit no of columns in SSRS matrix report

$
0
0

I have designed the matrix report(SSRS 2008) which has dynamic column, it grows based on the no of products in the table.

Database table structure looks like below.    

Productname AssetClass Marketvalue
Product1AEQ1000
Product1IEQ2000
Product1Prop3000
Product2AEQ1000
Product2IEQ2000
Product2Prop3000
Product3AEQ1000
Product3IEQ2000
Product3Prop3000
Product4AEQ1000
Product4IEQ2000
Product4Prop3000

    

The matrix report displays like below. Column grows based on no of products in the table.   I have applied column grouping for Products and row grouping for assetclass.

 Product1Product2Product3Product4
AEQ1000100010001000
IEQ2000200020002000
Prop3000300030003000

But I want to break the matrix columns to display 2 proudcts wise like below..

 

 Product1Product2
AEQ10001000
IEQ20002000
Prop30003000
   
 Product3Product4
AEQ10001000
IEQ20002000
Prop30003000

Is it  possible to apply column break in matrix report?

Thanks,
Ramesh


SSRS Reports Refactoring after Schema Migration

$
0
0

Dear Experts, 

Recently We migrated our tables and procedures to new Schema where I need to refactor the changes in all the SSRS Reports. Was just curious if there is any automated solution for this like instead of going in every single report and modify the changes for Datasets / parameters etc... similar to what we have refactoring options in SSDT do we have anything for SSRS also. Please advise. 

Any help would be greatly appreciated. 


Thank you... MOMEN

Embedding Report Server to a web page.

$
0
0

Hello,

I am new to SSRS. I want to add a report to a web page using ASP.Net. I already configured my report sever web portal , and already have some reports in it. However , I have created a simple web page and downloaded the report viewer NUGET packages. Whenever I try to build the solution ,  this error message  comes from the browser:  

''    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. ''

What am I doing wrong ? Please below is my code.

Thanks

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="reportweb.aspx.vb" Inherits="WebApplication2.reportweb" %><%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><title></title></head><body><form id="form1" runat="server"><asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><rsweb:ReportViewer ID="ReportViewer1" runat="server" ProcessingMode="Remote"><ServerReport ReportServerUrl="http://Servername/Reports" ReportPath="/report/Report1" /></rsweb:ReportViewer><div></div></form></body></html>

SSRS 2016 logs on approx. 200 times within 2 seconds when load HOME page

$
0
0

Hello, 

I'm trying to troubleshoot a problem with SSRS 2016. Our firewall is shutting down traffic to SSRS server because, as seen in Event Viewer Security Logs, SSRS is performing ~200 logons when the HOME folder loads. Any idea why this would be happening?

Thanks, 

Lance



Too many security audits when I load HOME folder of SSRS 2016

$
0
0

I'm trying to troubleshoot a problem with SSRS 2016. Our firewall is shutting down traffic to SSRS server because, as seen in Windows Security Logs, SSRS is performing ~200 security audits when the HOME folder loads.

According to the Windows Security Logs, there are both audit successes and failures (see below). The failures only happen when I don't include the domain name when I log on. If I log on with <domain>/<user>, no failures but still to many audits for firewall.

Here are the Windows Security Log and SSRS trace logs:

Here are the Windows Security Log and SSRS trace logs:

Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4634 Logoff
Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:24 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:23 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4634 Logoff
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4634 Logoff
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Failure 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Failure 4/1/2020 9:10:22 AM

Microsoft Windows security auditing.  4776 Credential Validation
Audit Success 4/1/2020 9:10:21 AM

Microsoft Windows security auditing.  4627 Group Membership
Audit Success 4/1/2020 9:10:21 AM

Microsoft Windows security auditing.  4624 Logon
Audit Success 4/1/2020 9:10:21 AM

Microsoft Windows security auditing.  4672 Special Logon
Audit Failure 4/1/2020 9:10:21 AM

Microsoft Windows security auditing.  4776 Credential Validation

<Header>

  <Product>Microsoft SQL Server Reporting Services Version 2015.0131.5026.00 ((SQL16_PCU_Main).180318-0835)</Product>
  <Locale>English (United States)</Locale>
  <TimeZone>Eastern Daylight Time</TimeZone>
  <Path>C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\Logfiles\ReportServerService__04_01_2020_09_09_58.log</Path>
  <SystemName>RYC-AS-E***</SystemName>
  <OSName>Microsoft Windows NT 6.2.9200</OSName>
  <OSVersion>6.2.9200</OSVersion>
  <ProcessID>11844</ProcessID>
  <Virtualization>None</Virtualization>
</Header>
<ProcessorArchitecture>AMD64</ProcessorArchitecture>
<ApplicationArchitecture>AMD64</ApplicationArchitecture>
rshost!rshost!30d0!04/01/2020-09:09:58:: i INFO: CLR runtime is initialized.
rshost!rshost!30d0!04/01/2020-09:09:58:: i INFO: Derived memory configuration based on physical memory as 66881848 KB
appdomainmanager!DefaultDomain!30d0!04/01/2020-09:09:58:: i INFO: Entered managed ServiceMain in DefaultDomain.
appdomainmanager!DefaultDomain!30d0!04/01/2020-09:09:58:: i INFO: Attempting to start WebApp service: C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer\bin\..\..\RSWebApp\Microsoft.ReportingServices.Portal.WebHost.exe
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing DisableSecureFormsAuthenticationCookie to 'False'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: 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!31cc!04/01/2020-09:09:59:: 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,System.AppDomainUnloadedException'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing AuthenticationTypes to '5'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing UrlRoot to 'https://reports.*****.com/'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
resourceutilities!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Reporting Services starting SKU: Standard
configmanager!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Using report server internal url https://localhost:443/ReportServer.
configmanager!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Using report server external url https://RYC-AS-E***:443/ReportServer.
configmanager!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Using url root https://reports.*****.com/.
rshost!rshost!31cc!04/01/2020-09:09:59:: i INFO: Configuring maxPhysicalCpu=4, minLogicalCpu=0
rshost!rshost!31cc!04/01/2020-09:09:59:: i INFO: Logical processor per physical processor 16
rshost!rshost!31cc!04/01/2020-09:09:59:: i INFO: Logical processor per core 2
rshost!rshost!31cc!04/01/2020-09:09:59:: i INFO: Maximum logical CPU is 32
configmanager!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Using report server internal url https://localhost:443/ReportServer.
configmanager!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Using report server external url https://RYC-AS-E***:443/ReportServer.
configmanager!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Using url root https://reports.*****.com/.
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogExceptionMicrosoft.ReportingServices.Modeling.InternalModelingExceptionMicrosoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Do not dump on: System.Threading.ThreadAbortExceptionSystem.Web.UI.ViewStateExceptionSystem.OutOfMemoryExceptionSystem.Web.HttpExceptionSystem.IO.IOExceptionSystem.IO.FileLoadExceptionMicrosoft.SharePoint.SPExceptionMicrosoft.ReportingServices.WmiProvider.WMIProviderExceptionSystem.AppDomainUnloadedException
library!DefaultDomain!31cc!04/01/2020-09:09:59:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\Logfiles
appdomainmanager!DefaultDomain!31cc!04/01/2020-09:10:00:: i INFO: Registering AppDomain: type='WindowsService'; id='2'; Name='WindowsService_0'
appdomainmanager!DefaultDomain!31cc!04/01/2020-09:10:00:: i INFO: Creating a new AppDomainLifeCycleManagementEntry for AppDomain id '2'
appdomainmanager!DefaultDomain!31cc!04/01/2020-09:10:00:: i INFO: Appdomain STARTED: id='2'; name='WindowsService_0'
servicecontroller!DefaultDomain!31cc!04/01/2020-09:10:00:: i INFO: Creating an instance of class 'ReportingServicesLibrary, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' from assembly 'Microsoft.ReportingServices.Library.ServiceAppDomain' in domain 'WindowsService_0'
library!WindowsService_0!31cc!04/01/2020-09:10:00:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!WindowsService_0!31cc!04/01/2020-09:10:00:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!WindowsService_0!31cc!04/01/2020-09:10:00:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogExceptionMicrosoft.ReportingServices.Modeling.InternalModelingExceptionMicrosoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!WindowsService_0!31cc!04/01/2020-09:10:00:: i INFO: Do not dump on: System.Threading.ThreadAbortExceptionSystem.Web.UI.ViewStateExceptionSystem.OutOfMemoryExceptionSystem.Web.HttpExceptionSystem.IO.IOExceptionSystem.IO.FileLoadExceptionMicrosoft.SharePoint.SPExceptionMicrosoft.ReportingServices.WmiProvider.WMIProviderExceptionSystem.AppDomainUnloadedException
library!WindowsService_0!31cc!04/01/2020-09:10:00:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\Logfiles
resourceutilities!WindowsService_0!31cc!04/01/2020-09:10:00:: i INFO: Reporting Services starting SKU: Standard
library!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Catalog SQL Server Edition = Standard
crypto!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Initializing crypto as user: SOWK\nm******
crypto!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Exporting public key
crypto!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Importing existing encryption key
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Database version check timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
appdomainmanager!DefaultDomain!31cc!04/01/2020-09:10:01:: i INFO: The UserAccountControl value for the service account is 512
dbpolling!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: EventPolling polling service started
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: EventPolling HeartbeatTimer timer enabled: Next Event: 0 seconds.  Cycle: 300 seconds
dbpolling!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: NotificationPolling polling service started
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: NotificationPolling HeartbeatTimer timer enabled: Next Event: 0 seconds.  Cycle: 300 seconds
dbpolling!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: SchedulePolling polling service started
dbpolling!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: UpgradePolling polling service started
dbpolling!WindowsService_0!3b78!04/01/2020-09:10:01:: i INFO: PollingMaintenance: Polling started
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Database Cleanup (NT Service) timer enabled: Next Event: 600 seconds.  Cycle: 600 seconds
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Running Requests Scavenger timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Running Requests DB timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Execution Log Entry Expiration timer enabled: Next Event: 60598 seconds.  Cycle: 86400 seconds
resourceutilities!WindowsService_0!3b78!04/01/2020-09:10:01:: i INFO: Maximum memory limit is 65536Mb
rshost!rshost!28f8!04/01/2020-09:10:01:: i INFO: Registered url=https://RYC-AS-E***.com:443/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer.
rshost!rshost!28f8!04/01/2020-09:10:01:: i INFO: Registered url=https://+:443/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer.
rshost!rshost!28f8!04/01/2020-09:10:01:: i INFO: Currently registered url https://+:443/ReportServer/ on endpoint 2
rshost!rshost!28f8!04/01/2020-09:10:01:: i INFO: Currently registered url https://RYC-AS-E***.com:443/ReportServer/ on endpoint 2
resourceutilities!DefaultDomain!31cc!04/01/2020-09:10:01:: i INFO: Maximum memory limit is 65536Mb
rshost!rshost!31cc!04/01/2020-09:10:01:: i INFO: Derived memory configuration based on physical memory as 66881848 KB
servicecontroller!DefaultDomain!3bf8!04/01/2020-09:10:01:: i INFO: Total Physical memory: 68487012352
rpcserver!DefaultDomain!28f8!04/01/2020-09:10:01:: i INFO: Process monitoring started.
runningjobs!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Memory stats update timer enabled: Next Event: 60 seconds.  Cycle: 60 seconds
rpcserver!DefaultDomain!2284!04/01/2020-09:10:01:: i INFO: RPC Server started.
servicecontroller!DefaultDomain!2284!04/01/2020-09:10:01:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS13.MSSQLSERVER'
appdomainmanager!DefaultDomain!2284!04/01/2020-09:10:01:: i INFO: SetInitialized AppDomain id '2': initialized = 1
appdomainmanager!WindowsService_0!2284!04/01/2020-09:10:01:: i INFO: Appdomain:2 WindowsService_0 initialized.
library!DefaultDomain!1a68!04/01/2020-09:10:02:: i INFO: Catalog SQL Server Edition = Standard
crypto!DefaultDomain!1a68!04/01/2020-09:10:02:: i INFO: Initializing crypto as user: SOWK\nm*****
crypto!DefaultDomain!1a68!04/01/2020-09:10:02:: i INFO: Exporting public key
crypto!DefaultDomain!1a68!04/01/2020-09:10:02:: i INFO: Importing existing encryption key

<Header>
  <Product>Microsoft SQL Server Reporting Services Version 13.0.5698.0</Product>
  <Locale>en-US</Locale>
  <TimeZone>Eastern Daylight Time</TimeZone>
  <Path>C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\LogFiles\Microsoft.ReportingServices.Portal.WebHost_04_01_2020_09_09_59.log</Path>
  <SystemName>RYC-AS-E***</SystemName>
  <OSName>Microsoft Windows NT 6.2.9200.0</OSName>
  <OSVersion>6.2.9200.0</OSVersion>
</Header>
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:09:59:: i INFO: Setting up Debug CRT libraries
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:09:59:: w WARN: %_NTDRIVE% not defined... Skipping
Microsoft.ReportingServices.Portal.WebHost!library!1!04/01/2020-09:09:59:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
Microsoft.ReportingServices.Portal.WebHost!library!1!04/01/2020-09:09:59:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
Microsoft.ReportingServices.Portal.WebHost!library!1!04/01/2020-09:09:59:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogExceptionMicrosoft.ReportingServices.Modeling.InternalModelingExceptionMicrosoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
Microsoft.ReportingServices.Portal.WebHost!library!1!04/01/2020-09:09:59:: i INFO: Do not dump on: System.Threading.ThreadAbortExceptionSystem.Web.UI.ViewStateExceptionSystem.OutOfMemoryExceptionSystem.Web.HttpExceptionSystem.IO.IOExceptionSystem.IO.FileLoadExceptionMicrosoft.SharePoint.SPExceptionMicrosoft.ReportingServices.WmiProvider.WMIProviderExceptionSystem.AppDomainUnloadedException
Microsoft.ReportingServices.Portal.WebHost!library!1!04/01/2020-09:09:59:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\LogFiles
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:09:59:: i INFO: Starting ReportServerWebApp
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Working directory : C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\RSWebApp
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Report Server url: https://localhost:443/ReportServer
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Report Server Web App virtual root: /Reports
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Web app url: https://RYC-AS-E***.com:443/Reports/
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Web app url: https://+:443/Reports/
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Authentication scheme(s): IntegratedWindowsAuthentication
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 0    : AuthSchemeConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 5    : RequestLoggingConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 10   : CustomAuthenticationConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 20   : BasicAuthenticationConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 25   : RequestThrottlingConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 30   : CsrfTokenCreationConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 40   : LanguageConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 50   : XFrameOptionsConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 50   : ClassicUrlRedirecterConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 50   : PopulateHeadersConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 53   : LocalRequestMiddlewareConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 55   : ClassicUrlRewriterConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 60   : ResponseCompressionConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 64   : CustomIndexMiddlewareConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 100  : FileSystemConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 190  : ServiceUnavailableConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 200  : DatabaseAvailableConfig
Microsoft.ReportingServices.Portal.WebHost!crypto!1!04/01/2020-09:10:00:: i INFO: Initializing crypto as user: SOWK\nm*****
Microsoft.ReportingServices.Portal.WebHost!crypto!1!04/01/2020-09:10:00:: i INFO: Exporting public key
Microsoft.ReportingServices.Portal.WebHost!crypto!1!04/01/2020-09:10:00:: i INFO: Importing existing encryption key
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 300  : CsrfTokenValidationConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:00:: i INFO: Registering 500  : WebApiOwinConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!1!04/01/2020-09:10:01:: i INFO: Registering 600  : ODataWebApiOwinConfig
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!8!04/01/2020-09:10:23:: i INFO: [gjixaqi5]: 10.227.11.168: GET /api/v1.0/ServiceState - Response 200 - 0:00:00.6588004
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!8!04/01/2020-09:10:23:: i INFO: [g436tfil]: 10.227.11.168: GET /api/v1.0/SystemResources - Response 200 - 0:00:00.692688
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!7!04/01/2020-09:10:23:: i INFO: [d1vtdmc1]: 10.227.11.168: GET /api/v1.0/powerbiintegration/powerbiintegration.isenabled - Response 200 - 0:00:00.0094975
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!a!04/01/2020-09:10:23:: i INFO: [lac6jtga]: 10.227.11.168: GET /api/v1.0/telemetry - Response 200 - 0:00:00.2883254
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!7!04/01/2020-09:10:23:: i INFO: [0sli7omh]: 10.227.11.168: GET /api/v1.0/ReportServerInfo/Model.SiteName - Response 200 - 0:00:00.1377958
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!a!04/01/2020-09:10:23:: i INFO: [5xpksssa]: 10.227.11.168: GET /api/v1.0/SystemResources - Response 200 - 0:00:00.2179113
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!7!04/01/2020-09:10:23:: i INFO: [jrnstmcw]: 10.227.11.168: GET /api/v1.0/notifications - Response 200 - 0:00:00.1075349
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!a!04/01/2020-09:10:24:: i INFO: [x4kwbc96]: 10.227.11.168: GET /api/v1.0/reportserverinfo/model.GetVirtualDirectory - Response 200 - 0:00:00.1144498
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!7!04/01/2020-09:10:24:: i INFO: [ybh0787o]: 10.227.11.168: GET /api/v1.0/reportserverinfo/model.GetWebAppUrl - Response 200 - 0:00:00.107789
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!a!04/01/2020-09:10:24:: i INFO: [xy5ibqzg]: 10.227.11.168: GET /api/v1.0/SafeGetSystemResourceContent%28type%3D%27UniversalBrand%27%2Ckey%3D%27logo%27%29 - Response 200 - 0:00:00.1192664
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!10!04/01/2020-09:10:24:: i INFO: [qt9pb3xj]: 10.227.11.168: GET /api/v1.0/AllowedActions%28path%3D%40path%29 - Response 200 - 0:00:00.2106256
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!11!04/01/2020-09:10:24:: i INFO: [oosoqte6]: 10.227.11.168: GET /api/v1.0/me - Response 200 - 0:00:00.2659785
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!a!04/01/2020-09:10:24:: i INFO: [v5zwqu7u]: 10.227.11.168: GET /api/v1.0/CatalogItemByPath%28path%3D%40path%29 - Response 200 - 0:00:00.2189416
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!7!04/01/2020-09:10:24:: i INFO: [sq3selzp]: 10.227.11.168: GET /api/v1.0/catalogitems%2808ed8335-b2d1-4449-933e-1f236de1cfd8%29/Model.Folder/catalogitems/ - Response 200 - 0:00:00.1780528



SQL reporting services not starting

$
0
0

I have an SCCM server with SQL installed on the same machine. the reporting service was working just fine until the 18th of december (when the event log says it was last started successfully)

I cannot manage to get it up and running. it says "service failed to respond in a timely fashion"

there's no other events in the event viewer

please advise

label overlap issue

$
0
0

Hi,

I am getting below overlap issue for negative values in ssrs 2016 chart.

Applied SmartLabels -> AllowOutSidePlotArea as "True"

For positive values its working fine but negative values it's not working.

Could you please help on this issue.

Example:


Subscription reports being withdrawn?

$
0
0

I've been told by an application account manager for our Management Information System that subscription reports will no longer be available in SSRS in a few months, but I can't find any information online about this - does anyone know if this is true? It seems hard to believe. 

how to convert .rdl file to .rdlc step by step?

$
0
0

Hi friends,

I want to convert .rdl  to .rdc need full steps.Actually i created .rdl report using sp sucessfully.Now i want to convert it to rdlc while doing it iam getting some authentication error and some thing else.I created rdl in 2008 and i want to change it to rdlc 2010.so pl. healp as early as possible with full steps.

Thanks in advance.

Viewing all 10045 articles
Browse latest View live


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