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 > LOAD Utility Problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-03, 07:01
ranjitbh ranjitbh is offline
Registered User
 
Join Date: Oct 2003
Location: Mumbai. India
Posts: 4
Angry LOAD Utility Problem

Hi,

I was using LOAD to populate a table having 1.2 Million records. I got the error message :

Database Connection Information

Database server = DB2/6000 7.2.3
SQL authorization ID = DB2USER
Local database alias = SPEEDEC

SQL3109N The utility is beginning to load data from file "/home/ranjit/PRODDATA_DEC_8_2003".

SQL3500W The utility is beginning the "LOAD" phase at time "12-11-2003
17:31:31.339816".

SQL6100N The partitioning map in the data file and the partitioning map for the database are not the same.

SQL6100N The partitioning map in the data file and the partitioning map for the database are not the same.

DB20000I The TERMINATE command completed successfully.

Could any one help me out ? The tablespace hasn't been set to "BACKUP PENDING" state. So this means the load operation hasn't entered the first phase.

Regards

Ranjit
Reply With Quote
  #2 (permalink)  
Old 12-11-03, 09:06
GertK GertK is offline
Registered User
 
Join Date: Nov 2003
Location: Netherlands
Posts: 96
Re: LOAD Utility Problem

Quote:
Originally posted by ranjitbh

SQL6100N The partitioning map in the data file and the partitioning map for the database are not the same.

When looking at the description in the Message Reference it should be clear what to do. There seems to be a mismatch between your loadfile and the current configuration. Unfortunately the message reference isn't always right, it doesn't take bugs into account

Anyway, I hope this helps.
Reply With Quote
  #3 (permalink)  
Old 12-11-03, 11:15
jsander jsander is offline
Registered User
 
Join Date: Apr 2003
Posts: 191
Re: LOAD Utility Problem

Hi,

looks like you tried to load into a partitioned database installation without doing a db2split first. Please read up on partitioning and load.

Johann

Quote:
Originally posted by ranjitbh
Hi,

I was using LOAD to populate a table having 1.2 Million records. I got the error message :

Database Connection Information

Database server = DB2/6000 7.2.3
SQL authorization ID = DB2USER
Local database alias = SPEEDEC

SQL3109N The utility is beginning to load data from file "/home/ranjit/PRODDATA_DEC_8_2003".

SQL3500W The utility is beginning the "LOAD" phase at time "12-11-2003
17:31:31.339816".

SQL6100N The partitioning map in the data file and the partitioning map for the database are not the same.

SQL6100N The partitioning map in the data file and the partitioning map for the database are not the same.

DB20000I The TERMINATE command completed successfully.

Could any one help me out ? The tablespace hasn't been set to "BACKUP PENDING" state. So this means the load operation hasn't entered the first phase.

Regards

Ranjit
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