all groups > sql server reporting services > october 2005 > threads for friday october 14
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
Cannot access ReportServer
Posted by Wayne L. McKittrick at 10/14/2005 11:03:28 PM
I installed Report Services sometime ago and am now attempting some
tutorials.
When I try to access the ReportServer on my local machine via the browser
using http://computername/reports
I receive a login dialog. I have tried my username and password for both
WindowsXP and SQLServer to no ... more >>
user groups
Posted by jeff at 10/14/2005 7:45:02 PM
I have created two user groups and each contain over 100 users. I also have
created to seperate folders that I need to assign to each user group. Each
user group is not suppose to see the other. At the time, all I know is to
set individual rights to the reports.
Any help on how I can go ... more >>
reporting services email
Posted by Will Byron at 10/14/2005 1:16:19 PM
My log file has an error similar to the following
ReportingServicesService!session!f2c!10/14/2005-03:00:08:: i INFO:
LoadSnapshot: Item with session: iigoz455gctymte3ajhp2q55, reportPath:
/Reports/Order and Shipment Reports/Daily Sales By Qty, userName:
DomainName\administrator not found ... more >>
RunningValue in a chart - scope issues
Posted by Smittoid at 10/14/2005 12:41:04 PM
I am working on a straightforward table and chart to present a graph of
cumulative revenue.
My data set returns revenue per month, and I’d like to display a chart that
shows the month by month sum of revenue.
In my table I use the following to create a column with the appropr... more >>
ssrs 2005 has what we want why cant they fix 2000
Posted by jc82196 at 10/14/2005 12:34:02 PM
The new reporting services has a new feature that will allow you to select
multiple parameters and or all in a list. Do they plan to add this into the
original version as its a must have feature in a business Intelligence
software. We need to all demand that microsoft fix this feature in the
... more >>
Client-side Printing and page hesitation
Posted by Rob 'Spike' Stevens at 10/14/2005 12:04:06 PM
When printing reports from my normal computer to my default printer, all but
one report print without any hesitation between pages. My boss prints
reports and gets a lot of hesitation between pages for most of the reports.
If I print to a differnt printer I too get a lot of hesitation betwen... more >>
reporting service client and column selection
Posted by NewSPUser at 10/14/2005 11:55:02 AM
can I use excel as a client for my reporting service? I see some docs on it,
but can't find the actual product. I want the user to be able to select what
column to be displayed. Is that possible now? how about sql 2005. ... more >>
Parameterizing page break in a group
Posted by Alec Hardy at 10/14/2005 11:50:05 AM
We would like to have the Page Break for a group be based on a Yes/No
Parameter that would be a the parameter section of the report. In the
Grouping and sorting options where the "Page Break at End" check box is,
there is no way to enter an expression. Is there any way to do this without
w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
yet another excel render bug
Posted by letuce dance at 10/14/2005 11:28:03 AM
Microsoft SQL Server Reporting Services Version 8.00.1038.00
The .rdl renders fine in pdf or html but when excel format is requested it
pukes on itself.
rrRenderingError 400 Exception of type
Microsoft.ReportingServices.ReportRendering.ReportRenderingException was
thrown.
http://go.mi... more >>
Report Manager
Posted by TACIR at 10/14/2005 10:38:06 AM
I have Reporting Services SP2 installed on Windows XP Pro with SP2. It was
running for several months and quit running day before yesterday(???). I
have reinstalled, etc. and it appears to be running (there are no errors in
the logs). I re-deployed the reports from VS (no errors) and can se... more >>
deploy MS Reporting services to IIS on my own pc
Posted by francowell NO[at]SPAM gmail.com at 10/14/2005 10:13:45 AM
How do I deploy a report developed in MS Reporting Services to an IIS
on my own pc?
Franco
... more >>
Runing 1st report of the day Hangs
Posted by Kris at 10/14/2005 9:54:05 AM
Anyone run in to this issue? Seems to abort on the first report, then when
you rerun it, it works fine.
Happens on different reports, no consistency there.
... more >>
Invalid @owner_login_name and subscriptions
Posted by CGW at 10/14/2005 8:58:43 AM
I've been trying to create subscriptions on a new server and have been
receiving errors on the login name. After researching it, I see that can be
as a result of a server name change, and indeed, the new server was renamed
after SQL installation. However, I've done the drop servername, add
s... more >>
Multi Select Behaviour
Posted by farooqkarim NO[at]SPAM gmail.com at 10/14/2005 7:16:29 AM
Hi
I am using Sql Server 2005 April CTP with RS. Also I am using VS 2005
Beta 2, I have an issue that multi select drop down with checkboxes
perfectly alright when use in VS 2005 or with http://localhost/Reports,
but when I use it with http://localhost/ReportServer/ it does not
produce that s... more >>
adding an enddate to a subscription
Posted by Koen at 10/14/2005 6:32:03 AM
Hi,
I use web services to register a datadriven subscription. When i use this
piece for my scheduledefinition, it works like a charm :
<ScheduleDefinition><StartDateTime>2005-10-14T15:15:00</StartDateTime>" &
"<MonthlyRecurrence><Days>14</Days><MonthsOfYear>" &
"<January>False</January>... more >>
Q: Company Sales sample report
Posted by JIM.H. at 10/14/2005 6:10:02 AM
Hello,
I am quite new in Reporting Service and I was checking sample reports coming
from AdventureWorks2000 database. Does anyone check Company Sales report,
there is a background logo and I could not figure out where the image comes
from?
Thanks for your help.
... more >>
Is there other control like ReportViewer control to avoid security problems
Posted by anil at 10/14/2005 5:49:47 AM
Hello Friends
i am using ReportViewer Control to view the SQL REPORT in the aspx page
its working fine and i am able to view the reports..
Now The problem is that
ReportViewer needs direct access to the Database Server
(i mean to say, we need to give the serverURL(database) to the
repor... more >>
Q: deploy reports
Posted by JIM.H. at 10/14/2005 5:19:02 AM
Hello,
How can I deploy report to my web server? I do not want to user to see
design of the report in the web server, what files do I need to exclude?
Thanks,
... more >>
Drillthrough event not firing in VS2005 ReportViewer
Posted by Paul Marfleet at 10/14/2005 4:03:02 AM
I am developing a web application using VS2005 Release Candidate that
displays Reporting Services reports using the new ReportViewer control. Many
of the reports utilize drillthroughs to take the user to a more detailed
level of analysis. I am displaying information about the currently selec... more >>
Error with Email Subscriptions
Posted by MPP at 10/14/2005 12:00:00 AM
Hi,
I have configured the Email settings, and have set up a scheduled
subscription to send report links.
The SQL Server Agent is running and I have also configured SQL Mail with
the correct MAPI Profile.
The subscriptions dont work and give the following error "The e-mail address
of ... more >>
|