|
Permission Denied Error
I am an issue running reports through a Netscreen (Juniper)
box and have found nothing on Juniper's website that addresses the issue. I
can access the Report Manager easily and enter parameters for a report.
However when I click on the View Report button I get a permission denied
error when executing the fo ...
Mon, 10 Jan 2005 19:53:02 -0800
|
Install RS Report Server without VS .Net
I want to install RS Report Server component but I don't want to install
Visual Studio. Can it be done ? Because the installer always check for Visual
Studio .Net in the beginning. Thanks ...
Mon, 10 Jan 2005 19:07:03 -0800
|
Templating & DB Change
OK this is kinda confusing so I will try to be clear.
I have multiple users of my site. They come in like:
joe.mysite.com DBName=joe
fred.mysite.com DBName=fred
steve.mysite.com DBName=steve
I have 2 questions..
1) I would like to make my report 1 time and have the users have the option
of changing i ...
Mon, 10 Jan 2005 11:47:01 -0800
|
How to assign multiple data souce?
Since RS could have more than one dataset, it could have more then data
souce. But in report manager I could assign one data source to the file.
Then how to make the report work?
Currenly I create another data souce in same folder with the same ds name in
vss. It works. But I wonder is there any better sol ...
Mon, 10 Jan 2005 15:39:33 -0800
|
SMTP Gateway
Sorry if this is a stupid question, but what is an SMTP Gateway for
Exchange? I have an Exchange Server on a separate machine from the SQL/RS
server and I'm trying to configure email delivery of reports. The BOL
indicates that you need to use the address to the SMTP gateway to the
Exchange server, not the a ...
Mon, 10 Jan 2005 14:37:55 -0500
|
report grouping
I have a report that shows/hides group detail with the + for expanding the
group. When the report first displays the detail is hidden (as it should be)
with the + showing. However ... the cursor will only change to a finger
(pointer ... whatever) when the cursor is placed to the left of the + sign.
The u ...
Mon, 10 Jan 2005 10:59:05 -0800
|
Article availalble
MSDN has picked up my article first published by Pinnacle Publications in
the November issue of the Visual Basic Developer magazine. The article
demonstrates how to leverage Reporting Services to generate reports on the
server side of ASP.NET applications using a custom web control called
AwReportViewer.
...
Mon, 10 Jan 2005 10:55:02 -0800
|
Give a name for a subscription
Is there a way to name a subscription? When I go to My Subscriptions tab, it
just gives me all the subscriptions. Though they are the same report, and
sent out to the same person, they have different parameters, and hence
require different subscriptions. Right now, I have to go to each subscription
and look ...
Mon, 10 Jan 2005 10:53:02 -0800
|
Subscription Problem
I'm tying to get subscriptions to work, but am not having any luck.
I can create a timedsubscription ok, but it never seems to execute. It does
create a job on SQL that executes ok, but the 'Last Run' never gets updated
in the Report Manager and the email never gets sent.
Where can I look to see any errors th ...
Mon, 10 Jan 2005 13:20:47 -0500
|
SMTP delivery configuration
Hi,
I have configured SQL Reporting Server to delivery my reports by smtp. It
works correctly, but untill I use smtp authentication.
I have changed:
to
1
di3
Di300
Mon, 10 Jan 2005 09:29:02 -0800
|
Stored Proc error using wizard for Matrix report
hi all
I am trying to use the RS wizard to create a matrix report. I pass in the
call to the stored proc " execute dbo.PAQS_01 @EndDate " and get this eror
message.
There is an error in the query. Implicit conversion from data type
sql_variant to datetime is not allowed. Use the CONVERT function to run t ...
Mon, 10 Jan 2005 09:21:06 -0800
|
How to filter reports user logon info
I am new to reporting services
Is there an example of how to obtain user logon information to use as input
for queries before report renders. We will deploy reports to a portal and
want to use the user logon info as a filter for initial queries ( for example
to restrict information viewed by client ). Thank ...
Mon, 10 Jan 2005 09:12:24 -0800
|
Adding "All" value to parameter field
Hi,
I just want to know if is it possible to add a "ALL" value to the drop down
list of a parameter field?
I can't seem to manually add the "ALL" value after I specify that the
parameter's values are taken from a query.
For example, I have a parameter, "Country" and its values are taken from a
query ...
Sun, 9 Jan 2005 09:07:01 -0800
|
installing reporting services
>From looking at this group, there seems to be quite an issue in
installing Reporting Services. I tried installing the beta some time
ago, got pre-occupied with many other things, but am now back to it. I
plan to install on a test box prior to a prod box, but I ran into the
issue (with the beta) of needing VS ...
9 Jan 2005 08:46:04 -0800
|
passing null report parameter via a url
Hi,
I have a SP in sql with parameters that can get null values such as:
@paramguf tinyint=null,
AS
select 1 as kodKibuz,name
from learningstuds
where
(@paramguf is null or hasamaguf=@paramguf)
I am sending the report parameters via vb.net
Dim URL As String
URL =
"http://localho ...
Sun, 9 Jan 2005 04:17:01 -0800
|