all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

SQL Reporting Services Setup


SQL Reporting Services Setup JAlexander
9/23/2005 12:26:05 PM
sql server reporting services:
I have tried to ask microsoft this question but they have not gotten back to
me and I need an answer soon.

I am trying to set up SQL reporting services. I want a web application to
be able to call reports from the reporting server. However with the
licensing information I have found so far, it seems that in order to do this
every user needs their own CAL license. This can get expensive in an
application with thousands of users. One of our programmers suggested buying
one cal for the application and then when a user requests a report have the
application impersonate the id that has a CAL to call the report. That way
we have a license for the reporting for the application and everyone who uses
the application can get reports without their own CAL.

Do you guys think this would work? Is impersonation easy?

Thanks
-
Re: SQL Reporting Services Setup JAlexander
9/23/2005 1:02:02 PM
So your saying this should work in an internet application.

The users log in to the application using their unique id, This ID
determines what the page allows them to access. When the user requests a
report, the application connects to the dtabase with the Application's ID.

You said that internet applications only need a per processor liscence so
this scenario should work with only enough licenses to power the reporting
database?

[quoted text, click to view]
Re: SQL Reporting Services Setup JAlexander
9/23/2005 1:55:09 PM
Thanks for your help. I will check out that site.

[quoted text, click to view]
Re: SQL Reporting Services Setup PTosh
9/23/2005 2:31:12 PM
I have a question on this statement - "You need a SQL Server license
for whatever box RS is running on."

I want to setup a scenario where I will have the report server or
report manager setup on one box which has IIS. And the RS metadata
databases I want to setup on the server which has the SQL Server
license. Does that mean that the box on which I have the report server
should also have SQL Server license?

Thanks
PTosh
Re: SQL Reporting Services Setup Bruce L-C [MVP]
9/23/2005 2:41:43 PM
All the vendors figured this out a long time ago. When you consider that
with web applications going against a database and it being best practice to
use a few logins as possible so that connection pooling works all the
database vendors quickly changed their licensing when 3 tier came about.
They have licensing for internet application where obviously you don't know
who is accessing it and intranet applications. The licenses have nothing to
do with the login user. You could have everybody use the same login in a
10,000 person company, but that sure doesn't mean you can have a single CAL.
What matters is the end user, it doesn't matter how many boxes are between
them or what login is used.

You didn't say whether this was an internet or intranet application. You can
do CALS, you can do per processor (I believe for internet applications you
only can do per processor). I suggest seeing if Standard will do what you
need, it is a lot cheaper.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services


[quoted text, click to view]

Re: SQL Reporting Services Setup Bruce L-C [MVP]
9/23/2005 3:46:10 PM
The licensing for Reporting Services is the same as for SQL Server Database.
So, when thinking of reporting services just mentally put in SQL Server
Database. You need a SQL Server license for whatever box RS is running on.
If the same as the database then no additional license is needed. Otherwise
you need a SQL Server License. MS has licensing specified for an internet
scenario. I don't know what they call it. Just look for SQL Server Database
and using it for internet (versus intranet) and you should find the
licensing to use.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: SQL Reporting Services Setup Bruce L-C [MVP]
9/23/2005 8:18:19 PM
Yes it does. If you have a web farm with RS on multiple IIS boxes and all of
them sharing the same RS database, you need a license for each IIS box that
has RS installed on it.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: SQL Reporting Services Setup Peter Nolan
9/24/2005 3:14:29 PM
Hi PTosh,
the new licensing only made sense to me after I read a book on
2005.....it's simple in the end......RS is a service that comes with
SQL Server......as in .. you buy SQL Server and you get RS for
free.......so if you want RS on a different server to you database you
must buy SQL server for that other server too.....because you are not
buying RS you are buying SQL Server which has RS as a component.....but
don't forget, you do not need to buy enterprise version of SQL Server
to get SR...you can buy workgroup or standard and still get RS....and
the price difference is very substantial.....

At least, that is my understanding...

Best Regards

Peter
Re: SQL Reporting Services Setup Bruce L-C [MVP]
9/24/2005 9:00:52 PM
You have it correct. Another way to look at it is to consider Office. If you
buy Office, it doesn't mean you can put Excel on one computer, PowerPoint on
another, Word on another and Access on a fourth. You care buying Office,
regardless of which of the apps you use. SQL Server now has Analysis
Services, Notification Services and Reporting Services.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: SQL Reporting Services Setup noelwoods
9/27/2005 7:29:02 AM


[quoted text, click to view]
Re: SQL Reporting Services Setup noelwoods
9/27/2005 7:31:02 AM
Hi,

I have a front end IIS server and need to put reporting services on it. I
appreciate that I need to buy a license for it but my question is this.

1. We are running SQL Clustering so I am using SQL Enterprise. Does
this mean I have to buy an Enterprise license to run reporting services on
the IIS server.

2. We are running in Active – pasive mode, so does that mean I only
need the one license or two for boath the NLB IIS Servers.

Many thanks
Noel


[quoted text, click to view]
AddThis Social Bookmark Button