473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

DB2 Client Access Licensing Question

DB2
Hello, everyone.

Our developers are wondering if their swing Java-based application
connecting to a DB2 server through JDBC requires the DB2 client access
license (CAL) per user.
They've got the Java app installed on PCs connecting a DB2 server.

They believe that the above scenario does not requires DB2 CALs.

I think as long as an application connects to a DB2 server requires a
DB2 CAL whethere it is a ODBC or JDBC connection.
Furthermore, there are also web-based connections to the DB2 via Tomcat
from the same PCs where the swing-based apps are.
Is my belief wrong?
Can some licensing experts give their opinions please?

Thanks.

Nov 12 '05 #1
9 7310
"DB2" <pi****@yahoo.com> wrote in message
news:11*********************@c13g2000cwb.googlegro ups.com...
Hello, everyone.

Our developers are wondering if their swing Java-based application
connecting to a DB2 server through JDBC requires the DB2 client access
license (CAL) per user.
They've got the Java app installed on PCs connecting a DB2 server.

They believe that the above scenario does not requires DB2 CALs.

I think as long as an application connects to a DB2 server requires a
DB2 CAL whethere it is a ODBC or JDBC connection.
Furthermore, there are also web-based connections to the DB2 via Tomcat
from the same PCs where the swing-based apps are.
Is my belief wrong?
Can some licensing experts give their opinions please?

Thanks.

If you are connecting to DB2 server on Linux, UNIX, or Windows, you do not
need any license. You can connect directly without a client with a type 2
driver (and some 3rd party drivers).

If you are connecting to DB2 on mainframe or AS/400 you need a license for
DB2 Connect.

Please mention your OS and DB2 release of your DB server in future posts.
Nov 12 '05 #2
DB2
Thanks for your quick reply.
The OS platform will be strictly Windows-based.
New deployments will be using DB2 v 8.x. There might be some existing
DB2 v.7.x

So why a ODBC connection requires a CAL while a JDBC does not?

Thanks.

Nov 12 '05 #3
"DB2" <pi****@yahoo.com> wrote in message
news:11**********************@c13g2000cwb.googlegr oups.com...
Thanks for your quick reply.
The OS platform will be strictly Windows-based.
New deployments will be using DB2 v 8.x. There might be some existing
DB2 v.7.x

So why a ODBC connection requires a CAL while a JDBC does not?

Thanks.

I don't know what a CAL is (my ignorance). DB2 clients are free. The type 2
driver is just another type of DB2 client.
Nov 12 '05 #4
To clarify, you can use ODBC, JDBC, JDBC type-4 if you wish to access
DB2 on Linux, UNIX, Windows. There are, however, two different types of
server licenses: Enterprise Standard Edition and Workgroup Edition. ESE
is licensed on a processor basis ... and processors on that server must
be licensed for ESE ... no matter how many client connections you have.
WE is different, however, as it has a per-user license option. If you
have that option, then you must license each DB2 client connection that
comes into that server.

Hope this helps.

Larry Edelstein

DB2 wrote:
Thanks for your quick reply.
The OS platform will be strictly Windows-based.
New deployments will be using DB2 v 8.x. There might be some existing
DB2 v.7.x

So why a ODBC connection requires a CAL while a JDBC does not?

Thanks.


Nov 12 '05 #5
"Larry" <la***@nospam.net> wrote in message
news:Pt*******************@fe09.lga...
To clarify, you can use ODBC, JDBC, JDBC type-4 if you wish to access
DB2 on Linux, UNIX, Windows. There are, however, two different types of
server licenses: Enterprise Standard Edition and Workgroup Edition. ESE
is licensed on a processor basis ... and processors on that server must
be licensed for ESE ... no matter how many client connections you have.
WE is different, however, as it has a per-user license option. If you
have that option, then you must license each DB2 client connection that
comes into that server.

Hope this helps.

Larry Edelstein

But you can use connection pooling to limit the number of simultaneous
connections, without worrying about how many clients think they are
connected.

Right?
Nov 12 '05 #6
Mark,

I think you must still license the # of clients that connect into the
db. If you have 100 clients and pool them into 50 connections, you pay
for 100 clients.

Larry Edelstein

Mark A wrote:
"Larry" <la***@nospam.net> wrote in message
news:Pt*******************@fe09.lga...
To clarify, you can use ODBC, JDBC, JDBC type-4 if you wish to access
DB2 on Linux, UNIX, Windows. There are, however, two different types of
server licenses: Enterprise Standard Edition and Workgroup Edition. ESE
is licensed on a processor basis ... and processors on that server must
be licensed for ESE ... no matter how many client connections you have.
WE is different, however, as it has a per-user license option. If you
have that option, then you must license each DB2 client connection that
comes into that server.

Hope this helps.

Larry Edelstein


But you can use connection pooling to limit the number of simultaneous
connections, without worrying about how many clients think they are
connected.

Right?


Nov 12 '05 #7
"Larry" <la***@nospam.net> wrote in message
news:Zw*******************@fe09.lga...
Mark,

I think you must still license the # of clients that connect into the
db. If you have 100 clients and pool them into 50 connections, you pay
for 100 clients.

Larry Edelstein

Hmmm. I may have to bet you an Anthony's Pizza on that one.
Nov 12 '05 #8
There is also a Workgroup Edition unlimited users version. If you have more than about 20 users this is the way to go. It is a per processor license with a maximum number of processors.(4 I think)

Jeff
Mark A<no****@nowhere.com> 01/02/2005 12:35:23 am >>>
"Larry" <la***@nospam.net> wrote in message
news:Zw*******************@fe09.lga... Mark,

I think you must still license the # of clients that connect into the
db. If you have 100 clients and pool them into 50 connections, you pay
for 100 clients.

Larry Edelstein

Hmmm. I may have to bet you an Anthony's Pizza on that one.


Nov 12 '05 #9
DB2
Thank you everyone.

I really appreciate everyone's input.

Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: LineVoltageHalogen | last post by:
Greetings All, does anyone know if there are licencing considerations involved if I just want to install MSSQL clients and tools? I need to connect to a MSSQL database server out on the network...
88
by: Mike | last post by:
Is there a way to determine what a user's default email client is? I read a post from 3 years ago that said no. I guess I'm hoping something has come along since then.
7
by: CT | last post by:
Hi, This might seem like a basic question but I have some doubts, please humour me. I have a client-server application using java where each client on each machine needs to directly...
13
by: cab0san | last post by:
I downloaded the DB2 runtime client, but the Client Base support and the TCP protocol do not install. I re-run the setup select them to run from disk, and they still show as not installed. What am...
5
by: B1ackwater | last post by:
We've fooled around with Access a bit, but only using the single-user store-bought version. It seems to be a good database - versatile and infinitely programmable - and can apparently be used as a...
21
by: nihad.nasim | last post by:
Hi there, I have a database in Access that I need on the web. The web page should connect to the database and write records for certain tables and view records for others. I want to know a...
4
by: =?Utf-8?B?RC1Tb21lb25l?= | last post by:
We have a very large enterprise type of application developed in VB.NET, SQL Server, RS 2005, using win forms and web forms. We are a major international company with 200+ divisions around the...
1
by: kenfar | last post by:
I've got about a dozen new staff that need query access to an existing database (db2 ese v9 on aix). They'll probably be using brio, and aren't covered by my existing db2 licensing environment. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.