Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server reporting services > september 2005 > threads for thursday september 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Installing Sql Reporting services on a seperate website
Posted by Riz at 9/22/2005 10:19:01 PM
Hi I am installing SQL reporting services. By Default the SQL reporting services gets installed on the Default Website. My IIS 6.0 website is running as a seperate website and not on Default Web Site. Is it possible to install SQL reporting services on a separate website other than the Defa...more >>


How to install reporting services into SQL Server 2005 CTP
Posted by PeterK at 9/22/2005 7:22:08 PM
I installed SQL server and Visual Studio 2005 CTP but cannot make "Business Intelligence projects" appear in the IDE to get to the reporting services projects. What could have gone wrong, what did I forget to do? TIA ...more >>

Two DataSets in one report?
Posted by BizWorld at 9/22/2005 5:14:22 PM
Is it possible to use two Datasets in One Report in reporting service 2005? Suppose you want to show related information from two different data sources (SQL & Access) into one Report of SQL Reporting service. both have a common key for relation between them. Is it possible to do in SQL R...more >>

This thing is pathetic (Yet another rant about grouping, page headers, and buggy software).
Posted by John.thornton NO[at]SPAM mdsdelivers.com at 9/22/2005 1:22:13 PM
All right, so I have this pretty basic report (which, btw, does NOT use tables (or matrix, or whatever the thing is called)) said report being used to gather signatures in the process of delivering phone books. So I want the stupid thing to page-break after every route. Simple, eh? In MS Acces...more >>

NT Challenge Prompt Does Not Go Away
Posted by AdamB at 9/22/2005 12:21:06 PM
I recently installed Reporting Services on a Windows 2003 Server. Whenever I or anybody else tries to access a report via Report Manager, we get a Username and Password prompt. The "Reports" virtual directory is set for Windows Authentication. The "ReportManager" folder is granted Everyon...more >>

Check if a report exists via soap (depending on credentials etc)
Posted by Weston Weems at 9/22/2005 11:51:10 AM
I'd am writing my own reporting control for the web and am basically just working out the minor details now. I'm trying to figure out how I can double check a report exists before trying to go and fetch parameters from it. Is there any method specifically for that, or any methods that woul...more >>

SQLServer 2005 -- The current identitiy....
Posted by jhcorey NO[at]SPAM yahoo.com at 9/22/2005 11:27:04 AM
We've installed the Sept CTP. When I try to log on to the RS web site I get: The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'. Any ideas? ...more >>

Multi-line Table Headers
Posted by isaak at 9/22/2005 11:14:02 AM
I have a table which requires multi-line headers. Header Line 1: First Set Second Set Header Line 2: Col1 Col2 Col3 Col4 Col5 Col6 In other words, I want the ability to span some text across multiple column names. How can this be implemented using RS designer? Thanks in ad...more >>



Trouble installing SP1 and SP2
Posted by Joe at 9/22/2005 10:43:02 AM
I'm trying to install the Reporting Services service pack SP1 but the install shield just hangs - after a couple of hours I've had to cancel the install. Has anyone else experienced a problem with SP1 install. I've installed many times before on different machines without a problem, I don't kn...more >>

RS can't handle the load -- How can I lower concurrent requests?
Posted by AJ Cohen at 9/22/2005 10:36:04 AM
I'm running a report schedule with 400 reports on it. RS is trying to run the reports 8 at a time (according to the Performance Counter), and can't handle the load. It writes out four or so, then hangs for an hour, occasionally writing a successful report or failing a request with a "rendering...more >>

OLAP OLE DB Data Source Problem
Posted by Devon at 9/22/2005 9:56:03 AM
I am having a problem with my OLAP reports where I can execute the report if I am running it from the server itself or through my machine within visual studio development environment but when I execute the report from my machine through the reporting services web site I receive an error "A...more >>

sum on calculated field
Posted by DJJIII at 9/22/2005 9:41:02 AM
I am trying to create a field based on specific criteria from another field and if the data matches, it places a numeric value in the field, else 0. The detail record works fine, but if I sum the calculated field, I get the error: The value expression for the textbox ‘WheelParts1’ uses a...more >>

CSV in EXCEL = Users not happy
Posted by DBA72 at 9/22/2005 8:52:02 AM
I am rolling out reporting services at my company and so far, everything has gone smooth. The main problem for users testing reports has been that when they open a CSV file in EXCEL, it opens up with everything in the "A" column. Our current reporting platform does not have this problem and th...more >>

Which browsers are supported?
Posted by Bryan Avery at 9/22/2005 6:13:43 AM
Does anyone have a list of Browers that Reporting Services will work with? ...more >>

Apache and Reporting Services
Posted by Bryan Avery at 9/22/2005 6:12:57 AM
Can Reporting Servers run on Apache? ...more >>

Number Formatting Question
Posted by aelk at 9/22/2005 4:50:06 AM
Hello, I have a dataset that looks like this: 0.00 17.00 -25.00 That I want to be displayed like this: 0.00 17.00 25.00- (Note that there is a trailing space after the positive numbers so that they will line up properly with the negative ones) I'm having trouble getting the t...more >>

Trying to get a header to repeat on each new page with subreports
Posted by Charleh at 9/22/2005 3:17:08 AM
I have a large report which profiles a customer and produces many pages consisting of sales records, support calls and emails, etc etc. I have one main report which contains a list for the report header with the customer name, logo and some address and contact details, then all the other pa...more >>

Caching problem
Posted by Koen at 9/22/2005 1:47:04 AM
Hi, I'm retrieving data from on Oracle database. Even though caching for this report is disabled, i still get the same data. If i run the report in VS and preview it, there seems no prblem.. Anyone an idea?...more >>

SecurityException with Custom Renderer CSV extension
Posted by Geoff R G Williams at 9/22/2005 12:00:00 AM
Hello there! Sorry it's a bit of a long one but the basic gist is that I'm having considerable trouble setting the right security settings for the Custom Renderer I've developed. There's some background here for you, but if you're short on time feel free to skip to "The problem" below! Tha...more >>

2 Reports into 1
Posted by Zean Smith at 9/22/2005 12:00:00 AM
In Microsoft Reporting Services, anyone knows how to put 2 reports (different queries) into one big report? Thanks.. ...more >>


DevelopmentNow Blog