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

Unable to connect to reporting services in SSMS using form authentication(custom security)

$
0
0

Hi

I am having some difficulties connecting report server. I am trying to use Form Authentication in Microsoft Reporting Service.

I am following the steps mentioned in msftrsprodsamples-codeplex.

I am unable to connect to reporting services in SSMS using form authentication(custom security).

Error message is the user name or password is not valid or you do not have permission to access this server. 

After Log-in with (pre-created)Report Manager URL, in Report Manager URL. I am getting the Invalid Parameter error message and Error-25-connection string is not valid in Report Web service URL.

Please lead me the correct direction to solve the problem I am having.

Best Regards,

birdy

PS: I think have correctly set those inside VS

wmiNamespace = @"\root\Microsoft\SqlServer\ReportServer\RS_MSSQLSERVER\v11"
SqlConnection("Server=NAME\\MSSQLSERVER;" +
          "Integrated Security=SSPI;" + "database=UserAccounts"

Hiding one of the prompts in the SSRS Report based on another prompt

$
0
0
I have a requirement in my report where I have to hide one of the prompts based on my first prompt. Will it be possible in SSRS reporting? If yes, please provide the logic.

Drill down in ssrs based on column values

$
0
0
Hi,
I need to make a drill down report based on column values. I have already created report but I need to implement drill down in my report.

My column values are like below based on which I need to drill down my report.

Column values are
Products (GL),NII,NIR,Products (Non-GL),NIIT,NIRT,WIP,No.Of Prospect NII,No.Of prospect NT

and so on....

Now I have to just implement a drill down such that If I click on 'Products (GL)', NII and NRR should expand . If I click Products (Non-GL), NIIT and NIRT should expand. And If I click WIP, No.Of Prospect NII
and No.Of prospect NT should expand. basically ssrs report should be structured like:



+Products (GL),
+Products (Non-GL),
+WIP,

So If I click on +Products (GL), those 2 value should expand.

Can we hardcode, If column value is 'Products (GL)', than expand into NII and NRR. If column value is 'Products (NonGL)', than expand into NIII and NIRT and so on? If yes than how?

Could you please help me out how to achieve this, As I am very new to SSSRS.

SQL Reporting Services 2016, folder content permission error

$
0
0

Hi everyone, i install sql reporting services 2016 in a new instance. because i have installed a sql server 2014 db instance. i don't have problem with de install or initial configuration. 

When the install finish, i can access with the browser to the reporting services portal without  problem, but i can't do nothing, can't modify permission or load files, the system showme a msg i dont have privileges  but i am admin member.  in the manage folder the builtin\administrator group have content maager rol assigned. but i am a administrator member.

thank to your help, and sorry my english.

SSRS total percentage rows

$
0
0

Hi,

I have a matrix report design, as in the below:

I wish to add a total row at the bottom as shown in the below exhibit:

How can I achieve this?

Please assist.

Many thanks

Regards

Zimiso

Can you disable SOAP access within SSRS?

$
0
0

We don't plan to access SSRS via SOAP and our Security team is asking us to disable all non-essential functionality, so I am wondering if there is a way to disable this functionality. 

Thx

report server url invalid parameter

$
0
0

Hi all,

How do you fix that above error? I am trying to work with form authentication in Reporting Service.

WMI namespace is given correctly. I am using SQL server 2012.

An error occurred while attempting to get the ReportServer Url. Invalid parameter 

Thanks


The Report Server PowerBI extension failed to read its configuration settings from the RSReportServer.config configuration file. The extension is not available to users.

$
0
0

We have SQL Server 2016 Standard all was fine, Report Server works ok, but after configuring subscriptions (give service user sysadmin rights)

in Application Log appear many times

"The Report Server PowerBI extension failed to read its configuration settings from the RSReportServer.config configuration file. The extension is not available to users."

I know this is for Enterprise edition

how to remove this message


Limit Tablix Total Width

$
0
0

Hello All,

I'm fairly new to SSRS, but learning fast. I was wondering if in a Matrix Tablix it's possible to limit the total number of columns across a page, maybe creating another table beneath the first for the additional columns.

I have a matrix with Week number in the columns and activity group in rows. If only say 20 week numbers are selected as date range is selected, no problem the report will fit across 1 page width. If the report shows many more columns, the additional columns spill over to another sheet when printed.

I might be missing something fundamental here, but haven't had much luck on searching forums or blogs for a solutions.

Thanks

Laurence


Laurence Arbin

SSRS Execution Logging Mobile Reports

$
0
0

Hi All

We recently upgraded to  2016 to use mobile reporting and New Features. We currently have reports based on the executionlog3 view in the reportserver db, to audit what reports are being used and by who.

Currently I noticed that the Mobile reports don't seem to log there correct, the dataset seems to log to the Root folder. But there is no mention or ID related to the Actual Report run. Any solution found for this and what needs to change to our reports to Audit the users that are executing.

Thanks

Lee

How to convert a returned value to text in Report Builder 3.0?

$
0
0

I am creating a custom TFS report from the analysis cube using Report Builder 3.0 and trying to figure out a way to do something.

I have a boolean field that either returns "Unknown" if blank or "-1" if checked. So when I run the report, I either see Unknown if the field is not checked (checkbox) or -1 if the field is checked if that makes sense.

What I want to do is use an expression to return "Yes" if the field returns "-1". So I am trying to convert the original returned value of "-1" to Yes.

I'm not worried about the unknown but it would also be nice to display unknown as just a blank value. 

In summary, I want to display "Yes" for any returned values that = "-1" and display "just a blank field or maybe no" for any returned values of "unknown".

I tried to use the following expression "

=IIf(Fields!FieldName.Value =-1, "Yes", "No") 

This expression only returns the value "#ERROR" so obviously that won't work. Can someone tell me how to what I need?

Thanks in advance for any help!

SSRS Report Drill Through Issues when using Performance Point Report Viewer

$
0
0

We have an SSRS Report accessed through a PerformancePoint Dashboard. The report has 2 levels of drill through; Dashboard to summary report then Summary Report to Detail Report. 

We have an ongoing issue where aprox 30 of the time the user clicks the value to drill through then the report refreshes instead of going to the drill through report. Other times the user will attempt to drill through to the detail report from the summary report but PerformacePoint sends them back to the dashboard.

The SSRS report and drill throughs works fine when accessed directly in SharePoint.

Using Reporting Services 2012 in Integrated mode with SharePoint 2013

Has anyone come across a similar issue? Any thoughts on what might cause this?

Thanks,

Sean

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

$
0
0

My SSRS Report gets data from stored procedure that uses Linked server to access table from another sql database . When i try to refersh the fields of report dataset i get error : Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

The development machine and sql server have my user name in the admin group . There is Kerbos windows authentication .

It seems like Visual Studio is not able to execute Stored Procedure due to insufficient rights on Database. Any help,

TIA,

Shuchi


shuchi

Can we have page numbers in rectangles of 2 page report without having page footer? ssrs 2008 r2

$
0
0

Can we have page numbers in each rectangles of 2 page report without having page footer?

Page footer I dont want to have and would rather include that as part of the body as shown in the diagram.

I wonder if page numbers would work in rectangle containers .




SSRS: How to export multiple files from a report to sharepoint folder

$
0
0

Hi All,

I got a requirement to generate an SSRS report. The report is for 200 individuals. The contents changes for each user. Let's say Name, Address etc. They don't have any access to our report or application. We need to generate 200 different report for all of them in PDF format to a sharepoint document library. I could generate 200 pages in one pdf file. But, they need each page as different file. Each file is downloaded by different users. Using subscription, we can send pdf file to SharePoint site. But, I don't know how to make each page as different file. Or, is there any other way to achieve this? Please suggest

Thanks,

Julie


Report Builder 3.0 - Query SharePoint List/Library Folder Structure

$
0
0

I need to create a report in SharePoint based on the main library/list which holds all the folders/reports (.rdls). The idea is to create a report to monitor the file structure to see which users are creating reports. I have created a DataSource that is the SharePoint site and using the Microsoft SharePoint List as the data provider. When I go to create a DataSet then using the aforementioned DataSource, in the Visual Query Designer, all I see are all of the lists on the site; I do not see a way to define which view to use for a particular list. I have scoured the web looking for a way to define the view to use in a SharePoint List query. I have tried all manner of tweaking the following:

<RSSharePointList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ListName>Reports</ListName>
  <Query>
    <Parameters>
      <Parameter Name="viewName">
        <DefaultValue>MyViewName</DefaultValue>
      </Parameter>
    </Parameters>
    <ViewFields>
      <FieldRef Name="ContentType" />
      <FieldRef Name="Title" />
      <FieldRef Name="Created" />
      <FieldRef Name="Author" />
      <FieldRef Name="Modified" />
      <FieldRef Name="Editor" />
    </ViewFields>
  </Query>
</RSSharePointList>

I also find that with the <Query> tags in place, the <ViewFields> definition is ignored and it displays ALL fields regardless. That's less of a problem as I can clearly hide unwanted fields on the front-end. Anyway, with the default view, the only thing the query returns are the top-level parent folders. I need to show all items.

Please let me know if you need any more info. I have a report. My DataSource is a SharePoint List. The SharePoint List is the main directory for Reports on our SharePoint site. I need to create a report that will show all items in said list. However, since the default view maintains a folder structure, I have created another view that shows all items in a flat structure.

In any case, please help!

The report server cannot open a connection to the report server database. (rsReportServerDatabaseUnavailable)

$
0
0

Hi all,

I have some problems with reporting for SCCM. All others SC mebers was working (OM,VMM, DPM), but CM not, it can not be configured, because say no running reporting services. So I start some trouble shooting, and after many experiments result is, that if i try to acess http/https of report server, i get this error:

for report manager: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable)

for reporting services: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable). A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)

This is after I completely reinstall and reconfigure RS (sucessfully, with config tool). DBs was created, binding works both http(s). But server can not make connection to DB. Terrible.

I try change DB, completely deinstal and reinstall reporting services + sp3 + cu4, change execution account, set autentication methods, enable/disable kerberos, set/deset SPN, with or without delegation, change SQL server network settings, enable all protocols, enable sql lisen on all interfaces, enable both 1433 and dynamic ports, make execution account local admin, make execution account sql sysadmin (and all possible rights), set rights directly on DBs, but nothing helps. It nearly seems like I need new server :). I have read many things arround, and nothing pass to my situation. Independent of this error i get troubles with SQL server VSS Writer - I try to solve it in another forum:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/668598ee-c634-4d95-ae5b-5bf85ace6dc8/sqlwriter-not-working-and-block-oters-vss-writers






SSRS 2016 Mobile reports - Why send Simulated Data with every report?

$
0
0

Hi,

Every time I request a SSRS 2016 mobile report, a great chunk of Simulated Data is returned... over 1/2 a Mb of wasted transfer... check it for yourself in Fiddler.

This is causing slow performance and with over 50 reports, it will be unusable for me.

How can I request a report without this data being sent to me?

Thanks,

DM

Turn off wrapping for a column when exporting to PDF

$
0
0

Hi,

We are using SSRS 2012. On report is run using report manager, I would like to have a text wrap for column because it is wide and I have many columns to display. But when I click on export and select 'PDF', is there any way to turn off text wrap when export happens.

Thank You

Change to conditional formatting in SSRS 2016

$
0
0

Hi,

We have a report working in ssrs 2014 integrated and have moved it to 2016 native. There a few text boxes on the report which

A) Display the total of a calculated field in the dataset.

B) Based on that value, the background colour of the box changes e.g  =if(me.value <10,"lime green","tomato")

The total (A) is calculated and displayed correctly in 2014 /2016.  In 2014 the background colour changes, in 2016 it doesn't. We have replaced the (me) in the conditional format calculation with the sum from (A) but no luck.

Does anyone know why this behaves differently? It seems straight forward so I think we are missing something obvious.

Thanks in Advance

Viewing all 28687 articles
Browse latest View live


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