HELP : DB2 Licence

  • Thread starter Thread starter =?iso-8859-1?Q?Antoni_Mass=F3_Mola?=
  • Start date Start date
?

=?iso-8859-1?Q?Antoni_Mass=F3_Mola?=

I've just read that I need to buy "DB2 CONNECT UNLIMITED
EDITION HOST SERVER" so I can use a Web Server to connect
to the DB2 at the AS/400 server. There must be some type
of error because the licence costs 67,137 ?.

The configuration is as follows (it's just an Intranet):

1) Operators within the company connect to the Windows
2003 Web Server and access the ASPX pages.

2) The Windows 2003 Web Server connects to the AS/400 DB2
(through DB2 Connect) and gets the information returned by
the SQL Query.

3) Windows 2003 Web Server returns the information to the
operator's browser.

Can't I use "DB2 Connect PE Licence" for the above
configuration? There may be at some time 5 concurrent
operators sending web petitions to the Windows 2003 Web
Server, but the only computer connecting to the AS/400
will be the Web Server.

Thank You
 
Antoni said:
I've just read that I need to buy "DB2 CONNECT UNLIMITED
EDITION HOST SERVER" so I can use a Web Server to connect
to the DB2 at the AS/400 server. There must be some type
of error because the licence costs 67,137 ?.

Every AS/400 comes with a package called Clientconnect, which contains the
DB2 client and various software to get you connected like an OLEDB driver.
I'm not sure if the .NET provider is already added to this package, last time
I checked it's still in beta.
The configuration is as follows (it's just an Intranet):

1) Operators within the company connect to the Windows
2003 Web Server and access the ASPX pages.

2) The Windows 2003 Web Server connects to the AS/400 DB2
(through DB2 Connect) and gets the information returned by
the SQL Query.

3) Windows 2003 Web Server returns the information to the
operator's browser.

Can't I use "DB2 Connect PE Licence" for the above
configuration? There may be at some time 5 concurrent
operators sending web petitions to the Windows 2003 Web
Server, but the only computer connecting to the AS/400
will be the Web Server.

It depends on the amount of client licenses your company has bought for the
AS/400 box. The webserver is just another user connecting to the box. But
perhaps IBM has a different opinion on this, I don't know. However IF you
really are required to pay 67000$ according to IBM, I'd use an intermediate
database on the webserver, like sqlserver or firebird and migrate that data
to the AS/400 in a batch process.

FB
 
We have 200 client licences for the AS/400 server. That's
what I thought, the Web Server is another client
connecting to the AS/400 to retrieve data from the DB2.
$67,000 is a lot of money to build up a Web Server to
retrieve data from the AS/400-DB2.
-----Original Message-----


Every AS/400 comes with a package called
Clientconnect, which contains the
 
you should check directly with ibm, they may allow you to use your client
licenses if its an intranet application.

note: MS has the same issue with SQLServer. If a web page accesses sqlserver
either directly or though a business object you need the 15K SQLConnect
license, the19K processor license or a CAL for each web page user.

-- bruce (sqlwork.com)
 
Back
Top