all groups > sql server reporting services > february 2005 > threads for monday february 28
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
Reporting Services setup error
Posted by maojiaoban at 2/28/2005 11:33:03 PM
I have been setup reporting services success, but after I modify the password
of Sql server's default user--"sa",the reporting service can not run, I
uninstall the reporting services and try to install it again, but cannot
install success. And I modify the password back, also cannot install su... more >>
how implement multi-parameters dinamic
Posted by alf at 2/28/2005 11:02:37 PM
how can choose more than one parameter in one parameter
ejemp
id name
1 a
2 b
3 c
4 e
I would like can choice 1 and 3 and 4 and same time.
thanks
... more >>
Display of MICR font.
Posted by satwikb at 2/28/2005 10:07:01 PM
I have a check printing functionality which is implemented as an rdl. The
check number needs to render in MICR . When the report is rendered in pdf,
the MICR font is not getting displayed. I have installed the MICR font on the
machine containing the RS and restarted it. Where else may I be goi... more >>
language property BUG when using expressions.
Posted by klumsy NO[at]SPAM gmail.com at 2/28/2005 8:10:54 PM
in one of my projects i was dynamically setting the Language property
of tables, textboxes etc , but it just wasn't working.. For my needs i
solved the problem by rather setting dynamic Formats however i still
thing this is a bug..
it is shown in the example below..
i have textboxes where eac... more >>
Report Parameter Problem
Posted by TomT at 2/28/2005 6:03:03 PM
I have a report based on a stored procedure with three parameters: Start
Date, End Date, and Salesperson.
The first two are required, and the Salesperson is not. In the report, the
Salesperson is based on a query which provides a drop down for choosing a
name. It is set to allow nulls and b... more >>
Rendering a Batch of Reports
Posted by matt at 2/28/2005 4:29:02 PM
I have a business need to allow the user to render a batch of "End of Day"
reports with one event click. All of these reports currently exist as
separate reports in Reporting Services. I can schedule all of these to run
together but I'm wondering how I can handle ad-hoc requests to run them?... more >>
Error during deploy
Posted by Edgar Walther via SQLMonster.com at 2/28/2005 4:24:55 PM
Hi,
I am publishing my reports to a server and for 2 out of 7 reports I receive
the following error message:
Microsoft.ReportingServices.ReportProcessing.ReportProcessingException was
thrown.
On my machine the reports worked fine.
The server does process the other reports correctly.
Th... more >>
Forced auto refresh to avoid page caching
Posted by Jonathan Martin at 2/28/2005 3:59:46 PM
Good Afternoon!
I've run into an issue whilst developing a report using VS.NET, RS and SQL
Enterprise Server 2000.
The problem I have is that I'm using RS to develop a web based app that can
be used to edit base table data. I have the app working fine, but it keeps
taking it's data from... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Migrating all reports to a new server
Posted by ScottWMcCarter NO[at]SPAM gmail.com at 2/28/2005 2:51:27 PM
I'm Managing Reporting Services in a mid-size company, and we are just
beginning to develop reports for different departments....We just set
up a new server and redeployed all of our reports (there were just a
few so far)....
My question is..What happens when we have hundreds of reports and ne... more >>
When I try to deploy, the logon fails.
Posted by Teddy Salad at 2/28/2005 2:31:04 PM
I am trying to deploy my reports onto a report server. I am using Windows
authentication and I am the dbo. The test connection in the datalink
properties works fine, both to the database and to the report server.
I have tried with SSL and without SSL. Neither works.
The error is: ... more >>
Email report
Posted by Patrick at 2/28/2005 2:29:35 PM
Hi Freinds,
SQL2005 beta,
I create a subscription and want to email report based on a schedule. It
doesn't seems working, no error either.
Where can I track it down? Which config files keep the mail SMTP
information?
Thanks,
Pat
... more >>
MHTML Streaming
Posted by MER78 at 2/28/2005 2:01:02 PM
I am streaming an MHTML file to an aspx page:
Response.Clear()
Response.AddHeader("Content-Disposition", "inline; filename=MyFile.mht")
Response.AddHeader("Content-Length", MyByteArray.Length.ToString)
Response.ContentType = "multipart/related"
Response.BinaryWrite(MyByteArray)
Response.Flus... more >>
RS, error.
Posted by CésarMoM at 2/28/2005 1:49:57 PM
When we have installed the Reporting Services, it leaves an error to us in
event to viewer. This it is the error:
Schedule and delivery processor
Error id event 113
somebody has had this problem?
Thanks
... more >>
Where are uploaded files stored
Posted by tsorv at 2/28/2005 1:09:12 PM
When you upload a file in RS - it just gets put in the folder that you are
currently in. Does anyone know where there file is physically stored? I
uploaded a file and did a search on our RS server and it came up with
nothing. I am able to delete my copy of the uploaded file so it's gotta ha... more >>
How to render using .Rendering.ExcelRenderer.ExcelRenderer
Posted by Ramdas at 2/28/2005 1:09:11 PM
How do i render a report in Excel using
Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer?
I have the RDL file available. I need to use the RDL file and render the
report. I could do this using Web service. But how to do this using rendering
extension?... more >>
OLE DB Provider no registered on local machine
Posted by Ben Holcombe at 2/28/2005 1:09:02 PM
I am receiving the following error when trying to run my report from the
server:
An error has occurred during report processing. (rsProcessingAborted) Get
Online Help
Cannot create a connection to data source 'SALESLOGIX'.
(rsErrorOpeningConnection) Get Online Help
The 'SLXOLEDB.1' provid... more >>
Dynamic way to change font, font size, etc. in reports
Posted by Chuck at 2/28/2005 12:53:04 PM
Hi,
I have one report format for many clients. Some of them request different
fonts and font sizes. I don't want to duplicate reports because of differnt
fonts. Is there a dynamic way to change font or font size using only one
report format? Thanks.
Chuck... more >>
Dynamic way to change Font, Size, etc.
Posted by Chuck at 2/28/2005 12:45:06 PM
Hi,
I have one report format for 20 companies. Some of them require differnt
fonts and font sizes. I don't want to duplicate reports because they need
different font format. Is there a dymanic way to change font using one report
only? Thanks.
Chuck... more >>
Error while loading custom assembly in Designer
Posted by Chris Mackey at 2/28/2005 12:29:03 PM
I've created a custom assembly using C# that provides utility functions for
reporting services. I'm getting a the following compile time errors.
1. Error while loading code module: 'accentopto.report.utilities,
Version=1.0.1885.19928, Culture=en-US, PublicKeyToken=null'. Details: File or
as... more >>
No Data Selected message back to .Net
Posted by P at 2/28/2005 11:57:03 AM
Hi All
We have a .net application calling some reporting services reports and we
pass the parameters to the reports from the application.
When no data is selected, is there any way to pass a paramter or something
back to the .net application so that we can display a 'No data selected'
me... more >>
Dynamic Parameters
Posted by Tarik Peterson at 2/28/2005 11:28:48 AM
I need to be able to schedule a report with a dynamic parameter.
For example,
The user may select "Start of Last Month" as the date parameter value. I
then need to turn this into something like :
CStr(Month(DateAdd("m", -1, Date))) & "/01/" & CStr(Year(DateAdd("m", -1,
Date)))
When sched... more >>
sort on a calculated column
Posted by Cem Demircioglu at 2/28/2005 11:24:01 AM
I have a table like this:
Product M1 M2 AddCol
ABC 3 2 5
DEC 4 5 9
DEF 2 4 6
The third column is the addition of the previous two columns. (The actu... more >>
How to hide individual cells
Posted by WillyD at 2/28/2005 10:47:07 AM
I have a report with a table. Initially the details are hidden and the table
looks like this:
+Item Summary1 Summary2 Summary3
What I want to do is to hide Summary1, Summary2 and Summary3 when I expand
Item and leave Item visible. Is this possible?... more >>
Unable to Display Integer Values in the Report
Posted by RemoteDeploy at 2/28/2005 10:31:23 AM
Hello,
I have been trying to create a report which gets the Name and ID of a
person and then print an X in the column of a Head H if the person
belongs to the Head H. In the Stored Proc I insert a 0 if no entry
exists under the head for a person or the # of times that persons name
is under th... more >>
Table - How to add all rows above for a column?
Posted by Marco Napoli at 2/28/2005 10:12:07 AM
I am using a Table and I wanted to add all rows above for particular
columns. It it possible without using the
= Sum(Fields!HistoryDollars.Value) ?
I certain Fields that if I use the =SUM() they will not work correctly.
Maybe by referencing the the controls inside the Table?
Thanks
Pe... more >>
Export to Excel - Change the Sheet Name
Posted by BALAJI KRISHNAN via SQLMonster.com at 2/28/2005 10:11:40 AM
I need to change the sheetname with the field value retured by the stored
procedure.
Say the stored procedure returns 10 rows, when exporting the report , the
report should contain 10 sheets with the sheetname(field 1 value).
How can I do this.
Balaji
--
Message posted via http://www.s... more >>
Setting DataSourceReference before call to CreateReport
Posted by Mike Sandwick at 2/28/2005 9:43:04 AM
I am working on an automated report deployment tool. I'm working on the last
feature, being able to override the datasource in the RDL to point to a
common shared one in a specific directory on the report server. I have the
data source reference override working for after a deployment. Bu... more >>
Runtime Exception During "Save As" Excel (Still Unresolved)
Posted by Bryan Bullard at 2/28/2005 9:20:22 AM
Hello,
I have a relatively simple report (no sub reports or objects nested in table
cells, etc) that apparently runs fine that I can export to any other format
with no problems. However, when I export the report to Excel format I get
this error:
Index was out of range. Must be non-negativ... more >>
PDF rendering error; log file entries included.
Posted by Jeff S. at 2/28/2005 7:03:02 AM
I am having a problem getting a report with many charts to export to PDF.
Currently the report contains 52 line charts (possibility for much more than
that)and fails when the subscription is running. If I only choose data that
returns about 10 or less charts than it will successfully create ... more >>
URL Access not working
Posted by John at 2/28/2005 6:44:41 AM
I'm trying to get this URL to hide the parameters and pass values
directly, but it always opens with the defualt parameters.
http://sql_box/Reports/Pages/Report.aspx?ItemPath=%2fAM%2fAM+Stats&rs:Command=Render&rs:Format=HTML3.2&rc:Parameters=false&StartDate=2/1/2005&EndDate=2/10/2005
... more >>
ReportServer refuses to install
Posted by AndrewG at 2/28/2005 6:17:02 AM
Hi all,
I'm getting an odd problem installing Reporting Services, hope someone can
shed some light. First a bit of background.
I had RS SP1 installed on SBS2003 and it was working fine. Joined the SP2
beta and installed this. At first it seemed to be working OK including web
parts on t... more >>
Prob installing on SharePoint Portal 2003
Posted by Joel Daniels at 2/28/2005 5:33:02 AM
Hello, I have a problem installing Reporting Services on a SharePoint Portal
Server. I have followed the procedure outlined. I have followed the procedure
listed in the msdn article for troubleshooting a side by side installtion of
reporting services and Windows Sharepoint services listed here... more >>
Evaluation Edition of RS has expired?
Posted by JIM.H. at 2/28/2005 5:07:03 AM
I am getting this message:
rsEvaluationCopyExpired
This copy of the Evaluation Edition of Reporting Services has expired.
I downloaded this version from internet and I thought it is free. Is it not?
How should I solve it?
Thanks,
Jim.
... more >>
Subreport attributes???
Posted by Soan at 2/28/2005 4:21:02 AM
Is it possible to acces some attributes from a report???
I mean, I wolud like to display or hide a table if the subreport is empty?
is there a value from the subreport that i can use??
my expression would be like: =iif(subreport . ????? = XXXX, AAA, BBB )... more >>
Value Expression contains an error. Attempted to divide by zero.
Posted by MDXQuery at 2/28/2005 4:11:59 AM
Hi,
I have a matrix where a couple of columns are percentages derived from
other fields. It is possible that one of the fields I am trying to
divide on will have no data. I am using the following expression in
the Value property of the textbox.
=IIF(Sum( Fields!previous_month.Value)>0,(Su... more >>
Is this possible?
Posted by Spencer23 at 2/28/2005 4:05:02 AM
Hi,
I have a request for dynamic creation of the chart axis scale at runtime
from some users, based on the displayed results. Is this possible?
Thanks... more >>
Create a hidden resource
Posted by Imrahn at 2/28/2005 1:29:03 AM
Good day
I am using the CreateResource method (C#) to upload a jpg file to a report
server. I have completed this task, however I am manually navigating to the
Report Manager, going to the Properties section of the jpg file and checking
the "Hide in list view" checkbox.
I am sure this ... more >>
|