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

Cannot access folder contents in the report builder

$
0
0

Hi All i am SysAdmin and Sysuser in the report manager settings, but when i click on the browse , i get the message "You are  not allowed to view this folder. Contact your administrator to obtain the necessary persmissions"

Any idea as why a sysadmin , sysuser cannot browse?

Thanks


Unable to bind a new certificate in SSRS 2008 R2

$
0
0

Hi

I've had a SSL wildcard certificate successfully in use, unless it had to be replaced because of its age.

Now I've imported a new certificate, but unfortunately I'm unable to set it up in the SSRS Configuration Manager Console (Web Service URL / Report Manager URL), because "We were unable to create the certificate binding". 

 

Here is the Error Message: 

 

Microsoft.ReportingServices.WmiProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 80070520

 ---> System.Runtime.InteropServices.COMException (0x80070520): A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)

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

   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)

   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.CreateSSLCertificateBinding(String application, String certificateHash, String ipAddress, Int32 port)

   at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.CreateSSLCertificateBinding(UrlApplication app, String certificateHash, String ipAddress, Int32 port)

 

I've also deleted the existing bond in the netsh console with "netsh>http delete sslcert ipport=0.0.0.0:443", but this still doesn't fix the issue.

Thanks in advance

SSRS 2012 Running Against SQL Server Express 2019

$
0
0

We are using SSRS 2012 and Report Builder 2012 to run and create reports off of our application's database which is currently located on an instance of SQL Server Express 2012.

If we move our application database to a new instance of SQL Server Express 2019, will the 2012 reporting products be able to run against the 2019 database server?

Moving to SSRS 2019 is not an option, as it will not install on a domain controller.

John

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?

Database downgrade detected

$
0
0

I am setting up a new Server and doing a backup restore of the ReportServer db and ReportServerTempdb. Restore works fine, restored encryption key fine. I'm sysadmin and have done this many times, but this stops me dead. When attempting to connect to the web service I get the Service is not available.

The line in the log reads... Database downgrade detected. The database schema version is newer than service schema version. I'm not using anything weird like a Power BI report server, just straight up SSRS , SQL version  

Microsoft SQL Server 2017 (RTM-GDR) (KB4505224) - 14.0.2027.2 (X64)  on both machines. Where do I find and fix the "different" schemas?

Thank you.


Paul J. Ilacqua

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

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

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



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?

Error:A custom role cannot contain both system-level and non-system-level tasks in the same role definition.

$
0
0
Hi
Am balaji.
am using SRs Report explorer using sql 2008 Reporting Service.
I have created a proxy in my application and am accessing it.
I have a UI where am adding a new user and associating the Roles to that particular report.
While doing it am getting this kind of error.
For ex:if i add SOCPAC\balaji.narasimhan and associate all the roles am getting this kind of error
That is hown below.
Can you plz tel me the method to trouble shoot this problem
Thanks
Regards
N.Balaji

A custom role cannot contain both system-level and non-system-level tasks in the same role definition. You must specify different roles for each category of tasks. ---> Microsoft.ReportingServices.Diagnostics.Utilities.MixedTasksException: A custom role cannot contain both system-level and non-system-level tasks in the same role definition. You must specify different roles for each category of tasks.

Back to Parent Button in SSRS not showing

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

Can not add Report Viewer to my WinForms VS 2017 project

$
0
0

Moving an existing project from VS 2010 to VS 2017 and upgrading where possible.

Added the 14.0 version to my project using NuGet.  Then added the reportviewer to my toolbox.  Removed old reportviewer controls from all forms using the old reportviewer.  When I drop the new reportviewer onto my form from the toolbox, the message below appears.

"Failed to create component 'ReportViewer' The error message follows:  'System.invalidCastException: [A] Microsoft.Reporting.WinForms.ReportViewer cannot be cast to [B] Microsoft.Reporting.WinForms.ReportViewer.  Type A originates from 'Microsoft.Reporting.WinForms.ReportViewer, Version=14.0.0.0 .....etc.

Will the version 14 reportviewer work with VS 2017?


hpw

REST API - Execute Actual Dataset Query

$
0
0

I'm 90% sure I have the answer to this but just want to confirm what seems to be a NEGATIVE answer to my questions. Looking through the REST API documentation, questions on this forum, various online documentation here's what I've concluded.

1) The current REST APIs provide NO way to execute the dataset (it's embedded SQL query) and return the actual data from the table in the dataset query. Is this correct?

2) What I see in the REST APIs is the capability to only do various "administrative" functions with SSRS. Is this correct?

Thanks for answering what may be a dumb question. If the above are true is there any plan by Microsoft to add to the REST APIs the capability for question #1?

Bob Siegel

SSRS sum values between dates

$
0
0

Hi all,

Im new to this forum so my apologies if this is listed in the wrong place. I am attempting to set up a report with a number of datasets. I want to include an expression that sums all values between particular dates within a dataset.

I have tried variations of sums and IIFs that have ultimately led to errors - this is my latest attempt.

=IIF(Fields!DateRaw.Value) BETWEEN 01/01/2013 AND 01/05/2013, sum(Fields!Net_Amount.Value) ,"City")


Not sure where I am going wrong - does the IIF need pointing to the dataset?

Error report:

The Value expression for the text box ‘Textbox5’ refers directly to the field ‘DateRaw’ without specifying a dataset aggregate.  When the report contains multiple datasets, field references outside of a data region must be contained within aggregate functions which specify a dataset scope.

Thanks in advance for your help.


unable to launch reportbuilder application from .net app

$
0
0

Hi

we are having this weird problem launching reportbuilder application from our .net app. 

error is  "cannot download the application. The application is missing required files. contact application vendor for support"

its on windows server 2012 and sql server 2008 r2.

interestingly i can open RB from IE with no problems but opening with webbrowser control in .net app (.net 3.5) results in error below..

BTW i found another similar thread but none of the solutions worked. AND i logged in as administrator when error occured so cant be security issue.

WebBrowser wb = new WebBrowser();
wb.Navigate("http://myserver/reportserver/reportbuilder/reportbuilder.application");

Thanks for the advise.

PLATFORM VERSION INFO
                Windows                                             : 6.2.9200.0 (Win32NT)
                Common Language Runtime       : 4.0.30319.18046
                System.Deployment.dll                                : 4.0.30319.17929 built by: FX45RTMREL
                clr.dll                                     : 4.0.30319.18046 built by: FX45RTMGDR
                dfdll.dll                                                 : 4.0.30319.17929 built by: FX45RTMREL
                dfshim.dll                                            : 4.0.41209.0 (Main.041209-0000)

SOURCES
                Deployment url                                                : file:///C:/Users/administrator.MEDISN/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/EON90CFN/reportbuilder%5B1%5D.application

IDENTITIES
                Deployment Identity                      : ReportBuilder.application, Version=10.50.4000.0, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=msil

APPLICATION SUMMARY
                * Online only application.
                * Trust url parameter is set.
ERROR SUMMARY
                Below is a summary of the errors, details of these errors are listed later in the log.
                * Activation of C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\reportbuilder[1].application resulted in exception. Following failure messages were detected:+ Downloading file:///C:/Users/administrator.MEDISN/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/EON90CFN/ReportBuilder.exe.manifest did not succeed.+ Could not find file 'C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\ReportBuilder.exe.manifest'.+ Could not find file 'C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\ReportBuilder.exe.manifest'.+ Could not find file 'C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\ReportBuilder.exe.manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
                No transaction error was detected.

WARNINGS
                There were no warnings during this operation.

OPERATION PROGRESS STATUS
                * [9/07/2013 11:31:12 AM] : Activation of C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\reportbuilder[1].application has started.
                * [9/07/2013 11:31:12 AM] : Processing of deployment manifest has successfully completed.
                * [9/07/2013 11:31:12 AM] : Installation of the application has started.

ERROR DETAILS
                Following errors were detected during this operation.
                * [9/07/2013 11:31:12 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
                                - Downloading file:///C:/Users/administrator.MEDISN/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/EON90CFN/ReportBuilder.exe.manifest did not succeed.
                                - Source: System.Deployment
                                - Stack trace:
                                                at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
                                                at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
                                                at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
                                                at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
                                                at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
                                                at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, Uri& appSourceUri, String& appManifestPath)
                                                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)
                                --- Inner Exception ---
                                System.Net.WebException
                                - Could not find file 'C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\ReportBuilder.exe.manifest'.
                                - Source: System
                                - Stack trace:
                                                at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
                                                at System.Net.FileWebRequest.GetResponse()
                                                at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
                                --- Inner Exception ---
                                System.Net.WebException
                                - Could not find file 'C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\ReportBuilder.exe.manifest'.
                                - Source: System
                                - Stack trace:
                                                at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
                                                at System.Net.FileWebRequest.GetResponseCallback(Object state)
                                --- Inner Exception ---
                                System.IO.FileNotFoundException
                                - Could not find file 'C:\Users\administrator.MEDISN\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\EON90CFN\ReportBuilder.exe.manifest'.
                                - Source: mscorlib
                                - Stack trace:
                                                at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
                                                at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
                                                at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
                                                at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
                                                at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
                                                at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

COMPONENT STORE TRANSACTION DETAILS
                No transaction information is available.


prk


Replace and Tab expression in SSRS

$
0
0

Hello Everyone - I am trying to write an expression in the SSRS on a field. I want to write and Replace and tab expression (next line) in the same expression. Please see below : 

This is my current expression : 
=replace(replace(Fields!ReferralSources.Value, "</li>", ", "),"<li>", " ")

and it displays the values like : 
CVS pharmacy, Walgreen Pharmacy, RiteAid Pharmacy, Target Pharmacy

Instead I want them to show like this : 

  • CVS pharmacy
  • Walgreen Pharmacy
  • RiteAid Pharmacy
  • Target Pharmacy

Please help

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?

How to create e-mail subscriptions with a no-reply message containing passwords

$
0
0

Hi,

I am a PhD research at Uni Bonn. I would like to digitize my fieldwork, in which participants need to scan QRcode, subscribe with an e-mail and receive an ID and passwords to enter the University survey. The 700 passwords are listed in an excel file.

I wanted to get more information on how can I create a E-mail subscription that store the subscriptions e-mail addresses and send in a run time a no-reply e-mail containing individual passwords retrieved from my excel list of password and IDs. What are the steps that I need to take and system requirements? Thank you very much. 

Juliana Paris

Confused about SSRS and how to Install it

$
0
0

Stuck getting SSRS to work

Sorry for the vague title. A little background info, at work we have a client that stopped using Crystal Reports due to not wanting to pay licensing anymore (eyeroll) so, they are using SSRS instead. They think there might be a bug with the software we provide to run the reports in SSRS. So i figured let me get SSRS running to see if I can replicate the issue.

So I downloaded SQL server Reporting Services and Report builder. I installed SSRS and created a ReportServer DB basically just did the basic setup, end up getting a web service URL etc all looks good.

Some questions:

Do I use the Built-In account (Virtual Service Account)? Right now i chose another account and am using the Account i log into my PC with (which has the reportserver DB and SQL server all installed on this machine anyway) so not sure if this is trivial

Post image

Post image

Post image

Post image

I was asked to create an ecryption key also at one point but then when i could not even connect to the SSRS server i read somewhere to delete encrypted content. However the page always has the option to delete encrypted content so not sure if this is even working.

Post image

Also read on TechNet that i needed to have Report Services feature installed for my SQL server 2016. So i added that feature

When i originally installed SQL server 2016 i did not install Report Services as a Feature.

Now i have two Configuration Panels

One is Report Server Configuration Manager (RABOULISSAN-DT\SSRS) and the other is Reporting Services Configuration Manager

Post image

This is what I see when i paste the Web URL

Post image

However i get this when i try to run the report within our specified application

Post image

Sorry for the bloody Presentation here, just thought someone may know what I am doing wrong. I might just re-install SSRS and see if that does anything.

Viewing all 10045 articles
Browse latest View live


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