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 > Informix > High Performance Loader -- Column lengths

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-12-02, 06:00
tlohan tlohan is offline
Registered User
 
Join Date: Jun 2002
Location: Ireland
Posts: 12
Unhappy High Performance Loader -- Column lengths

Hi,

I'm new to using Informix's High Performance Loader.

I have managed to use this tool to load records from a pipe delimited file into one of my tables. However, my problem arises with the next table I wish to load into. This table has column names that are quiet long, such as:

successful_outgoing_interbsc_ho, and
successful_outgoing_interbsc_ho_pc

When I go to create my Map, the column names are being truncated to:

successful_outgoing_interb, and
successful_outgoing_interb

and so when I go to map value 1 to one column and value 2 to another, I end up with both values pointing to the one column.

How can I set the HPL to display the full column name ??

I have checked the mapitem table in the onpload database and the colname column has been set to varchar(128,0).

Why is the column name being truncated ??

Any help would be greatly appreciated.

Thanks,

Tom


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