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

KPI not appearing in Web Poral

$
0
0

I have installed the latest version of SQL SERVER 2016, both database and analysis services.

On the new web portal under the "New" button, I have Folder, paginated report, Dataset and Datasource. However KPI is not in the list.

Is there something else I need to install in order for it to appear?


SQL server 2016 mobile reports - personalise user querys

$
0
0

Hello, we have embedded the mobile dashboards into our existing asp.net app with an iframe and it works well but we are unable to pass the username from the url (&UserId)  into the dashboard dataset to retrieve only their data. In ssrs you could use the logged in username in the dataset.

Here is a similar post on this issue

https://social.msdn.microsoft.com/Forums/en-US/7ee117db-a1d1-450c-a388-fd60a329243a/passing-querystring-parameters-to-ssrs-2016-mobile-report?forum=SQLServer2016Preview

If anyone knows if this functionality will be available in the future that would be great

Thanks

SSRS Mobile Report Publisher - Deployment

$
0
0

If I read the SQL Server 2016 documentation correctly, I need the SQL Server 2016 Enterprise version to develop Mobile Reports with SSRS Mobile Report Publisher (Previously, Datazen).

Am I able to deploy these reports after they are developed with the Enterprise version to my customers who have SQL Server Standard Version of SQL Server 2012 or SQL Express version?  The mobile reports being developed will require access to their SQL server DB which are SQL Server 2012... will this work?

Thanks,

Diane

SSRS 2008 Paging Issue 0 of 0

$
0
0

I have several reports that are many pages long when rendered in visual studio, but when rendered on the web client it show pages 0 of 0 with the next and last buttons disabled. Only the first page is displayed but if I export to any format it renders all the pages correctly. Please help!

Sql Server Reporting Server 2008

$
0
0

Hi All,

My application is on Sharepoint Sever 3.0,asp.net 3.5 and using SSRS 2008 for reports. The reporting server was working fine but suddenly it started giving the following error

  • An error occurred during client rendering.
    • An error has occurred during report processing. (rsProcessingAborted)
      • Cannot create a connection to data source 'dataSourceScreeningSummary'. (rsErrorOpeningConnection)
        • The ConnectionString property has not been initialized.                                                However when i view the report from "View Desinger" mode it works. Please Help... :)

RDL upload to SSRS- report definition has an invalid target namespace

$
0
0

Hi team,

When trying to upload an rdl to SSRS, I get a "The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target namespace. (rsInvalidReportDefinition)"

My current environment is SQL 2014 on one server and SQL2008R2 on another server.  Running Report Builder 3.0 SQL 2008R2. 

What I've done to troubleshoot and try to open and upload 11 reports:
I initially installed Report Builder 3.0 SQL2014 to open the rdl reports.  Since I wasn't able to open in Report Builder 3.0 SQL2014, I uninstalled that and installed Report Builder 3.0 SQL 2008R2.  I was then able to open 2 reports. 

I also tried to change out the report header from 2016 to 2010 and 2008, but no luck. (couldn't supply the exact report header on this initial forum as "Body text cannot contain images or links until we are able to verify your account."

I'm out of ideas, so any help is appreciated.


Mark

VS 2015 SSRS Error: there are multiple root elements

$
0
0

I was trying to add a column to an existing report. I have just upgraded from VS 2013 to 2015 and it was the first task like that.

When I changed the report and tried to deployed it ewer version wasn't able to be deployed to an older SSRS version.

When I tried to preview I got below error and warnings:

  • Custom parameter layout was removed from the report. SQL Server 2014 Reporting Services and earlier do not support custom parameter layout.
  • [rsInvalidReportDefinition] The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: Data at the root level is invalid. Line 1, position 113933.
    Failed to build item

Step-by-step guide

I checked the SSRS version on all environments and it was the same.

Finally the issue resolved by following below steps:

1- Right click on the report in Solution Explorer and choose "View Code"

2- The first two lines of code looked like this:

(sorry I could't put the xml code because my account is not verified)

 The only thing which I changed was the 2010 to 2016 in the first line of code (right clicked on the report and 'view code') and then the file was saved and deployed successfully.

SuperScript in SQL/SSRS

$
0
0

Hi ,

I am facing problem with superscript

In my table i have data like     "a<sup>2</sup>b<sup>3</sup>"   this should be display as    c²d³, etc

The values are coming in table variably so i cant do this manually. So please help me on this....I am fine with either SQL or SSRS expressions

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

CREATE TABLE [dbo].[SuperScriptTable](
 [ColumnA] [nvarchar](max) NOT NULL
) ON [PRIMARY]
GO

INSERT [dbo].[SuperScriptTable] ([ColumnA]) VALUES (N'a<sup>1</sup>b<sup>2</sup>')
INSERT [dbo].[SuperScriptTable] ([ColumnA]) VALUES (N'c<sup>3</sup>d<sup>4</sup>')
INSERT [dbo].[SuperScriptTable] ([ColumnA]) VALUES (N'e<sup>5</sup>f<sup>6</sup>')
INSERT [dbo].[SuperScriptTable] ([ColumnA]) VALUES (N'e<sup>x</sup>f<sup>y</sup>')

DROP TABLE [dbo].[SuperScriptTable]


Please Mark as Answer if my post solved your problem or Vote As Helpful if this helps. Blogs: www.sqlserver2005forum.blogspot.com



"Something Went Wrong" - Trying to add a new Data Source (SQL Server 2016)

$
0
0

Hello all,

We have just deployed SQL Server 2016 Reporting Services, including the cumulative update to one of our UAT servers. Upon accessing the SSRS Web Portal and clickingNew > Data Source, we get the error "Something has gone wrong. Please try again later".

Is anyone able to assist me with getting to the bottom of this issue? Error log is below for reference.

Thank you in advance!

Tom.

Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!12!08/04/2016-16:25:38:: e ERROR: [ifiru6gy]: OData exception occurred: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.resources" was correctly embedded or linked into assembly "Microsoft.ReportingServices.Portal.Services" at compile time, or that all the satellite assemblies required are loadable and fully signed.
   at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
   at Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.Keys.GetString(String key)
   at Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.get_MissingEndpoint()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.MissingEndpointException..ctor(Exception inner)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ListExtensions(String extensionType)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.<>c__DisplayClass41.<ListExtensions>b__40()
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithCorrespondingAuthMechanism[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.ListExtensions(IPrincipal userPrincipal, String extensionType)
   at Microsoft.ReportingServices.Portal.Repositories.SystemService.ListExtensions(IPrincipal userPrincipal, ExtensionType extensionType)
   at Microsoft.ReportingServices.Portal.ODataWebApi.V1.Controllers.ReportServerInfoController.ListExtensions(ExtensionType extensionType)
   at Microsoft.ReportingServices.Portal.ODataWebApi.V1.Controllers.ReportServerInfoController.DataExtensions()
   at lambda_method(Closure , Object , Object[] )
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext().
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!12!08/04/2016-16:25:38:: i INFO: [ifiru6gy]: 10.0.10.141: GET /api/v1.0/reportserverinfo/model.DataExtensions - Response 500 - 0:00:05.2307216

Create multiple line breaks based upon variable

$
0
0

In my SSRS report I want to add line breaks (carriage returns) to a text box based upon a field in my stored procedure. Sorta like the following:

SQL Server
   ID  Name  Location  CR
   01 Smith  Seattle      3

SSRS Text Box
"text statement : " + vbcrlf * [Fields!CR.Value] + "End Result"

Yields the following:
text statement
<1>
<2>
<3> End Result

Is this possible in SSRS 2010?

Brian


Change data source dynamically in report server.

$
0
0

Hi,

I need to change the data source for report server objects (rdl files) dynamically. In other words, I am having databases with identical structures but different data for different clients. Then I need to use same set of reports for different customers. They will access reports through web and they should provide user id/pwd and database name in web login interface, and then it should direct to the the particular database and should be able to access the same set of reports.

Any thoughts !

Roshan.

Repeating a Tablix Column Headers on each Word document page

$
0
0

Hi SSRS Masters!

I have a report that I need to import into a Word document.  One of the requirement is to have report column headers to be repeated on each page of a document. I set the Tablix properties to 'Yes'  for 'RepeatColumnHeaders' property for Page Break group but it does not work.

Is there something else to set for 'Row Groups' and 'Column Groups' to get report column headers to be displayed on each page of  a Word document?  Please see the image below for reference.

Thanks a lot for help!!!


donnie100

Parameter validation

$
0
0

Is it possible to create a server side or client side validation for parameter inputs?  For example, I want a calender  input to error when a user tries to put in a date past the current date time

 

How to disable the future dates in Date pick calendar - SQL Server Reporting Services

$
0
0
Hi All, 
         I have a scenario to run the report only for the Past days, and i have datepick calendar as a parameter for selecting Start Date and End Date. I want to control the Users by not to select the Future Dates in the End Date. In Other Words, the user should not select beyond the Current Date,
Is there any way for me to control it. Advance Thanks

Regards,
Sundarrajan.

SSRS 2008 - Change Group By Column Position

$
0
0

Hi,

I have created an report in SSRS 2008, in the report i have Tablix and i have created Group By column by below mentioned process.

Right click on the row -> Selected  "Add Group" - > Selected  "Parent Group" -> Select "Group By" with Some Column.

Now after groupping the Group By column came to 1st position.

I need to chage the position of Group By column from 1st to 4th can i do that?

thanks in advance..


SSRS total number of rows print in one page

$
0
0

Hi

I have one report in that need to print in header total rows print in one page the row height is not fixed. I do not want to fix the row par page as well. Is there any function which will give to total row print in every page.

Thanks

Matt Johnson

 

Setting correct scope for a Report Builder 3.0 indicator

$
0
0

I have a report with a top level group containing columns Software title, Licenses and Installed copies and in a child group I have the computer names

I have created an indicator with an expression to set the state.  

=Switch(Fields!Licenses.Value>Fields!Installed_copies.Value,75, Fields!Licenses.Value=Fields!Installed_copies.Value, 50,Fields!Licenses.Value<Fields!Installed_copies.Value,25)

The > and = evaluate ok but the < does not.  I can only imagine that in the child group each computer has one installed copy which evaluates as 50 for one actual license.

I need to evaluate the indicator at the top level parent group (e.g. 1 license < 4 installed copies evaluates as 25)

Thanks

David

The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.

$
0
0

I have installed SQL Server 2014 Express Edition with Advanced Services, and I configure my report server on same server. When I create Data Source on report server, I gave connection string  like..

Data Source=remote_db_server;Initial Catalog=TestDB

Clicked on Test Connection button and getting error 

The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.

I am not able to figure out why I am getting this error.

Can any one please help me how can I solve this issue.

Thanks,

Vishwa.

SSRS 2008: When exporting to Word, Repeat header rows on each page functionality does not work

$
0
0
I have a report that uses the Repeat header rows on each page functionality for the Table Properties. When this report is exported to PDF the header rows of the table repeat on each page of the report, but in Word they only show up on the first page. Is there a workaround for this? The problem is that this is a subreport so I cannot just move the information in the header rows of the report to the report header as report headers do not render in subreports. Any ideas?

Unable to print complete report in Msword 2010 in letter size as footer content is horizontally half cut even after meeting Page formula

$
0
0

Unable to print complete report in Msword 2010 as footer content is horizontally half cut






Viewing all 10045 articles
Browse latest View live


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