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 > SQL3125W truncation question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-05-11, 16:37
bic bic is offline
Registered User
 
Join Date: Feb 2007
Posts: 42
SQL3125W truncation question

On Windows 9.5. For this error


SQL3125W The character data in row "F10-1" and column "12" was truncated
because the data is longer than the target database column.

SQL3125W The character data in row "F0-2" and column "12" was truncated
because the data is longer than the target database column.

SQL3125W The character data in row "F6-1" and column "12" was truncated
because the data is longer than the target database column.

etc..

This is a somewhat big file that is being loaded.

What is row F10-1 etc..?
Reply With Quote
  #2 (permalink)  
Old 10-05-11, 17:19
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
The LOAD utility partitions the input file to enable parallel processing. F10-1 means row 1 in partition 11. If you are not in a DPF environment, specify CPU_PARALLELISM 1 to disable partitioning, then F0-1 will refer to the first row in the input file. In a DPF environment you would need to use MODE PARTITION_ONLY to save the partitioned input files, then use LOAD_ONLY; the errors will reference the input file on each partition.
Reply With Quote
  #3 (permalink)  
Old 10-05-11, 21:43
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
You should also see this warning message:
IBM DB2 9.5 Information Center for Linux, UNIX, and Windows
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