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

Power BI reports in SQL Server Reporting Services - Viewing in Web Browser

$
0
0

Hi, I am testing the technical preview of Power BI reports in SQL Server Reporting Services and trying to publish to the SSRS server configured during the setup but I cannot save to the reporting server. I keep receiving an error stating 'This URL is not a valid Report Server'. I was able to upload the PBIX file manually to the server via the UI on SSRS but I can't get the reports to open in a web browser. When I click on them, it forces me to open Power BI Desktop. If I use a workstation or server without Power BI Desktop I receive an error about an unknown file type.

So, how do I publish to SSRS via Power BI and how do I open the reports with a Web Browser?

Thank you in advance for your help!!

Jason


Power BI desktop report not opening in the browser when uploaded to SSRS

$
0
0

Hi,

I have a Power BI Desktop report that I have uploaded to SSRS (2016). When i click on the report it asks my if i want to download it. I have seen examples where the report can be opened directly within the browser. Is this available now (if so how do i configure it to open within the browser) or is this feature coming soon?

Hope that makes sense

Thanks

Paul

adding a parameter to filter a ssrs report

$
0
0

I have a data set prebuilt and I want a parameter on the report so that when someone selects the drop down parameter populated by unique domain values the report will on show rows on the report that match.

note the dataset itself has no parameters i am just trying to use the filter below 


also i know the filter is there as i added it as a calculated field 

and here are records that is should match but doesnt it just returns a blank

Limiting non-admins to only their row

$
0
0

I have a dashboard for doctors. It will show results for one doctor at a time. If the user viewing the report is an admin, I want to allow that user to select which doctor he or she wants to view. If the user is an ordinary user, that user can see only his or her results.

This is the approach that I am considering.  I have two tables:  Users and Doctors. 

The key of the Users table is the Active Directory login for the users who have access to the report.  There is a column called DashboardRole.  If A is in the DashboardRole column then the user is an admin.  I have a derived column IsAdmin which basically is:  CASE WHEN DashboardRole like '%A%' then 1 else 0 end as IsAdmin.  In addition, the Users table has a DefaultDoctor column that is a foreign key to the pk of the Doctor table

I am putting both tables into Shared Datasets and am considering caching each of the datasets.

I added a filter in my report on the Users dataset, where Fields!UserName.Value =User!UserID

That should return either one or no rows.

Next I have two internal parameters:  IsAdmin and DefaultDoctor which have as defaults the values from the Users dataset.  These can either be empty or they can have a value.

Finally, I have the following filter on my Doctors dataset: =Parameters!IsAdmin.Value = 1 ORELSE Fields!DoctorKey.Value = Parameters!DefaultDoctor.Value

I have a Doctor parameter.  It has available values from the Doctors dataset. It gets its default value from the Users dataset.

Here are my three key scenarios for the Doctor parameter:

User is admin:

The Available values for Doctor is a list of all Doctors.  The default Doctor is the DefaultDoctor in the user table.

User is not admin

The Available values for Doctor is just the DefaultDoctor associated with that user.  The Doctor parameter has the value of the DefaultDoctor.

User is not in system
There are no available values for Doctor and no default.  The user does not have access to any of the data.

My question:  What are the holes in this proposed approach?  Can you think of a way around this security?  Outside of changing my base tables, can I change the data in the shared datasets somehow, without being an elevated SQL User?


Russel Loski, MCSE Data Platform/Business Intelligence Twitter: @sqlmovers; blog: www.sqlmovers.com

SSRS 2012 Dropdowns Not Working in Edge

$
0
0

Hi All,

I am using SSRS reports for asp.net application.  The reports with dropdowns do not work in Edge.  This issue is happening for some users and not others even though they are all using the same version of Edge. When the user selects a value in the dropdown and clicks "View Report" button, the page does nothing.

Thanks

Microsoft.ReportViewers.Webforms - IReportServerCredentials

$
0
0

Dear All,

I facing the error when I remove the the Microsoft.ReportViewer.WebForms, Version=10.0.0.0 and add in the Version 11.0.0.0 in my reference.
At the same time, I already update the web config to 11.0.0.0
Still get the same error:

CS0012 The type 'IReportServerCredentials' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

AND

CS0266 Cannot implicitly convert type 'BulkServicesReports.UI.Process.SSRSCredentials' to 'Microsoft.Reporting.WebForms.IReportServerCredentials'. An explicit conversion exists (are you missing a cast?)

Crazy until don't know how to solve this problem since already remove the version 10.0.0.0 still have this error in my development.



I'm newbie in enterprise as developer.

rsProcessingAborted & rsErrorOpeningConnection

$
0
0

Dear All,

After I deploy my SSRS report to Windows Server 2008 R2 and I click on the reporting that I uploaded to the server, can't show the report that I want, it caused the following error:

An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'MYDCBDataSource'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors

May I know how to solve this problem?

Thank you.


I'm newbie in enterprise as developer.

Report Builder 3.0 Indicators and gauges are not shown at runtime

$
0
0

I am using Report Builder 3.0 with SQL Server 2014 and Windows Server 2012.

When adding gauge or an Indicator, at the most basic way, when I run the report I cant see them.

If I set the background color to a different one than white, I will see only the shape filled with this color, nothing else.

Any idea?

Thanks, Eyal.


Eyal Shahar


Parser Error

$
0
0
Dear All,

I get the following error

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'BulkServicesReports.UI.Web.Login'.

Source Error:
Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="BulkServicesReports.UI.Web.Login" %>
Line 2:  <!DOCTYPE html>
Line 3: 
Source File: /Login.aspx   Line: 1

May I know how to solve this issue? Is that because I change the .dll file?

Thank you.


I&amp;#39;m newbie in enterprise as developer.

SSRS objects change position when report rendered to pdf

$
0
0

Folks:

I am using SSRS 2012.  I have one section of one report that is misbehaving in a way I have never seen before – nor can I understand why. (All base elements of the report have a parent of “body”.  There are no rectangles or anything like that involved.  When I say “section” – that is a non-technical use. It is simply an area on the designer surface meant to address a specific business concern.)

The section has six elements in it – three textbox immediately over three Tablix. The textbox simply is a header over the Tablix telling the user what the Tablix is about. So one textbox and Tablix pair are positioned to the left – one in the center and one to the right.  All 6 elements have a specific location coded. The left elements of the location are the same for the text box – Tablix pair.

Run the report – and everything renders the way I want it to.  It looks perfect – in HTML.  But – export to pdf – and the middle textbox and Tablix pair changes location to the right. It basically shifts almost three inches to the right.  This causes it to collide with the pair on the extreme right. (Restating – the layout is perfect in HTML – but changes when rendered in pdf.)

Two other complicating elements:  The Tablix to the left has a column group. If there are no elements in the group, then that column group column does not render. In that case – the middle pair does not move.  Everything is fine when exported to pdf. Also – if I do the exact scenario locally on SSDT-BI – the middle pair does not move. (Status of the column group is irrelevant.  On SSSDT-BI, it does not move. It behaves exactly like I want it to.  Deploy it to SSRS – and the movement happens.)

Any help would be appreciated.

SQL Query - Converting data type varchar to numeric

$
0
0
I have the issue to convert pricing in SQL query
CASE CAST(R.Price AS decimal(10,2)) WHEN 'NULL' THEN '0'END AS 'PricePoint',

Unfortunately, it come out the following error Error converting data type varchar to numeric.

Thanks for the help.



I&amp;#39;m newbie in enterprise as developer.

Setting page break at start of sibling group causes error in SSRS 2008 R2

$
0
0

Setting page break at start of a sibling group causes error in SSRS 2008 R2

I have 5 sibling groups in a report and set the 4th sibling group to break at the start of the group.

The error I get when I do this is:

An error occurred during local report processing.

The value '3' is invalid. Valid values are between '0' and '2'.

The value '3' is invalid. Valid values are between '0' and '2'.

This error does not occur when I select to break between each occurrence of the group, but that is not the functionality I need.


Bryan Boutwell Quality Manager Injury Sciences LLC

Authentication method and SQL Server Reporting Services

$
0
0

Hi,

I have installed SQL Server 2016 Reporting Services and can browse successfully http://<Servername>/ReportServer_<SQL_Instance>.

This server will be used for Reporting in a SCOM 2016 environment.

I wanted to check the authentication method on this server. I cannot see any virtual directory of ReportServer in IIS. Must I create the virtual directory manually?

I used another tool to find out the used authentication method on ReportServer and this tool resulted "NTLM".

But Microsoft tells "By default, the Report Server and Report Manager virtual directories are configured for Kerberos authentication." (https://technet.microsoft.com/en-us/library/ee355094(v=ax.50).aspx)

Is the ADSUTIL only tool from Microsoft to find out authentication method?

Must we set also SPN (Service Principal Name) on this server?

Best Regards

Birdal

SPN and Scale Out deployement

$
0
0

How to configure SPN in scale out mode deployment with F5.

In my env i have F5 on top of 2 ssrs server  running under service account and connecting to Analysis server with named instance.

How many SPN i would need.

Please advice..



~~ Mark it as Answer if you find it correct~~

Vertical Scroll Bar is not display on IE11

$
0
0

Scroll bar appears perfectly well in IE 10, chrome, IE 8, where as it does not appear well in IE 11. The following meta data has been in our page

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    </head>
</html>

Can some one help me to resolve this issue?


How to join the values of two parameters? (Visual Studio Reports 2008)

$
0
0
Hello
I have a report in Visual Studio Reports 2008.
My report contains the data source 2, and each data source has parameter.

How to join the values of two parameters?

Example:
The values of the parameter 1, parameter values 2
Group1,Class1
Group2, Class1
Group3, Class1
Group4, Class2
Group5, Class2
Group6, Class2
Group7, Class2
Group8, Class2
Group9, Class3
Group10, Class3
Group11, Class3
Group12, Class3
Group13, Class3

I created 3 a parameter added the following function (In Parameter Properties -  Available Values - Select Specify values - added function):

=IIf(Parameters!ReportParameter1.Value = " Group1"," Group2"," Group3" THEN Parameters!ReportParameter2.Value = " Class1")
OR
IIf(Parameters!ReportParameter1.Value = " Group4"," Group5"," Group6"," Group7"," Group8" THEN Parameters!ReportParameter2.Value = " Class2")
OR
IIf(Parameters!ReportParameter1.Value = " Group9"," Group10"," Group11"," Group12"," Group13" THEN Parameters!ReportParameter2.Value = " Class3")

Add Column Header in consecutive

$
0
0

I'm trying to create a letter within a reporting services design and have a matrix. The matrix is working so far but I need to add in a label for the columns for each term they are enrolled in. For example a student could be enrolled in 4 terms (see below example). I then would want each column to be labeled 1, 2, 3 & 4.

Issue MS Report Builder running Oracle Stored procedure

$
0
0

Hello,

I'm facing a very strange issue which popped up suddenly with a customer I'm working with. The customer is using MS REPORT BUILDER 3.0 to run an RDL report file for the last 2 years, the reporting tool connects to Oracle through oracle client. Suddenly the customer is not able to run the report even though :

1-the connection test is successful so I don't think I have a connection issue

2-the procedures are running fine from the Oracle DB Side so there is no errors in the store procedures themselves 

when they click run report  they get the error: 

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

internal .net framework data provider error 30.

query execution failed for dataset "DataSet1"

an error has occurred during report processing 

an error occurred during local report processing .

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

when i try to play around with the dataset query , I get the error in the screenshot attached which I believe is more detailed. 

I've tried to reinstall MS Report builder and .NET Framework didn't help .

hope someone can help me with this. thanks 

error

Move\Migrate SSRS database to 2016

$
0
0

I have the SQL Server \SSRS 2016 RC downloaded and configured so that we can start testing the SSRS environment. I tried moving the 2014 SSRS databases over to the new test box using the following steps.

1) Backed up and restored ReportServer database.

2) Backed up and restored ReportServerTempDB database.

3) Backed up and restored the encryption keys.

4) Restarted the SSRS 2016.

The SSRS home page comes up fine. I see all my folders and reports etc from 2014. But, normally when I restore the encryption keys in the past, all the subscription SQL Agent jobs gets moved as well or gets created as well. But this time, I didn't see this happen. There is nothing under SQL Agents Jobs. Tried searching the blogs to see if there was any mention of any new feature or new ways of doing the migration but not seeing a whole lot of info. Has anyone gone through the SSRS migration? Am I doing something or missing something? 


NM

How to populate random values from existing PDW table values in SSRS based on parameter?

$
0
0

HI,



I would like to fetch random column values based on text parameter n Dropdown selected value given in SSRS from PDW Table.

Let's say If I give 3 in textbox n select date and select type from dropdown in SSRS report n based on that 3 random values(rows) from PDW sql table should show  in SSRS report n at same time would like to save random valueS(ROWS)  in new PDW table.

Pls advice.

Viewing all 28687 articles
Browse latest View live


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