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

Histogram in SSRS

$
0
0

Hello

I am trying to create a histogram on SSRS. All instructions say to change 'ShowColumnAs' property in the series properties table, but I can't find this option on SSRS. 

Where can I find the options to create a histogram on SSRS, where can I access to the 'ShowColumnAs' option?

Thank you


ssrs caching and history snapshots

$
0
0

Hi,

I’m a ssrs newbie, and I was confused about the difference between caching and history snapshots.

Any help is greatly appreciated.

Parameters won't change after Go to report action with parms passed

$
0
0

I have a report which we have been using for years.  Recently we received a request to add expand and collapse all functionality.  I found several examples and was able to get this to work however this feature breaks the report.  I can't select other search criteria from the drop down parameters at the top of the report.  The parameters keep resetting to the values passed from the Go to report action as soon as I attempt to change the value.  Any advice on how to fix this?

Thanks!

Happy Monday

SSRS subscription is not visible but is still running.

$
0
0

 I have SSRS integrated with SharePoint 2010.  I have a monthly subscription running on one of my reports, when I logged in last month to check on it, it seemed to have disappeared.  I was confused, but I recreated the subscription (as  best as I could remember).  This month, I get the report twice (with slightly different parameter settings). It looks like the old subscription is still running even though I cannot see it in SharePoint.

 I logged into my SharePoint/RS SQL DB instance and ran this statement:

  DECLARE @myReportFileName varchar(50) = 'MyReport.rdl';
   SELECT
      c.Name
     ,u.UserName
     ,s.* 
   FROM
     dbo.subscriptions s 
     INNER JOIN [dbo].[Catalog] c ON s.Report_OID = c.ItemID
     LEFT JOIN dbo.Users u ON s.OwnerID = u.UserID
    WHERE
      c.Name LIKE @myReportFileName
   ;

I can see two rows in the subscriptions table, with the LastRunTime corresponding to the dates I received my reports.

Both subscriptions are in my name (OwnerID), but as I said before, only one appears in SharePoint under "Manage Subscriptions" for that report.

How can I access this hidden subscription.  If I cannot otherwise access this subscription, can I just delete the extra row from the Subscriptions table?


TIA


Sql Server 2016, not able to access report builder from Browser

$
0
0

As it is known, the click once option for ReportBuilder is removed after SSRS 2014 onwards. From post SSRS2014, ReportBuilder needs to be installed as a standalone tool on client machine.

Few Helps required now:

1. Is there any way to edit the Reporting Template without asking user to install on uses's machine. (in SSRS 2014 it was not required as ReportBuilder gets installed automatically on user's machine)

2. Is there any way to plugin the same ClickOnce option in SSRS2016.

3. Is there any alternate way to fulfill the clickonce option in SSRS 2016 which was removed in previous versions.

Mainly we are looking for a solution of editing the template without external installation of ReportBuilder.

Waiting for your kind solutions. It would be a great help.

Thanks in advance



Text Box Properties - Fill Color - Transparency Disabled?

$
0
0

I have an expression set for background color and I was hoping to include a transparency so the text shows better. So I went to "More Colors..." and there's a selection for transparency but it's grayed out. No matter what I do I can't seem to select it to change it, it's just listed as 255. Is there a way to enable that or include transparency in my expression? I want to keep things as simple as possible. My expression for color is below, I have a few others with many more colors but this is the simplest one.

=SWITCH(Fields!RESULT.Value = -777,"Green",Fields!RESULT.Value <> -777,"Red")

Help with my expression in report builder

$
0
0

Hi guys!

Wonder I you could help, I new to expressions and trying to write a multiple condition expression. At the moment I have setup a percentage calculation for the summary of the data in the report (which works). It basically looks at the field 'sec' which is the total seconds for a call, the expression gives a summary of the percentage of calls that were under 60 seconds.

=formatpercent(SUM(IIf(Fields!sec.Value  <"60",1,0))/count(Fields!sec.Value),1)

Now I just want to add an extra parameter of the report for the field 'Origin_of_Call', so it does exactly what did before but only for records where the value of 'Origin_of_Call' = "Landline". I've tried a few different combination but the computer is saying no.

I'm sure this is probably straight forward but I'm a newbie.

Any help would be greatly appreciated.

Andy

SSRS

$
0
0
Hello. I need to embed SSRS in Web Application. I'm completely new to it. Our company is working on prem so the reports should be generated without internet connection because of our organization  security reasons. Somehow I have got the impression that SSRS technologies didn't improve much for the last 8-10 years. I found samples in internet dated 2012 and 2010 but not something new. 
I see that on server side I can use Web Api working with SSRS, but on client I found only examples for WEbForms using reportviewer inside updatepanel, which is  an outdated technology. Is there option to render report data with angular on client side. Are there any examples for that ? I;d like to build interactive report generator with SSRS, WeB API and angular technologies. Did someone make something like that already?I'll appreciate also links to resomended online courses on this topic - how to build  report generator on basis of SSRS using new technologies.

Report Server Error: "The request failed with HTTP status 401: Unauthorized

$
0
0

Hello,

I am getting this error when I am running SQL Server Report.

The service account is Admin and able to open manually from the browser but when I am running from ESP or command prompt I am getting error "HTTP status 401: Unauthorized".

Other user is able to execute this report, I am not able to understand what is the issue with the service account.

Window Server version :2003

Could you please give suggestion, what I can do here.

Thanks

Sandeep

SSRS DATE FILTER

$
0
0

Hi all,

I am selecting date from 1/1/2015 to 1/1/2016 but i want show data from 1st JAN 2015  to 31st Dec2015 up to 11:59PM data in SSRS reports.

Thanks,

Priyanka.

web portal ssrs

$
0
0

hi,

my webportal of ssrs is very plain. no where to view folders or subcriptions.

it is very basic? why so?

Date Expression in SSRS

$
0
0

can anyone please help me out for the below task.

I want to create below two date  parameters 

1.At the runtime user will select data from 1/1/2015 to 1/1/16 but the report should display data from 1/1/2015 to 31/12/15.

2.Normal date filter at runtime to select date for exact entered dates.

It should allow to print only one of the above conditions at a time like either condition 1 or condition 2

Thanks

keep promtping for username and password

$
0
0

I have SQL 2017 installed on server 2019 OS, the SSRS role is setup and using the default settings in the RSReportServer.config file.

On the server that SSRS is installed I can access the webpage without a issue, on a remote server I am getting prompted for username/ password. when I place my account information in the prompt it gives me a access denied.

I placed the server url in intranet settings but it is not passing through my credentials. The security log on the server that has SSRS installed records event ID 4625 with the following:

Failure Information:

Failure Reason: Unknown user name or bad password.

Status: 0xC000006E

Sub Status: 0xC000006E

Detailed Authentication Information:
 Logon Process:  NtLmSsp
 Authentication Package: NTLM

Security options for the server are set in the following: Network security: LAN Manager authentication level-> Send NTLMv2 response only\refuse LM & NTLM

I am a admin on the server and on the database, the GMSA account and the execution account specified in the SSRS console can access the webpage without issue from remote servers.

I have compared the web page security settings with a SSRS page that is working and everything matches.

When I use the service account listed in the execution account field at the IE credential prompt it lets me through with the following:

Detailed Authentication Information:
 Logon Process:  NtLmSsp
 Authentication Package: NTLM
 Transited Services: -
 Package Name (NTLM only): NTLM V2
 Key Length:0

How can I be allowed to login to the webpage and have my credentials pass through?


Converting Text field to date

$
0
0

Hi,

I have a field with is text but in input at dd/mm/yy (Field.Original_Task_Due_Date.value)  (As uk based)

I am trying to convert this to a date so that I can do calculations based on overdue/ on Track etc on some action due dates.

I have tried CDATE /FORMAT(CDATE(  etc but I cannot get this to work I simply get an #Error. It appears to constantly want to have this in the mm/dd/yyy (US Format)

I've trawled for hours through various google searches and cannot find an expression that works.

Can anyone help. Thanks ion advance

Unable to preview report in Visual Studio 2019 - Microsft.ReportViewer.ProcessingObjectModel assembly missing

$
0
0

I have a new laptop i am trying to configure for an SSRS project.  I have installed 2012 and 2015 Report viewer runtimes as well as the other packages that I had to install on my ohter PC where this is working.  Everything is functional but I am not able to preview the reports.  When we do we get the follwoing error:

error


SSRS Report Connection Timeout Error

$
0
0
Hi ,

The subscribed SSRS reports are not delivered on time. On detailed analysis I could see connection timeout error in the report logs. 

The database server is SQL 2016 and we have separate report server with SSRS Reporting Service installed. The DB server is using AGL.

Following are the error snippet from the Report Server logs

 e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source ---> "" System.Data.SqlClient.SqlException: Connection Timeout Expired.   This could be because the pre-login handshake failed or the server was unable to respond back in time. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=14491; handshake=13124;  ---> System.ComponentModel.Win32Exception: The wait operation timed out

   --- End of inner exception stack trace ---

Value is getting rounded

$
0
0

Hello,

In below query value is getting round from "123372036854982583" to "123372036854982580". 

But i am expecging output like "0000000123372036854982583"

select replace(str(123372036854982583,25),' ',0)

Please suggest

Thanks


S surendra Chowdary

ConfigMgr 2002 with SQL 2016 looking to upgrade to SQL 2019 (CU5)- SSRS, from 2016

$
0
0

I see lots of different articles on how to do this. It seems much more complex I anticipated and I am not sure of the sequence of the upgrade.

I have my DB local (CM_SITECODE) on my CM server, the SUSDB is WID (small lab environment) and report server all on same CM Server. I want to upgrade from 2016 SQL standard to 2019. Server OS is 2019 (with graphical interface).

1. Do I first backup the Reporting Server DB, files, encryption keys, etc? Then remove SSRS?

2. Then upgrade SQL to 2019 keeping same default instance?

3. Looks like Reporting service 2019 is a separate download. How do i configure it, or add the db back for 2016 Reporting?

4. is this an upgrade, migration, or what? any pre reqs? Has anyone (besides MS) posted a link with graphics showing the steps in the upgrade or a video?

I understand reports will be web based and I can then add something called PowerBi? Do i need this? what is it useful for over reporting?

Any assistance needed.  thanks, Wayne

how many SQL 2017 Licenses required if SSRS installed on 4 Servers and only 5th server has database role|?

$
0
0

Hi everyone 

we have 2 SQL 2017 ENT. Server in  "allways on "  database  and 5 applications server which has SSRS 2017 component installed.

how many SQL 2017 licenses required?

is any license required for remote  SSRS 2017  server.


Manish Yadav

Need to add in Stored procedure in Dateperiod Parameter

$
0
0

Hi,

I am creating one store procedure like as below. I selecting in SSRS parameters Null with StartDate and EndDate  and DatePeriod parameter isLast 6Months data.  So pease help me out how to create the store procedure in SSMS.

Create Proc SP_dateperiod

@startTime DATETIME=null

@EndDate DATETIME=null

@Dateperiod datetime=null

IF(@BeginDateISNOTNULLAND @EndDateISNOTNULLANDNOT(@BeginDate>= @EndDate))

             BEGIN

                    DECLARE @PROD_TABLETABLE

                    (

                          PT_PROD_ID INTEGER,

                          PRIMARYKEY (PT_PROD_ID)

                    )

                    DECLARE @AREA_TABLETABLE

                    (

                          AT_AREA_ID INTEGER,

                          PRIMARYKEY (AT_AREA_ID)

                    )

Thanks,

Priyanka.

      

Viewing all 28687 articles
Browse latest View live


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