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 > db2move <database> LOAD error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-09, 11:45
rockycj_dba rockycj_dba is offline
Registered User
 
Join Date: Apr 2009
Posts: 17
db2move <database> LOAD error

I'm using DB2 V9.1 with Unix. Trying to migrate a particular database, copying data and lobs from version 8.2 to version 9.1. Here is what I did:

Export the data from source:
db2move <database> export

Which includes count, word count, and byte count:
ls -l | wc 99 884 6411

Export the lobs to target:
db2move <database> export –l /db2_data/data/
ls -l | wc 99 884 6723

This includes an extra ddl and no system.msg file on target. That is why the count is the same. Not sure if the system.msg file matters or not.


Now I'm trying to load the data and lobs into the tables:
db2move <database> LOAD –lo INSERT –l /db2_data/data/

This is the error message I get:

Application code page not determined, using ANSI codepage 819


Error opening report file. Terminating ...

**Error occured while opening a file.


Could someone help me out or have any ideas what could be causing this error?

Thank you.


CC
Reply With Quote
  #2 (permalink)  
Old 11-18-09, 12:02
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I do not know the solution to your particular problem, but if you are migrating the entire database from the same OS that you are migrating to, why not just backup on 8.2 and restore to 9.1?

Andy
Reply With Quote
  #3 (permalink)  
Old 11-18-09, 12:03
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Check that db2move.lst is readable and not damaged.
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