reporting-services

Deployment of SSRS 2012 From SSDT Fails - The specified report server URL could not be found

為{幸葍}努か 提交于 2020-01-06 15:49:10
问题 I have recently installed SQL Server 2012 Developer on my laptop. I created a simple SSRS report using AdventureWorks201. The report builds fine but will not deploy. I get the error "The specified report server URL http:/localhost/Reports_MSSQLSERVER2012 could not be found" I am able to browse to said URL without issue. I can even upload the report and run it just fine. I am using an administrator account in both cases (on the URL and within SSDT). Is there some reason why SSDT cannot see the

Deployment of SSRS 2012 From SSDT Fails - The specified report server URL could not be found

和自甴很熟 提交于 2020-01-06 15:49:09
问题 I have recently installed SQL Server 2012 Developer on my laptop. I created a simple SSRS report using AdventureWorks201. The report builds fine but will not deploy. I get the error "The specified report server URL http:/localhost/Reports_MSSQLSERVER2012 could not be found" I am able to browse to said URL without issue. I can even upload the report and run it just fine. I am using an administrator account in both cases (on the URL and within SSDT). Is there some reason why SSDT cannot see the

SQL Server ReportServer Service keeps asking for credentials in browser

孤街醉人 提交于 2020-01-06 14:49:10
问题 Using MS SQL 2018R2 Report Server Service the following URL's keep prompting for credentials: http://ServerName/Reports http://ServerName/Reportserver Even after multiple attempts to enter user and password it still keeps asking for credentials, showing no index page for the reports. I am sure the credentials are correct. Only by using the browser the problem appears. It is not browser specific however. It used to function for years, but all of a sudden it stopped working. We have not made

SSRS Subscriptions Duplicating email

扶醉桌前 提交于 2020-01-06 14:15:51
问题 Had an interesting error today and couldn't find anything online about it so wondered if any of you guys had seen this behavior before. We had an out of memory error and the CPU usage was spiking this morning on our reports server, a clean reboot seemed to rectify the issue, however since then all the email subscriptions have been sending multiple times. What do i mean by this, the subscription as far as SSRS is concerned ran once at its normal time (10am), this has been proven by

How to customize information in reporting manager

梦想的初衷 提交于 2020-01-06 14:12:35
问题 Goal: Display customized information based on end user's position. If you have 2 user: *The first user is an administrator and has authorized to view all sales in every city in USA. *The second user works as a salesman in Chicago and that person has acces only to read all sales happening in Chicago. This ability should be working when end user use reporting manager. Problem: How are you enable to make a filtration to display right information in reporting manager? Later on, a new salesman

How to customize information in reporting manager

隐身守侯 提交于 2020-01-06 14:12:24
问题 Goal: Display customized information based on end user's position. If you have 2 user: *The first user is an administrator and has authorized to view all sales in every city in USA. *The second user works as a salesman in Chicago and that person has acces only to read all sales happening in Chicago. This ability should be working when end user use reporting manager. Problem: How are you enable to make a filtration to display right information in reporting manager? Later on, a new salesman

SSRS Create As Many Tables As Needed (Using One Dataset) Based on a DataSet Field

五迷三道 提交于 2020-01-06 08:14:47
问题 I have a query that returns relevant data about inspectors and how long it takes them to respond to issues. The only parameters are a BeginDate and EndDate so for any given date range there could be anywhere from 0 to 100 inspectors. I am using only one dataset and it contains an "Inspector" field that I'm hoping can be used as a filter to create as many tables as there are inspectors. I know you can set filters on tables but from my (limited) SSRS knowledge, you must already have the tables

Making labels for pointer in BIDS

扶醉桌前 提交于 2020-01-06 08:10:29
问题 I have a gauge which has a scale with several pointers. What I would like to do is to make the value of the pointer and its title appear below them (the pointers, I mean). How can I do this? 回答1: Okay, I managed to find it. It was buried in gauge properties -> Scales -> Custom labels. 来源: https://stackoverflow.com/questions/11896582/making-labels-for-pointer-in-bids

Repeater in SSRS

瘦欲@ 提交于 2020-01-06 07:23:25
问题 I have created three datasets for my report. Also, I have taken three tables inside the data region to show the data. I have one parameter that that is customer ID to filter the data. Now my question is that I want to repeat all the three table data customer wise in a separate page. For example: Customer id is 1,2,3,4,5,6 Data should be displayed as Customer Id 1 Table1 Table2 Table3 Customer Id 2 Table 1 Table 2 Table 3 Customer Id 3 Table 1 Table 2 Table 3 and so on 回答1: Create a Group on

Adding custom “3 section” footer to default report template

五迷三道 提交于 2020-01-06 05:45:13
问题 What is the best approach for creating a "3 section" (left, right, center) report footer in SSRS 2005? I'm putting the report ID and version number in the bottom left hand corner- the print (current) date/time in the center and page x of y on the right. Currently I simply place three overlapping text boxes with different alignment but I get warnings: [rsOverlappingReportItems] The textbox ‘textbox28’ and the textbox ‘textbox19’ overlap. Overlapping report items are not supported in all