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

No data in the report but row count is not Zero

$
0
0

Hi There,

I have a situation where in we have a report with no data rows but when checked in executionlogs3 table the record count is showing a number. Can anyone help me in this regard


Is SSRS viable for our needs

$
0
0

Hi,

Currently we wonder do SSRS fits our needs or not. We developing web based system, where we need some reporting solution. More or less SSRS fits our other needs as it has export to Word and Excel what is important in our case, but its security is real hell as we developing bigger scale system rather than one enterprise/company. All or some reports should be accessible via internet after user authenticated in our system, without asking for any additional authorization, what SSRS trying to do. 

I checked some SSRS custom security samples, including Microsoft provided github custom security solution, did some tests with it, but this sample has Forms authorization, while we need just to check HTTP session cookie, do user previously logged in or not, without asking for login or password when link with SSRS reports was activated.

Showing of login screen from reporting system side is unacceptable completely. As user already logged in via our system, which have own security, own permissions & so on.

I wonder is this possible? If yes, how possible to achieve this? Maybe possible just to use SSRS engine to generate report, without using SSR services itself? I think I saw one similar implementation somewhere already, where was used SSRS via internet and it didn't asked for anything, after previous authentication in some system, which was not part of SSRS.

SSRS report builder integration into MFC application

$
0
0
I know that it is possible to incorporate existing reports into my application using the REST API or URL access. Is it also possible to incorporate a Report Builder or Report Designer directly into the application? For example, I want to click on a Report Builder menu item and go directly into the Report Builder and have it appear that it is seamlessly integrated.

SQL 2016 Reporting Server Enterprise Connection Limits

$
0
0

Greetings all,

Can anybody advise what the connection limit is for SQL 2016 Reporting Server Enterprise Edition is?

My understanding is that it follows: n-1 * 512 where n = number of processors

Thanks in Advance.

ssrs force page break - expression

$
0
0
Hello,
The report has several pages depending on parameter passed.
If final page is an odd page number, then I would like to force a page break before this page, otherwise no need to action any breaks.
How can i achieve this without referring to header or footer to check the page number?
Thank you

hide page base on page number

$
0
0

Hi,
How is it possible to show a page if the page number of the page is an odd number?

thank you

Reporting Services Export to Excel xlsx - number/percentage formatting don't work on an iPhone (in Outlook E-Mail Excel preview)

$
0
0

Hello everyone,

first of all, everything works fine on Windows Server and Windows 7/10 in Excel 2010 and Office 365. Unfortunately the formatting is lost on the iPhone in Outlook's Excel file preview and I think not just in the preview:

<img..   PLEASE VERIFY MY ACCOUNT, thank you, I've already asked for it in the verify my account thread

So in the whole report it's 0%, -0%, 1% in every line.
0% (0.08xxxx) is supposed to be 8 %.
24,138.78 is supposed to be 24,139 (minor issue)
Our business statistics are sent via Reporting Services as excel files (xlsx).

The formatting of numbers is done via Field Property "Format: #,0"
The formatting of percentages is done via Field Property "Format: 0.0 %" in:

- Visual Studio Pro 2017 (MS RDL Report Designer template)
- Microsoft SQL Server 2014 (SP3) (KB4022619) - 12.0.6024.0 (X64)
- Sep  7 2018 01:37:51
- Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)

I can sort of fix the percentages if I format the percentages not in the field property but in the expression: e.g. "Format(Value / Value, "0.0 %")
But this way the decimals are lost and it's not a real number in Excel anymore.
FormatPercentage(), and expressions like P1 in expression or field property don't work either.

The problem is the formating the fields receive after the excel export:

<img..   PLEASE VERIFY MY ACCOUNT, thank you, I've already asked for it in the verify my account thread


Why does reporting services "add" the [$-en-CA, 1] in front of the format?
When I change the "[$-en-CA, 1]0,0 %" format to "0,0%" in Excel and resend it , everything works fine on the iPhone.
It shows "[$-en-CA, 1]0,0 %" in Outlook 365 or "[$-11009]0,0 %" in Excel 2010, resp.

Thank you very much in advance, I hope you can help me or fix this issue.

Best regards,
Anna

What Permissions Are Required to Use Run Now for Subscriptions in SSRS 2017?

$
0
0

Hello,

I recently upgraded from SSRS 2016 to SSRS 2017, and I see that there is now a Run Now button on the My Subscriptions page and the Manage Subscriptions pages on individual reports.

However, I don't see this feature mentioned in the documentation anywhere. 

What permissions does a user need to use this feature? As an aside, why is this great new feature not mentioned anywhere?

Thank you,

Mike


Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database (2012)

$
0
0

Hi Everyone,

After doing a in-place upgrade from 2008 to 2012 ever thing is working fine--Except some reporting issues.

I notice this error and did a restart of the service. It seems to be staying up.

So after this upgrade what might cause this and how can I fix it.

Thanks for all of your input.


Jim Hedge

How to implement toggle in column level

$
0
0

Hi Team,

Have crated a simple SSRS report like 



But i need a report like, have created 3 tabs in above report and when am click particular tab it will show only those information

when i click on Salary Info tab it will appear Salary Info in chart report along with table report. Please help on this

 


Thanks Bala Narasimha

Login on ssrs

$
0
0

hello,

Need your help as I have configured 2 SSRS server and did the scale out.

now I'm using a F5 VIP but when I tape //@vip/reports ou /reportserver the authentification wont work.

I'm using the same domain user and paswd on both server i it works fine when i login to each server.

authetifiaction set to RSWindowsNegotiate on both server

SSRS Error - The request failed with HTTP status 503: Server Too Busy.

$
0
0

Hello

We have a 2016 SSRS Instance that we occasionally get the following error

Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!27!01/21/2020-09:42:11:: e ERROR: [2622k60v]: OData exception occurred: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.WebException: The request failed with HTTP status 503: Server Too Busy.
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.GetItemParameters(String itemPath, String historyId, Boolean forRendering, ParameterValue[] values, DataSourceCredentials[] credentials)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.<>c__DisplayClassa.<GetItemParameters>b__9()
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithCorrespondingAuthMechanism[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.GetItemParameters(IPrincipal userPrincipal, String itemPath, String historyId, Boolean forRendering, ParameterValue[] values, DataSourceCredentials[] credentials)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.GetParameterTypes(IPrincipal userPrincipal, String reportpath)
   at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.<>c__DisplayClass29.<GetSubscriptions>b__28(SubscriptionImpl x)
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.GetSubscriptions(IPrincipal userPrincipal, String itemPath)
   at Model.LinkedReportRepository.LoadSubscriptions()
   at Model.LinkedReport.get_Subscriptions()
   at lambda_method(Closure , LinkedReportRepository )
   --- End of inner exception stack trace ---

We recently put in a server restart every week to get around this issue. The server was restarted this morning at 2am. We then got this error at 09:42. All reports stopped working with this error. To fix it I 

There are no other error messages in the logs to investigate. Can you help with any configurations that may need changing?

Thanks

SG_87

How to use the SupScript in SQL

$
0
0
I want to use the Date Format in SupSctipt format. For Ex: 1st October 2017 make that st above the 1.Can any one help

Jayamanickam

Create Table with Expressions SSRS

$
0
0

Hi All,

I am new to SSRS and i got below question.

Is it possible to create a table only with expressions?

For example a table like below

-----------------------------------------

Description                       | No

------------------------------------------

Total Machines Operated   | 20

Total Operating Time         | 40 hrs

No Breakdown                  |  1

------------------------------------------

Here Description field is Just free text and No column is based on expressions.  

Do i need to import a table having Description column to achieve this? 

Regards,

Maddy 


NET Registry Setting OnlyUseLatestCLR keeps getting set to "1" - Disrupts SSRS Reports

$
0
0

Soon after installing and testing some DLLs on our development server we are experiencing an intermittent issue where an important registry setting is consistently being changed by an unknown application or process. We removed the DLLs and reset the config XML files back to normal state but the issue persists.

The "OnlyUseLatestCLR" registry setting (under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework) is getting set to "1" every 3-4 days and this is causing many of our SSRS reports to fail (claiming it cannot locate Microsoft.VisualBasic.DLL).  Affected reports are those that contain code and need to reference this DLL.

Resetting the OnlyUseLatestCLR flag back to "0" corrects the issue, but only temporarily.

SQL Server 2012
Windows Server 2008 R2
Server .NET Frameworks: v2.0.50727, v3.0, v4.0.30319

Any suggestions will be appreciated.



Error Message while trying to edit a subscription

$
0
0

Hi People!
When I'm trying to edit and apply a subscription, I'm getting an error message (Attached).
The weird thing is that it's being saved, just sending this Error message before...
In the logs I see this error message:
RSPortal!reportserverwebapp!RSPortal.exe!e!01/22/2020-03:22:10:: e ERROR: OData exception occurred: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException:Only members of sysadmin role are allowed to update or delete jobs owned by a different login.
   at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetSubscriptionProperties(String SubscriptionID, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters, Guid batchId)
   at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetSubscriptionProperties(String SubscriptionID, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters)
   at Microsoft.ReportingServices.WebServer.ReportingService2010.SetSubscriptionProperties(String SubscriptionID, ExtensionSettings ExtensionSettings, String Description, String EventType, String MatchData, ParameterValue[] Parameters)

And this doesn't make sense, cause those are my subscriptions: Only members of sysadmin role are allowed to update or delete jobs owned by a different login.

Is it known?

Is there a solution?
The Error message

Confused about SSRS and how to Install it

$
0
0

Stuck getting SSRS to work

Sorry for the vague title. A little background info, at work we have a client that stopped using Crystal Reports due to not wanting to pay licensing anymore (eyeroll) so, they are using SSRS instead. They think there might be a bug with the software we provide to run the reports in SSRS. So i figured let me get SSRS running to see if I can replicate the issue.

So I downloaded SQL server Reporting Services and Report builder. I installed SSRS and created a ReportServer DB basically just did the basic setup, end up getting a web service URL etc all looks good.

Some questions:

Do I use the Built-In account (Virtual Service Account)? Right now i chose another account and am using the Account i log into my PC with (which has the reportserver DB and SQL server all installed on this machine anyway) so not sure if this is trivial

Post image

Post image

Post image

Post image

I was asked to create an ecryption key also at one point but then when i could not even connect to the SSRS server i read somewhere to delete encrypted content. However the page always has the option to delete encrypted content so not sure if this is even working.

Post image

Also read on TechNet that i needed to have Report Services feature installed for my SQL server 2016. So i added that feature

When i originally installed SQL server 2016 i did not install Report Services as a Feature.

Now i have two Configuration Panels

One is Report Server Configuration Manager (RABOULISSAN-DT\SSRS) and the other is Reporting Services Configuration Manager

Post image

This is what I see when i paste the Web URL

Post image

However i get this when i try to run the report within our specified application

Post image

Sorry for the bloody Presentation here, just thought someone may know what I am doing wrong. I might just re-install SSRS and see if that does anything.

SSRS configuration after upgrade to SQL 2019

$
0
0

hi,

recently we upgrade (in-place upgrade) our SQL 2016 to SQL 2019.

i just setup SSRS using encription key / db backup . everything fine.  & reports working fine .

but in reportserver configuration manager   in scale-out deplyment shows those two instance  (old server & new server) , so i just want to remove old server by using command  > rskeymgmt -l    & rskeymgmt -r 

  • but am getting  "'rskeymgmt' is not recognized as an internal or external command,"
  • & this report services not shown in SQL server Configuration Manager.

Sleeping session creating blockage

$
0
0

Hi All,

I have SQL Server 2012 and we have many SSRS reports in our project. After a SSRS report is executed, report server creates sleeping sessions that don't die easily. This sometimes creates deadlocks in the sql server. 

Please tell how to fix these sleeping session issue.

SQL SSRS upgrade issue caused Powerview Feature missing.

$
0
0

Hi Team

I have upgraded the SQL server SSRS from 2016 to 2017 recently and post upgrade i am getting the below while create project site using existing site template.

CreateWssSiteContent: Creating project site failed!requires that the Feature {bf8b58f5-ebae-4a70-9848-622beaaf2043} be installed in the farm or site collection. How can i fix this issue?

Regards

Agasthya


agasthya

Viewing all 20764 articles
Browse latest View live


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