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

How to hide the version of SQL server reporting services for SharePoint integrated mode

$
0
0

Anyone please help, I have SharePoint integrated SSRS setup where security team had requested to hide the SSRS version getting displayed.

Please help how we can hide the SSRS version getting displayed.


Anjani


An error occurred while the query design method was being saved. Access to the remote server is denied because no login-mapping exists.

$
0
0

 I have a stored procedure on sql server A that utilizes a linked server to query a table on sql server B

In SSRS 2012 I create a new report with a data source that points to the database on SQL server A that contains the sp.

when I try to click past the query window I get the above error message.

Using same userid/password for sql login to sql server A, linked server and sql login to sql server B.

Any help appreciated.

READ_COMMITTED_SNAPSHOT for SSRS databases

$
0
0

We have a SQL server 2017 with reporting service installed. The database engine only hosts reportServer db and reportServerTemp db. We have a SSRS complicated report querying oracle database. The report generates PDF version too. The report is called from report viewer from a web page. 
Since this week is the peak time of the report, but many report errored out.

From the SQL server  performance dashboard, I can see there are frequent locks and blocks.  
I also see in our Database monitoring tool the top wait query is this one:

Procedure: ReportServer.dbo.CheckSessionLock
Character Range: 134 to 273
Waiting on statement: 

SELECT @Selected=SessionID, 
@LockVersion = LockVersion FROM [ReportServerTempDB].dbo.SessionLock 
WITH 
   (
      ROWLOCK
   ) 
WHERE SessionID = @SessionID

*/
CREATE PROCEDURE [dbo] 
.[CheckSessionLock]  
@SessionID  
as  
                varchar(32),  
   @LockVersion int OUTPUT  
AS  
   DECLARE  
   @Selected nvarchar(32) 
/* BEGIN ACTIVE SECTION (comment inserted by DPA) */  
   SELECT @Selected=SessionID,  
   @LockVersion = LockVersion FROM [ReportServerTempDB].dbo.SessionLock  
   WITH  
      ( 
         ROWLOCK 
      )  
   WHERE SessionID = @SessionID 
/* END ACTIVE SECTION (comment inserted by DPA) */  
e
I see some online forum user enabled READ_COMMITTED_SNAPSHOT for ReportServerTempDB revolved the problem. I want to try that too.
But I am not sure which database should I enable the above isolation level? the reportserver database or reportserverTempdb.

Thanks


 

Thanks

SSRS grand total adding up conditional group

$
0
0

SSRS report contains Group called S_SURNAME__S_FORENAME__S_STUD_ID.
Also:
Fields!PEP_IN_PERIOD.Value that contains Yes /No answers.  Where overall group shows Yes, I want to sum the number of Yes answers

=Count(IIF(Fields!PEP_IN_PERIOD.Value="Yes",1,Nothing),"DataSet1")  is as far as I have got with the expression which counts the Yes in all rows.

However I have a group called S_SURNAME__S_FORENAME__S_STUD_ID and I just want to count Yes answers gor the grouped rows so have the following which doesnt work

=SUM(IIF(Fields!PEP_IN_PERIOD.Value="Yes",1,Nothing),"S_SURNAME__S_FORENAME__S_STUD_ID","DataSet1")
 Any help appreciated. Many Thanks

SSRS TextBox formatting - Make adjascent textboxes grow together

$
0
0

I have a report with a List Tablix like so  Second image is in designer But when I run (1st image)  the grey box does not grow..  Any help would be greatly appreciated

SSRS concatenate two parameters into one

$
0
0

Hello Team,

I have currently two parameters and they refer to their own individual datasets in MS SQL report builder.

Investor Name references dataset ReportElement 28 - Investor Name field and Investor No references ReportElement1070 - InvestorNo field.

The two parameters are essentially the same thing, Name and no. I'd like to combine the two for one parameter selection. Having the investor number alone is not very useful and the investor no. is requirement downstream.

How do i create a paramter for end user selection by combining the two parameters.

Issue while Converting Date/Time values according to a timezone in SSRS using CRM Online

$
0
0

Hi,

The below stated is the problem we faced in SSRS report which shows incorrect data and the reason is the time zone difference between the user and the UTC.

In CRM when we fetch data in data set it comes as 1-Dec-2019 (date) and 31-Nov-2019(dateValue)

  1. For dateValue field

Ideally we take dateValue field for formatting if we will format that  then in the report we will get incorrect date.

Suppose, If we try to format based on Project time zone Say if Project has GMT +08:00 then after formatting we will get the date as 31-Nov-2019 which is incorrect, it should be 1-Dec-2019

 For date field

  1. It is in string format.

If we try to format based on this field this will cause error when report viewed on CRM environment with different date formatting.

Say if report if created based on DD-MM-YY format, if CRM environment has date formatting of MM-DD-YY, then it will give #error in the report.

For eg:

03-dec-19 will display as 12-mar-19 and

19-nov-19 will display #error as it will be 11-19-19 which is a non existing month

 Due to which some reports we were not able to access in security user but it was accessible using other user

 I am facing the issue, kindly help on this.



SSRS Browser Role can edit Security

$
0
0

Hello,

In my 2016 SSRS instance, anyone is able to edit security on items. I had a user modify a data source over the weekend, thus the deeper dive into SSRS security. I have stripped it down so that only my AD user has Content Manager and System Administrator. I removed the BUILTIN\Administrators and added [domain]\All Users with the Browser role. With just Browser, other users should only be able to browse but I have general users able to edit security.

I have spent the last three hours searching and can't find anything that allows me to deny permissions in SSRS and based on what I have read, everyone except me shouldn't be able to edit anything. What am I doing wrong or missing?


SSRS http to https?

$
0
0

Running SSRS 2016.

Currently using http://reports.contoso.local, moving to https TLS encryption.

Strategy short term is to set a web.config redirect http to https and give developers a chance to adjust code, but not sure how this works without iis. To clarify, if this was IIS, I'd set up a cert, create a 443 binding, and set the rewrite/redirect from the 80 binding to the 443 binding in the iis web.config. 

What's the Microsoft SSRS SOP for this?

Thanks


pdf vs report viewer pages

$
0
0

Hi,
The ssrs report in report viewer shows three pages.
The layout is set to landscape.
The second pages contains the table of data and can be quite a long page.
When this report is saved into .pdf, there are around 8 pages depending on parameters used to run report...
How is it possible to see the same number of pages in the viewer as there are in the .pdf

Note that the report property is set to A4

SSRS Report Preview cannot in Visual Studio 2017 cannot be displayed with custom assembly

$
0
0

Hi,

I'm trying to edit some legacy SSRS reports with Visual Studio 2017 and the Reporting Services Projects add-in. My reports are using a custom assembly.

Everything is running fine on SQL Server 2016, but I can't get the report preview in Visual Studio to work. I get the following error message: 

"reporting services projects error while loading code module 'reportsinlinecode.dll....': Could not load file or assembly... The System cannot find the path specified. "

I have already copied the custom assembly to 

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\PrivateAssemblies

but that did not solve the problem. How can get my report preview to work properly again?

Thanks,

Adrian


Adrian Grigore http://www.logmytime.de

Getting error when creating virtual directory : Microsoft.ReportingServices.WmiProvider.WMIProviderException: The virtual directory specified is not valid.

$
0
0

Can someone help me on the issue getting when creating a virtual directory through "Reporting Services Configuration Manager"

Instead of the default "Virual Directory:" ReportServer i am trying to create "Test/ReportServer"

I am getting following error: 

Microsoft.ReportingServices.WmiProvider.WMIProviderException: The virtual directory specified is not valid. Make sure the specified name is not too long and doesn't contain illegal characters. (example: ;)

 ---> System.Runtime.InteropServices.COMException (0x8004020D): Cannot modify or delete an object that was not added using the COM+ Admin SDK (Exception from HRESULT: 0x8004020D)
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.SetVirtualDirectory(String application, String virtualDirectory)
   at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.SetVirtualDirectory(UrlApplication app, String virtualDirectory)


And here are the other detail about the version of reporting services i am using:

<Product>Microsoft SQL Server Reporting Services Version 2014.0120.6108.01 ((SQL14_SP3_GDR).190529-1914)</Product>
  <Locale>English (United States)</Locale>
  <TimeZone>Pacific Standard Time</TimeZone>
  <Path>C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\Logfiles\ReportServerService__12_20_2019_02_14_07.log</Path>
  <SystemName>WIN-VVNS30L91NN</SystemName>
  <OSName>Microsoft Windows NT 6.2.9200</OSName>
  <OSVersion>6.2.9200</OSVersion>
  <ProcessID>10352</ProcessID>
  <Virtualization>Hypervisor</Virtualization>

 

And for this i am using "local service" account.

And this is the log file error:

<Header>
  <Product>Microsoft SQL Server Reporting Services Version 2014.0120.6108.01 ((SQL14_SP3_GDR).190529-1914)</Product>
  <Locale>English (United States)</Locale>
  <TimeZone>Pacific Standard Time</TimeZone>
  <Path>C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\Logfiles\ReportServerService__12_20_2019_02_14_07.log</Path>
  <SystemName>WIN-VVNS30L91NN</SystemName>
  <OSName>Microsoft Windows NT 6.2.9200</OSName>
  <OSVersion>6.2.9200</OSVersion>
  <ProcessID>10352</ProcessID>
  <Virtualization>Hypervisor</Virtualization>
</Header>
<ProcessorArchitecture>AMD64</ProcessorArchitecture>
<ApplicationArchitecture>AMD64</ApplicationArchitecture>
rshost!rshost!243c!12/20/2019-02:14:07:: i INFO: CLR runtime is initialized.
rshost!rshost!243c!12/20/2019-02:14:07:: i INFO: Derived memory configuration based on physical memory as 16776756 KB
appdomainmanager!DefaultDomain!243c!12/20/2019-02:14:07:: i INFO: Entered managed ServiceMain in DefaultDomain.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing DisableSecureFormsAuthenticationCookie to 'False'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MaxActiveReqForOneUser to '200' requests(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing DatabaseQueryTimeout to '600' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: 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!2568!12/20/2019-02:14:07:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing AuthenticationTypes to '5'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: w WARN: Initializing UrlRoot to default value of ''  because it was incorrectly specified in Configuration file as ''.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing WorkingSetMinimum to '1048576' kilobytes as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing WorkingSetMaximum to '2097152' kilobytes as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
library!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
resourceutilities!DefaultDomain!2568!12/20/2019-02:14:07:: i INFO: Reporting Services starting SKU: Standard
configmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Using report server internal url http://localhost:80/ReportServer.
configmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Using report server external url http://WIN-VVNS30L91NN:80/ReportServer.
configmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Using url root http://WIN-VVNS30L91NN:80/ReportServer.
rshost!rshost!2568!12/20/2019-02:14:08:: i INFO: Configuring maxPhysicalCpu=4, minLogicalCpu=0
rshost!rshost!2568!12/20/2019-02:14:08:: i INFO: Logical processor per physical processor 4
rshost!rshost!2568!12/20/2019-02:14:08:: i INFO: Logical processor per core 1
rshost!rshost!2568!12/20/2019-02:14:08:: i INFO: Maximum logical CPU is 4
configmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Using report server internal url http://localhost:80/ReportServer.
configmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Using report server external url http://WIN-VVNS30L91NN:80/ReportServer.
configmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Using url root http://WIN-VVNS30L91NN:80/ReportServer.
library!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
library!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\Logfiles
appdomainmanager!DefaultDomain!2568!12/20/2019-02:14:08:: i INFO: Appdomain:2 WindowsService_0 started.
library!WindowsService_0!2568!12/20/2019-02:14:09:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!WindowsService_0!2568!12/20/2019-02:14:09:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!WindowsService_0!2568!12/20/2019-02:14:09:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!WindowsService_0!2568!12/20/2019-02:14:09:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
library!WindowsService_0!2568!12/20/2019-02:14:09:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\Logfiles
resourceutilities!WindowsService_0!2568!12/20/2019-02:14:09:: i INFO: Reporting Services starting SKU: Standard
rshost!rshost!2d84!12/20/2019-02:14:09:: e ERROR: Failed to register url=http://+:80/ReportServer/ for endpoint 2, error=5.
rshost!rshost!2d84!12/20/2019-02:14:09:: w WARN: Endpoint 2 is enabled but no url is registered for vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer.
servicecontroller!DefaultDomain!2568!12/20/2019-02:14:09:: e ERROR: Error creating HTTP endpoint. System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
   at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
   at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
rshost!rshost!5e0!12/20/2019-02:14:09:: e ERROR: Failed to register url=http://+:80/Reports/ for endpoint 3, error=5.
rshost!rshost!5e0!12/20/2019-02:14:09:: w WARN: Endpoint 3 is enabled but no url is registered for vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportManager.
servicecontroller!DefaultDomain!2568!12/20/2019-02:14:09:: e ERROR: Error creating HTTP endpoint. System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
   at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
   at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
rshost!rshost!1c70!12/20/2019-02:14:09:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder.
resourceutilities!DefaultDomain!2568!12/20/2019-02:14:09:: i INFO: Maximum memory limit is 65536Mb
servicecontroller!DefaultDomain!1e74!12/20/2019-02:14:09:: i INFO: Total Physical memory: 17179398144
rpcserver!DefaultDomain!2d84!12/20/2019-02:14:09:: i INFO: Process monitoring started.
library!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: Catalog SQL Server Edition = Standard
crypto!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: Initializing crypto as user: NT AUTHORITY\LOCAL SERVICE
crypto!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: Exporting public key
crypto!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: Performing sku validation
crypto!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: Importing existing encryption key
dbpolling!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: EventPolling polling service started
dbpolling!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: NotificationPolling polling service started
dbpolling!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: SchedulePolling polling service started
dbpolling!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: UpgradePolling polling service started
dbpolling!WindowsService_0!2fe8!12/20/2019-02:14:09:: i INFO: PollingMaintenance: Polling started
resourceutilities!WindowsService_0!2fe8!12/20/2019-02:14:09:: i INFO: Maximum memory limit is 65536Mb
rpcserver!DefaultDomain!2db0!12/20/2019-02:14:09:: i INFO: RPC Server started.
servicecontroller!DefaultDomain!2db0!12/20/2019-02:14:09:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS12.MSSQLSERVER'
appdomainmanager!WindowsService_0!2db0!12/20/2019-02:14:09:: i INFO: Appdomain:2 WindowsService_0 initialized.
library!DefaultDomain!2db0!12/20/2019-02:14:17:: i INFO: Catalog SQL Server Edition = Standard
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Expiring old execution log entries
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Expiration of old execution log entries is complete.  Removed 0 entries.
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Cleaned 0 broken snapshots, 0 chunks, there were 0 unsuccessful attempts
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Cleaned 0 parameters values
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Cleaned 0 unused segment mappings.
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Cleaned 0 unused segments.
library!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Using folder C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\RSTempFiles for temporary files.
dbcleanup!WindowsService_0!16bc!12/20/2019-02:14:19:: i INFO: Completed cleaning 0 files
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Handling File Changes
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: e ERROR: No URLs specifed for Application ReportServerWebService. It will be ignored.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing SecureConnectionLevel to '0'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing DisableSecureFormsAuthenticationCookie to 'False'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MaxActiveReqForOneUser to '200' requests(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing DatabaseQueryTimeout to '600' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: 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!1e78!12/20/2019-02:14:27:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing AuthenticationTypes to '5'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: w WARN: Initializing UrlRoot to default value of ''  because it was incorrectly specified in Configuration file as ''.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing WorkingSetMinimum to '1048576' kilobytes as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing WorkingSetMaximum to '2097152' kilobytes as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
library!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: e ERROR: Failed to get report server url reservations.
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: e ERROR: Failed to get report server url reservations.
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: w WARN: IsApplicationUrlSubsetOfReportServer() -- Failed to get report server url reservations.
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Using report server internal url .
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Using report server external url .
configmanager!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: Using url root .
rpcserver!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: RPC Server stopped.
servicecontroller!DefaultDomain!1e78!12/20/2019-02:14:27:: i INFO: RPC Server stopped. 
rshost!rshost!5e0!12/20/2019-02:14:27:: w WARN: Endpoint 2 is enabled but no url is registered for vdir=, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer.
rshost!rshost!5e0!12/20/2019-02:14:27:: e ERROR: Failed to register url=http://+:80/Reports/ for endpoint 3, error=5.
rshost!rshost!5e0!12/20/2019-02:14:27:: w WARN: Endpoint 3 is enabled but no url is registered for vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportManager.
servicecontroller!DefaultDomain!1e74!12/20/2019-02:14:27:: e ERROR: Error creating HTTP endpoint. System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
   at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
   at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
rshost!rshost!5e0!12/20/2019-02:14:27:: i INFO: Endpoint 4 is disabled and no url is registered vdir=, pdir=C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder.
servicecontroller!DefaultDomain!1e74!12/20/2019-02:14:27:: i INFO: Recycling the service from the default domain
dbpolling!WindowsService_0!2568!12/20/2019-02:14:27:: i INFO: EventPolling polling service stopped
dbpolling!WindowsService_0!2568!12/20/2019-02:14:27:: i INFO: NotificationPolling polling service stopped
dbpolling!WindowsService_0!2568!12/20/2019-02:14:27:: i INFO: SchedulePolling polling service stopped
dbpolling!WindowsService_0!2568!12/20/2019-02:14:27:: i INFO: UpgradePolling polling service stopped
rshost!rshost!1e74!12/20/2019-02:14:27:: i INFO: Application domain type WindowsService statistics: created: 1, unloaded: 1, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!1e74!12/20/2019-02:14:27:: i INFO: Appdomain:3 WindowsService_1 started.
library!WindowsService_1!1e74!12/20/2019-02:14:27:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
library!WindowsService_1!1e74!12/20/2019-02:14:27:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
library!WindowsService_1!1e74!12/20/2019-02:14:27:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
library!WindowsService_1!1e74!12/20/2019-02:14:27:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
library!WindowsService_1!1e74!12/20/2019-02:14:27:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\Logfiles
resourceutilities!WindowsService_1!1e74!12/20/2019-02:14:27:: i INFO: Reporting Services starting SKU: Standard
servicecontroller!WindowsService_0!1e74!12/20/2019-02:14:27:: i INFO: Service controller exiting.
appdomainmanager!DefaultDomain!1e74!12/20/2019-02:14:27:: i INFO: Appdomain:2 unregistered.
appdomainmanager!DefaultDomain!1e74!12/20/2019-02:14:27:: i INFO: Appdomain:2 WindowsService_0 unloading.
appdomainmanager!DefaultDomain!2c80!12/20/2019-02:14:28:: i INFO: AppDomain:2 0 pending unload(s)
library!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: Catalog SQL Server Edition = Standard
crypto!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: Initializing crypto as user: NT AUTHORITY\LOCAL SERVICE
crypto!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: Exporting public key
crypto!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: Performing sku validation
crypto!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: Importing existing encryption key
dbpolling!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: EventPolling polling service started
dbpolling!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: NotificationPolling polling service started
dbpolling!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: SchedulePolling polling service started
dbpolling!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: UpgradePolling polling service started
dbpolling!WindowsService_1!2568!12/20/2019-02:14:28:: i INFO: PollingMaintenance: Polling started
resourceutilities!WindowsService_1!2568!12/20/2019-02:14:28:: i INFO: Maximum memory limit is 65536Mb
rpcserver!DefaultDomain!5e0!12/20/2019-02:14:28:: i INFO: RPC Server started.
servicecontroller!DefaultDomain!5e0!12/20/2019-02:14:28:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS12.MSSQLSERVER'
appdomainmanager!WindowsService_1!5e0!12/20/2019-02:14:28:: i INFO: Appdomain:3 WindowsService_1 initialized.
library!DefaultDomain!5e0!12/20/2019-02:14:28:: i INFO: Catalog SQL Server Edition = Standard

 

page footer property

$
0
0

Hello,
I am working on an issue with the page1 footer of my report...
The screen-shot below is showing the page footer property window in my report.
Notice the "Display header for this PAGE" title

BUT, in msdn, it refers to this as "Display header for this REPORT"
https://docs.microsoft.com/en-us/sql/reporting-services/report-design/hide-a-page-header-or-footer-on-the-first-or-last-page-report-builder-and-ssrs?view=sql-server-ver15

Where do I get to "Display header for this REPORT"   ?

Thank you

SSRS saving report to Word doc, changes font to 1pt.

$
0
0
We have a problem that appears to be connected to saving a SQL report as a Word document.  Both Visual Studio and SSRS change the font style to Times New Roman (instead of Tahoma) and from centered to left-aligned but only SSRS changes the font size from 10pt to 1pt. Has anyone seen SSRS saving the font size as 1pt?

Error: The RPC server is not listening for PBIRS - Works with SSRS

$
0
0

Hi,

currently i am trying to setup a PowerBI Report Server (Ver: 09-2019) with an SQL Server 2017 on a Windows Server 2012 R2 System. 

Unfortunatelly I am failing with this setup while running the Report Server Configuration Manager in the step when I need to create a Database and connect to the SQL Server.

Following error I get:

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)

While reading posts of other users I found the proposal to install SSRS in parallel. So did I and installed SSRS 2019 (Standalone). With SSRS I am able to create a DB. But it did not solve my PBIRS issue.

Is this a know issue? How can I solve it?

Thanks for any response and help


SSRS 2016 SP1 Report Manage Default View Layout - Can it be specified?

$
0
0

Is there a way to specify the View Layout in the SSRS 2016 Native Report Manager?  The default right now is Tiles.

I would like to give my users a URL that will result in a List view.  It was easy to do this in 2014.  That trick does not work(  ...Folder.aspx?ViewMode=Detail)

Thanks!

Bryan

Reporting Manager does not give layout option in the view drop down for SSRS 2016 (SP2)

$
0
0

We are upgrading SQL reporting services from 2008 R2 to SQL 2016 (SP2).

We have deployed our reports on the new server, but on SSRS 2016 report manager I can't see the option to change the layout to detail view (it is defaulted to tile). I am having system administrator permissions. Can someone assist me with this.



Issue with rs.exe.

$
0
0

Greetings.

Trying to run this to move the folder Database Services 2 into the moveTest folder on the same server:

rs.exe -i ssrs_migration.rss -e Mgmt2010 -s ssrsURL/_vti_bin/reportserver -v st="bi/reporting services" -v f="Database Services 2" -u domain\login -p myPassword -v ts="ssrsURL/_vti_bin/reportserver" -v tst="sites/bi" -v tf="moveTest" -v tu="domain\login" -v tp="myPassword"

But I get this error:

Retrieve and report the list of items that will be migrated. You can cancel the
script after step 1 if you do not want to start the actual migration.

Retrieving schedules:
Unhandled exception:
The operation you are attempting on item 'ssrsURL/bi/reporting
services' is not allowed for this item type. ---> Microsoft.ReportingServices.Di
agnostics.Utilities.WrongItemTypeException: The operation you are attempting on
item 'ssrsURL/bi/reporting services' is not allowed for this item type.

Any ideas?


Thanks in advance! ChrisRDBA


List data region fields are not aligning

$
0
0

Hi,

I am in the process of learning SSRS and I am using Visual Studio to create reports.

For this, I am using a 'list' region from the toolbox, placing my fields on the page just to test what I can do and learn as I go but when I go to the preview tab, the fields do not show as I placed them.

I am following a tutorial video and in the video it shows its working but mine isn't for some reason.

Below is what I have on the design tab:

And below is what it shows in the preview tab:

Does anyone have any idea why this is happening and what I can do sort this out?

Thanks in advance.

Dan

Use ReportItems! to sum all textboxes in a tablix

$
0
0
Hi,
Is it possible to use the built-in ReportItems collection to sum up all the values in a particular column in a tablix? For example, I have a textbox called "Balance" that appears for every row in a tablix and I'm trying to sum them all up using
=Sum(ReportsItems("Balance").Value)
but when I do I get an error:
The value expression for the textrun 'Balance1.Paragraphs[0].TextRuns[0] uses an aggregate function on a report item.

By the way, using:
=SUM(Balance)
isn't an option because I am applying an additional business rule within the report which may or may not change the value in the 'Balance' field, hence why I want to access the value of the textbox after that business rule has been applied.

Can anyone help me out?

thanks
Jamie
http://sqlblog.com/blogs/jamie_thomson/ | http://jamiethomson.spaces.live.com/ | @jamiet
Viewing all 28687 articles
Browse latest View live


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