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 > Importing GRAPHIC datatypes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-04-05, 16:19
dgerlach dgerlach is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
Importing GRAPHIC datatypes

I'm trying to import tables exported from DB2 on AS/400 in ixf format via DB2 Connect into DB2 V7 FP13 on Windows 2000 Server. The command I am using is,

IMPORT FROM import_file.ixf OF IXF MODIFIED BY forcein nochecklengths indexschema=ADMINISTRATOR MESSAGES errors.txt INSERT INTO some.table;

And generates the following error:
SQL3157W The type field in the C record for column "DISPLAYNAME
" is not valid. Data from the column will not be loaded.


The database uses UTF-8 character set. I created the target table with the same fields and datatypes as the export table.

Last edited by dgerlach; 02-04-05 at 19:00.
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