all groups > sql server reporting services > october 2006 > threads for friday october 13
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
Can't close IDE, modal dialog, anyone know what's causing this?
Posted by Steve MunLeeuw at 10/13/2006 6:03:38 PM
I've only seen this happen when using the report designer, and I think only
when working with Dundas chart properties. I don't have a modal dialog
open, or at least not that I can find. I use alt-esc to loop through the
dialogs on the OS, nothing. Microsoft has an entry in support, it says ... more >>
Downloading shared datasources
Posted by Mark at 10/13/2006 4:49:01 PM
If there are multiple developers, can we download the shared data sources
that are stored on the server? Or does each report developer need to create
their own?
Thanks,... more >>
The attempt to connect to the report server failed. - sql2005 sp1
Posted by Henrik Juel at 10/13/2006 1:47:01 PM
When starting the report manager I get the following message
"The attempt to connect to the report server failed.
Check your connection information and that the report server is a compatible "
Running :
- RS 2005 sp1
- SQLServer 2005 sp1 with
- Win2003 sp1
- Sharepoint 2003 sp2.
- IIS... more >>
The attempt to connect to the report server failed - rs2005 sp1
Posted by Henrik Juel at 10/13/2006 1:37:03 PM
When starting reportmanager I get the following message
"The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible"
- RS2005 sp1
- sqlserver 2005 sp1 - 9.0.2047
- win2003 sp1
- Sharepoint 2003sp2 but I have removed Sh... more >>
Outer Join Not Working
Posted by Cindy at 10/13/2006 1:08:14 PM
I'm working with SQL Reporting Services 2005. I'm trying to list
opportunities that do not have a future open activity.
Below is my SQL statement. StateCodes of 0 are open opportunities and open
activities
SELECT Opportunity.name
FROM Activity RIGHT OUTER JOIN Opportunity
O... more >>
FoxPro and parameters
Posted by Tim Kelley at 10/13/2006 12:36:18 PM
I need to create a report based on a FoxPro table and I need to let the user
select a value to filter the records. I have no problem doing this with SQL
databases, but when I try using the FoxPro table I get an errors saying a
parameter was not provided. I created the parameter like I would ... more >>
Cannot export to Excel from Report Manager
Posted by Valleri_Collins at 10/13/2006 12:08:02 PM
When attempting to export to Excel from report manager we get the error
"Internet Explorer cannot download Format=Ecels from reports.server"
Internet Explorer was not able to open this Internet site. The requested
site is either unavailable or cannot be found. Please try again later."
Th... more >>
direct report to a folder located at network drive?
Posted by Henry Chen at 10/13/2006 11:56:01 AM
Hi,
Can I redirect report to \\server\folder\reports? Thanks for the help.
Henry... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Report Access
Posted by Cindy at 10/13/2006 11:53:18 AM
I have created a new report that all my users except for one can print and
view the same data on this report. One user gets the
report headers -- but no data.
I checked this user's active directory settings, and she is a member of the
same Reporting Group.
What could be the problem?
... more >>
Export to pdf with Sub Reports and Blank Pages
Posted by BillB at 10/13/2006 10:57:01 AM
Hi,
I need help big-time!
I'm trying to export a report with 2 sub-reports to pdf format.
Using: RS2005
Adobe 7.0,
Font is Courier-New and it's installed on the Server.
There are no headers or footers in any of the three reports.
The report looks fine on ... more >>
[rsRuntimeErrorInExpression] The Value expression for the textbox
Posted by SandiB at 10/13/2006 10:32:01 AM
Hey All,
I am hoping that I will get a speedy response to this problem. I am working
in RS in SQL 2005. I have a report that has 6 parameters, 3 of these are
multivalue. They work fine, with the following exception:
I'm trying to set an expression in a text box on the report, to display... more >>
Change Reporting Services server name
Posted by Matthew Bando at 10/13/2006 10:00:03 AM
I renamed the computer name for the server running both SQL Server and
Reporting Services. I used sp_dropserver and sp_addserver to correct the
servername for SQL Server, but now I cannot use the Management Studio to
connect to the Reporting Server. I am running SQL 2005. Any ideas how to
... more >>
SSRS Self Documentation Tool
Posted by Patrick Vierheilig at 10/13/2006 6:35:02 AM
Is there a tool available, either built-in to BID (and missed) or
third-party, perhaps, that provides a one-stop documentation tool of a full
report model?
This would include the ds, dsv, smdl. Additionally, the relations and table
diagram(s) and all object properties.
Thanks for any ... more >>
Display issue of table embedded within a matrix
Posted by HsuGotaQ at 10/13/2006 6:03:01 AM
I have a report that is accessible via Reporting Services web interface (SQL
Server 2000 SP4, RS SP2, IIS 6.0) which contains a table within a cell of a
matrix. Here is how it looks like:
| Column Group A
-------------------------------------------
Row Group A | Table
... more >>
RDL name with umlauts
Posted by Sandra Geisler at 10/13/2006 2:33:02 AM
Hello,
I programmatically upload a rdl file to my reporting server with Delphi 7
like this:
procedure TRepServWrapper.PublishRDLFile (const rdlname, rdlfile, parentPath
: String);
var
fs : TFileStream;
byteArray : TByteDynArray;
warnings : ArrayOfWarning;
i : Integer;
begin
... more >>
|