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

Installing SSRS 2016 on a separate server than the SQL database

$
0
0

Hi All,


I've been reading through the documentation online, but cannot locate anything related to this. Is it okay to install SSRS on a server that isn't running SQL (database agent, engine, etc.)? We currently have SSRS and SQL database running on the same server. However, the vendor wants us to move SSRS to a completely separate server. I'm guessing the reporting database would still stay on the current SQL box, but the SSRS application along with RDLs, etc. would be installed on an entirely separate server. Is this possible? And if so, can anyone point to any documentation or advice on this? I've been looking but haven't found much yet. I appreciate any help!


Error adding a new Data Souce

$
0
0

When trying to add a new Data Source, I get following error message: 

An error has occurred. Something went wrong.  Please try again later.

I found this message in the log file:

Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!3a!10/17/2018-15:05:41:: e ERROR: [l8j2ixru]: OData exception occurred: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.resources" was correctly embedded or linked into assembly "Microsoft.ReportingServices.Portal.Services" at compile time, or that all the satellite assemblies required are loadable and fully signed.
   at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
   at Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.Keys.GetString(String key)
   at Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.get_MissingEndpoint()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.MissingEndpointException..ctor(Exception inner)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.MissingEndpointException.ThrowIfEndpointMissing(WebException e)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ListExtensions(String extensionType)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.<>c__DisplayClass41.<ListExtensions>b__40()
   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.ListExtensions(IPrincipal userPrincipal, String extensionType)
   at Microsoft.ReportingServices.Portal.Repositories.SystemService.ListExtensions(IPrincipal userPrincipal, ExtensionType extensionType)
   at Microsoft.ReportingServices.Portal.ODataWebApi.V1.Controllers.ReportServerInfoController.ListExtensions(ExtensionType extensionType)
   at Microsoft.ReportingServices.Portal.ODataWebApi.V1.Controllers.ReportServerInfoController.DataExtensions()
   at lambda_method(Closure , Object , Object[] )
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext().

I've been searching the internet for days now without finding a solution. Any help would be much appreciated !

Regards,
Hans

When selecting one from a parameter, it worked. When selecting multiple from a parameter, it creashed

$
0
0

Thank you in advance for your help.

I have an integer parameter called @Employees.

When I select one value from a parameter, it worked.  When I select multiple values from a parameter, the report failed.

I am using a function called fnParseString_udf to separate my parameter by ",".

My Query is in the stored procedure.

Example stored procedure:

CREATE PROCEDURE [cu].[spBICLDI]
 	@Employees INT

AS

SELECT 
	
'LoanNumberAccountNumber' = CONCAT(LoanNoteNumber,' - ', AccountNumber)
	
FROM TableA
	
WHERE @InsuranceType = CASE WHEN @InsuranceType IN ('CLDI') THEN CLDIIndicator
			    WHEN @InsuranceType IN ('GAPIWS') THEN GAPIWSIndicator
			END
	
AND LoanCreatedByUser IN (SELECT * FROM cu.fnBIparseString_udf(@Employees,','))


Sample of Employees parameter:

Name: Employees

Prompt: Employees

Data Type: Integer

Allow Multiple Values = Yes

Visible = Yes

=====================================

Available Values: Get Values from a query

Dataset: Employees

Value Field: TellerNumber

Label Field: Name

======================================

Default Values: Get Values from a query

Dataset: Employees

Value Field: TellerNumber

Sample of data in Employees Dataset:

SSRS Multiple tablix Reporting and linking

$
0
0
Hi,
We are working on SSRS report which contains combined data of two distinct tables which have no RDBMS between them.
Please refer the following scenario:


START TIME and END TIME are nothing but multi value parameters which we have assigned the start time and endtimes through get values from query(TABLE#01).
Could you please suggest how can we get the values for TABLE#02 as per individual start times and end times for each and every record .
Also, these start time and end time column times can change dynamically as per user's entered START DATE and END DATE to fetch the entire report.
When we create a multi value parameter how can we assign it into query in "BETWEEN" clause as there are multiple dynamic start times and end times.
Whenever we assign the multi value parameter into the dataset query it return an error related to multi valued parameter.However,when we give a
position for the parameter like:
Parameters!Parameter1.Value(0)---->It returns the very first record/start time/end time from the TABLE#01.
How can we pass dynamic value parameter to the query in between clause or any other turn around from your side could also be helpful.
Could you please suggest the best possible way to solve this issue?  

Thanks and regards!
Afshaan Shaikh

SSRS Reports URL not opening

$
0
0

Hi All,

I am having a strange case, its sql server 2008r2. Below is the scenario.

1) SSRS reports URL opening with localhost\reports from the same host machine where SSRS installed

2) With the hostname\reports not opening from the same host machine where SSRS installed

3) With the hostname\reports opening from the remote machine SSRS not installed

not understanding what causing on the step 2, with in the same server. In step 2 its keep on asking password and not further proceeding and interesting is not pointing any error here

Please let me know.....!

Thanks,


Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

File error: data may have been lost - when opening SSRS exported report to excel with barcode image

$
0
0

Hi,

I have a report where I have added code:

Public Function Convert(Text As String) As Byte()

           Dim b As System.Drawing.Bitmap

        '   Dim bar As New BarcodeLib.Barcode

           bar.Alignment = BarcodeLib.AlignmentPositions.LEFT

           bar.IncludeLabel = True

           bar.RotateFlipType = Drawing.RotateFlipType.RotateNoneFlipNone

           b = bar.Encode(BarcodeLib.TYPE.CODE128, Text, 400, 50)

           Dim bitmapData As Byte() = Nothing

           Using ms As New System.IO.MemoryStream()

               b.Save(ms, System.Drawing.Imaging.ImageFormat.Bmp)

               bitmapData = ms.ToArray()

           End Using

           Return bitmapData

       End Function

references and a barcode image to a report and this function:

=Code.Convert(Fields!IC_LOT_NUMBER.Value)

This works great exporting to PDF or word, but when I export to excel I get the error File error: data may have been lost. The file opens, but the barcode is gone. I tried changing the MIME type to Jpeg, gif, etc, but still I get this error.

Does anyone have any idea why this doesn't work or if there is a workaround?

Thanks,

Trish


Trish Leppa


Power BI Report Server - Multi-Node Distributed Architecture???

$
0
0

We are in the early stages of deploying a Power BI Report Server environment (on-premise) - looking through the documentation everything seems to be based on a single node deployment - Does this product scale to multiple nodes, or provide the opportunity to move resources (web for example) to another server to isolate the heavy processing engine?

Any application architecture diagrams would also be helpful - this seems to be a bit of a Black box, "one and done" solution, if that's the case we need to start planning to cluster the windows nodes together.

Thanks in advance


SQL Server Reporting Services 2017 patching

$
0
0
How do you patch SQL Server Reporting Services 2017? In previous versions of SQL Server, you could patch Reporting Services when you patched the rest of the SQL Server services (database, SSIS, etc.). However, now that Reporting Services is a separate install, there is no option to patch Reporting Services when you patch the other SQL Server services. I only see the download page  for the full product of Reporting Services 2017. Where is the download page for the Reporting Services patches? The current Reporting Services download is definitely a higher version than the one that installed earlier this year.

can a dataset be instructed not to run based on an expression

$
0
0
Hi we run 2016 enterprise. By accident I noticed to day that a certain dataset ran even though its associated tablix wasn't to show based on a parameter dropdown that allows multiple selections. Can the dataset also be instructed not to run based on the same expression?

SSR - calculated field

$
0
0

If i have a field that is just a summary field like this

=Sum(Fields!Quantity.Value, "bActAll")

and another from a different dataset in the same report like this =Sum(Fields!Quantity.Value, "bActAll")

How can I add a calculated field that subtract (or percentage) one from the others? 

I see that calculated field can be added under a dataset, but how can they work across datasets in the same report?

Appreciate any help!


Setting up report weekly reports

$
0
0

Hello,

I am trying to set up a report that will be ran every Thursday morning at 7:00 am. This report will include information for the past weeks data. It will be from the previous Thursday at 12:00 am until the following Wednesday at 11:45 pm. Is there a Sql that i can set up that will do this for me?  Right now i am having to manually set the parameters, but i was hoping to have it automated so it will just run weekly and send the results to me.

Thanks for your help!

Tim 

reporting

$
0
0

Hello,

I am trying to set up a report that will be ran every Thursday morning at 7:00 am. This report will include information for the past weeks data. It will be from the previous Thursday at 12:00 am until the following Wednesday at 11:45 pm. Is there a Sql that i can set up that will do this for me?  Right now i am having to manually set the parameters, but i was hoping to have it automated so it will just run weekly and send the results to me.

Thanks for your help!

Tim 

Matrix width in report

$
0
0

Creating a report containing 2 matrix's. One with 20 columns and the 2nd with 5.

With column width 1 cm and 4 cm.

When deployed the result displays the width of the two matrix's differently.

Any thing I can do to prevent this of happening.

SSRS - hide rows based on the user who run the report

$
0
0

Hi
I would like some help in writing an expression to hide the rows based on the users who run the report.
I have a Users SQL table and in that table there are around 10 users in a group named 'Client Employees' with Group ID value 100.
I have a requirement that - the report should display all the rows if the user who is running is in the above named group Client Employees. and
the report should hide the rows if the user who is running the report is not in that group Client Employees.

I have just tried the below with one user and it seems to be working (when i ran the report i could not see that record and when user ABC ran the report ABC can view that record), but i am not sure how can i code it for all the employees in that group (and also there many be new users getting added to this group)

=IIF(Fields!GROUP_ID.Value = 100 and RIGHT(User!UserID,3) <> "ABC", True,False)

Any ideas?

Thanks,
grkanth81

How to hide data item in rdlc report

$
0
0

Hi Experts

I have a data item called code.value

I have available values in it when i load report

PIG-BNS-C1

PIG-BNS-C2

PIG-BNS-C3

PIG-BNS-C4

Now my requirement is I want to hide the above values in the data item not to appear on the rows in the report maybe only to  have the ones I want they come form the same data item called code,please find the image to show what it has


2016 parameter features

$
0
0
Hi, with all the changes to ssrs params in 2016, can a param be blocked (ie not enterable) or made not visible based on some expression in 2016 enterprise?

is repeating and freezing headers for tablix's still awkward in ssrs 2016?

$
0
0

Hi we run 2016 enterprise. And we use VS 2017 to design.

I'm trying to come up to speed again on repeating headers in ssrs for tablix's.

My report has 5 tablix's that vary structure wise from just a detail row group to 7 parent row groups above a detail row group.  And 4 of the tablix's have 1 row above the column headers for table wide heading (I merge cells and set various border styles to "none" to get the intended effect) and one tablix that has 2 such table wide rows for even more headings.

I came across the link below and the excerpt I show and honestly feel its as confusing as ever.  I played a little with some of the tablix's by clicking that down arrow right of the grouping panes and then highlighting various "static" rectangles to see which corresponding cell highlighted.  I was surprised to see no static rectangles under the row groups half of the group pane.   and when I highlighted static rectangles under "column groups" was surprised to see they didn't associate with rows as the article suggested but rather columns contained in the detail group. 

I'd like column and table wide headers to repeat from page to page and continue showing when scrolling.  Can anyone simplify this subject before I break my report?

https://stackoverflow.com/questions/19775451/ssrs-how-to-repeat-the-table-header-on-each-page-in-print-preview    

To repeat rows with column headings for a table with row groups

  • In Design view, select the table. The Grouping pane displays the row groups.

  • On right side of the Grouping pane, click the down arrow, and then click Advanced. The Grouping pane displays static and dynamic tablix members for each group. You can only set properties on a static tablix member.

  • In the Row Groups pane, click the static tablix member for the row that you want to repeat. When you select a static tablix member, the corresponding cell on the design surface is selected, if there is one. The Properties pane displays the properties for the selected tablix member.

    • Set the KeepWithGroup property in the following way:
    • For a static row that is above a group, click After.
    • For a static row that is below a group, click Before.
    • Set the RepeatOnNewPage property to True.

SSRS Selecting a value from drop down list in Report Parameter screen

$
0
0

Hi

I have many SSRS reports for which prior to SQL Server 2016, when setting up default parameters (in the report properties) or setting up a subscription for a specific set of parameter values, if the parameter was based on a dataset query, you could use the drop down list to select a value for the parameter.

Since migrating to SQL 2016 and VSS 2017, you can only enter the value of the parameter, but can't select from a drop down (unless it is a simple drop down list not linked to a dataset). Is there a setting that control's this in SQL 2016?

SSRS Report Builder (3.0) keeps freezing when previewing a report

$
0
0
Whenever I click on the Preview button while my cursor is in a field in the Properties pane, Report Builder freezes completely causing me to have to kill Report Builder (losing my changes along the way).  I've uninstalled and re-installed Report Builder with no change to this behavior.  Has anyone else encountered this and if so, have you found a solution to the issue?

How to fix problem 503 service unavailable in SSRS ?

$
0
0

Hiiiii..

I am trying to open my ssrs reports trough the path http://<ServerName>/reports

but this gives me error 503 service unavailable

Plz give me solution for this problem.

thanks............

Viewing all 28687 articles
Browse latest View live


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