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

প্রতিভা*https://vsgametvon.com/ufc239/

$
0
0
https://vsgametvon.com/womensworldcup2019/
https://vsgametvon.com/englandvssweden/
https://vsgametvon.com/swedenvsengland/
https://vsgametvon.com/borehamwoodvsarsenal/
https://vsgametvon.com/arsenalvsborehamwood/
https://vsgametvon.com/superrugbyfinal/
https://vsgametvon.com/superrugbyfinal2019/
https://vsgametvon.com/jaguaresvscrusaders/

Report sometimes completes after 20+ minutes, but usually times out at exactly 10 minutes

$
0
0

Hi All,

We use SSRS 2008 R2 for our report server.  (Soon to be upgraded, but still late, I know.)  A report developer tells me one report with a particularly long-running query often fails at exactly the 10 minute mark and includes a time-out in the error message.  Sometimes, though, the report runs successfully, but this is always after the 10 minute mark!  The admin in charge of the SSRS server has no idea how to troubleshoot this error.

Where should we be looking to resolve this error?

Thanks,
Eric B.

Background fill issue with SSRS 2016+

$
0
0

OK, I have Binged but I just can’t see the find the answer. I’m sure that someone else has seen this issue but…..

I have created a super simple RDL that works perfectly in SSRS 2012 (bottom right) and works great in Visual Studio (top right) but in SSRS 2016 (Left) all the checkboxes are blank.

What do I need to do to these text boxes (fake checkboxes) to show the calculated background color?

BTW, if you want to try it for yourself, here is the RDL.

https://www.enhansoftdownloads.com/temp/Fill.zip


Garth Jones

Blog:https://www.enhansoft.com/blogOld Blog:https://sccmug.ca/

Twitter:@GarthMJ Book: System Center Configuration Manager Reporting Unleashed

USer can not access reports even tho in Browser role

$
0
0
I have users in a Browser group who have not been able to access the reports. They can get to the parent folder but when click on report getting access denied. I have dropped and re added the specific group. Confirmed that user is IN the group. 

Captain Lann.

Why WebForms.ReportViewer use of Session State or backing store for report definition is not configurable, make it configurable or open source it

$
0
0

We are using "RDLC" reports in Local Processing mode in a large scale web application, recently we are experiencing issue with performance of overall application. Because, ReportViewer store Report Definition in Session State, which is creating huge scaling issues. 

- We are using Redis Enterprise for distributed Session State

- Since our reports can be huge in MB, under high load, Redis start throwing time out errors as, redis is single threaded, large size of reports take fair amount of time to transfer data, thus other users keep waiting in queue, getting time out. 

Since ReportViewer is not open source, so not possible to change backing store for report definition. Ideally it should be, it would be nice to have property on report viewer to provide custom backing store by implementing interface. Can this be done???

Interface IReportDefinitionStore
{
object Get(string key);
void Store(string key, object reportDefinition);
}

SSRS- parameter not able to read data

$
0
0

Hi Team,

Parameter not providing exact results.

1. Have two tables with one common column

2. Have created 4 data sets : 3 from 1st table; 1 from 2nd table

3. Also have created 3 parameters like CreatedOn, ModifiedOn from 1st table; UserName from 2nd table.

4. Parameter 1 and 2 working fine. When am passing value to 3rd parameter am getting all records

3rd parameter configuration:

 


Thanks Bala Narasimha

Report Builder 2016 LifeCycle

$
0
0

Hello,

As Report Builder now seems to be a stand-alone download. What is the End Of Life date for this product? I have reviewed the MS LifeCycle Search and this is not listed. What is the Patch cycle? Since this is a client product, I don't suspect it us updated with the Sql Server CU. How is it patched?

Guidance would be appreciated.

Thank you,

Mike...

Export to excel improper shading.

$
0
0

I use code to alternate row background color.  I have used this for years.  Now on this one report I am having issues when exporting to excel. 

In web view it looks perfect.  When exported what seems to be random cells of random rows have the incorrect color.  While the rest of the row is correctly colored.  Images bellow. 

Each time your run the report and export different random cells are incorrectly colored.  I can't find a pattern. 

This is the only report that I have seen this issue with among the ~50 reports on this server.

Any advise would be appreciated.

Web view:Here is the SSRS website render correctly.

Website view correct.

View of Excel export: Rows should alternate white/blue 

View from Excel Export


Use or in IIF in SSRS

$
0
0

Hi everybody,

I want to write a query using or. It looks like the below query.

=IIF((Parameters!field.Value="Properties"), "Property1" or "Property2", "No Properties");

How can I write the highlighted one? Getting error.

Thanks in advance.

Reporting Services 2008 ('System.OutOfMemoryException' exception)

$
0
0

The Reporting Services crashes and services stopped. And the event log has the error "Exception message: Exception of type 'System.OutOfMemoryException' was thrown". Would like to know how i can trace what causes the reporting services to crash? Will the rendering of large volume of data in the report will cause the report service to crash? 

And restarting the reporting services resolves the issue.

SSRS report title issue for CSV downloaded file

$
0
0

Hi support,

Here is the SSRS report from browser view.

Could the downloaded report in CSV format that have the same title as in the design mode of SSRS? There is no problem in XLXS format.

Downloaded CSV file:


Design mode:

Thanks for your kindly support!

Regards,
Anderson



SSRS Multiple Instances Configuration

$
0
0

Hi,

We have set upSSRS 2016 in our company. We are using this for development now. Now we would need a separate environment, that can be calledQA,UAT. Is there any way to create multiple instances of SSRS without installing SSRS on different systems for each environment. Can I use the sameSSRS for multiple instances?

 Please provide the steps to create multiple instances.

Thanks in Advance.


Manisha Chauhan

An error while installation ReportViewer_2015

$
0
0

I got this error while installation ReportViewer_2015:

Setup is missing an installation prerequisite: - Microsoft System CLR Types for SQL Server 2014. To continue, install Microsoft System CLR Types for SQL Server 20 14 and then run the Setup operation again. This package can be downloaded from Microsoft's website. 

What should I do?


Configure SSRS on Always On

$
0
0

Hi!

I have three 2016 SQL Servers in an Availability Group - ServA, ServB, ServC

I am trying to configure SSRS with the ReportServer and ReportServerTempDB in the AG group (AG-1) so that when it fails over the reports fail over also. I have installed SSRS on each server (but only configured it on ServA). My issue is that the Reports URL is:

http://ServA:80/Reports

It's using the Servername and not the AG group name (AG-1). Any idea how to make it use the AG name instead?

Thanks,

Zoe

SSRS- Using Microsoft.Reporting.WebForms.ReportViewer.Render -

$
0
0

When using Microsoft.Reporting.WebForms.ReportViewer.Render in SSRS to have a subreport save as PDF, I receive the following error:<o:p></o:p>

Error:Subreport could not be shown. <o:p></o:p>

It gives the same error when saving as tiff. I am able tosuccessfully save as XLSX and DOCX. <o:p></o:p>

Have increased the execution timeout in web config <o:p></o:p>

  to <httpRuntime executionTimeout="10240" requestValidationMode="2.0" />

<o:p>What causes this error? </o:p>

<o:p></o:p>

<o:p>Thank you </o:p>



net.pipe://localhost/PreviewProcessngServcie6916/ReportProcessng that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerExcelption, if present, for more details. The pipe endpoint 'net.pipe://localhost/Previe

$
0
0

Hi Team,

when am review the ssrs reports am getting bellow error.

net.pipe://localhost/PreviewProcessngServcie6916/ReportProcessng that could accept the message. This is often caused by an incorrect address or SOAP action. 
See InnerExcelption, if present, for more details. The pipe endpoint 'net.pipe://localhost/PreviewProcessing6916/ReportProcessing' could not be found on your local machine

I did a small R&D on this issue and have start the Net.Pipe Listener Adapter in system services. After restating also a facing same issue.

Please help on above issue


Thanks Bala Narasimha

Edit shared data source

$
0
0

Where we edit shared data source from Report Server? So I want to get it reflected for all reports.

I did not find this option in report builder either.

Thanks,

Ashru


MCTS, http://asharafaliptb.wordpress.com


Save VS2008 version to latest extension version breaks

$
0
0

I have an existing report that works perfectly fine. It was created using VS 2008 Report Designer. I installed the new extension. Saved the report file and now it doesn't work anymore. I cannot seem to trace what is causing the issue. When I compare the text version of the files all the content was shifted around so it's a little tricky to figure out what has changed. 

Operating system:

Windows 10 x64

Environment information from the About box of VS2019 : 

Microsoft Visual Studio Community 2019

Version 16.1.5
VisualStudio.16.Release/16.1.5+29025.244
Microsoft .NET Framework
Version 4.8.03752

Installed Version: Community

Visual C++ 2019   00435-60000-00000-AA454
Microsoft Visual C++ 2019

Application Insights Tools for Visual Studio Package   9.1.00429.1
Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2019   16.1.429.50124
ASP.NET and Web Tools 2019

ASP.NET Web Frameworks and Tools 2019   16.1.429.50124
For additional information, visit https://www.asp.net/

Azure App Service Tools v3.0.0   16.1.429.50124
Azure App Service Tools v3.0.0

Azure Functions and Web Jobs Tools   16.1.429.50124
Azure Functions and Web Jobs Tools

C# Tools   3.1.1-beta4-19281-06+58a4b1e79aea28115e66b06f850c83a3f1fcb6d3
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Common Azure Tools   1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

Microsoft Azure Tools   2.9
Microsoft Azure Tools for Microsoft Visual Studio 0x10 - v2.9.20419.2

Microsoft Continuous Delivery Tools for Visual Studio   0.4
Simplifying the configuration of Azure DevOps pipelines from within the Visual Studio IDE.

Microsoft JVM Debugger   1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Microsoft Library Manager   1.0
Install client-side libraries easily to any web project

Microsoft MI-Based Debugger   1.0
Provides support for connecting Visual Studio to MI compatible debuggers

Microsoft Visual C++ Wizards   1.0
Microsoft Visual C++ Wizards

Microsoft Visual Studio Tools for Containers   1.1
Develop, run, validate your ASP.NET Core applications in the target environment. F5 your application directly into a container with debugging, or CTRL + F5 to edit & refresh your app without having to rebuild the container.

Microsoft Visual Studio VC Package   1.0
Microsoft Visual Studio VC Package

Node.js Tools   1.5.10424.1 Commit Hash:c3ce0ae0b29c0b3a755ffc12f8a685fe7ddd3600
Adds support for developing and debugging Node.js apps in Visual Studio

NuGet Package Manager   5.1.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

ProjectServicesPackage Extension   1.0
ProjectServicesPackage Visual Studio Extension Detailed Info

ResourcePackage Extension   1.0
ResourcePackage Visual Studio Extension Detailed Info

ResourcePackage Extension   1.0
ResourcePackage Visual Studio Extension Detailed Info

SQL Server Data Tools   16.0.61904.23160
Microsoft SQL Server Data Tools

SQLite & SQL Server Compact Toolbox   4.7
SQLite & SQL Server Compact Toolbox adds scripting, import, export, rename, query execution and much more to SQL Server Compact & SQLite Data Connections.

Syncfusion.WindowsForms.Package   17.1.0.47
Provides Item/Project Templates to add Syncfusion Windows Forms Item/Project along with corresponding configurations.

SyncfusionMenu Extension   1.0
SyncfusionMenu Visual Studio Extension Detailed Info

TypeScript Tools   16.0.10506.2004
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools   3.1.1-beta4-19281-06+58a4b1e79aea28115e66b06f850c83a3f1fcb6d3
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual F# Tools 10.4 for F# 4.6   16.1.0-beta.19253.3+42526fe359672a05fd562dc16a91a43d0fe047a7
Microsoft Visual F# Tools 10.4 for F# 4.6

Visual Studio Code Debug Adapter Host Package   1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio Tools for Containers   1.0
Visual Studio Tools for Containers


the communication object, system.serviceModel.ClientFramingDuplexSessionChannel,cannot be used for communication because it is in the faulted state

$
0
0

Hi Team,

Please help on bellow error. While previewing the ssrs report am getting bellow error message.

Error message:

the communication object, system.serviceModel.ClientFramingDuplexSessionChannel,cannot be used for communication because it is in the faulted state


Thanks Bala Narasimha

Could not load file or assembly 'Microsoft.ReportViewer.DataVisualization, Version=15.0.0.0

$
0
0

Dear All,

I am following on the article below but still not succeeded. Could you please help me out?

Thanks,

Ghaffar

Integrating Reporting Services Using the Report Viewer Controls - Get Started

<?xml version="1.0" encoding="utf-8"?><!--
  For more information on how to configure your ASP.NET application, please visit
  https://go.microsoft.com/fwlink/?LinkId=169433
  --><configuration><system.web><compilation debug="true" targetFramework="4.7.2"><buildProviders><add extension=".rdlc"
          type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/></buildProviders><assemblies><add assembly="Microsoft.ReportViewer.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/><add assembly="Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/><add assembly="Microsoft.ReportViewer.DataVisualization, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/><add assembly="Microsoft.ReportViewer.Design, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/><add assembly="Microsoft.ReportViewer.ProcessingObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/><add assembly="Microsoft.ReportViewer.WebDesign, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/><add assembly="Microsoft.ReportViewer.WinForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/></assemblies></compilation><httpRuntime targetFramework="4.7.2"/><httpHandlers><add path="Reserved.ReportViewerWebControl.axd" verb="*"
        type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"
        validate="false"/></httpHandlers></system.web><system.codedom><compilers><compiler language="c#;cs;csharp" extension=".cs"
        type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/><compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
        type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/></compilers></system.codedom><system.webServer><validation validateIntegratedModeConfiguration="false"/><modules runAllManagedModulesForAllRequests="true"/><handlers><add name="ReportViewerWebControlHandler" verb="*" path="Reserved.ReportViewerWebControl.axd" preCondition="integratedMode"
        type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/></handlers></system.webServer></configuration>

Viewing all 20764 articles
Browse latest View live


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