473,386 Members | 1,644 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,386 software developers and data experts.

Run-Time Clients

What's the difference between "Run-Time Client" which I received with
DB2 Developer's edition (used in Workgroup Server Edition for Windows)
and "Redistributible DB2 Run-Time Client Lite" available on IBM's web
site?

The problem concerns developers working for me, each of whom insist
that "IBM says" that one is better than the other.

Nov 12 '05 #1
15 2697
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
What's the difference between "Run-Time Client" which I received with
DB2 Developer's edition (used in Workgroup Server Edition for Windows)
and "Redistributible DB2 Run-Time Client Lite" available on IBM's web
site?

The problem concerns developers working for me, each of whom insist
that "IBM says" that one is better than the other.

First, all clients are free and can be downloaded from the IBM website. This
includes the:

Run-Time Client Lite
Run-Time Client
Administration Client
Application Development Client

Each of the above has more features than the one above it, but if the
features are not needed, then it is hard to say that one is better than
another.

In addition the Run-Time Client Lite can be distributed via a script or
similar automated distribution method, but the other 3 clients must be
installed manually on each machine.
Nov 12 '05 #2
Mark A wrote:
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
What's the difference between "Run-Time Client" which I received with
DB2 Developer's edition (used in Workgroup Server Edition for Windows)
and "Redistributible DB2 Run-Time Client Lite" available on IBM's web
site?

The problem concerns developers working for me, each of whom insist
that "IBM says" that one is better than the other.
First, all clients are free and can be downloaded from the IBM website.


Not quite correct. DB2 Connect Personal Edition is a client and is not
free.
This includes the:

Run-Time Client Lite
(Windows only)
Run-Time Client
Administration Client
Application Development Client

Each of the above has more features than the one above it, but if the
features are not needed, then it is hard to say that one is better than
another.

In addition the Run-Time Client Lite can be distributed via a script or
similar automated distribution method, but the other 3 clients must be
installed manually on each machine.


The Run-Time Client Lite is a really, really small version of the
Run-Time Client product. To get this small, it does not support
migration from previous versions, and I'm not sure if future versions
will support migrating from a Lite product either. It also has fewer
optional items (mostly by not offering them, not by automatically
installing them).

However, all DB2 clients on all platforms support unattended, automatic
installation via response file.
Nov 12 '05 #3
"Darin McBride" <dm******@naboo.to.org.no.spam.for.me> wrote in message
news:8ZNle.1496654
Not quite correct. DB2 Connect Personal Edition is a client and is not
free.
DB2 Connect is a separate product, not a DB2 client. In fact, the software
itself is embedded in the DB2 clients (except lite) and you only need a
license for DB2 Connect if you want to access a ISeries or z/OS version of
DB2 from the clients (except lite).

DB2 Connect has nothing to do with the OP question.

However, all DB2 clients on all platforms support unattended, automatic
installation via response file.


Using a response file is not the same as code that does not need to go
through a Windows installation. If it were, then there would be no need for
the lite client and it would never have been released.
Nov 12 '05 #4
Mark A wrote:
"Darin McBride" <dm******@naboo.to.org.no.spam.for.me> wrote in message
news:8ZNle.1496654
Not quite correct. DB2 Connect Personal Edition is a client and is not
free.
DB2 Connect is a separate product, not a DB2 client. In fact, the software


DB2 Connect Personal Edition is a client. It is a DB2 Connect client,
but it's still a client. As in, it provides no server functionality:
it cannot receive connections, it can only connect to remote systems.
Its sole purpose is to act as a client to servers. And it's not free.
itself is embedded in the DB2 clients (except lite) and you only need a
license for DB2 Connect if you want to access a ISeries or z/OS version of
DB2 from the clients (except lite).
? I'm not sure what you're trying to say here.
DB2 Connect has nothing to do with the OP question.


You're right - but I wasn't answering the OP, I was correcting the
statement you had saying that "all clients are free". I didn't want
iSeries or z/OS users to be confused since the LUW client that connects
to those machines are not free.
However, all DB2 clients on all platforms support unattended, automatic
installation via response file.


Using a response file is not the same as code that does not need to go
through a Windows installation. If it were, then there would be no need
for the lite client and it would never have been released.


I'm really not sure what you're trying to say here. Because even the
Runtime Client Lite needs to go through a Windows installation. The
difference is that the Lite product is set up to be Windows Installer
("MSI") friendly (embedable in your own MSI-based install program),
whereas the rest of the DB2 products prefer response-file install,
where you merely copy the product with your own product, and run "setup
/r <rspfile>" - it's almost as easy, in my opinion (actually easier, if
you don't yet know MSI).

The Runtime Client Lite product provides MSI merge modules to allow you
to merge the DB2 Runtime Client Lite product into your own MSI-based
install. That's the purpose of this product. It still needs to be
installed, otherwise you wouldn't get all the Windows-Installer
benefits (add/remove programs, repair, fixpaks - aka service packs).
Nov 12 '05 #5
"Darin McBride" <dm******@naboo.to.org.no.spam.for.me> wrote in message
news:A79me.1506450$8l.697149@pd7tw1no...
You're right - but I wasn't answering the OP, I was correcting the
statement you had saying that "all clients are free".


Well I was responding to the OP, and the clients they were asking about are
free.
Nov 12 '05 #6
Gentlemen, thank you very much for your replies. May I submit a
followup?

Speaking only about Run-Time regular vs Lite, where can I find what
are, in fact the differences. Eg, regarding authentication, security,
addressing, speed, wireless use, etc.

Also, on the same subject, please consider the following senarios:
1 An office with 12 work stations and one IBM small (I think x-series)
server with 6 HDDs in RAID 5-0 configuration. Firewalled, good switch,
router. I need the information to know which, regular or Lite, would
be better aside from installation issues.
2 Exactly same hardware and app as above, but a user needs to get to
the database via internet.

Thanks again

Nov 12 '05 #7
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
Gentlemen, thank you very much for your replies. May I submit a
followup?

Speaking only about Run-Time regular vs Lite, where can I find what
are, in fact the differences. Eg, regarding authentication, security,
addressing, speed, wireless use, etc.

Also, on the same subject, please consider the following senarios:
1 An office with 12 work stations and one IBM small (I think x-series)
server with 6 HDDs in RAID 5-0 configuration. Firewalled, good switch,
router. I need the information to know which, regular or Lite, would
be better aside from installation issues.
2 Exactly same hardware and app as above, but a user needs to get to
the database via internet.

Thanks again

Unless you are giving them a script to install the client, or doing it
automatically through some push, then I would give them the regular client
and ask them to install it using a normal windows install process. The real
issue is how to distribute the file with the connection information for
remote databases.
Nov 12 '05 #8
I'm sorry, I missed expressing the main point:

"...given that I am not interested in any installation technique..."

Speaking only about Run-Time regular vs Lite, where can I find what
are, in fact the differences. Eg, regarding authentication, security,
addressing, speed, wireless use, etc.
<<Please consider the following senarios:
1 An office with 12 work stations and one IBM small (I think x-series)
server with 6 HDDs in RAID 5-0 configuration. Firewalled, good switch,
router. I need the information to know which, regular or Lite, would
be better aside from installation issues.

2 Exactly same hardware and app but the client is connecting via the
internet.

SS.

Nov 12 '05 #9
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
I'm sorry, I missed expressing the main point:

"...given that I am not interested in any installation technique..."

Speaking only about Run-Time regular vs Lite, where can I find what
are, in fact the differences. Eg, regarding authentication, security,
addressing, speed, wireless use, etc.

I don't think there are any difference in authentication, security,and
speed. I don't know what you mean by wireless use. The lite client may take
less memory, but I doubt that it is significant.

The main reason for the lite client was to make it easier to distribute to
clients.
Nov 12 '05 #10
Mark A wrote:
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
I'm sorry, I missed expressing the main point:

"...given that I am not interested in any installation technique..."

Speaking only about Run-Time regular vs Lite, where can I find what
are, in fact the differences. Eg, regarding authentication, security,
addressing, speed, wireless use, etc.

I don't think there are any difference in authentication, security,and
speed. I don't know what you mean by wireless use. The lite client may
take less memory, but I doubt that it is significant.

The main reason for the lite client was to make it easier to distribute to
clients.


Just to pipe in here - I agree. To the best of my knowledge, this is
precisely the case. It is basically the same code compiled exactly the
same way at the same time - in other words, just packaged differently.

(Just in case Stanley isn't sure if I'm about to disagree again, I want
to make it explicit that I do, in fact, agree, just to reduce possible
confusion.)
Nov 12 '05 #11
Thank you all

Nov 12 '05 #12
Mark,

<<The real issue is how to distribute the file with the connection
information for remote databases.>>

Exactly what I realy am asking. Is there a difference between Lite and
regular regarding connectin information for remote databases?

Nov 12 '05 #13
Mark,

By "wireless use," I mean wireless workstations on an internal network
(intranet) using wireless connection nodes.

Nov 12 '05 #14
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Mark,

By "wireless use," I mean wireless workstations on an internal network
(intranet) using wireless connection nodes.

If your client is using a wireless LAN, then DB2 doesn't really care. There
is no software that I know about that cares about how the TCP/IP connection
is made to the server.
Nov 12 '05 #15
"Stanley Sinclair" <st*************@bellsouth.net> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Mark,

<<The real issue is how to distribute the file with the connection
information for remote databases.>>

Exactly what I realy am asking. Is there a difference between Lite and
regular regarding connectin information for remote databases?

I don't believe there is any difference. You can manually issue the commands
to catalog a node and remote database, or use a profile file that is
distributed to the clients.

The db2cfexp command is used to create the profile files, or you can use the
Configuration Assistant GUI that comes with the Administrative Client to
create the profile.

Once the information in a client profile has been determined, it can be used
to configure clients by using either the import function of the
Configuration Assistant on the client (n/a for run-time clients), or by
importing profiles using the db2cfimp command. Clients can import all or a
subset of the configuration information in an existing profile.
Nov 12 '05 #16

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

Similar topics

4
by: Ed | last post by:
Hello, I took a course in asp about 2 years ago and I was practicing with IIS 5.0. Then I put it down for a while. Now trying to get back to it. I can't run asp files from subdirectories of...
4
by: Primo | last post by:
Hi, This problem has been frustrating me for days and I hope you experts can help me out. I am trying to run a command, which I would normally run from the command line, from within my C#...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
13
by: Bob Day | last post by:
Using vs2003, vb.net I start a thread, giving it a name before start. Code snippet: 'give each thread a unique name (for later identification) Trunk_Thread.Name = "Trunk_0_Thread" ' allow...
3
by: emman_54 | last post by:
Hi every one, I am trying to run a batch file using my asp.net application. I am using the Process class to run the batch file. When I run my web application, In the task manager, i could see...
19
by: Bryan | last post by:
How can i run a bit of code straight from the IDE? Right now i make a temporary button and put the code behind that, then i run debug mode and click on the button. Is there a way to highlight...
9
by: Brett Wesoloski | last post by:
I am new to VS2005. I changed my program.cs file to be a different form I am working on. But when I go to run the application it still brings up the form that was originally declared as new. ...
7
by: Lee Crabtree | last post by:
I remember when I was first getting into .NET Forms programming that there was a rather emphatic rule about not constructing a form before calling Application.Run with it. So this: ...
8
by: David Thielen | last post by:
Hi; In our setup program how do I determine if I need to run "aspnet_regiis –i" and if so, is there an API I can calll rather than finding that program on the user's disk and calling it? --...
3
by: traceable1 | last post by:
Is there a way I can set up a SQL script to run when the instance starts up? SQL Server 2005 SP2 thanks!
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: 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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.