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 > november 2004 > threads for tuesday november 2

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

Login failed for user '(null)'
Posted by wills at 11/2/2004 8:09:01 PM
My development environment consists of 2 separate servers (sql 2000 server and iis6 server). SQL 2000 Server has everything installed on it per the Microsoft documentation. IIS6 Web Server has everything installed on it per the Micorosoft documentation. My workstation has VS 2003 with rep...more >>


Errors accessing VFP data.
Posted by PAul Maskens at 11/2/2004 6:31:33 PM
I have a test system setup in Reading. SQL Server is on machine EUK01314 IIS 5 also is on machine EUK01314 Reporting services are installed on machine EUK01314 Visual Studo is on machine EUK01314 I can create reports that access SQL server data, or via ODBC, or via OLEDB to SQL server on EU...more >>

Keep Group Data Together
Posted by TrussworksLeo at 11/2/2004 6:09:01 PM
In Access there was a keep together.... How do I make sure data in a group moves to the next page if it will not fit on the current page? -- Thank You, Leo...more >>

Chart Custom Series Color Problem
Posted by debra doty at 11/2/2004 5:16:01 PM
We want to use the default palette for all series groups except the first one, but when we change the bar color of the first group, all the groups suddenly become the color we set. This works fine if we change the background for any other group (not the first group). Is there any way to ge...more >>

CSV rendering is missing first detail row
Posted by John Demar at 11/2/2004 5:04:01 PM
For one report we've designed, an HTML rendering will produce 3 detail records. When this same report with the same parameters is rendered in CSV, the first detail row is missing from the output. All other aspects of the export seem to work as expected. This occurs with several reports we...more >>

404 Access Denied
Posted by JDP NO[at]SPAM Work at 11/2/2004 3:31:39 PM
Any clues? 404 Access Denied .... omitted code.... m_credentials = New System.Net.NetworkCredential(Common.SRSUserName, Common.SRSPassword, Common.SRSDomain) _rs.Credentials = m_credentials end sub .... omitted code.... Dim items() As CatalogItem _rs.Url = Common...more >>

BUG?: Deploy to non-trusted SSL site will fail
Posted by Dinko Deranja at 11/2/2004 2:29:34 PM
If I try to deploy report solution to SSL site which I do not trust (certificate not in Trusted Root) the deployment will fail. It would be better to pop-up the dialog to choose to trust or not (like the dialog in IE). ...more >>

Reporting services install question
Posted by frankm at 11/2/2004 2:16:27 PM
I know ReportServer is a SQL Server service. Do I need SQL Server on the IIS / Report Server machine. What if I don't want to use a local SQL Server, but I want to use a standalone SQL Server. frankm ...more >>



Discounted pass to SQL Connections Conference in Las Vegas next week.
Posted by aspersage NO[at]SPAM yahoo.com at 11/2/2004 1:54:57 PM
For anyone interested, I have a full pass to the SQL Connections conference in Las Vegas next week which I won in last year's drawing. I cannot go and so I am selling it for the best offer I get. Just reply to this post if you are interested. The full cost of this pass is $1395. Don't miss o...more >>

Authentication mode="none"
Posted by lagalot at 11/2/2004 1:15:05 PM
Has anyone gotten this to work? I keep getting the following errors w3wp!library!930!11/02/2004-14:43:34:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The Report Server has encountered a configuration error; more details in the l...more >>

page break after list not working
Posted by dave at 11/2/2004 12:52:01 PM
Has anyone experienced a problem with page breaks after list's? I have a list and i have selected for a page break after list but it does not appear to be working? How can I force a page break for each row process from the dataset?...more >>

default palette after change first group color
Posted by debra doty at 11/2/2004 12:45:02 PM
We have the default palette set to Excel, but when we change the bar color of the first group, all the groups suddenly become the color we set. This works fine if we change the background for any other group (not the first group). Is there any way to get around this? Example: This makes ...more >>

Passing Multiple values in Drill Through Report
Posted by P at 11/2/2004 12:39:02 PM
I have a report called ReportA which has a group header that is summing detail rows. In the textbox that I am using to some I have selected the action property and set it to "Jump to" ReportB. ReportB has a parameter of StudentID. Based on Summed values from the detail section of ReportA I ...more >>

previewing sub report on list element? HELP PLEASE
Posted by dave at 11/2/2004 12:14:10 PM
I am not sure why i am having this problem as it has worked before. I have placed a sub report on a list element. When i preview the report the subreport (and table within) is pushed to the second page while the entire list element remains on the first page. Wat is going on here? (when v...more >>

Null Parameter
Posted by bibo at 11/2/2004 12:12:02 PM
how does the isnull parameter work? I am at my wits end trying to get this to work I have a list (Male & Female) drop down based on another dataset. I have included ALL in this list. I want to be able return results from both gender when the ALL is selected from the drop down. I need h...more >>

How to select ALL
Posted by fanh NO[at]SPAM tycoelectronics.com at 11/2/2004 11:55:52 AM
Hi there, I want to write a report based on this query: Select name,count,type .... From Table XYY Where (Day >= Begin_Day And Day <= End_Day) And type=@TypeInput I need the parameter @TypeInput for user to choose a specific Type, How can I set @TypeInput default value to "All" and drop...more >>

Can report be design without VS.NET
Posted by Henry at 11/2/2004 11:55:01 AM
Hi. I just started playing with reporting services and I have a couple of questions if anyone can help. First, I've noticed most of samples everywhere is using report designer using Visual Studio.NET, am I force to use VS.NET or can I use other applicaitons to generate the report. Also, if ...more >>

how to add some empty row in table_detail section?
Posted by willing at 11/2/2004 11:23:52 AM
how to do? Thanks willing ...more >>

How to show group header/footer again after hiding them?
Posted by yogeshprabhu NO[at]SPAM hotmail.com at 11/2/2004 10:56:24 AM
I have started to work on a report with table data region, and there was need to sort the records withing a group, so I created a new group, assigned the appropriate sort order, and then cleared "Include group header" and "Include group footer" checkboxes. Because of this the group did not show ...more >>

Installing Reporting Services on Active/Passive Cluster
Posted by Don Ferguson at 11/2/2004 10:25:27 AM
What are the steps required to install the Reporting Services component on an Active/Passive database cluster? I don't need to set up a web farm. I just want the active database node to host Reporting Services and it's web pages. If a database failover to the other node occurs, I want RS an...more >>

2 lines in one graph
Posted by Niklas at 11/2/2004 9:59:02 AM
Is it possible to put 2 lines in one diagram, if their y-values are based on different x-values? Thank you...more >>

Error message (event id 107)
Posted by ms at 11/2/2004 9:34:13 AM
I have installed Reporting services Enterprise Edition without any problems. I have also been able to build and deploy a report. But the Reporting Service logs the following error to the Application log: "Schedule and Delivery Processor cannot connect to the report server database" (Event id: ...more >>

Parameter Validation Failed
Posted by leehaak at 11/2/2004 9:13:01 AM
Help! I get this message, and have no idea what it means or what is causing it. This report runs fine in development. I get the message after I deploy the report. There is nothing unusual about any of the parameters. What causes this message: 'Parameter validation failed. It is not poss...more >>

Error sending mail
Posted by Juan Carlos at 11/2/2004 9:01:04 AM
I've a SQL Reporting ith this RSReportServer.config : <RSEmailDPConfiguration> <SMTPServer>172.25.1.59</SMTPServer> <SMTPServerPort></SMTPServerPort> <SMTPAccountName></SMTPAccountName> <SMTPConnectionTimeout></SMTPConnectionTimeout> <SMTPServerPickupDirectory></SMTPServerPickupDirector...more >>

Ok, Apply buttons not working in Report Manager
Posted by Eric at 11/2/2004 7:55:04 AM
This is weird. I have 2 different installs of Reporting Services and both do nothing when trying to upload a file (rdl, datasource, etc) Basically, the buttons don't post. This also happens on the apply buttons in the property pages. Cancel and other buttons work. I am thinking I need s...more >>

Default Value - I see the finish line!
Posted by Eddie at 11/2/2004 7:55:03 AM
Third Posting on how the heck Report Manager sets the "Has Default" property, specifically the method it uses. Current, RS drops that property when you copy a report, hence making Snap Shots impossible when Snapping a copy of another report. I'm doing this in an application. Comon someone,...more >>

Compound IIF Statement
Posted by John Joslin at 11/2/2004 7:39:06 AM
The compound statement: =Iif(DateDiff("d", Fields!TranDate.Value, Parameters!AgeDate.Value) > 30 & DateDiff("d", Fields!TranDate.Value, Parameters!AgeDate.Value) < 61, Fields!Amount.Value, "") The purpose of the above statement is to print the "Amount.Value" if the # of days is greater t...more >>

How to deploy the report on customer side
Posted by fanh NO[at]SPAM tycoelectronics.com at 11/2/2004 7:06:54 AM
Hi there, I am making some reports for some customers, I just wonder how they deploy the reports - I don't know what their servers' name. Do they need .NET on their server side so they can open my solution to change deploy path and deploy method? Thanks in advance. Henry...more >>

multiple charts
Posted by Mark at 11/2/2004 7:05:02 AM
Can I combine two charts together? For example, I want to have a line chart and a bar chart on the same graph. Is it possible? Thanks...more >>

ReportManager is faster than ReportServer-why?
Posted by thomsonDeveloper at 11/2/2004 7:00:03 AM
I have a report based on a stored procedure. The procedure runs very fast from Query Analyzer. The Report I build from it runs a little slower in "Preview", I assume due to the Grouping I am doing. It takes about 1 sec. Then when I move it to production and view it through ReportManager is it...more >>

Anyone producing a large number of reports per day?
Posted by Andy Smith at 11/2/2004 5:48:03 AM
I'm evaluting Reporting Services for my client. They need to produce 5000+ reports per day, mainly output in PDF format. The PDF's are 6-8 pages long. Does anyone have any experience of getting this kind of performance out of SQL-RS? They have an 8-processor 2.8Ghz server running SQL Ser...more >>

Populating a column dynamically
Posted by John Joslin at 11/2/2004 3:50:05 AM
I am trying to find the "best method" for populating a column based upon the difference between 2 dates (one date is in a table and the other date is a user supplied parameter). There are 4 columns. This is an accounts receivable aging report. If the difference between the dates is less than 3...more >>

How to add a date range of drop down list for a SQL query?
Posted by Bill at 11/2/2004 3:37:14 AM
Hi All, I'm trying to create a report that let the user select the date range (such as previous month, YTD, Oct, Nov,Dec, etc.). I know that I need to create a SQL query like "select * from MyTable where selectdate between @FromDate and @ToDate", but there are 2 parameters, but the date ran...more >>

not using iframes when rendering html
Posted by Slowfinger NO[at]SPAM gmail.com at 11/2/2004 3:28:50 AM
Hi, I am currently developing an online application that in some ways emulates the report viewer available in Report manager, but where there is no client-application. I want to be able to change parameters and render the reporting services reports within a single web page without the use...more >>


DevelopmentNow Blog