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

page footer issue

$
0
0
Hi,
The report has headers and footers
The first page of the report is the cover page in which the footer and header is hidden using an expression in the hidden property.
The issue I am facing is that the footer of the cover page is hidden and so there is a gap at the bottom of the cover page which means I can not use the full height of the cover page to place an image. The image only goes doesn to where the footer is even though the footer is hidden on cover page, it prevents the image to use the full height of page.
Any suggestions please?

Column data summing up issue

$
0
0

 Hello 

I am working on a report, one of the column is not aggregating value in relation to other columns in the report 

please refer to the image attached, the '# Safe' column is not summing up the value for each row in relation to 'Observation Number' column ? any suggestions please!

Thanks

How to Make simple timeline using 3 date fields from same record using names as labels

$
0
0

Hi,  Hoping this would be an easy one for someone to answer:

Given the following data set: (each record contains)

ProjectID (Text) ,

StartDate(Date),

ApprovalDate(Date) ,

FinshDate(Date)

I would like to create a chart ( Timeline) with each date, having the columnName as the label Like:

    startDate             ApprovalDate                                FinishDate

------*------------------*---------------------------------------*-------------

01/01/2019          3/1/2019              5/1/2019             7/1/2019

I assume I would create multiple series?  And maybe use some sort of switch on the Name?  Having trouble getting it to work.

Help is appreciated.  Thanks!

SSRS http to https?

$
0
0

Running SSRS 2016.

Currently using http://reports.contoso.local, moving to https TLS encryption.

Strategy short term is to set a web.config redirect http to https and give developers a chance to adjust code, but not sure how this works without iis. To clarify, if this was IIS, I'd set up a cert, create a 443 binding, and set the rewrite/redirect from the 80 binding to the 443 binding in the iis web.config. 

What's the Microsoft SSRS SOP for this?

Thanks


Batch testing reports pre/post URL change

$
0
0

We're changing the Web Service and Portal URLs of our SSRS server from http://dev.reports.contoso.local to https://devreports.contoso.local. 

I ran 

USE ReportServer
GO
SELECT   c.Name , C.Path , U.UserName,  C.ModifiedDate  
FROM [Catalog] C
JOIN Users U ON C.ModifiedByID = U.UserID

to get a list of names and users associated with them, was originally going to ask them to test manually but there are over 1000 reports.

I want to script a test using the paths to loop through all of the reports with the UserNames and get pass/fail results. Feel like this  will not be 100% (some reports contain fields that need to be filled) but may give us a start.

Anybody have something like this? 

Thanks

Debugging Expressions for Parameters

$
0
0

I am using SSRS 2016.  I have two parameters (A & P) on a report that depend on the value of another parameter (hType).  The expressions are identical however the expression in "A"  returns the correct value and the expression in "B" does not.  It is very frustrating.  I am not sure how to determine what is causing this strange behavior.  Is there a way to see exactly what is occurring when the expressions are evaluated in SSRS.

A = IIF(Parameters!hType.Value = "Area",Fields!hType.Value,Parameters!Area.Value)
P =IIF(Parameters!hType.Value = "PCell",Fields!hType.Value,Parameters!PCell.Value)

To eliminate any issues I have set both A & B have the same data so they should always equal the same.  The only difference is that A is before P.

How can I set a breakpoint and debug to see where this is misbehaving.


SOTATS, Inc.

Dynamic Database SSRS URL Access error

$
0
0

Hey all,

While trying to export a report as a PDF using URL Access, I ran in to a problem.
I'm trying to use a dynamic database/datasource for the data for this report. 

I've set up a dynamic datasource according to the SSRS documentation, but this does not work. 
Using Report/&DatabaseName=<Database I want to use>&ServerName=<Server>&rs:Format=PDFas the parameters in the URL I always get this error: Cannot create a connection to data source 'Dynamic_DB'. (rsErrorOpeningConnection). 

Is there a way that I can see more information about the error to see exactly what is going wrong or is there a direct way to fix this issue?

I'm using SQL Server 2017.

Kind Regards,
Devinloper

Is there a way to disable SharePoint SSRS reports?

$
0
0

Greetings. I need to disable a couple hundred reports from happening either manually or via subscription, and would prefer to not actually delete or move them. Is there a way to do this?

 

Thanks in advance! ChrisRDBA


SSRS Multiple Values Look UP

$
0
0

Hi,

Could you please let me know how we can lookup multiple values from 2 datasets:

Please consider the below scenario:

IP_TREND_TIME (Dataset1)      IP_TREND_TIME (Dataset2)   IP_TREND_VALUE(Dataset2)

01-DEC-19 07:00                      01-DEC-19 07:00                   10

01-DEC-19 07:00                      01-DEC-19 07:00                   20

01-DEC-19 07:00                      01-DEC-19 07:00                   30

How can i achieve the same in SSRS as currently when i try lookup function i get only 10 for all the 3 records

Please help

Regards,

Afshaan Shaikh

Create SSRS Report using Visual Studio 2017 (Cube Source)

$
0
0

Today im installing SSDT 2017 with hope i have an amazing exeprience with updated version of SSDT 2017

but, there are some issue that i need you guys to help me

i was creating report using analysis Services as a source,

1. when i put a dimension into tabular columns why there are three field shown? Member_CAPTION, Member_VALUE, and Member_UNIQUE_NAME,

2. the most strange thing is, when i put a measure into table, in query Designer window normaly shown some data that i expect, but why when i click preview, there is no value for all measure that i picked

and there are some warning that that said

[rsMissingFieldInDataSet] The dataset ‘DataSet1’ contains a definition for the Field ‘Unit’. This field is missing from the returned result set from the data source.

[rsErrorReadingDataSetField] The dataset ‘DataSet1’ contains a definition for the Field ‘Unit’. The data extension returned an error during reading the field. There is no data for the field at position 4.      

there is no issues when im using SSDT 2013

someone help me please..

Thank you

Hermawan

power bi RS file with many to many relationship and direct query

$
0
0

I am new to power bi. I create a report using power bi desktop. trying to deploy to SSRS, i realized that I needed powerbi for reporting services. I installed and when I try to open the saved report with powerbi desktop RS i get the error message above. how do I work around this problem? any idea when many to may relationships with direct query will be supported?

 


???

SSRS 2016 report PDF print issue

$
0
0

Hello,

When we were on SSRS 2008, user has to optimize the bills in PDF and print. After we moved to 2016, we thought we can print the bills without optimization. But it prints ok sometimes but stops printing in the middle of the job sometimes. The same account sometimes prints and sometimes not. It's randomly. Any thought that can make it print without optimization? Thanks in advance!

Yan

Question on rs.exe.

$
0
0

Greetings. I'm attempting to use this to move a large amount of reports from one folder to another on a SharePoint SSRS box and having an issue w understanding some of the parameters -- likely b/c I've never really been involved w SP. 

My initial question is how do I ind my site for both the source and target? I assume it's not simply the web address I see in the browser when I navigate to reporting services? I also tried the name of the sharePoint server and that didn't work. 

rs.exe -i ssrs_migration.rss -e Mgmt2010 -s howDoIFindTheSite?/_vti_bin/reportserver -v st="bi/reporting services" -v f="Database Services 2" -u domain\user -p myPWD -v ts="howDoIFindTheSite?/_vti_bin/reportserver" -v tst="sites/bi" -v tf="moveTest" -v tu="domain\user" -v tp="myPWD"

Thanks!

 

Thanks in advance! ChrisRDBA

SSRS saving report to Word doc, changes font to 1pt.

$
0
0
We have a problem that appears to be connected to saving a SQL report as a Word document.  Both Visual Studio and SSRS change the font style to Times New Roman (instead of Tahoma) and from centered to left-aligned but only SSRS changes the font size from 10pt to 1pt. Has anyone seen SSRS saving the font size as 1pt?

Can't Edit or Create a SSRS Data source (2016) / Access is denied. Error Message 401.2: Unauthorized: Login failed due to server configuration.

$
0
0

I upgrade SQL Server from 2014 to 2016 including SSRS.  I can open the Web Page and Report Builder without issue.  I can see all the reports, data sources, etc. 

When I edit or try to create a new data source I receive the following:  An error has occurred.  Something went wrong.  Please try again later.  

When I try to run a report I receive the following:  Access is denied. Error Message 401.2: Unauthorized:  Login failed due to server configuration.  Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server.  Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4075.0 

I have changed Anonymous Authentication method from Enable to Disabled and back again.  ASP.NET Impersonation, Forms Authentication, and Windows Authentication are all set to Disabled.  I stopped and restarted the SSRS services.  In my Site Setting I have all security  settings selected.  On Folder Settings, I have all security settings selected.  

Any other suggestions?  


Issue with rs.exe.

$
0
0

Greetings.

Trying to run this to move the folder Database Services 2 into the moveTest folder on the same server:

rs.exe -i ssrs_migration.rss -e Mgmt2010 -s ssrsURL/_vti_bin/reportserver -v st="bi/reporting services" -v f="Database Services 2" -u domain\login -p myPassword -v ts="ssrsURL/_vti_bin/reportserver" -v tst="sites/bi" -v tf="moveTest" -v tu="domain\login" -v tp="myPassword"

But I get this error:

Retrieve and report the list of items that will be migrated. You can cancel the
script after step 1 if you do not want to start the actual migration.

Retrieving schedules:
Unhandled exception:
The operation you are attempting on item 'ssrsURL/bi/reporting
services' is not allowed for this item type. ---> Microsoft.ReportingServices.Di
agnostics.Utilities.WrongItemTypeException: The operation you are attempting on
item 'ssrsURL/bi/reporting services' is not allowed for this item type.

Any ideas?


Thanks in advance! ChrisRDBA


SSRS Error log

$
0
0

We have a SQL server reporting server installed both database engine and SSRS service 2017 on it.

The database only hosts the reporting database.

I found a lot of repeating errors in the file:

C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\LogFiles:

2019-12-10 15:00:04.0060|WARN|5|Exception deleting expired log fileSystem.IO.IOException: The process cannot access the file 'D:\Program Files\Microsoft SQL Server Reporting Services\SSRS\LogFiles\ReportingServicesWMI_2019_10_02_14_21_11.log' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at Microsoft.BIServer.HostingEnvironment.Logger.DeleteExpiredFiles(String traceFolder, Int32 keepUntilDays)

And in the RSManagement_2019_12_10_00_00_03.log

2019-12-10 15:00:03.9903|ERROR|4|One or more errors occurred.| RequestID = s_c309f71b-2269-45a3-abc4-53de5286e812
2019-12-10 15:00:14.0546|ERROR|9|One or more errors occurred.| RequestID = s_ecd241bd-e92f-4b55-b2ff-537289cefef5
2019-12-10 15:00:24.1108|ERROR|7|One or more errors occurred.| RequestID = s_9d71e9c3-cce7-4cb9-87f6-e7f70a43a736
2019-12-10 15:00:34.1800|ERROR|4|One or more errors occurred.| RequestID = s_69c105fe-68c6-4d40-b2ab-1f15b80275ea
2019-12-10 15:00:44.2495|ERROR|9|One or more errors occurred.| RequestID = s_82edb94b-6a3b-49b8-9374-707d9f1bd530
2019-12-10 15:00:54.3206|ERROR|4|One or more errors occurred.| RequestID = s_d9a4520b-938e-4366-896d-fb2f80b17aff
2019-12-10 15:01:04.3760|ERROR|16|One or more errors occurred.| RequestID = s_a5dfb57b-bc11-4944-8ecc-7384f08b2344
2019-12-10 15:01:14.4342|ERROR|9|One or more errors occurred.| RequestID = s_9d3c4f13-233b-41cb-9dbc-a928209fef43
2019-12-10 15:01:24.4924|ERROR|4|One or more errors occurred.| RequestID = s_0fb7e331-795b-4381-b8ea-c88ad2fbcfc9
2019-12-10 15:01:34.5563|ERROR|16|One or more errors occurred.| RequestID = s_df06169c-6108-4a68-a12c-857bbe58c03a
2019-12-10 15:01:44.6244|ERROR|9|One or more errors occurred.| RequestID = s_3d058cc8-75d7-4ffe-974f-25c52e27b8cf
2019-12-10 15:01:54.6873|ERROR|9|One or more errors occurred.| RequestID = s_6266a191-f584-409b-b3fa-94365dca40d3
2019-12-10 15:02:04.7539|ERROR|7|One or more errors occurred.| RequestID = s_578be00d-6125-4a8d-a27f-c5185246d7e4
2019-12-10 15:02:14.8119|ERROR|7|One or more errors occurred.| RequestID = s_6ebe6818-b896-4be4-9d94-af591f5806ea
2019-12-10 15:02:24.8695|ERROR|9|One or more errors occurred.| RequestID = s_a2095a9b-0bd0-4503-a986-4e357fde1723
2019-12-10 15:02:34.9332|ERROR|7|One or more errors occurred.| RequestID = s_898ee3b9-9a8d-4299-af26-7e2eadcb60ad
2019-12-10 15:02:44.9887|ERROR|4|One or more errors occurred.| RequestID = s_a9ba2eb5-606f-4aaf-9df4-cfc12ea5c5dd
2019-12-10 15:02:55.0522|ERROR|7|One or more errors occurred.| RequestID = s_3a2477ce-c3fb-4056-8806-a83254fdfe88
2019-12-10 15:03:05.1099|ERROR|7|One or more errors occurred.| RequestID = s_cf710faa-e977-4bbc-aa0a-bdccdff4839c
2019-12-10 15:03:15.1797|ERROR|6|One or more errors occurred.| RequestID = s_7e09b0fb-23aa-4801-b41a-9382db677370
2019-12-10 15:03:25.2497|ERROR|4|One or more errors occurred.| RequestID = s_b4e80097-9333-4988-8f90-f29de9f607f0

 

What does this mean, how can I trouble shooting it?

 

Thanks


Thanks

Report error- wrong rdl file, possibly due to renaming report

$
0
0
When I run particular report preview in Visual Studio, it executes correctly but there is an error stating that an unrelated rdl file can't be found. The path and file name are valid but not related to the report being run. The report has recently been renamed but the old name was not the name mentioned either. I have searched the report definition XML (rdl) file and the solution XML (sln) file but neither has the erroneous file in it. I haven't checked the reports database yet. It seems that somewhere, somehow an incorrect link to an unrelated rdl has been stored in the report configuration.

R Campbell

shared dataset with dax not showing toolbar in report build

$
0
0

I've used Microsoft Report Builder 15.0.1473.0 to create a shared dataset that queries a tabular model on SQL Server 2017. And when building that dataset yesterday i'm 100% sure that i had the toolbar buttons at the top for 'multi valued parameters' and 'edit as text', etc. However now they're missing?

Sometimes i do get this error wich exactly indicates the location where the toolbar used to be(i did not draw those red lines:)



Tried using different computers, but can't get this to work.

If I use an embedded dataset in my report it DOES work. 

Am i missing something?


Email subscription generating error when 'Include Report' option enabled

$
0
0

When creating new report subscriptions with the option 'Include Report' option enabled the emails are not sent and the ReportServerService.log shows the following:

ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 1355, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;

ERROR: Error sending email. Exception: Microsoft.ReportingServices.Diagnostics.Utilities.RSException: The report server has encountered a configuration error.  ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. 

ERROR: Error occurred processing subscription <GUID>: Failure sending mail: The report server has encountered a configuration error. Mail will not be resent.

INFO: Notification <GUID> completed.  Success: False, Status: Failure sending mail: The report server has encountered a configuration error. Mail will not be resent., DeliveryExtension: Report Server Email, Report: <REPORT NAME>, Attempt 0

However, if I disable the option to Include Report the email sends successfully.

We have existing subscriptions for the same report with the Include Report option enable and they work, it only seems to be affecting new subscriptions.

The SSRS service is running under a dedicated service account and all other aspects of the Reporting Services are working.

Anyone have any ideas?


Viewing all 28687 articles
Browse latest View live


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