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

Strange ORACLE connection issue

$
0
0

Running Windows Server 2008 R2 Standard - 64 bit

Installed Oracle client 11.2.0 - 32 bit

Reports connecting to the ORACLE database have been running fine for years.

I was asked to create a new report.

I added the existing ORACLE data source that is used by all reports connecting to the ORACLEdb.

Test connection = Connection created successfully.

Add a dataset -> Use a dataset embedded in my report

data Source: ORACLE

Query Type; Stored procedure.

This causes an : Enter data Source credentials (which I do).

get this error: 

An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

I searched the server for any evidence of any 62bit ORACLE installation and found none.

----------------------------
Attempt to load Oracle client libraries threw BadImageFormatException.  This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

This message makes no sense to me.  Any suggestions??

Thank you


GADOI




ssrs 2014new install, report manager toolbar squashed over left

$
0
0

Hi All

I've added ssrs to our dev install of sql server 2014 std. The issue is that the report manager toolbar is squashed over the left hand side of any / every browser screen.

That is to say "Details View" (that I normally look for over the right) is only about a third of the way across the screen from the left. This is the same on the dev server (where its installed), and on my laptop. Also the same on IE and Chrome.

any ideas ?



SSRS Reporting : Plot the array of string in the Column Chart

$
0
0

I am passing a comma separated string into a VB function that would remove the duplicates from my input string and return a unique string of array as output.

 

Extract of my code is shown below :

Public Function RemoveDuplicatesE(ByVal items As String) As String()

Dim noDups As New System.Collections.ArrayList() 

        Dim SpStr 

        SpStr = Split(items, ";") 

        For i As Integer = 0 To UBound(SpStr) 

            If Not noDups.Contains(SpStr(i).Trim()) Then 

                noDups.Add(SpStr(i).Trim()) 

            End If 

        Next 

        Dim uniqueItems As String() = New String(noDups.Count - 1) {} 

        noDups.CopyTo(uniqueItems) 

        Return uniqueItems 

    End Function 

 

I want to use the output array in a column chart as the category group to plot in the x-axis of the chart. 

I am able to fetch the first index by calling my function as 

  Code.RemoveDuplicates(MyVariableField)(0)

But I am not able to get the entire array.

Any help would be highly appreciated.



Report Builder Error -'Application validation did not succeed. Unable to continue.

$
0
0

Hi All,

When click on report builder gives <g class="gr_ gr_14 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins doubleReplace replaceWithoutSep" data-gr-id="14" id="14">error</g> like 'Application validation did not succeed. Unable to continue."

this is urgent.

Please reply me asap.

thanks a lot in advance.

Best Regards,

the error summary like following:

PLATFORM VERSION INFO
Windows : 6.2.9200.0 (Win32NT)
Common Language Runtime : 4.0.30319.34014
System.Deployment.dll : 4.0.30319.34243 built by: FX452RTMGDR
clr.dll : 4.0.30319.34014 built by: FX45W81RTMGDR
dfdll.dll : 4.0.30319.34243 built by: FX452RTMGDR
dfshim.dll : 6.3.9600.16384 (winblue_rtm.130821-1623)

SOURCES
Deployment url: http://svprpt006tr1501/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application?ReportPath=/SystemCenter/ServiceManager/Custom%20Reports/Test%20Reports/AYT%20Support_B%c3%bct%c3%bcn%20Aktif%20Kay%c4%b1tlar
Server : Microsoft-HTTPAPI/2.0
X-AspNet-Version: 2.0.50727
Application url: http://svprpt006tr1501/ReportServer/ReportBuilder/RptBuilder_3/MSReportBuilder.exe.manifest
Server : Microsoft-HTTPAPI/2.0
X-AspNet-Version: 2.0.50727

IDENTITIES
Deployment Identity: ReportBuilder_3_0_0_0.application, Version=11.0.7001.0, Culture=neutral, PublicKeyToken=a8eee8aa09b0c4a7, processorArchitecture=x86
Application Identity: MSReportBuilder.exe, Version=11.0.7001.0, Culture=neutral, PublicKeyToken=a8eee8aa09b0c4a7, processorArchitecture=x86, type=win32

APPLICATION SUMMARY
* Online only application.
* Trust <g class="gr_ gr_74 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="74" id="74">url</g> parameter is set.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of http://svprpt006tr1501/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application?ReportPath=/SystemCenter/ServiceManager/Custom%20Reports/Test%20Reports/AYT%20Support_B%c3%bct%c3%bcn%20Aktif%20Kay%c4%b1tlar resulted in exception. Following failure messages were detected:
+ File, interop.shdocvw.dll, has a different computed hash than specified in <g class="gr_ gr_75 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" data-gr-id="75" id="75">manifest</g>.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [9/25/2018 2:36:19 PM] : Activation of http://svprpt006tr1501/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application?ReportPath=/SystemCenter/ServiceManager/Custom%20Reports/Test%20Reports/AYT%20Support_B%c3%bct%c3%bcn%20Aktif%20Kay%c4%b1tlar has started.
* [9/25/2018 2:36:19 PM] : Processing of deployment manifest has successfully completed.
* [9/25/2018 2:36:19 PM] : Installation of the application has started.
* [9/25/2018 2:36:21 PM] : Processing of application manifest has successfully completed.
* [9/25/2018 2:36:24 PM] : Found compatible runtime version 4.0.30319.
* [9/25/2018 2:36:24 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [9/25/2018 2:36:28 PM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
- File, interop.shdocvw.dll, has a different computed hash than specified in manifest.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
at System.Deployment.Application.ComponentVerifier.VerifyComponents()
at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.


Report Viewer - Why is there a dependency conflict between Design, WebDesign and WebForms?

$
0
0

I tried to post this several times over the last year or so on the Report Viewer getting started page (https://docs.microsoft.com/en-us/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started?view=sql-server-2017#common-issues), but the comment get put as "PENDING" every time.

Why is there a dependency conflict between Design, WebDesign and WebForms? 


And why does this package need EnvDTE?


 There was a conflict between "Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

No way to resolve conflict between "Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing"Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily.

      References which depend on "Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v14.0\Microsoft.Build.Framework.dll].

          C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v14.0\Microsoft.Build.Tasks.Core.dll

            Project file item includes which caused reference "C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v14.0\Microsoft.Build.Tasks.Core.dll".

              Microsoft.ReportViewer.Design, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL

              Microsoft.ReportViewer.WebDesign, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL

          C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v14.0\Microsoft.Build.Utilities.Core.dll

            Project file item includes which caused reference "C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v14.0\Microsoft.Build.Utilities.Core.dll".

              Microsoft.ReportViewer.Design, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL

              Microsoft.ReportViewer.WebDesign, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL


      References which depend on "Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.Build.Framework.dll].

          c:\projectA\Trunk\packages\Microsoft.ReportingServices.ReportViewerControl.WebForms.140.1000.523\lib\net40\Microsoft.ReportViewer.WebForms.dll

            Project file item includes which caused reference "c:\projectA\Trunk\packages\Microsoft.ReportingServices.ReportViewerControl.WebForms.140.1000.523\lib\net40\Microsoft.ReportViewer.WebForms.dll".

              Microsoft.ReportViewer.WebDesign, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL

              Microsoft.ReportViewer.WebForms, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL

can a subreport inside a tablix cell be scrollable

$
0
0
Hi we run 2016 enterprise. I'm picturing a subreport inside a tablix cell and wonder if such a subreport can be scrollable?

Issue with Pdf export with reportserver 2016

$
0
0

Hello,

Just i wrote expression like = "P.O. Box 29429" & vbcrlf & "surendra"in RDL and i deployed RDL on reportserver 2016 and i generated report from report manager and i exported report to PDF export.

when i check my result in pdf then there is no space between "Box  and 29429".But when i move cursor between them then i find one space between "Box  and 29429".Issue is in visibility of text on pdf export with 2016 reportserver. Please check attachment for same.

please let me know the issue if anyone knows.

Note:- It looks fine with 2008 R2 reportserver.


S surendra Chowdary

Indicator: set color dynamic according to the percentage calculation

$
0
0

Hi,

I need to add an indicator component on a report and the colors (green, yellow and red) must be set dinamically according to a specific value calculated.

I have a column called "PERC_PERDA" which is the percentage amount of producion loss and it's calculated like this: =(Sum(Fields!SAS_QTYPRODUCTS.Value) - Sum(Fields!TOTAL.Value)) / Sum(Fields!SAS_QTYPRODUCTS.Value)

Based on the results of this calculation (PERC_PERDA), i have to set a color dinamically using the indicator component.

>> The metrics should be like this:

Red: more than 0,05% of production loss

Yellow: between 0,01% and 0,05 of production loss

Green: 0,00% of production loss.

How can I create the expression following this conditions? And this should be added in the value field of the indicator?

>> Inside indicator properties, values and states, should I set a minimum and maximum value for each color?

>> In the states measurement unit should I use numeric or percentage?

It's my first time doing expressions like this and I don't know how to write this one.

Please, someone can help me?

Thanks in advance,


Printing an SSRS report to a ZPL thermal printer

$
0
0
I need to create a label to print to a thermal printer. Generally our labels print from a Warehouse Management System. However, I am trying to go outside of the system in order to control the labels. I know how to control the labels from outside the system, I am not sure how to print from SSRS to the ZPL printer. How do I do this?

Need to Sort Week Days Legend From Monday - Sunday

$
0
0

I have a problem on my chart in rdlc. I pass a data containing the week days on it's right order (Monday, Tuesday, ...Sunday). But it ended up sorted in ascending order like this.

Friday

Monday

Saturday,

Sunday

Tuesday

Thursday

Wednesday

I don't want that to happen. I just wanted it to stay as default order.

Installation Reporting Services on a domain controller is not supported.

$
0
0

Hi *,

i have set up a Microsoft Windows Server 2012R2 and installed Microsoft SQL Server 2017 Enterprise Edition on it. In general everything works fine. The purpose of this machine is to have a single server SharePoint 2016 Development environment. I have installed similar machines very often in the past, but never with SQL Server 2017 + SSRS.

Now i wanted to install Microsoft SQL Server Reporting Services on the same machine to be able to play around with the new Reporting Services, but unfortunately i receive the following error message when executing SSRS setup:

"Installation Reporting Services on a domain controller is not supported."

Of course the message is clear! But my question is:

Is there any workaround to do this anyway, maybe with a workaround oder fix?


Best regards BOG

Move reports from SSRS 2012 server to SSRS 2017 server

$
0
0

Our company is moving to SQL Server 2017, so SSRS is also getting upgraded to SSRS 2017. I would like to know how can I move my reports in SSRS 2012 server to SSRS 2012 report server.

From what I read about it there is no direct method.  So do I have download every SSRS report and upload it back onto SSRS 2017 server?

Some of these reports are being used by SharePoint 2013 for giving access to users.

Thanks

Varun 

SSRS

$
0
0
I am using two tablix in SSRS report. How can I use one tablix's data into another one. 

Baljit singh

SSRS 2014 Bug - conditional border issue when exporting to Excel

$
0
0

SQL Server build 12.0.4100.1

Conditional borders are not rendering properly when exported to Excel.  We are trying to cause a thick border around the row where field "MaxPeriodField" is TRUE (as well as add a thin top border to the very last row in the sequence).  This works properly in SQL Server 2008 (10.0.5520.0).  We have only had the issue since upgrading to 2014.

Left cell BorderStyle:

None, =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "None"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
), , =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "Solid"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
), =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "None"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
)

Left cell BorderWidth:

=IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "1pt"
	,IIf(Fields!MaxPeriodFlag.Value = True, "1.5pt", "1pt")
)


Middle cells' BorderStyle:

None, , , =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "Solid"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
), =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "None"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
)

Middle cells' BorderWidth:

=IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "1pt"
	,IIf(Fields!MaxPeriodFlag.Value = True, "1.5pt", "1pt")
)


Right cell BorderStyle:

None, , =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "None"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
), =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "Solid"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
), =IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "None"
	,IIf(Fields!MaxPeriodFlag.Value = True, "Solid", "None")
)


Right cell BorderWidth:

=IIf(Fields!ApplicablePeriod.Value = "9999-12-31 00:00:00", "1pt"
	,IIf(Fields!MaxPeriodFlag.Value = True, "1.5pt", "1pt")
)

IE rendering:

Excel rendering:




SSRS 2017 Performance Counters

$
0
0

So, my installation of SSRS is missing its performance counters for the Service.

I've tried to work with the instructions here: https://social.technet.microsoft.com/wiki/contents/articles/1916.how-to-rebuild-the-report-server-performance-counters-ssrs.aspx

I am getting a problem re-adding the library though:

Installing assembly 'C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll'. Affected parameters are: logtoconsole = logfile = C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.InstallLog assemblypath = C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll An exception occurred while trying to find the installers in the C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll assembly. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Aborting installation for C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll. Rolling back assembly 'C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll'. Affected parameters are: logtoconsole = logfile = C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.InstallLog assemblypath = C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll An exception occurred while trying to find the installers in the C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll assembly. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Aborting installation for C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\ReportingServicesLibrary.dll.

Any advice I can get on how to fix this is much appreciated.


one subscription being sent multiple times

$
0
0

And this is not an isolated incident. Recently 2 reports with subscriptions have recently done this. 1 has been updated 2x with emails - that one is being tripled. another is being duplicated each day.

Grouping in SSRS

$
0
0

In Crystal Reports, when you added a group, that Item had it's own group header and footer, so that it could then be "over" the data in the layout (not in a column to the left of the details). Is there any way to do that same layout in SSRS?

Thanks

Failure sending mail: The transport failed to connect to the server.

$
0
0

Will anybody clears me this error... please


Dilip Patil..


The subreport could not be found at the specified location

$
0
0

Hi,


Im getting this kind of error (above title) once in a while (not at all times).

All my rdlc files are located at the network drive,

I already check if there was a network problem on the time of the generation, but found nothing.

When this occurs, all of the subsequent subreport from the main report will follow.

Im pretty sure theres nothing wrong with the data/parameter, cause when I tried to execute the report again, it generates properly.. It happen 1 in 100 reports, and its bugging me.

Any help is really appreciated.

Im using EF, VB.net + RDLC (EF object as dataset).

Thanks

Create copy of a report and use different (similar) data set

$
0
0

Hello,

I am trying to create a copy of an ssrs report and use other data set values for that report. The other data set is similar to the main one. what is the best way to do it?

Thanks


MASS

Viewing all 28687 articles
Browse latest View live


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