all groups > sql server reporting services > february 2007 > threads for february 1 - 7, 2007
Filter by week: 1 2 3 4
Key cannot be null. Parameter name: key
Posted by LBJOHN at 2/7/2007 11:23:01 PM
We just upgraded to SS2005. After the upgrade, we can no longer create
subscriptions out of Execution Snapshot.
Try this experiment:
Create a report, with a simple SQL statement like "select * from CustomerDim
where CustomerPk = @CustomerPk"
Go to Report Parameter, check the "Allow Null" box
... more >>
Corrupted ReportServerTempDB
Posted by aifong NO[at]SPAM gmail.com at 2/7/2007 8:36:11 PM
Hi,
Need help here. I have reporting services installed on a sql cluster
and backup running every night for the 2 databases: ReportServer and
ReportServerTempDB. However a few weeks ago, the backup started
failing because ReportServerTempDB failed the DBCC CheckDB test with
the following erro... more >>
Report totals on calculated field
Posted by Microsoft at 2/7/2007 3:43:19 PM
Problem Statement:
Dataset: C1, C2, C3...Cn
Table1, group 1 on C1
Table 1 group 1 footer cell (R3C1) expression: =C1*sum(C3)
Need to sum value of Table 1 group 1 footer cell containing aggregate over
entire report, not just a page.
Tried:
aggregate(reportitem!R1C1) in list in body - no... more >>
Scheduled Emailing of SRS Reports
Posted by Dave Carr at 2/7/2007 1:33:22 PM
I've searched this forum for the subject of this post, and have
wandered into long discussions involving byzantine XML into config
files, and complicated class object creation, and I hope this is
mistaken... but is there truly no easy way to simply schedule a report
to be sent via email? I'm h... more >>
SQL Server 2000 Reporting Services
Posted by TG at 2/7/2007 1:12:29 PM
I need some help.
I am calling a stored procedure in SQL Server 2000 Reporting Services.
However, the SP is a SQL string. I think this may be the root cause of
not being able to see fields in filed widow and VS2003. Is it possible
to call a stored procedure that executes a SQL string?
... more >>
Report services compatibility ????
Posted by Frank at 2/7/2007 12:14:21 PM
Hi All ...
If I create a report with Microsoft SQL Server Reporting Services
Designers
Version 9.00.1399.00 ... ( Visual Studio 2005) ... Will I be able to
deploy it to SQL Server Report Services 2000 ???
*******
Error 8 An error occurred during the parsing of a resource required to
ser... more >>
black rectangles appearing in PDF
Posted by adolf garlic at 2/7/2007 8:11:00 AM
I have suddenly started getting black rectangles appearing on the right hand
side of PDF output.
There are no rectangles or other objects in this area of the report.
Is this a known bug?... more >>
Formatting Total of Subtotals in Matrix
Posted by kamel at 2/7/2007 4:45:15 AM
Need your help with formating color of subtotal cell.
Here is my scenario:
Matrix with are 2 row's groups:
- RowKat
- RowSubKat
and 2 column's groups:
- ColKat
- ColSubKat
I want to have my subtotal cell of RowKat, in ColKat subtotal scope
(most outer total of subtotals), to be green wh... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
A4/Landscape printing problem
Posted by Ivailo at 2/7/2007 3:47:00 AM
Hi,
I got a report with page Width 11.6 and Height 8.2 and Body Width 11.1 and
all margins are 0.25.
I want to print it in A4 landscape format. Unfortunately if I set for
default printer HP Desk Jet printer it prints as A4/Landscape correctly, but
if I set for default printer any HP LaserJet... more >>
Newbie Problems Configuring Report Server
Posted by Rick at 2/6/2007 9:01:00 PM
I have SQL 2005 with SP 1. I am in the reporting services configuration
manager and I am at the point where the following options have green circles
with checkmarks:
Server Status
Report Server Virtual Directory
Report Manager Virtual Directory
Windows Service Identity
Web Service Identi... more >>
Reporting services 2000 security
Posted by Darren Sim at 2/6/2007 5:09:20 PM
Hi folks,
I have been charged with the task of providing some security measures for
reporting services 2000 and unfortuneately I have found myself a bit out of
my depth (usually I am found developing desktop applications), I am
comfortable with any c# coding required but I'm finding the wh... more >>
need help in reporting services
Posted by Adi at 2/6/2007 4:27:37 PM
hi all
i have a report in which data is populated using 6 Stored Procedures,
now the problem is before i execute these stored procedures i need to
execute one more stored procedure which fills in the data in the table
to which the 6 SP's refer to. is there any way to mention the order in
which ... more >>
Passing a WHERE clause
Posted by akbikerboy at 2/6/2007 4:14:01 PM
I want to build a SQL WHERE (and possibly ORDER BY) clause
in a c# application and then pass them as parameters to a report that would
be used by a SQL Server stored procedure.
can anyone tell me how to do that?
Syntax for building it?
maybe a link to an example?
thanks
--
Lucas Dargis... more >>
Extra White Space
Posted by Fred Block at 2/6/2007 3:19:47 PM
Hi All,
I've got a report that is set up with the Report Properties layout as
follows: page width = 8.5in; page height = 11in; left/right margins = .25in;
top/bottom margins = .50in.
When the report displays in IE7, there is a large white area (blank) to the
right of the report and it's ... more >>
Missing Control in VS2005 Reports
Posted by springtraining at 2/6/2007 1:29:02 PM
For some reason, I cannot see the Table control for reports in
VS2005. Can anyone tell me why this might be? Or more importantly,
how I can fix that?
Thanks in advance.
... more >>
SQL Server 2005 Business Intelligent Development Studio Problem
Posted by Bruce at 2/6/2007 12:59:25 PM
Hi all,
When I use SQL Server 2005 Business Intelligent Development Studio to open
my existing reports (*.rdl) , the IDE give me a message, "Unable get
IVSMDDesingerService" so that I cannot view or edit any *.rdl. However, for
viewing and editing Connection Source(*.rds) is okay.
Anyone... more >>
Drill Down Reports Permissions Problem
Posted by Pete at 2/6/2007 10:42:00 AM
Hi,
I've successfully setup the reports server 2005, on Windows Server 2003, and
had the permissions for the specific users configured to enable access to
the report. When a user logs into the report server, they can access the
reports I've created and deployed.
The problem arises w... more >>
format expression is being ignored in table cell
Posted by adolf garlic at 2/6/2007 7:53:01 AM
I am consolidating multiple reports into one and wish to set the formatting
on the cell dependent upon the data.
The following code does not work
=
iif(Parameters!RevenueColumns.Value=1,
"#,#"
,"")
&
iif(Parameters!RevenueColumns.Value=2,
"N2"
,"")
&
iif(Parameters!RevenueColumns... more >>
Why is reporting services designer modifying my sql statement???
Posted by glennl at 2/6/2007 5:56:00 AM
Hi!
This is a duplicate of my posting over on MSDN SSRS forum. Perhaps someone
here has seen this.
I hope that Microsoft can weigh in on this one:
I have a sql statement as part of a report that I'm developing using VS2005
and SSRS. The WHERE clause (part of a much larger SELECT / UNI... more >>
this is very urgent, please can anyone advise?
Posted by Lynn at 2/6/2007 3:57:01 AM
i have SQL/RS v2K, i have many, many reports that have been running fine for
a year plus, or more. 'running fine' as in my logic is run, my reports are
compiled and distributed via subscription. the subscriptions are scheduled
intermittently throughout the day, every day of the week except s... more >>
Reporting Services Export Excel, Date format Cells
Posted by Braulio Diez at 2/6/2007 2:07:00 AM
Hi,
Do you know if it's possible when exporting a report to excel, to format
dates columns as Excel Cell Dates ?
Thanks in advance, Greetings
Braulio... more >>
hide columns with no data
Posted by adolf garlic at 2/5/2007 11:50:01 PM
I'm trying to create a table where if the column has no data then it is not
visible. e.g. Sum(values)=0 then hide=true type of thing
This is causing a problem with printing PDF as this still includes all the
blank columns, I understand the explanation as to why this happens.
I've scoured t... more >>
enable reomte error
Posted by nicknack at 2/5/2007 11:30:19 PM
Hello,
I got the error:
______________________
Reporting Services Error
* For more information about this error navigate to the report
server on the local server machine, or enable remote errors SQL Server
Reporting Services
______________________
I saw the answer:
"You could set ... more >>
Problem with Report Server Authentication.
Posted by Manny123 via SQLMonster.com at 2/5/2007 5:41:07 PM
Hi there,
I'm having this weird issue here on the report server. I am trying to
configure security on the Report Server but right now all users have access
to all folder on the report server even though the only group that I have
access to the report manager and it's contents is the DomainNam... more >>
Problems with assembly accessing LDAP & Registry
Posted by Scott at 2/5/2007 1:11:43 PM
Running SSRS 2005, I have a custom assembly that needs to read/browse
the file system, Active Directory, and the registry. I have added the
explicit permissions into the code before the calls ie.
Dim fsec As New FileIOPermission(FileIOPermissionAccess.AllAccess,
strFilePath)
fsec.Assert()
... more >>
Changed machine name after SSRS installation
Posted by Atul Shukla at 2/5/2007 1:08:30 PM
Hi,
I changed my machine name after installation of SSRS 2005. After the name
change, nothing seems working. To make the reports work, what and where do I
need to make the changes?
Whenever I starts reconfiguration, it says Invalid Namespace error.
Appreciate your help.
Thanks
Atul
... more >>
Registry read in Reporting Services
Posted by Justin30519 at 2/5/2007 12:20:01 PM
Hello. I am trying to get the machine name in a Reporting Services 2000
report. I thought I would put this in the registry and read it from a
function in the custom code. Here is my first attempt:
Public Function GetMachineName
On Error Resume Next
Dim WshShell
Set WshShell = WScr... more >>
How do I remove Report Builder from system?
Posted by tmknoob NO[at]SPAM socal.rr.com at 2/5/2007 10:30:30 AM
Hi,
We are having some users who are having trouble installing the Report
Builder applet. They're getting 404 errors. In order to help
troubleshoot the problem (which seems to be Domain related) I need to
remove the applet from my PC.
Does anyone know how this can be done?
Thanks.
... more >>
syntax to extract string after character like /
Posted by brian at 2/5/2007 10:15:00 AM
I have a string. I need to extract all the text to the right of a /. should
i use substring, or right function. ... more >>
Shared Dimension, change alias problem
Posted by brian_harris NO[at]SPAM hanfordbay.com at 2/5/2007 9:14:36 AM
I have created a shared dimmension for which I need to change the
alias of the table. I created the shared dimension but when I go to
that table and select option to change alias I have a problem.
The screen comes up with current alias: dbo.setting I want to change
it to dbo.setting_prestng. B... more >>
Access to datasources in custom code
Posted by dnote at 2/5/2007 8:18:46 AM
Hi there!
I'm wondering if there is any way to access the datasources inside
your custom code of a VS 2005.NET report. My datasources are made up
of custom business objects, thus you can imagine wanting to manipulate
them from the report. In this particular case I want to build up a TOC
durin... more >>
Encryption Key
Posted by RouteC at 2/5/2007 7:19:04 AM
I am getting the following error while configuring the reporting services on
my local machine. I cannot restore the key as I do not know the file or the
password.
Somebody please help!
ReportServicesConfigUI.WMIProvider.WMIProviderException: The encrypted value
for the "LogonCred" configu... more >>
SSAS and SSRS, Member Properties
Posted by Braulio Diez at 2/5/2007 1:26:01 AM
Hello,
This question is a mix of SSAS and SSRS.
How can I use member properties in an SSRS Report? In the Dataset area I
cannot drag the member property, and in the report, if I try:
I get an empty string. I read that in 2000 you had to do hack to get
working member properties... more >>
Matrix and date colum header
Posted by David Conte at 2/4/2007 8:25:54 PM
Hi all,
I am trying to create a "simple" matrix.
I have:
-----------------------
| DateRange |
--------------------------------------------
| Department | sum(value) |
--------------------------------------------
I am giving th... more >>
Fixed Table Size
Posted by pedro.geraldes NO[at]SPAM netvisao.pt at 2/4/2007 3:46:27 AM
I have a report with several tables inside and I would like to fix the
size of the tables regarding the number of detail rows and appear a
scroll bar to show the rest of the table and therefore having acess
to all table in one page. Is it possible? I'm using SRS 2000.
Thanks,
Pedro Geralde... more >>
sps01_config_db -------------- What's that
Posted by גל at 2/3/2007 4:50:00 PM
I have this db in some of my servers and don't Know where it comes from. any
body know what is this ?... more >>
Reporting Services Template
Posted by Chris Townsend at 2/3/2007 2:57:37 PM
How can I setup Reporting Service so the report wizard uses a default
template we have created?
... more >>
Face problem into Report "ReportViewControl"
Posted by ecnindia NO[at]SPAM newsgroups.nospam at 2/2/2007 10:33:00 PM
We have created report into Sql server 2005 and viewing this from
“Reportviewcontrol†of Visual studio 2005. Now problem is some time report
first page displays only Report header and all data on Second page. Some time
its display report header and report details on same page.
Any one k... more >>
Redirect users to new reports server
Posted by Thanh Nguyen at 2/2/2007 2:27:09 PM
Hi Experts,
I've recently done the reports migration. Is there a way to redirect my
users from OLD reports server to NEW reports server?
Thanks for any clue.
Thanh
... more >>
Layout tab
Posted by BillB at 2/2/2007 12:51:01 PM
Hi
On the layout tab how would I go about finding a specific textbox?
Example: If I'm looking for 'textbox80' there should be a way to locate this
specific textbox as oppoed to hovering over each textbox. I'm coming from
Oracle Reports.
Is there some way to get a list of all the textboxs... more >>
Links to a secundary reports
Posted by tiempotecnologia NO[at]SPAM newsgroup.nospam at 2/2/2007 11:00:17 AM
Hi group.
I'm developing a VB.net application that shows Local Reports (RDLC) within a
ReportViewer control. I'm looking for an event handler who controls when I
click in a hyperlink that shows a secundary report. I have no problems with
this issue in a Reporting Service environment because e... more >>
Auto Page Breaking
Posted by Alien2_51 at 2/2/2007 9:56:01 AM
How can I disable auto page breaking...? I have a report and I don't want any
page breaks... Strangely enough I found a post that says to use an expression
for the visibility property on a table, when set to "=False" this disables
auto page breaking for the table, I tried it and it prodcues th... more >>
Group chart by month
Posted by Bruce Lawrence at 2/2/2007 9:17:20 AM
I have a really basic chart that pulls data from a SQL table. I have
the dataset asking for a machine number. The date range is hard coded
in the query for now.
This is my table's basic data...
Machine | Performance | DateTime
____________________________
1125 | 60 | 11/16/06
1125 |... more >>
Report Recovery Help ASAP!!!!
Posted by OriginalStealth at 2/2/2007 8:37:01 AM
Report A has been deployed and works fine and ties out in production. The
design copy of this report in VS has been corrupted. All other backups of
this report have been corrupted. How do I get the rdl. for Report A fixed?... more >>
Can I use Visual Studio 2005 to deploy a report to a SQL Server 2000 Reporting Services Version 8.00.1038.00 server?
Posted by Andy at 2/2/2007 8:30:23 AM
Can I use Visual Studio 2005 to deploy a report to a SQL Server 2000
Reporting Services Version 8.00.1038.00 server?
... more >>
required filter on Ad-hoc reports
Posted by Peter at 2/2/2007 7:43:02 AM
When using the Report Builder in SQL 2005 some larger reports give me an
error message = filter required.
I assume this is somthing is a setting somwhere but where?
--
Peter
Peter.freeborn@halliburton.com... more >>
Dynamic Dataset to Reports
Posted by Sudhakara.T.P. at 2/2/2007 4:53:01 AM
Hi,
I have some selection criteria in my .aspx web page and based on the
selections, by using an stored procedure, I am generating the dataset. As of
now, I am displaying this in HTML table format.
Now I have designed the report using Reporting Services and have deployed it
onto the Report S... more >>
getting Could not load Authorization extension error
Posted by shiv at 2/1/2007 5:01:07 PM
Hi all,
I am getting "rsServerConfigurationError" error when i try to run reportserver 2003
Log files indicate Could not load Authorization extension " error. Let me explain the situation
I am running RS 2003 with sql2000 db
I need windows authentication but custom authorization. Therefore ... more >>
RS2000: Failure sending mail: Cannot access a closed file...
Posted by 1300vtx NO[at]SPAM gmail.com at 2/1/2007 3:29:04 PM
SQL Server 2000, RS2000....
I have 2 timed subscriptions to the same report. One of the
subscriptions delivers the report via Report Server Email, the other
via File share.
If I choose PDF orWeb Archive as the deliverable then then both
reports work. If I choose Excel, I get the following err... more >>
Controls pushed off to the right
Posted by tom booster at 2/1/2007 2:55:47 PM
This is pretty weird... any controls past the halfway horizontal point
of the report get pushed into page 2. The leftmost control is not
affected just those to the right of it. It's like there is an
invisible tab after the leftmost control. Smaller (not leftmost
controls) (not past the middle of... more >>
Vista and reporting services ?
Posted by Colin Robinson at 2/1/2007 1:06:03 PM
I have Vista installed from Msdn pre release but i cant install sql2005
reporting services (sql2005 dev edition). I keep getting the warning
message that IIS is not installed or available.
I have enabled IIS and the default web site is running. what do I need to do
to get reporting servic... more >>
Font changes when exported to PDF
Posted by CipherTeKST at 2/1/2007 12:25:01 PM
I have a report where the text in the report header is in Forte, but when the
report is viewed by other clients the report header is in Verdana. Is there a
way to keep all of the font settings no matter who views the report? Also on
clients where the font doesn't change when generated the font... more >>
Subreport Issue
Posted by Marty at 2/1/2007 9:55:00 AM
This is the same question that a 100 other people have asked but I still
can't get this to work, Sort of... Passing parameters to a subreport, I can
get this to work but in the main report I have 3 levels of grouping.
Date-->CreatedBy-->and Hour. My sub report is in the details and I want it t... more >>
Cannot create a connection to data source 'dataSource1'.
Posted by Peter at 2/1/2007 9:06:00 AM
I am getting this error from Report Builder
Cannot create a connection to data source 'dataSource1'.
Back end SQL 2000
Credentials stored securely in the report server
Login and password of the SQL login
The weird thing is pointing to another db on the same server works fine
--
Pet... more >>
Report in CRM ??
Posted by Frank at 2/1/2007 5:04:08 AM
Hi All,
I created a report for Microsoft CRM 3.0... Do I have to "deploy" it
to the CRM server in order to use it in CRM or only to "build" the RDL
and add it in CRM ???
Any tips on this will be very helpfull
Thanks
... more >>
Matrix or Table
Posted by mnemets NO[at]SPAM gmail.com at 2/1/2007 4:46:36 AM
Good afternoon!
I have the following problem:
There is a table with following structure: PersonID, PersonName,
Field1. Filed1 is enum type with values (A1, A2, A3, B1,B2,B3, ...,
Z1,Z2,Z3).
I need the following table:
PersonID|PersonName|A1| A2|A3|(A1 + A2 + A3)|(A1+A2+A3)/Total | ... |
Z... more >>
hyperlink
Posted by NAVIN.D at 2/1/2007 2:08:00 AM
I am trying to provide hyperlink with parameter, to open up in new window by
the following url
="javascript:void(window.open(
'http://zxy/till.asp?MainID='Fields!Mark2.Value,'_blank'))"
MArk2.value is a field from query in a dataset, I tried give the parameter
mark2.value but get errors ... more >>
Data drive subscritpion sQL2000- Hide parameter for email recipien
Posted by mathiasr at 2/1/2007 1:51:01 AM
Hi,
I am looking for a way to hide the parameter input fields in the report. I
want to avoid that customer could modify his assigned parameter. If I disable
option in report property "prompt for user" (I have German version
"Eingabeaufforderung für Benutzer") I cannot assign parameter fro... more >>
Can we merge cells Vertcally
Posted by mukesh at 2/1/2007 12:47:01 AM
Hi,
Can we merge the cells vertically in SQL Server 2000 Reporting Services
we can merge it horizontally. but i want to do it Vertically.
please solve this problem
Thanks & Regards
Mukesh
... more >>
|