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 > may 2006 > threads for thursday may 25

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 31

Deployed Report Fials with Multiple Pages
Posted by Mike Harbinger at 5/25/2006 6:57:13 PM
Using SQL RS 2000 My report runs fine in the designer but when deployed to the server it will only display the first page. When move to page 2 or the last page it gives the error: "An unexpected error occurred in Report Processing. (rsUnexpectedError) " Also, the report calls a subreport ...more >>


Hiding Report Parameters
Posted by rwhitelaw at 5/25/2006 3:33:02 PM
I have a report with 3 parameters (Run Date, Branch, and Account Manager #). We are using this report to show 3 different views (Corporate, Branch, and Account Manager) and want to hide/disable the parameters that are not required. If the user wants to view the Corporate View, only the Run D...more >>

how to deploy the reports to their own folders?
Posted by Wang Xiaoning at 5/25/2006 1:58:30 PM
here is what i did, from either Report Manager or SQL Server Management Studio i created a folder, then i move the reports to this folder, but from Microsoft Visual Studio, as long as i deploy the project, it still save my moved reports outside of the folder i created. i wonder how do i let the ...more >>

RS2005 Report Question
Posted by gdjoshua at 5/25/2006 1:40:02 PM
Can I place the same report in two folders, but only have one report in the SQL database? So I only have to upload one....more >>

how to check a string is contained in another string?
Posted by Henry Chen at 5/25/2006 1:06:02 PM
What is the function to check if a string is inside another string? Thanks! For example: string to search for is "test" string to be searched is "this is a test" the return value should be true because "test" is in "this is a test". ...more >>

Missing Dimension in MDX query in RS
Posted by Carmen at 5/25/2006 12:55:02 PM
I'm creating a report using an MDX query. The query looks similar to this SELECT { [Measures].[Act], [Measures].[PL] } ON COLUMNS, { [Product].[BU Product Cat].[Product1], [Product].[BU Product Cat].[Product2] } ON ROWS FROM [Cube] The result I get in RS is: [Measures].[Act] [...more >>

problem with IIF statement
Posted by Mathias at 5/25/2006 12:48:52 PM
I've got this iif statement =iif(Fields!Month.Value =13,"YTD",MonthName(Fields!Month.Value)) in a matrix header field that has the month numbers in it. it will display ytd if i drop the month name function but with the monthname in it throws an error. Also theres a warning that says [rs...more >>

Can Report Manager be accessed as an Internet application?
Posted by Chris G. at 5/25/2006 12:30:02 PM
Is Report Manager designed to be accessed over the Internet, and if so, is there a forms based login that can be enabled? -- Chris, SSSI...more >>



Multi-value parameters
Posted by Mark at 5/25/2006 12:01:02 PM
I want to make certain parameters in my report multi-valued; however, for some of those parameters, possible values include commas, as such: Value 1: a,b,c Value 2: 1,2,3 Reporting Services uses a comma as the delimiter, so the parameter list that gets passed into the stored procedure is...more >>

SQL2005 Reports on SQL 2000 Report Server
Posted by Bob at 5/25/2006 11:31:02 AM
Can I save a report file (.rdl) from SQL 2005 report services to be compatible with a SQL 2000 report server? I'm currently having problems, file will not upload and my admin is telling me it a version problem. The report definition is not valid. Please verify that the report definition ...more >>

Wrapping text in Charts
Posted by JENNIFER at 5/25/2006 11:29:03 AM
I moved a couple reports that have multiple pie charts from Crystal to RS...The problem is the text in the Category groups is extremely long and needs to be seen in its entirety through the use of labels. I can't figure out a way to wrap the text so that you can read the entire thing...even a w...more >>

Configure Report Server Initialization Problem (SQL 2005) Seeking for expert
Posted by news.microsoft.com at 5/25/2006 11:19:59 AM
I setup Report Server Virtual Directory, Report Manager Virtual Directory, Windows Service identity, Web service identity, database setup, they all working fine. When I click on [Inititialization] I get this error ------------------------------------------------------------------------------...more >>

Subscription to past 24 hours performance
Posted by nemo NO[at]SPAM weathersong.net at 5/25/2006 11:05:39 AM
I'm very new to Reporting Services, but I'm hoping I can get a pointer in the right direction here. I have MOM 2005 generating performance statistics that I can view and subscribe to via RS 2000 IIS website. When I'm setting up a subscription, I have the option of specifying the Begin Date and E...more >>

SQL2000 and RS2000 Developer's Edition
Posted by nesh at 5/25/2006 10:39:02 AM
Hello, I have a version of SQL2000 Developer Edition installed on my box. Now I need to install the RS2000 Developer Edition, but I can't find it anywhere on MS site. (It is supposed to be free). I found the Evaluation Version which I installed, but I have to know how I can get the Develope...more >>

Inadvertantly deleted detail row...
Posted by kbutterly at 5/25/2006 10:08:09 AM
All, I am a newbie and in working on an existing report, I inadvertantly deleted the only detail row. I was able to get the report working, but I had to use a group header as a detail row (fortunately I had a unique value column), because I could not see how to add a detail row. MS is very ...more >>

User only see "Home" and nothing below it
Posted by Wang Xiaoning at 5/25/2006 8:05:49 AM
i am using SQLserver2005, after i deployed the project, from http://localhost/reports i can see everything, but for the other user they see only "home" title, i created user role for browse, is there anything missing from my steps? ...more >>

Data driven subscrptions - when are the error logs kept?
Posted by jp at 5/25/2006 7:10:02 AM
When running a data driven subscription, the status column reported "X number of records processed: X errors" I've checked every log I know to find details on the errors to no avail. Does anyone know where they are? -- John Shahan...more >>

Parameter Prompt with Wildcard
Posted by Moving rpts from Access to Rptg Services at 5/25/2006 6:11:01 AM
I'd like to create a report parameter to allow the user to enter only a partial field using wildcard(s) in SRS. The list is lengthy and the user does not always know the full name to enter. Is this possible? Thanks, Karen...more >>

Missing border around the body on the report
Posted by Fred at 5/25/2006 5:44:02 AM
Hi, I've converted a serie of reports from 2000 to 2005 and in the process, the border around the body of the report isin't displayed anymore in the html (if I export to PDF, I can see my border). I've tried to reconfigure it but that didn't work either. If I create a new report with ju...more >>

SSRS 2005 on Vista Beta 2
Posted by Joe Murray at 5/25/2006 2:11:02 AM
I installed SSRS 2005 on Vista Beta 2 build 5384 and when I try to browse to the /Reports folder, I get the following error: Access to the path 'Global\CLR_RESERVED_MUTEX_NAME' is denied. Any Ideas?...more >>

SSRS Databases failed to get installed
Posted by moondaddy at 5/25/2006 1:05:32 AM
I'm setting up a new computer and first installed SQL 2k, VS2003 and SSRS 2K. Everything is OK so far. Then I installed VS 2005, and then SQL 05 and SSRS 05. I created a new Named Instance (since the 2K instance is the default one) called MSSQL05. Everything seemed to install OK in the new...more >>


DevelopmentNow Blog