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

Migration of DB2 V6.1 to Windows 2000

Please bear with me, as I am a newbie in the world of databases and DB2.
We are trying to migrate an application that binds to a DB2 database
(Workgroup Edition, V6.1) from a server running Windows NT 4.0, to a new
server running Windows 2000. Since DB2 V6.1 is no longer supported by IBM, I
cannot even find anything to tell me if V6.1 is compatible with Windows
2000. Also, the new server will be running two hyperthreading processors vs,
the current server running one processor. Can V6.1 handle it?
Thanks in advance for any help!
Mark
Dec 18 '05 #1
8 1990
In article <sa******************************@adelphia.com>, rowlama1
@adelphia.net says...
Please bear with me, as I am a newbie in the world of databases and DB2.
We are trying to migrate an application that binds to a DB2 database
(Workgroup Edition, V6.1) from a server running Windows NT 4.0, to a new
server running Windows 2000. Since DB2 V6.1 is no longer supported by IBM, I
cannot even find anything to tell me if V6.1 is compatible with Windows
2000. Also, the new server will be running two hyperthreading processors vs,
the current server running one processor. Can V6.1 handle it?
Thanks in advance for any help!
Mark


DB2 V6 was officially supported on Windows 2000. To be sure it works you
might need to download the latest fixpack from
ftp://ftp.software.ibm.com/ps/produc...sh-us/db2ntv61

The differences in hardware should not be a technical problem. Maybe a
license issue arises when running on multiple processors?
Dec 18 '05 #2
Thanks for your reply. The DB2 software was installed onto the new server by
someone else, so I don't know if there was any licensing issues at
installation. Since the software installed I will ASSUME that licensing is
not an issue. Since my last post, we migrated the application to the new
server, which is running Windows 2000 Server. When we attempted to bind the
database to the application, the application abruptly ended with no error
message. Thinking that maybe the DB2 needed updating, we found and installed
fixpack 11 (from the same ftp address you supplied). This made no
difference, the application bombs during binding. I am wondering if the
installation of service packs for Windows has had some impact on the
behavior of DB2. The new server is running Windows 2000, service pack 4.
Please let me know if any ideas come to mind. Thanks again in advance for
any and all help!
Mark
"Gert van der Kooij" <no****@nl.invalid> wrote in message
news:MP************************@news.xs4all.nl...
In article <sa******************************@adelphia.com>, rowlama1
@adelphia.net says...
Please bear with me, as I am a newbie in the world of databases and DB2.
We are trying to migrate an application that binds to a DB2 database
(Workgroup Edition, V6.1) from a server running Windows NT 4.0, to a new
server running Windows 2000. Since DB2 V6.1 is no longer supported by
IBM, I
cannot even find anything to tell me if V6.1 is compatible with Windows
2000. Also, the new server will be running two hyperthreading processors
vs,
the current server running one processor. Can V6.1 handle it?
Thanks in advance for any help!
Mark


DB2 V6 was officially supported on Windows 2000. To be sure it works you
might need to download the latest fixpack from
ftp://ftp.software.ibm.com/ps/produc...sh-us/db2ntv61

The differences in hardware should not be a technical problem. Maybe a
license issue arises when running on multiple processors?

Dec 18 '05 #3
In article <VL********************@adelphia.com>, Mark Rowland
(ro******@adelphia.net) says...
Thanks for your reply. The DB2 software was installed onto the new server by
someone else, so I don't know if there was any licensing issues at
installation. Since the software installed I will ASSUME that licensing is
not an issue. Since my last post, we migrated the application to the new
server, which is running Windows 2000 Server. When we attempted to bind the
database to the application, the application abruptly ended with no error
message.


After installing FP11, did you follow the instructions in the readme
regarding binding the utilities etc. against your database?
Dec 18 '05 #4
Thanks again for your reply. Yes, we did bind the utilities after the
installation of the fixpack and before the attempted application binding. I
can connect to the database using the command window utility, and I can also
"see" the database structure using the control center utility. I am
beginning to wonder if the addition of windows 2000 service packs has
anything to do with our problem. The question is: How can I tell, other than
checking the event viewer?

Thanks again for any and all help!
Mark

"Gert van der Kooij" <ge**@invalid.nl> wrote in message
news:MP************************@news.xs4all.nl...
In article <VL********************@adelphia.com>, Mark Rowland
(ro******@adelphia.net) says...
Thanks for your reply. The DB2 software was installed onto the new server
by
someone else, so I don't know if there was any licensing issues at
installation. Since the software installed I will ASSUME that licensing
is
not an issue. Since my last post, we migrated the application to the new
server, which is running Windows 2000 Server. When we attempted to bind
the
database to the application, the application abruptly ended with no error
message.


After installing FP11, did you follow the instructions in the readme
regarding binding the utilities etc. against your database?

Dec 18 '05 #5
Mark Rowland wrote:
Thanks again for your reply. Yes, we did bind the utilities after the
installation of the fixpack and before the attempted application binding. I
can connect to the database using the command window utility, and I can also
"see" the database structure using the control center utility. I am
beginning to wonder if the addition of windows 2000 service packs has
anything to do with our problem. The question is: How can I tell, other than
checking the event viewer?


Is there any reason why you prefer to stay on unsupported version? V6 is long
time out of service; V7 is also out of service. Current version is V8.2 with V9
just around the corner.

Are you telling that when you bind application bind file, bind process ends with
no message?

What version is the bind file; what version/level is DB2 client you are binding
from; what version/level is DB2 server you are binding to?

Did you try to bind on DB2 server itself?

DB2 client windows event log does not show anything? DB2 server event log? Check
both system and application event logs in both cases.

Last resort is to take trace and convince anybody here capable of readinhg this
trace why you have to stay on V6 ...

Jan M. Nelken
Dec 18 '05 #6
Thanks for your reply. The reason we prefer to stay on DB2 version 6.1 is
that this database is only used by one and only one application, which is
used to run an automated piece of equipment. There isn't any reason that we
couldn't go to version 8.2 -- my concern is that upgrading to version 8.2
will not fix this particular problem, and it will just be money wasted.
The application uses several proprietary bind files that set up packages
within the database when the application binds itself to the database. The
application, the database and the entire DB2 software all reside on the same
server (Windows 200 server, sp4). When I start the binding process from the
application, the application connects to the database (unseen to the user)
using a login with no password, then attempts to bind with the database. The
application dies with no warning, which indirectly kills the binding
process.
I must be suffering from a caffeine deficiency, because I did not think to
check the application's log. If the error was not handled, then the
application log probably won't contain any useful information, but I will
definitely look at it. Thanks for bringing that up.
How do you run a trace? Can you do that via the command window?
Thanks again for any and all help!
Mark Rowland

"Jan M. Nelken" <Un**********@Invalid.Domain> wrote in message
news:3v******************************@rogers.com.. .
Mark Rowland wrote:
Thanks again for your reply. Yes, we did bind the utilities after the
installation of the fixpack and before the attempted application binding.
I can connect to the database using the command window utility, and I can
also "see" the database structure using the control center utility. I am
beginning to wonder if the addition of windows 2000 service packs has
anything to do with our problem. The question is: How can I tell, other
than checking the event viewer?


Is there any reason why you prefer to stay on unsupported version? V6 is
long time out of service; V7 is also out of service. Current version is
V8.2 with V9 just around the corner.

Are you telling that when you bind application bind file, bind process
ends with no message?

What version is the bind file; what version/level is DB2 client you are
binding from; what version/level is DB2 server you are binding to?

Did you try to bind on DB2 server itself?

DB2 client windows event log does not show anything? DB2 server event log?
Check both system and application event logs in both cases.

Last resort is to take trace and convince anybody here capable of readinhg
this trace why you have to stay on V6 ...

Jan M. Nelken

Dec 18 '05 #7
Mark Rowland wrote:
Thanks for your reply. The reason we prefer to stay on DB2 version 6.1 is
that this database is only used by one and only one application, which is
used to run an automated piece of equipment. There isn't any reason that we
couldn't go to version 8.2 -- my concern is that upgrading to version 8.2
will not fix this particular problem, and it will just be money wasted.
The application uses several proprietary bind files that set up packages
within the database when the application binds itself to the database. The
application, the database and the entire DB2 software all reside on the same
server (Windows 200 server, sp4). When I start the binding process from the
application, the application connects to the database (unseen to the user)
using a login with no password, then attempts to bind with the database. The
application dies with no warning, which indirectly kills the binding
process.
I must be suffering from a caffeine deficiency, because I did not think to
check the application's log. If the error was not handled, then the
application log probably won't contain any useful information, but I will
definitely look at it. Thanks for bringing that up.
How do you run a trace? Can you do that via the command window?
Thanks again for any and all help!
Mark Rowland


I would locate all the bind files application is tryimg to bind and locate the
failing one - by binding it manually from command line:

db2 connect to <alias>
db2 bind <bindfile> blocking all grant public

I would also check db2diag.log - after raising diaglevel to 4 and restarting
instance.

After locating the failing bind file you can trace the bind command with:
db2 connect to <alias>
db2trc on -l 16000000
db2 bind <badbindfile> blocking all grant public
db2trc dmp badbind.trc
db2trc off
db2trc flw badbind.trc badbind.flw
db2trc fmt badbind.trc badbind.fmt

Now it's the tricky part:

archive into one zip file the failing bind file, db2trc.flw, db2trc.fmt and be
ready to send to me. When it is ready post here and I will e-mail you with my
e-mail address.

I personally don't believe it's Windows 2000 issue - but who knows.
When this application was written - in what language and against whicl level of DB2?

You still owe us an answer about Db2 level - try db2level command from command
window and paste here the ouput.

Jan M. Nelken

Dec 18 '05 #8
Thanks again for your reply. After a good bit more research into this
problem, I determined a few things:
(1) In April of this year, our application worked (bound to the database,
etc.) OK. At the time, Windows 2000 server, service pack 4 had been
installed, with no other patches installed.
(2) Between April and December, numerous Windows "Hotfixes" had been
installed. In December, the application could no longer bind to the
database, even after installing fixpack 11 for DB2 version 6.1.
(3) After some discussion between the technical support of the company that
developed the application, it was decided that we should install DB2
Personal Edition version 8.2.3. This was available as a 90-day trial
version.
(4) Uninstalled DB2 Workgroup version 6.1 and installed DB2 Personal Edition
8.2.3, recreated the database, and bound the application to the database.
Everything works well.
Lesson Learned: DB2 Workgroup version 6.1 is not compatible with Windows
2000 server WITH hotfixes applied.

Mark Rowland
"Jan M. Nelken" <Un**********@Invalid.Domain> wrote in message
news:xO******************************@rogers.com.. .
Mark Rowland wrote:
Thanks for your reply. The reason we prefer to stay on DB2 version 6.1 is
that this database is only used by one and only one application, which is
used to run an automated piece of equipment. There isn't any reason that
we couldn't go to version 8.2 -- my concern is that upgrading to version
8.2 will not fix this particular problem, and it will just be money
wasted.
The application uses several proprietary bind files that set up packages
within the database when the application binds itself to the database.
The application, the database and the entire DB2 software all reside on
the same server (Windows 200 server, sp4). When I start the binding
process from the application, the application connects to the database
(unseen to the user) using a login with no password, then attempts to
bind with the database. The application dies with no warning, which
indirectly kills the binding process.
I must be suffering from a caffeine deficiency, because I did not think
to check the application's log. If the error was not handled, then the
application log probably won't contain any useful information, but I will
definitely look at it. Thanks for bringing that up.
How do you run a trace? Can you do that via the command window?
Thanks again for any and all help!
Mark Rowland


I would locate all the bind files application is tryimg to bind and locate
the failing one - by binding it manually from command line:

db2 connect to <alias>
db2 bind <bindfile> blocking all grant public

I would also check db2diag.log - after raising diaglevel to 4 and
restarting instance.

After locating the failing bind file you can trace the bind command with:
db2 connect to <alias>
db2trc on -l 16000000
db2 bind <badbindfile> blocking all grant public
db2trc dmp badbind.trc
db2trc off
db2trc flw badbind.trc badbind.flw
db2trc fmt badbind.trc badbind.fmt

Now it's the tricky part:

archive into one zip file the failing bind file, db2trc.flw, db2trc.fmt
and be ready to send to me. When it is ready post here and I will e-mail
you with my e-mail address.

I personally don't believe it's Windows 2000 issue - but who knows.
When this application was written - in what language and against whicl
level of DB2?

You still owe us an answer about Db2 level - try db2level command from
command window and paste here the ouput.

Jan M. Nelken


Dec 26 '05 #9

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

Similar topics

0
by: expecthealth | last post by:
ACTIVE DIRECTORY MIGRATION PROJECT We will be hiring a Contract Consultant for a three-six month project in Chicago, beginning 8/2/04. Must be well experienced in Active Directory...
2
by: GAD | last post by:
Following our conversation here are my questions: I would like to migrate an application that runs on windows XP to PDA. I would like to use pocket PC 2003 in order to get support for VOIP My...
1
by: ss_dash | last post by:
Hi all, I am using the Oracle Workbench for migrating my DB currently on Sql Server 2000 to Oracle 9i. During the migration the following happens SELECT @tBaseTable = tBaseTable,...
2
by: LizP | last post by:
Could someone help us with a problem we're having with regard to moving several databases from SQL 7 to SQL 2000 on different servers in different domains. Our current SQL 7 server resides in one...
0
by: ls_ng2003 | last post by:
Hi, can anyone let me know whether there are any known issues for the following migration: 1) Migrating a web application (classic ASP 3.0) from Windows NT to Windows 2000. 2) Migrating the...
0
by: Patrick Finnegan | last post by:
Running UDB V7 FP10a and 8.1 .4 on Windows 2000. Did full offline backups of three V7 databases. Restored two databases to V8 instance successfully. Third restore ended with: SQL2517W The...
1
by: Amol Shambharker | last post by:
Hello Everyone, I have been working on setting up a windows 2003 machine with IIS 6.0.The web server has the web directory on a UNC share on a windows 2003 server.I want to migrate websites from a...
0
by: galico | last post by:
Hi All, One of my clients is having a problem with a webservice that is part of an application. The application is constructed as follows. 1. Windows forms client(.NET 1.1) - on user PCs 2....
2
by: =?Utf-8?B?bW9yOTEwNjkzNDA=?= | last post by:
I am migrating a number of printer resources from a Windows 2000 Adv cluster to a Windows 2003 Ent cluster. I have backed up the 2000 printer configuration using print migrator 3.1 but when I try...
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: 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...
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.