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

Registering an SPN for SSRS

$
0
0

Not sure if this is the right forum...

I'm trying to register a Service Principal Name (SPN) for a Report Server usingSetSPN from the command line, and I'm unsure of the syntax. Please let me know how to structure the command based on the following parameters:

Host Name: SCMSQL
SSRS Instance Name: MSSQLSERVER
SSRS Service account: mydomain\MSSQLSSRS

Thanx! 


Darrell H Burns


Lining up a side-by-side table and a matrix

$
0
0

I have two tables side-by-side:

1) The first is a table

2) The 2nd is a matrix with column EndOfWeek

I have tried everything to get these 2 tables to line up when exported to Excel 2010, but nothing is working:

I've tried putting both tables in the same recentangle; in 2 separate rectangles, etc.

Below is the Excel export -- you can see that the two tables do not line up.  (I should also note that 2nd table has 2 hidden fields).

Thanks.


A. Wolf

rs.exe can not connect to SSRS 2017 with custom authentication extension

$
0
0

Hi,

Can rs.exe connect to SSRS if custom security extension is in use?

I'm getting
Extension threw an unexpected exception or returned a value that is not valid: . (rsAuthorizationTokenInvalidOrExpired)

If possible any idea guide? or idea what could be wrong? If not, what are the alternatives?
I'm using 2017

Using:

rs.exe -i deploy.rss -s http://ae-sql/ReportServer -u UserName -p passWord -e Exec2005 -t

and getting:

System.Exception: Could not connect to server: http://ae-sql/ReportServer/ReportExecution2005.asmx --->

and inside the message

The Authentication Extension threw an unexpected exception or returned a value that is not valid: . (rsAuthorizationTokenInvalidOrExpired) <a href="https://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsAuthorizationTokenInvalidOrExpired&ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&ProdVer=14.0.600.906" target="_blank">Get Online Help</a></li><ul>                                <li>Value cannot be null.Parameter name: name</li>

Thanks



Using rs.exe with forms authentication

$
0
0
I've implemented a membership provider and added it to Reporting Services.  It works well from the user interface, but I am unclear on how to authenticate using rs.exe.  When I run it with the trace option (-t), I get this back:

System.Exception: Could not connect to server: http://stsstg8642/reportserver/ReportService2005.asmx ---> System.Net.WebException: The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/ReportServer/logon.aspx?ReturnUrl=%2freportserver%2fReportService2005.asmx">here</a>.</h2>
</body></html>

--.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.SqlServer.ReportingServices2005.ReportingService2005.ListSecureMethods()
   at Microsoft.ReportingServices.ScriptHost.Management2005Endpoint.PingService(String url, String userName, String password, String domain, Int32 timeout)
   at Microsoft.ReportingServices.ScriptHost.ScriptHost.DetermineServerUrlSecurity()
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.ScriptHost.ScriptHost.DetermineServerUrlSecurity()
   at Microsoft.ReportingServices.ScriptHost.ScriptHost.InstanceMain()
   at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args, BaseCmdLine instance)

RDL file data type

$
0
0

Hi,

I have designed and RDL file in report builder v2.0 and this RDL file using by our SCADA software to show the report, everything is fine but the string values in the table displaying as numerical, please share some solution as I am first time using this tool for report generation

Thanks

Sandy

double header issue.

$
0
0

Hi,

I have created ssrs report.while  Going to another page, header showing two times.When scrolling or doing some operation its going away.

Its happening in Mozilla 60.3.0 only


Report Header Print

$
0
0

Hi Team

Report header should be visible in all the pages when printing it should print in only first page. Please suggest.

Thanks

How do I fix alignment differences between a preview and a published SSRS?

$
0
0

The preview of the SSRS report looks great and everything lines up.  There are four charts arranged in 2 by 2 and alongside of that on the right is a textbox and a rectangle below it with a table in it.  But when I go live, with the RDL file, there is a huge gap between the textbox and the rectangle with the list in it.  How do I align it?  This must be a problem others have overcome.  And this is not the first time I have seen align completely different from preview mode VS the published RDL.  Does it have something to do with the fact that it is compiled for a 2008 Report Server?


I am interested in learning how to optimize my Action Property of an object in my SSRS Report.

$
0
0

I am interested in learning how to optimize my Action Property of an object in my SSRS Report.

All of the linked reports use the same Data Source.  So, should I put the Data Source in the Shared folder and have all the report projects in the same solution?

The Action properties for the object have the options under "Enable as an action":

Go to report
Go to bookmark
Go to URL

The option for for "Go to URL" works for the main report that is sent as an email alert subscription, but, as for the other reports that launch in a browser, I wonder if the option "go to report" will be a better choice?  Would it be, and how would that be set?

Installation error

$
0
0

Hi,

In server already SQL Server 2017 Enterprise Core Edition is installed.

Also SSRS express edition is installed. While configguring the SSRS getting beow error.d be the cause?

Cannot create a connection to data source 'Mydatasource'. The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database" is not supported in this edition of Reporting Services.

When i want to install newly SSRS again its asking me to dopwnload from microsoft and only 3 of them available (express,evaluation and developer edition)

Anyone please suggest me what i need to do? which SSRS edition i need to install when SQL Core enterprise edition is installed?

What is the difference between enterprise and enterprise core edition?

Also i  need to install power BI in same server and later i need to integrate both SSRS and POWER BI.. How to do that?

Do i need to configure SSRS and power bi seperately? or any other procedure to configure and integrate both at once?

It is little urgent.Please suggest how to proceed?

Thanks...


pols

Order by not working in SSRS report

$
0
0

Hi All,

I have created a report that sharing  two datasets  for displaying the data. This datasets are using Stored procedure for execution of the report.

One of the stored procedure using Order by clause and returning the data.

 

But on running the report , the report viewer displays the unsorted data of the filed. But if we run the stored procedure directly from the sql server , it will return the sorted data.

 

Could you please help me to resolve the issue?

 

Thanks in advance

 

-John 


JOHN

how to build BI solution using SQL Server

$
0
0

Hi,

pls guide or share information regarding how to build BI solution using MS SQL Server. What steps are required.

thx


iffi

hardware requirement for BI solution

$
0
0

Hi,

pls guide what could be minimum for best hardware requirement for BI solution. we have around 150 users. what core , RAM should i allocate.

pls guie

thx


iffi

How to set custom authentication?

$
0
0

Hi, 

I come back here to know how to set custom authentication?

I've found sample like this: https://code.msdn.microsoft.com/SQL-Reporting-Single-Sign-eace0073

Sample which could be really helpfull but the reference's link is no more available : https://blogs.msdn.microsoft.com/cliffgreen/2011/03/29/reporting-services-single-sign-on-sso-authentication-part-1/

I can't find any documentations to set this authentication (explanation about why we do this like this and so on).

Currently my goal is to set SSO on my Ssrs. 

We start from an Angular App which have his own authentication. As soon as the user is authenticated, we try to authenticate the user on Ssrs using the rest Api: 

http://my-server/reports/api/v2.0/Session 

Currently, I've set 2 local users: SsrsEcriture and SsrsLecture. 



Each user has his permissions on Ssrs :

I've tried to use this sample too: https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample

Instead of simple, is there any documentations or tutorial to set custom authentication on SSRS?

Thanks for your feedback about this!

WordRendered exception

$
0
0

I have a report that seems to be working fine when it's exported as Excel or PDF but fails with an error when exported as Word. I tried both WordRenderer (.doc) and WordRenderer2003(.docx), the result is the same. And it seems to be failing only on large input data (about 2k rows). Here is a stacktrace for .docx:

Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException:, Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report.---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report.---> System.OverflowException: Arithmetic operation resulted in an overflow. at Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer.RenderSplitTablix(RPLTablix tablix, RPLItemMeasurement measurement, Int32 splitColumn, BorderContext parentBorderContext) at Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer.RenderReportItem(RPLElement element, RPLItemMeasurement measurement, Int32 cellIndex, Single left, BorderContext borderContext, Boolean inTablix) at Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer.RenderRectangleItem(Int32 y, PageTableCell cell, BorderContext borderContext, String linkToChildId, RPLContainer rectangle, Single runningLeft, Boolean rowUsed) at Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlRenderer.RenderRectangleItemAndLines(RPLContainer rectangle, BorderContext borderContext, Int32 y, PageTableCell cell, String linkToChildId, Single runningLeft, Boolean rowUsed) at Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer.RenderRectangle(RPLContainer rectangle, Single left, Boolean canGrow, RPLMeasurement rectangleMeasurement, BorderContext parentBorderContext, Boolean inTablix, Boolean ignoreStyles) at Microsoft.ReportingServices.Rendering.WordRenderer.WordRenderer.RenderBodyContent(Single bodyWidth, RPLItemMeasurement bodyMeasurement) at Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlRenderer.Render() at Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& someProps, CreateAndRegisterStream createAndRegisterStream)--- End of inner exception stack trace --- at Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& someProps, CreateAndRegisterStream createAndRegisterStream) at Microsoft.ReportingServices.ReportProcessing.Execution.RenderReport.InvokeRenderer(IRenderingExtension renderer, Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) at Microsoft.ReportingServices.ReportProcessing.Execution.RenderReport.Execute(IRenderingExtension newRenderer)--- End of inner exception stack trace ---


Hide Data(value) in tables or text box or matrix

$
0
0

Hi everyone,

we have a requirement to hide the data in table based on the parameter selected but it should not hide or shrink the table. just it should hide the data. for example i have one month range parameter in that i have 6 values jan,feb,oct,sep,nov. if i am selecting jan means it should show the data which is belongs to jan and it should hide all the remaining months data. but, it should not hide a tablix or column or row. another thing all the data i will enter into tables is static only.

please help me out 

Thanks

mahesh

How to pass report parameters to stored procedure in report builder 3.0

$
0
0

Report DataSet is based on a stored procedure. The Stored Procedure requires a parameter and the report has the parameter declared.

I tried passing the parameter in various ways from the RB3.0 query designer.

TEST_StoredProcedure @parameter

TEST_StoredProcedure (@parameter)

TEST_StoredProcedure@parameter

TEST_StoredProcedure "parameter value"

TEST_StoredProcedure 'parameter Value'

TEST_StoredProcedure  Parameters!Description.Value

These all return various errors.

However calling the stored procedure without a parameter open the parameter window which allows manual input and then returns the data records as expected.

There must be a standard way to pass a report parameter to a dataset based on a stored procedure parameter with a parameter requirement.

Unable to call a web service from SQL

$
0
0

HI

trying to call a webservice from SQL and it's failing, going directly via the browser works

it appears something is blocking it, either a port is not enabled or a firewall rule is blocking.... how can i check this any further?

Thanks

SSRS subscription help

$
0
0

Hello,

How can i set up a report subscription to run from 21st of every month until the last day of the month?

Thank you,

SSRS Mobile Reports Titles shown in report builder and preview not in web browser

$
0
0
The tiles in report builder and in preview show titles and subtitles. Recently these are not visible when mobile report is displayed in web browser. 
Viewing all 28687 articles
Browse latest View live


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