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

WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point

$
0
0

I am getting the following error message while trying to configure a database for a Reporting Service Server.  Both SQL Server and Reporting server are 2012 named instances.  I have 2014 instances as well on the same server.

Exception details...

Microsoft.ReportingServices.WmiProvider.WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the operation.

 ---> System.Runtime.InteropServices.COMException (0x800706B3): The RPC server is not listening. (Exception from HRESULT: 0x800706B3)
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
   at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
   at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)

Can someone help me on this please?


Mobile report publisher won't uninstall

$
0
0

When I go to uninstall the mobile report publisher it says a feature is not available and asks for the msi of the installer. The current version of the installer does not have what it wants, and so I have no way to uninstall it. The version I have is 1.0.3737.0 - how can I get the installer for that specific version?

Edit: Also - installing over top does not work, as a step in the install process is to uninstall any previous version, so same problem there.

Maps with Customer Name and Address

$
0
0

Hello All,

I am trying to develop a SSRS report or Excel Reporting using Bing Active X control or Power view report to populate data with the following scenario. Please check the screen shot of the raw data.


We want to plot Sales Person report data for a particular week he has visited and Sales done with Customer.

The same shall be plotted on Map with Customer Name, Visit Count and Sales Amount.

Can you please suggest me the approach / technology to achieve the following output.

Regards,

Hiren Parikh


Hiren Parikh

SSRS 2008 R2 - Chart Legend Colors not changing.

$
0
0

Hi Guys,

I have been working on a report which uses inbuilt chart capabilities of SSRS 2008 R2 version. I have been able to dynamically change colors using expressions in fill property of series data but the legend associated with it does not change as expected. If I use the default coloring for the series data then the legend coloring works as expected, this is the case when you simply drag and drop the chart and use as is. See below for my chart definition (in my charting scenario I had to change the series data bar colors based on a particular column value).

Chart Data:

Series Group - Col_A

Category Group - Col_A

Summation of Values (Series Data) - Count(Col_B)

In the series properties --> Fill --> Pick Color --> Color --> Expression (as below)

=iif(fields!Col_A.Value = "On Time","Red",iif(Fields!Col_A.Value = "Overdue","Blue","Green"))

Can anybody please guide on this?

Cheers !

Pulkit Ojha

Colors in legend does not match bar graph

$
0
0

Hi

I have a bar graph with custom colors applied to it.
The custom colors displays nicely in the bar graph, but not in the legend.

The legend displays a mix of some of the "correct" custom colors, and some of the "wrong" standard colors. The colors in the legend vary, depending on the parameters passed to the report. Sometimes legend colors are all right, other times all wrong but must times a mix of right and wrongs.

The value for the custom color of the graph is retrieved from a field in the dataset. However I doubt that this is the cause of the error because, the bar graph colors are correct at all times, and I have validated thet correct color names are actually in the dataset.

Hope someone can help me out with this one...

/Henrik 

SSRS 2012 data driven subscription

$
0
0

I have the following 2 questions to ask about a SSRS 2012 data driven subscription:
1. On a test report server, I am testing the data driven subscription that I have setup. Everyone time I want to change some value, I hit the edit option and almost everything that was entered previously is lost. Thus is there a way to save what was previously entered?  If so, how would I save the values and update them when I need to?
2. The ssrs data driven subscription information is saved in the database somewhere. Can you tell me where this information is saved and how to access this information? I want to be able to save this information in TFS (version control software) if possible.

SSRS 2016: Connection failed while connecting to sharepoint

$
0
0

Hi All,

I have to create report in SSRS 2016.  We're trying to pull data from sharepoint 2013  site to report server 2016. While creating connection to sharepoint list, we give Windows account then the credentials to connect to sharepoint site, but, unable to connect.

We gave data source = http://spsite

Please suggest.

Thanks,

Julie

SSRS 2016 Login is Growing too many

$
0
0

Hi Folks:

I am having too many user accounts in SSRS 2016, we had a method to modify the settings in old versions but seems it does not work in 2016 version. Can I please check by any chance we can have this working on 2016 version?

this is the old thread:

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f93bccd5-d5e5-4969-9b99-00ceb3c582c9/ssrs-login-is-growing-too-many?forum=sqlreportingservices#691c04d7-3615-4196-aca1-9ef593629974

Thanks a million.

Cheers

Johnny


SQL server 2016 mobile reports - personalise user querys

$
0
0

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

Here is a similar post on this issue

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

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

Thanks

SSRS 2016 logging same message 250+ times per second

$
0
0

Greetings, this is my first time posting so I apologize in advance.

I have an SSRS instance that works fine from a user's perspective.  On the server, however, I have to delete logs every day or my drive fills up.  I am getting 33MB of the same line repeated 250+ times per second:

library!WindowsService_0!2634!06/06/2016-18:07:48:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database.;

I copied all of my reports and datasets from a test server onto a production server (brand new VM spun up with only this installed) and made sure to follow the migration instructions provided.  Upon doing so, my new server gives that error a crazy number of times.  I've scoured the database and Reporting Services Configuration Manager for any references to the previous server.  Found a few, but have corrected them all and this issue persists.  

What other information can I provide to assist in resolving this?

Year to Year Percentage Difference

$
0
0

My table has data like below

YearIncomeCost
2012050
2011490
201000

I am creating a year to year % different report in sql reporting services that why I pivot the table like below.

YearIncomeCostLYearLIncomeLCost
20120502011490
2011490201000
201000200900

I am using below code  for Cost and Income %

 =iif((Fields!cost.value) = 0 or (Fields!Lcost.value) =nothing,0,(
round(
(((Fields!cost.value) - (Fields!Lcost.value))
/ IIF ((abs (Fields!Lcost.value) = 0,1,(abs (Fields!Lcost.value))))
,2)*100)) 

Every thing looks fine like below. I guess my question is for cost % it should be 100%

I was getting error message when I tried to divide by 0 that's why I am using abs function.

 2012%2011
Income0-10049
cost5000


simam

2008 R2 Express with AS and shared datasets

$
0
0

Any chance to create shared datasets in the version in question?

Thanks

SRSS TextBox shifts in Header when image hidden VS 2013

$
0
0

I'm using VS2013 to create a List Form.   The header has date/account/page information.   The company wants the company logo in the body on the first page but in the header on pages > 1.   I can do that.   However when I hide the image in the header on page one some of the text boxes are shifting left.  I have tried putting the image only in a rectangle and all of the fields in a rectangle but neither worked.  Any suggestions for this SRSS NOOB?

SSRS 2012 - 2 Fields which Appear in Preview of Report are blank via Report Viewer

$
0
0

Hi Guys,

First time posting, apologies if this one has been answered elsewhere but I've been googling for 2 days and can't find the solution to this.

I have created a basic report in SSRS which essentially takes data from a shared dataset I created which selects all data from a View - the view is combining 2 tables, one contains rows which represent safety inductions, the other table is a list of Vendors and their Address information. I'm using a basic tablix to display the data.

Fields as follows:

T1.InductionID, T1.Vendor, T2.Vendor_Address, T1.Inductee, T1.CGI_No, CONVERT(VARCHAR,DATEADD(yy,1,T1.Induction_Date),103) as "Expiry_Date"

There isn't really anything wrong with the query as far as I can tell - when I preview the report in Visual Studio all fields come through. When I build\deploy the report the 'Vendor_Address' and the 'Expiry_Date' fields are blank.

The interesting thing is that when I open the *.rdl.data file in Notepad++ I can see the correct data sitting in there - it just isn't coming through for those 2 fields in the web report viewer.

I am using IE11 to view reports.

Any advice would be greatly appreciated. Please let me know if there's further information I can provide that is useful.


PowerBI app does not load SSRS Mobile report on some phones.

$
0
0

Hi, 

-Two iPhones iOS 10

-Both using the latest version of the PowerBI app connected successfully an SSRS implementation.

-Both can navigate reports.

-One can load and use reports.

-The other never completes loading of a report. The progress bars just keep cycling. 

Are there logs I can check to find out why the report won't display?

Note: User has deleted and re-downloaded PowerBI app.

Thanks.


shifting cols left and right in ssrs

Getting 2 extra row in SSRS csv file while opening in txt file

$
0
0

Hi All,

we are exporting SSRS output to CSV file and while opening CSV file to notepad we are getting 2 extra blank row at the end.

I searched this issue on internet and got below answer. please confirm if we can try this or not.

https://connect.microsoft.com/SQLServer/feedback/details/575041/bug-557655-ssrs2008-extra-blank-line-in-csv-files-created-by-csv-renderer-on-export-of-report

http://stackoverflow.com/questions/4095627/blank-lines-at-end-of-ssrs-csv-export

any other suggestion/Idea would be great help for me.

Thanks & Regards,

Akhilesh



SSRS Toolbar Won't Display

$
0
0

I have SSRS reports from a singular report server which show the general toolbar (switch between pages, save, print, etc.) when the report is run inside of Visual Studio. When I run them in a web browser, the toolbar is not displayed. The report server is running Microsoft SQL Server 2012 (64-bit) version 2011.0110.2100.060.

The only thing I do know for sure is that this is not a problem with the web browser as I can run a report from a different report server, and the toolbar is shown.

Does anyone have any idea where the global setting to not display the toolbar would be?

doing medians across multiple row groups in ssrs

$
0
0
Hi we run 2012 enterprise. A peer asked me today how medians might be calculated inside 4 rowgroups in ssrs. I told her we might need to record 4 extra columns on every row in the dataset but wasn't sure. And even then don't know that column values (regardless of the fact that they are repeating) at a detail level are visible to ssrs when it is dealing with rowgroup aggregations. Does the community have any ideas? I will post more here once I get additional background.

SSRS Subscription - Conditional sending an E-mail

$
0
0

Hi,

I whold like to alert my users only if the report conatains data

Can I set the subscription to send a report only if there is data?

also is  SQL Job can send  a SSRS report?

 

Viewing all 10045 articles
Browse latest View live


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