473,770 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2034
In article <sa************ *************** ***@adelphia.co m>, 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.inva lid> wrote in message
news:MP******** *************** *@news.xs4all.n l...
In article <sa************ *************** ***@adelphia.co m>, 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************ ********@adelph ia.com>, Mark Rowland
(ro******@adelp hia.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.n l> wrote in message
news:MP******** *************** *@news.xs4all.n l...
In article <VL************ ********@adelph ia.com>, Mark Rowland
(ro******@adelp hia.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**********@I nvalid.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**********@I nvalid.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
1300
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 Migration, capable of working in a Financial/Marketing environment. Should be grounded in relevant tools to run the Project, such as a solid WINDOWS 2000 working experience.
2
2735
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 questions are: 1. Does pocket PC 2003 implements WINRTP ? Can I use a proprietry signalling protocol on top of it? 2. This project also involves the using of Microsoft
1
3570
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, @tDBColumnName = tDBColumnName
2
4982
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 domain, and holds several databases. We now want to move these to a SQL 2000 server in another domain. We're trying to use the Copy Database wizard on the SQL 2000 server (logged in as the local admin account), selecting the SQL 7 server as...
0
1085
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 corresponding database tables from MS SQL Server 6.5 to MS SQL Server 2000. Many thanks in advance.
0
2868
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 restored database was migrated to the current release. Migration returned sqlcode "1088" and tokens "C:\IBM\SQLLIB\bnd\db2schema.bnd".
1
2215
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 windows 2000 machine to this one using the migration tool.The problem with doing this is the migration tool does not migrate the FPSE user permissions across.Part of the problem I am sure is that the windows 2000 machine has the FPSE user permissions...
0
966
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. Webservice DAL(NET 1.1) - on web server 3. SQL Server 2000 database - on db server This setup is pretty straight forward and was working fine on Windows 2000 pro PCs and Windows 2000 servers. However, they have moved the server parts
2
2406
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 to restore it to the Windows 2003 cluster it only restores the drivers and not the shares. I have put the print cluster name in the target box but to no avail, what am I doing wrong. Thanks in advance as it will save me hours from recreating...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10259
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10101
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9906
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.