Quantcast
Channel: SQL Server Reporting Services, Power View 포럼
Viewing all 24955 articles
Browse latest View live

Issue after migrating SQL Server reporting services from 2016 to 2017

$
0
0

Hello,

I have recently migrated SQL reporting services running on SSRS 2016 Std edition to SSRS 2017 Developer edition. After migration, I am able to able to see reports through webservice URL and reportmanager URL in Reporting services configuration manager. But one of our deployment step is getting failed at the application end and while checking on application log, we are finding this error everytime the deployment starts:

Failed to establish proxy connection to http://<IP address>/ReportServer/ReportService2010.asmx : There was an error downloading 'http://<IP address>/ReportServer/ReportService2010.asmx'.

I am not being able to understand this issue. Could anybody help me understanding the cause of it and let me know how to resolve it.

Regards




Object reference not set to an instance of an object.

$
0
0

SharePoint 2013, SQL Server 2012 SP 4

Greetings. We're running SSRS integrated in SharePoint. There are two times when I get this message:

  1. I can open a report and it runs as expected, until I click the arrow for it to go to page 2.  
  2. When I attempt to manage a Subscription for that same report. 

I see this error all over the web, but not for this specific scenario. Any ideas?


Thanks in advance! ChrisRDBA

Connections from different DataSets

$
0
0

Hi People,

A bit of a hard question (I think):

I presented data in 3 scenario types (1, 17 and 18) with 1 connection between 2 different DataSets.

This is the connection I made that works perfectly:

=iif(fields!MoneyTransferActionTypeID.Value=1 or fields!MoneyTransferActionTypeID.Value=17 or fields!MoneyTransferActionTypeID.Value=18,Lookup(fields!BankReferenceNumber.Value,fields!AccountServicingReference.value,fields!Currency.value,"AddOns"),nothing

Now I've been asked to add 2 more connections that 1 of them is a regular "match" connection, but the other is a "like" connection (or contain). For example: a field that is part of a description (Of course from different DataSets)...

Any advice?

side margins with x-axis scalar mode

$
0
0
I am creating a column chart using SQLRS 2008.  When I use the x-axis in scalar mode, I lose the side margins on the chart.  The option to turn on side margins disappears from the axis options menu as well. This results in the first column being partially hidden.  Everything I read says the side margin should be added automatically.  This is not the case.  Has anyone encountered this before?

SSRS 2008 Toolbar button greyed out/disabled

$
0
0

Hi Guys,

I'm trying to use Report Viewer control to view a remote report. The report is displayed fine however, none of the icons in the toolbar are enabled including the Export Option. What am I doing wrong ? Any pointers are greatly appreciated.


ssrs avoid browser authentication popup with API

$
0
0

Hi

Is there a way to change the SSRS security extension response to clear the challenge or change it so we can avoid showing the browser authentication request.

As we are using the API and custom authentication we would like to have full control over our ssrs implementation.

The browser basic authentication popup appears because of the header response from ssrs includes a challenge

WWW-Authenticate: Basic Realm=""

SSRS Report XML export Issues

$
0
0

Hi Experts,

I have below issues in SSRS ,Kindly do the needful.

When we export an SSRS report as an XML, the generated XML report has fully qualified internal domain name of the reporting server.

We need to come up with a solution , wherein the generated XML should contain only the report data without the details of the reporting server.

Regards,

Sharma


Column not summing in report builder

$
0
0

Hello
I have produced a report in report builder. Most weeks the report runs ok,however when
the report crosses into a new month e.g. Jan to Feb. it seems to split on the number of referrals whereas it should be a total number.
Within my SQL code it shows the split with the Year-month.
See example attached.

In report builder template my number of breaches is a summed and so is the reason for breach.

I have tried to sum my number of referrals but it is giving me 17 as the top line and then 184 as the bottom.
Are there any expressions i can use to give me the correct sum which would be 63


Auto Refresh SSRS 2016 Report - Steals Focus from other Windows

$
0
0
Hi, I had followed a blog comment to implement Auto Refresh strategy on SQL Server 2012 SSRS very successfully. In fact, I used an expression with a Report parameter in the Auto Refresh field to allow the report user to enter their own refresh value, or 0 (default) for no refresh.

Works really well!

We just migrated to SQL Server 2016 SP2 CU3 SSRS (in Native Mode), and ported the ReportServer and ReportServerTempDB databases and Encryption Keys from the 2012 to 2016 versions and now have all our reports, including subscriptions, running from the new SSRS.

Unfortunately, the Auto Refresh feature does some strange things that it didn't do in SSRS 2012. In 2016 SSRS, it steals the window focus whenever the Auto Refresh activates. This is incredibly annoying, and will not be appreciated/accepted by the end-users should we roll out this new Report Server.

I tried opening the report in the new Report Builder 2016, and saving it to a fresh Report Server folder location, but get the same result.

Thoughts / Ideas?

Thanks,
Gerry

How to get the previous fiscal year when no year column is present in the cube and hwo to concatenate it with the string in mdx

$
0
0
How to get the previous fiscal year when no year column is present in the cube and hwo to concatenate it with the string in mdx

Forum FAQ: How do I hide the toggle image (+) if there is no row when using drill-down?

$
0
0

Symptom

For parent-child relationship, it is often to use a toggle image (+) to display the child data by clicking it. However you may encounter the problem of not able to hide the toggle image if there is no row in child.

Solution

You can solve this issue by creating an additional independent column in SQL Server Reporting Services 2005/2008

1.      Rightclick the parent column, and insert a new column to the left.

2.      Right click thechild column’s field, click Edit Group…, and switch to the Visibility tab. Select “Visibility can be toggled by another report item” and set Report Item to the name of a textbox in the new added column.

3.      Click the textbox you choose in the 2<sup>nd</sup> step, in the Properties window, locate the Visibility property. Set the Hidden value to “=iif(Fields!details.Value is nothing,true,false)”.

4.   You may need to modify the background color of the data region (matrix or table) to avoid displaying a blank cell when the toggle image (+) is hidden.

SSRS2016 - Date/Time parameter problem

$
0
0

Hi,

In SSRS2016, there is a date/time parameter (Parameter Name: fromdate) in report. When I choose, 8/10/2016 (10-Aug-16) in fromdate parameter, I see following value under Parameters field of report server view: ExecutionLog3

fromdate=8%2F10%2F2016%2012%3A00%3A00%20AM

for the same report, in SSRS2008R2, I see following value under Parameters field of report server view: ExecutionLog3

fromdate=08/10/2016 00:00:00

This SSRS2016 behavior for date/time parameter’s value is causing error while executing query.

Thanks,

Aftab


Aftab Ansari

How to find the SSRS Report Server by looking at the ssrs db

$
0
0

Fellow SQLers,

I have a couple of SSRS databases on a sql server.  That server does not have ssrs installed on it - the ssrs service is on a different server.

I am trying to find a way to look inside the ssrs database and find out which ssrs service is using it. Anything at all would be helpful. URL, IP, anything.  The catalog table does not give me enough - only a couple records there.

Any ideas?

Thanks

MG

How to create an extra field in tablix for grouping codes in row

$
0
0

Hello

I need to get total by the code from 100 to 999 are earning and from 1000 to 9999 deduction, I union both queries and I  got

this, I would like to add a field that allow me to separate those code 

I would kie to have a report like this :


SSRS find duplicate data fields and highlight

$
0
0

I am creating an SSRS report and I am not sure of the expression to write that would highlight if duplicate names (in a list of names) show up. If anyone could point me in the right direction.

Thanks


SSRS 2019 and ORACLE 18c LONG data type

$
0
0

Previously had working reports on SSRS 2012 / Oracle 11.2g.  recently upgraded to SSRS 2019 / ORACLE 18c. 

noticed SSRS 2019 is unable to handle the LONG data type. it doesnt populate while rendering and doesnt see on SQL Query Designer. 

this problem occurred in Oracle Select statements on SSRS code behind  and reports referred to Oracle Views .

However it works on Oracle MVIEWs with TO_LOB conversions. problem is, there are few number of reports so creating MVIEWS is not practical. 

it would be great if anyone have a solution to this.

SSRS reports fail on some computers and work on others

$
0
0

Hi,

I have a problem where SSRS reports load correctly without issue on some computers but the same reports are broken on others. 

For example. If I load report X on my computer, it will load up just fine and display the chart, but if my boss loads up X on his computer, the report will error. I get two different errors normally

1. The value provided for the report parameters 'Date' is not valid for its type

2.  An error has occurred during report processing. Query execution failed for dataset 'Main'

Please note, these are different reports that give these different errors, but they are on the same computer. These reports work fine on other computers, its just my bosses and another colleagues.

Anyone had this issue before, or has an idea whats happening?

e ERROR: PollingFunction: System.Xml.XmlException

$
0
0

I'm running a bit blind on this and not sure where to turn next.  Our SQL Server Reporting Services stopped sending out scheduled invoices. Unfortunately, I wasn't informed of this issue until after the trace logs had rotated, so I don't know if the error message in the logs is related.  It sounds significant because it's related to polling, and if the server cannot poll for jobs, then it can't send email.

Here's what we get when the SQL Reporting Server service is started, and it repeats every 15 minutes:

dbpolling!WindowsService_34!1600!02/03/2020-01:06:20:: e ERROR: PollingFunction: System.Xml.XmlException: The '@' character, hexadecimal value 0x40, cannot be included in a name. Line 1, position 162.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at Microsoft.ReportingServices.Diagnostics.XmlUtil.SafeOpenXmlDocumentString(XmlDocument doc, String xmlContent)
   at Microsoft.ReportingServices.Library.Soap.ParameterValueOrFieldReference.XmlToThisArray(String parameters, Boolean createParameterValueArray)
   at Microsoft.ReportingServices.Library.NotificationImpl..ctor(IDataRecord record, RSService service)
   at Microsoft.ReportingServices.Library.NotificationQueueWorker.GetNextQueueItem(IDataRecord record)
   at Microsoft.ReportingServices.Library.QueuePollWorker.ProcessData(IDataReader reader)
   at Microsoft.ReportingServices.Library.DBPoll.PollingFunction(Exception& lastException).

I can see that this is an XML parsing error, and I'm reasonably certain this is XML in the DB and not XML in a file, as no file name is indicated.  I'm not sure from which field in which table the dbpolling library reads.

Any suggestions would be *greatly* appreciated.


ReportView.aspx and RDLC usage under CSP implementation

$
0
0

Does any one have any idea how to use CSP with RDLC files loading via a ReportViewer.aspx file.

looking at the produced HTML for a report.

There is a lot of embedded styles and scripts and the report is shown in an iframe on a cshtml page

is there a standard way of making this CSP compliant ?  



Its life but not as we know it Jim!

How to don't separate Sheet When SSRS report contain page break and export to excel?

$
0
0

Hi Guys,

I have a knotty question when export ssrs report into Excel. This report contain page break between group, when I try to export it into Excel it will separate into many Sheets according group, my customer don't want that, they just want all data in one Sheet, who have a solution about that? or any possible method that can process excel file?

below is the code that export file:

byte[] bytes = ServerReport.Render(Format, DeviceInfo, out Type, out encoding, out extension, out streamid, out warning);
BinaryWriter binWriter = new BinaryWriter(File.Open(path, FileMode.Create))
binWriter.Write(bytes);

Any suggestion will be appreciated.

Thanks,

CH


Viewing all 24955 articles
Browse latest View live


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