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

DB2 7.2 client and 8.2 server?

Folks,

I have an AIX system running DB2 7.2 ESE (or EE or what ever it was called at
that time) and and HP-UX running UDB 7.2 also. The database resides on
HP-UX system and on AIX it is setup as remote database. For several reasons
I cannot upgrade AIX system to 8.2, but I would like to move the database
from HP-UX running 7.2 to another AIX system running UDB 8.2.

If I move the database to AIX running 8.2 and re-define the database on 7.2
system to be a remote database on 8.2, will it work?
Thanks.
--
Hemant Shah /"\ ASCII ribbon campaign
E-mail: No************@xnet.com \ / ---------------------
X against HTML mail
TO REPLY, REMOVE NoJunkMail / \ and postings
FROM MY E-MAIL ADDRESS.
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind, Above opinions are mine only.
it's backed up on tape somewhere. Others can have their own.
Jun 27 '06 #1
3 1354
Probably not.

Caveat: I have heard rumours than some people have managed to get that
configuration to work if they followed the documented instructions. I am
unable to reproduce their result.

"Hemant Shah" <sh**@typhoon.xnet.com> wrote in message
news:e7**********@new7.xnet.com...
Folks,

I have an AIX system running DB2 7.2 ESE (or EE or what ever it was called
at
that time) and and HP-UX running UDB 7.2 also. The database resides on
HP-UX system and on AIX it is setup as remote database. For several
reasons
I cannot upgrade AIX system to 8.2, but I would like to move the database
from HP-UX running 7.2 to another AIX system running UDB 8.2.

If I move the database to AIX running 8.2 and re-define the database on
7.2
system to be a remote database on 8.2, will it work?
Thanks.
--
Hemant Shah /"\ ASCII ribbon campaign
E-mail: No************@xnet.com \ / ---------------------
X against HTML mail
TO REPLY, REMOVE NoJunkMail / \ and postings
FROM MY E-MAIL ADDRESS.
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind, Above opinions are mine only.
it's backed up on tape somewhere. Others can have their own.

Jun 27 '06 #2
Ian
Hemant Shah wrote:
Folks,

I have an AIX system running DB2 7.2 ESE (or EE or what ever it was called at
that time) and and HP-UX running UDB 7.2 also. The database resides on
HP-UX system and on AIX it is setup as remote database. For several reasons
I cannot upgrade AIX system to 8.2, but I would like to move the database
from HP-UX running 7.2 to another AIX system running UDB 8.2.

If I move the database to AIX running 8.2 and re-define the database on 7.2
system to be a remote database on 8.2, will it work?


Why can't you install the V8.2 runtime client on your AIX box? You
*can* have both a V7.2 client and a V8.2 client on an AIX box, and
set up 2 client instances.

The apps that need to access the V8 server should set up their
environment using the v8 client's db2profile; the apps accessing a
V7 server should set up their environment with the v7 client's
db2profile.


Jun 27 '06 #3
While stranded on information super highway Ian wrote:
Hemant Shah wrote:
Folks,

I have an AIX system running DB2 7.2 ESE (or EE or what ever it was called at
that time) and and HP-UX running UDB 7.2 also. The database resides on
HP-UX system and on AIX it is setup as remote database. For several reasons
I cannot upgrade AIX system to 8.2, but I would like to move the database
from HP-UX running 7.2 to another AIX system running UDB 8.2.

If I move the database to AIX running 8.2 and re-define the database on 7.2
system to be a remote database on 8.2, will it work?

Why can't you install the V8.2 runtime client on your AIX box? You
*can* have both a V7.2 client and a V8.2 client on an AIX box, and
set up 2 client instances.

One of the reasons is that the compiler we are using does not work with
DB2 8.2. We are looking at upgrading it or using another compiler, but
until we decide what to do, I have to stick with 7.2. The HP-UX box is also
old and I would like to get rid of it if I can.

The apps that need to access the V8 server should set up their
environment using the v8 client's db2profile; the apps accessing a
V7 server should set up their environment with the v7 client's
db2profile.



--
Hemant Shah /"\ ASCII ribbon campaign
E-mail: No************@xnet.com \ / ---------------------
X against HTML mail
TO REPLY, REMOVE NoJunkMail / \ and postings
FROM MY E-MAIL ADDRESS.
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind, Above opinions are mine only.
it's backed up on tape somewhere. Others can have their own.
Jun 27 '06 #4

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

Similar topics

5
by: Matt | last post by:
I think this is the basic concept in ASP server-side development. My boss told me web application is NOT client-server application. I argued with him because browser is the client, and the server...
2
by: Microsoft | last post by:
I'm about to start converting my application from a old-style monolith exe (with flat files and limited database support for sharing some of the data) to a layered .NET SQL server version. I have...
15
by: Michael Rybak | last post by:
hi, everyone. I'm writing a 2-players game that should support network mode. I'm now testing it on 1 PC since I don't have 2. I directly use sockets, and both client and server do...
18
by: cjl | last post by:
Hey all: I know that it is silly in the age of Google to 'lose' something on the internet, but I recently checked out a project that had implemented a database with a subset of SQL in pure...
6
by: Ken Allen | last post by:
I am relatively new to .Net and C#, but I hav ebeen programing in other languages and done some COM work for a number of years. I am attempting to understand how to map an older program...
0
by: Harley | last post by:
Hello, I am just learning the tcp/ip functions etc under vb.net so please look over me if this is obviouse. I have been all over looking into any functions that I didn't totaly understand and...
4
by: rs | last post by:
how I the client tell the server that the socket is closed? or this there an even that informs the server that the clients socket is close? Oh, I am using vb.net 2003 Thanks
10
by: Ben | last post by:
Hi, I made an application in classic asp (reservation of books and video stuffs for students) and want to migrate to asp.net. The user has to chose a date, then pushung on a submit button. The...
2
by: Frank Swarbrick | last post by:
I am trying to understand "client authentication" works. My environment is DB2/UDB LUW 8.2 on zSeries SLES9 as the database server and DB2 for VSE 7.4 as the client. We currently have DB2/LUW set...
2
by: nsaffary | last post by:
hi I hava a client/server program that run correctly when i run it in one computer(local) but when I run client on a one computer and run server run on another, connection does not stablish.(I set...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.