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

Chart horizontal axis with all zeroes values error

$
0
0

Hello,

I have this data set:

Series 'Value field' is depth, 'Category field' is concentration.

Even though all Concentration values are zeroes, chart draws them with 1,2,3,4,5 values. Chart module creates 1,2,3,4,5 values for the horizontal axis, even though they are not in the data set. Chart look like this :

I tried to assign min and max values for horizontal axis (0 to 10). It still did the same; created points that are not in data set. Chart looks like this:

Can someone please help to understand why this happens? Is this a bug, or there is way to handle this type of situation?

Thank you


Who will be announced as the next SQL Server Reporting Services, Power View Guru? Read more about May 2019 competition!

$
0
0

What is TechNet Guru Competition?

Each month the TechNet Wiki council organizes a contest of the best articles posted that month. This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in May 2019 and must be in English. However, the original blog or forum content can be from beforeMay 2019.

Come and see who is making waves in all your favorite technologies. Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNetWiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but recommended) Add a link to your article at the TechNetWiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official MicrosoftTechNet Wiki groups on facebook. Read More about TechNet Guru Awards.

If you win, people will sing your praises online and your name will be raised as Guru of the Month.


PS: Above top banner came from Rajeesh Menoth.

How to Use RDLC in .net core 2.1 Web Application

$
0
0

I am upgrading Web Application from ASP.Net to .Net Core 2.1

In application, there are around 30 reports. So, I am looking for solution for .net core Reporting SSRS.

Does unnecessary expression/condition in ssrs report consume report run time?

$
0
0

Hi Friends,

Earlier I had explicitly used "ALL" in report parameter for single selection. So to hide report items based on parameter value(s), I used below expression ->

=IIF(Join(Parameters!Filter.Value,",").Contains("Apple") 
OR Join(Parameters!Filter.Value,",").Contains("ALL"), False,True)

But now, I made the parameter as multiselect, thus I can directly click on "select All". I have removed "ALL" from parameter values. But the expression written above still exists in all report items.Will it(above expression) cause any perfomance issue when I run report in sharepoint?

For now the below expression should be enough, but I will have to change it on 12 report items

=IIF(Join(Parameters!Filter.Value,",").Contains("Apple") , False,True)

Thank you



sania

Visual Studio 2017 Deploy error -- Can't find *.rds file in bin/DebugLocal or bin/Debug configuration

$
0
0

Hi All,

I am getting an error when trying to deploy reports because the xxx.rds file is missing from the bin/Debug or bin/DebugLocal directory.

Recently we upgraded from SSRS 2008 to SSRS 2017 and changed from using BIDS to Visual Studio 2017 with SSDT.  For a brief period of time I have to deploy to both 2008 and 2017 reporting services.  We also migrated from an old Source Code Control system (VSS) to a newer one (TFS).  We will eventually migrate again to GIT but that is a year away ...

I am getting the following error:   I am able to resolve the problem by manually copying, via Windows Explorer, the *.rds file into the target directory.  However, I have hundreds of projects and multiple DataSource_xxx.rds files and it is tedious to do this for every project and xxx.rds. 

Why is this happening, and how do I fix it?

Thank you.

--Dan

Series Data label multiple colours

$
0
0

Hello All,

Is it possible to colour the data label text in below graph as per different values.

For ID 281760 , I want blue colour for text with E and Red for text with Q.Basically , I want the it Blue if the value <0 and red if >= 0 . The values for E and Q can be quite different. Thanks much for your help. 



Best Regards, Pragati

A parameter that has 'All" as an option

$
0
0
I am trying to have a drop-down parameter for a report. This parameter allows the user to chose how to filter the results, i.e. WHERE <field> = x, WHERE <field> = y, etc. One option should be an 'All" choice in which the 'WHERE' is not needed. I have tried using a LIKE with an 'All' choice being a '%' but that does not seem to work. If my thought process on this is off and there is a better way please let me know. The items that are required though are the drop-down for the user to choose an option and 'All' as one of the options to choose.

Thank you for any assistance.

SSRS data connection to AOG listener

$
0
0

I am having issues making a data connection to a AOG listener. The SPN's and Delegation are all configured and a non AOG instance works fine using windows authentication. When I test connect using the primary and secondary instance I cam test connect fine.  When I use the listener name I get the "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' error. 


Data Source=AG1L;
Initial Catalog=DB_ADMIN;
Application Name=db_test

Any advice would be greatly appreciated.  Thanks


List view customization

$
0
0

Hello,

We are using SSRS 2016 and I do like List view.  Is there a way to customize it?  I have a 'Staging' and 'Prod' folder so you are searching for a report both will come up in a list view.  In order to know which is which you'll need to go to 'Manage' on each report.

Old 2008 version contained a Folder name which was helpful.

Thank you

Alex

Data driven report to Null Delivery Provider OData exception occurred: System.Web.Services.Protocols.SoapException:

$
0
0

When running a Data driven report in Powerbi on premise to a Null Delivery Provider i get this error

ERROR|12|OData exception occurred: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: A delivery error has occurred. ---> Microsoft.ReportingServices.Diagnostics.Utilities.DeliveryErrorException: A delivery error has occurred.

   at Microsoft.ReportingServices.Library.ReportingService2005Impl.ValidateExtensionSettings(String Extension, ParameterValueOrFieldReference[] ParameterValues, String path, ExtensionParameter[]& ParameterErrors)

   at Microsoft.ReportingServices.WebServer.ReportingService2010.ValidateExtensionSettings(String Extension, ParameterValueOrFieldReference[] ParameterValues, String SiteUrl, ExtensionParameter[]& ParameterErrors)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.ValidateExtensionSettings(String Extension, ParameterValueOrFieldReference[] ParameterValues, String SiteUrl)

   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)

   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ValidateExtensionSettings(String extension, ParameterValueOrFieldReference[] parameterValues, String site)

   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)

   at Microsoft.ReportingServices.Portal.Repositories.SystemService.ValidateExtensionSettings(IPrincipal userPrincipal, String extensionName, IEnumerable`1 parameterValues)

   at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.ExtensionsController.ValidateExtensionSettings(ODataActionParameters actionParameters)

   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.ExceptionServices.ExceptionDispatchInfo.Throw()

   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.ExceptionServices.ExceptionDispatchInfo.Throw()

   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.ExceptionServices.ExceptionDispatchInfo.Throw()

   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext().| RequestID = s_91f72f07-c1ab-4a51-8731-6da281675ade

2019-05-02 15:30:22.3294|INFO|74|Sending response. Response code NDGOV\prvpgroce 500, Elapsed time 0:00:00.03049| RequestID = s_91f72f07-c1ab-4a51-8731-6da281675ade

What causes the error?

Automate SQL Report in Sharepoint 2013

$
0
0

Hi guy's

we have an SQL Server 2014 with Reporting Services installed. Beside that server we have a Sharepoint 2013 server with Webdav configured. The goal is that we can configure a reporting services subscription on the SSRS, which stores the report on the Sharepoint document library using Webdav.

It is basically working but as soon as we log out from the SQL Server the subscription reports that error:

notification!WindowsService_9!3a30!04/29/2019-15:49:38:: e ERROR: Error occurred processing subscription 3981d441-8c1d-47d5-a5af-86c9fe18d188: Failure writing file \\sharepoint.domain.ch@SSL\DavWWWRoot\sites\document\account\TEST 6890eab94599e81180d80050568706bf\Test.pdf : Access to the path '\\sharepoint.domain.ch@SSL\DavWWWRoot\sites\document\account\TEST 6890eab94599e81180d80050568706bf\Test.pdf' is denied. 

Is there a way to have a subscription configured that it is working even if we are not logged in? Is that a setting which has to be made in the datasource?

Many thanks for any help.

Best regards,
Marc


SQL Server report with Asp.net core

$
0
0

Hi

I am looking for since long time how to use the SSRS report with my asp.net core application. Please anyone can give an idea how to use SSRS report with asp.net core 2 Application

Pol


polachan

How to hide text box based on corresponding Charts visibility?

$
0
0

T

Text box contains heading which need to hide if corresponding chart is hidden.

WILDCARD IN REPORTING SERVICES

$
0
0

Hello

I have a parameter for Department is fed by parameter a_level, now I want the user to enter the first 3 digits and bring all the account that start with those digits.

select distinct

a_dep as dep_value,

RTRIM(a_dep) + ' ' + RTRIM(a_dept_desc_sh) as dep_desc

from accounts

where a_level in(@LEV) and a_dep like '***%%%'   (Where * can be any number between '0-9

Please help!!


SSRS An Error has Occurred - Data source edit

$
0
0

Hi folks

Can anyone tell me how to fix this error? I have tried everything I found online (giving permissions to user, auth types in config, etc).

Below is the content of the error log:

RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:01:: i INFO: Received request GET /manage/catalogitem/properties/DEV/Data%20Sources/dataUser | RequestID = s_5feb8fcc-4de2-4776-b7cc-4a8b32ebd3e3
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:01:: i INFO: Received request GET /assets/css/app-0a5a907c-c815-428e-a383-a831a805135a.css | RequestID = s_347dec2b-4f96-4d04-9540-7b61cb5c308f
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:01:: i INFO: Received request GET /assets/css/brand.css | RequestID = s_02c625eb-4f67-4bc2-b93a-a4e25228268f
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:01:: i INFO: Received request GET /assets/img/spinner.gif | RequestID = s_9830c9f4-4783-437d-b1e0-5cfbcfddd7a1
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:01:: i INFO: Received request GET /assets/css/lib-0a5a907c-c815-428e-a383-a831a805135a.css | RequestID = s_fdff1f7f-c0c1-45ec-96e9-ff9ec9b7b57d
RSPortal!reportserverwebapp!RSPortal.exe!32!05/05/2019-19:20:01:: e ERROR: TEST\developer 103.11.147.40: GET /assets/img/spinner.gif - 0:00:00.0519988
Exception: System.IO.IOException ---> System.Net.HttpListenerException: The I/O operation has been aborted because of either a thread exit or an application request
   at System.Net.HttpResponseStream.EndWrite(IAsyncResult asyncResult)
   at System.IO.Stream.<>c.<BeginEndWriteAsync>b__53_1(Stream stream, IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncTrimPromise`1.Complete(TInstance thisRef, Func`3 endMethod, IAsyncResult asyncResult, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Owin.Host.HttpListener.RequestProcessing.ExceptionFilterStream.<WriteAsync>d__6.MoveNext()
   --- End of inner exception stack trace ---
   at Microsoft.Owin.Host.HttpListener.RequestProcessing.ExceptionFilterStream.<WriteAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.BIServer.Owin.Common.Middleware.ResponseCompressionMiddleware.<Invoke>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.ReportingServices.Portal.WebHost.Owin.LocalRequestMiddleware.<Invoke>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.BIServer.Owin.Common.Middleware.RequestLoggingMiddleWare.<Invoke>d__2.MoveNext() | RequestID = s_9830c9f4-4783-437d-b1e0-5cfbcfddd7a1
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:01:: i INFO: Received request GET /assets/js/oauth.js | RequestID = s_61aaa028-1dc0-4c43-b719-6be71bedb8bc
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:01:: i INFO: Received request GET /assets/js/app-0a5a907c-c815-428e-a383-a831a805135a.js | RequestID = s_ddcf6cbe-4ce8-4102-a2cc-264730f9f7a7
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/ServiceState | RequestID = s_7ec4229b-34ad-4ad2-b28a-e5ca97a910dd
RSPortal!reportserverwebapp!RSPortal.exe!16!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0102964 | RequestID = s_7ec4229b-34ad-4ad2-b28a-e5ca97a910dd
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /assets/resources/en/strings.json | RequestID = s_ae38ca6b-086e-42a1-88da-983cf99caf68
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/SystemResources | RequestID = s_9f831a21-262d-46a5-b387-6968d4cb2eeb
RSPortal!reportserverwebapp!RSPortal.exe!32!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0088571 | RequestID = s_9f831a21-262d-46a5-b387-6968d4cb2eeb
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /assets/lib/js/angular-i18n/angular-locale_en-au.js | RequestID = s_b7e4fb92-deeb-42c7-8661-220a1dd61c8d
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/telemetry | RequestID = s_f5d48358-35c9-4c3f-aa18-25f2e6889c93
RSPortal!reportserverwebapp!RSPortal.exe!7d!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0040543 | RequestID = s_f5d48358-35c9-4c3f-aa18-25f2e6889c93
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/System/Properties | RequestID = s_953bda13-72c3-4687-a61d-fa52f2119f2e
RSPortal!reportserverwebapp!RSPortal.exe!81!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0039661 | RequestID = s_953bda13-72c3-4687-a61d-fa52f2119f2e
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/notifications | RequestID = s_64a192f8-ac68-4943-9fd8-b288a13675a4
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/SystemResources | RequestID = s_675d6064-8ee3-483a-9064-aed94b25ea2a
RSPortal!reportserverwebapp!RSPortal.exe!81!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0029787 | RequestID = s_64a192f8-ac68-4943-9fd8-b288a13675a4
RSPortal!reportserverwebapp!RSPortal.exe!82!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0091374 | RequestID = s_675d6064-8ee3-483a-9064-aed94b25ea2a
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/System/ReportServerRelativeUrl | RequestID = s_794b8519-e183-4cb1-82fb-7b2add91ff58
RSPortal!reportserverwebapp!RSPortal.exe!84!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/System/WebPortalRelativeUrl | RequestID = s_ad5bad9b-c32f-4585-a9db-e2b228b04191
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/powerbiintegration/model.isenabled | RequestID = s_3d4aad9a-25a9-4129-b350-66937bc3f85c
RSPortal!reportserverwebapp!RSPortal.exe!80!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/System/Properties | RequestID = s_b191ee26-2617-4e40-b04b-9b720d0581f6
RSPortal!reportserverwebapp!RSPortal.exe!16!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0034442 | RequestID = s_794b8519-e183-4cb1-82fb-7b2add91ff58
RSPortal!reportserverwebapp!RSPortal.exe!32!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0017897 | RequestID = s_3d4aad9a-25a9-4129-b350-66937bc3f85c
RSPortal!reportserverwebapp!RSPortal.exe!32!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0027473 | RequestID = s_ad5bad9b-c32f-4585-a9db-e2b228b04191
RSPortal!reportserverwebapp!RSPortal.exe!81!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0034877 | RequestID = s_b191ee26-2617-4e40-b04b-9b720d0581f6
RSPortal!reportserverwebapp!RSPortal.exe!80!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/CatalogItems%28Path%3D%27/DEV/Data%20Sources/dataUser%27%29/AllowedActions | RequestID = s_d35539af-a007-4882-9944-fe27d5dd536e
RSPortal!reportserverwebapp!RSPortal.exe!82!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0110406 | RequestID = s_d35539af-a007-4882-9944-fe27d5dd536e
RSPortal!reportserverwebapp!RSPortal.exe!80!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/CatalogItemByPath%28path%3D%40path%29 | RequestID = s_3b2cb7dd-8f5e-4aae-81fa-9244b50bd97a
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/CatalogItems%28Path%3D%27/DEV/Data%20Sources/dataUser%27%29/AllowedActions | RequestID = s_af39d785-d26b-497e-b5a8-fb8b460fe43b
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/System/Properties | RequestID = s_ad65ecc5-fde2-4955-8c15-b0ba7c09898f
RSPortal!reportserverwebapp!RSPortal.exe!84!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/me | RequestID = s_cc290edb-bbc7-4b57-b5b7-0623856d7189
RSPortal!reportserverwebapp!RSPortal.exe!7e!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/SafeGetSystemResourceContent%28type%3D%27UniversalBrand%27%2Ckey%3D%27logo%27%29 | RequestID = s_84125538-e50f-4852-b34d-a8373755edab
RSPortal!reportserverwebapp!RSPortal.exe!87!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0055258 | RequestID = s_ad65ecc5-fde2-4955-8c15-b0ba7c09898f
RSPortal!reportserverwebapp!RSPortal.exe!86!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0038334 | RequestID = s_84125538-e50f-4852-b34d-a8373755edab
RSPortal!reportserverwebapp!RSPortal.exe!81!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0150603 | RequestID = s_af39d785-d26b-497e-b5a8-fb8b460fe43b
RSPortal!reportserverwebapp!RSPortal.exe!7f!05/05/2019-19:20:02:: i INFO: Received request GET /assets/img/ssrs_icon.svg | RequestID = s_5be588b7-6bc6-4886-92e9-513c454d2057
RSPortal!reportserverwebapp!RSPortal.exe!32!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 200, Elapsed time 0:00:00.0212996 | RequestID = s_3b2cb7dd-8f5e-4aae-81fa-9244b50bd97a
RSPortal!reportserverwebapp!RSPortal.exe!80!05/05/2019-19:20:02:: i INFO: Received request GET /assets/fonts/powerbiglyphs-regular.woff | RequestID = s_6d5ebdee-21fd-4173-adce-9084db0c4417
RSPortal!reportserverwebapp!RSPortal.exe!80!05/05/2019-19:20:02:: i INFO: Received request GET /api/v2.0/Extensions | RequestID = s_dab2043a-7e67-4fb5-a30f-f5ffb8f9f0d8
RSPortal!reportserverwebapp!RSPortal.exe!80!05/05/2019-19:20:02:: e ERROR: OData exception occurred: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.ListExtensions(String extensionType)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Repositories.SystemService.GetExtensions(IPrincipal userPrincipal, ExtensionType extensionType)
   at Microsoft.ReportingServices.Portal.Repositories.SystemService.ListExtensions(IPrincipal userPrincipal, ExtensionType extensionType)
   at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.ExtensionsController.GetEntitySet(String castName)
   at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.ReflectionODataController`1.Get(ODataPath oDataPath)
   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.ExceptionServices.ExceptionDispatchInfo.Throw()
   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.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   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.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext(). | RequestID = s_dab2043a-7e67-4fb5-a30f-f5ffb8f9f0d8
RSPortal!reportserverwebapp!RSPortal.exe!32!05/05/2019-19:20:02:: i INFO: Sending response. Response code TEST\developer 500, Elapsed time 0:00:00.0185198 | RequestID = s_dab2043a-7e67-4fb5-a30f-f5ffb8f9f0d8


Dataset in Visual Studio 2017 is getting an error message - linkserver not in sys.servers

$
0
0

Hello,

I created a dataset in vs 2017 that pulls from 2 different sources.  There is a reporting server and an application server.  The reporting server has  a link server to connect to the database.  The VS 2017 is on the application server.  The dataset created is pulling information from the 2 database through the linkserver.  The error message window that is returned is as follows:  (the server is in the sys.server) 

--------

MS Sql server report designer:

an error occurred while executing the query.  could not find server XXX in sys.servers. Verify that the correct server name was specified.  if necessary , execute the stored procedure sp_addlinkedserver to add the server to sys.servers. 

additional information:  could not find server XXX in sys.servers.  verify that the correct server name  specified.  if necessary , execute the stored procedure sp_addlinkedserver to add the server to sys.servers. 

SSRS : Unable to open dropdown present on bottom edge of window

$
0
0

Hi,

We have migrated from SSRS version 2008 to 2016. We have a report having multiple parameters such that the parameters pane exceeds the laptop screen dimension. Due to which the multi-value dropdown parameter present at bottom of screen is not opening as it does not have the space to open it.
In previous version, we used to click the "small upward arrow" present at bottom middle of screen and the screen used to expand. But this is not happening in new version. Please suggest how this bottom dropdown can be viewed.




Dispalying max and avg values from several rows in a group in SSRS Report

$
0
0

Hi All,

I have created a report which displays the max and the average salaries for sub-departments under a head department. Now, I want to show in front of the head department the average and mx salary for that department. Can someone please advise if there is any way to achieve this?

So, Table should be like this:-

DepartmentName Sub-Dept MaxSalary AvgSalary

HR          10000 3250

       HR1 10000 5000

       HR 2 5000 2500

Legal            30000  10000

        Legal 1 20000 10000

         Legal 2 30000 10000

where HR and Legal are the main departments while HR1, HR2, Legal1 and Legal2 are sub-departments.



Thanks


Extra row appears when I add a row to display the total for a group

$
0
0

Hi All,

I have created a report and it is grouped on a column School and then displays different sub-schools under it and the no of students enrolled into it.

I want to show the total for each group, but when I added a row inside the group to show the total, I get an extra row above all the Schools. Can someone please tell me how to deal with this unwanted row?



Thanks


Custom Branding in SSRS Portal

$
0
0

Dear All,

We have an existing SSRS custom Branding in our project but I have scenario where SSAS Cube Excel files are in the SSRS Portal when we preview it we get 3 options(Excel Online, Download, Reload), in our case font color of these 3 options in white color and background color is Light Grey so white color font was not visible properly. Could you please suggest which is the right color(Primary\Secondary\Neutral) we can change it to black to visible in Gray background. Attached is the reference.<o:p></o:p>

Note: For SSRS reports font color(black) and background color looks fine but when we preview of SSAS Excel files which looks like below.

Viewing all 20764 articles
Browse latest View live


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