If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Problem In Db2 First Step/ Migration to DB2 V8 to V9

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-08, 09:42
Naval29 Naval29 is offline
Registered User
 
Join Date: Apr 2008
Posts: 9
Problem In Db2 First Step/ Migration to DB2 V8 to V9

Hi All......

I am working to migrate DB2 V8 to V9 on solaris V10. On my server DB2 V8.1 with fix pack 9 is already running. And i have installed DB2 V9.1 with fix pack 3a on default path /opt/IBM/db2/V9.1. Now i have checked the installation logs, the installation of V9.1 is successful. To confirm it i just want to go with db2 first step but its giving me some errors. I did as follow

> db2fs
couldn't set locale correctly
Exception in thread "main" java.lang.NoClassDefFoundError: FirstSteps/FSBrowserProfileMessage
DB2JAVIT : RC = 1

> db2jcc -version
IBM DB2 JDBC Universal Driver Architecture 2.6.80


> db2 create database sample
SQL1090C The release number of the precompiled application program or utility is not valid.


MAY be these errors are associated with my migration issues too. Please guys respond me as soon as possible. Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 04-01-08, 15:54
SuperKuper SuperKuper is offline
Registered User
 
Join Date: Apr 2008
Posts: 51
Try binding standard DB2-supplied packages. Here is what I do as a rule:
.
BIND sqllib/bnd/db2expln.bnd ACTION REPLACE BLOCKING ALL GRANT PUBLIC;
BIND sqllib/bnd/db2exsrv.bnd ACTION REPLACE BLOCKING ALL GRANT PUBLIC;
BIND sqllib/bnd/db2exdyn.bnd ACTION REPLACE BLOCKING ALL GRANT PUBLIC;
BIND sqllib/bnd/@db2cli.lst ACTION REPLACE BLOCKING ALL GRANT PUBLIC;
BIND sqllib/bnd/@db2ubind.lst ACTION REPLACE BLOCKING ALL GRANT PUBLIC;
BIND sqllib/bnd/db2schema.bnd ACTION REPLACE blocking all grant public sqlerror continue;
.
__________________
db2topgun.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On